Compare commits

..

No commits in common. "578889488f6a22a17de8bc25ac5cff79aa01deeb" and "3f34329291725680c3052579f1ec2a5181c0aac4" have entirely different histories.

3 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@ -548,16 +548,13 @@ namespace INT_PT002.Forms
this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer) this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
{ {
this.buttonBottom3.Visible = true; this.buttonBottom3.Visible = true;
this.buttonBottom4.Visible = true;
} }
else else
{ {
this.buttonBottom3.Visible = false; this.buttonBottom3.Visible = false;
}
if (this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
this.buttonBottom4.Visible = true;
else
this.buttonBottom4.Visible = false; this.buttonBottom4.Visible = false;
}
this.SelectedMenuSystem = Define.E_MenuSystemStore._1_Information; this.SelectedMenuSystem = Define.E_MenuSystemStore._1_Information;
this.SetBottomMenuSystem(this.SelectedMenuSystem); this.SetBottomMenuSystem(this.SelectedMenuSystem);