Compare commits
2 Commits
3f34329291
...
578889488f
Author | SHA1 | Date |
---|---|---|
|
578889488f | |
|
b46d75da14 |
Binary file not shown.
Binary file not shown.
|
@ -548,14 +548,17 @@ namespace INT_PT002.Forms
|
|||
this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
|
||||
{
|
||||
this.buttonBottom3.Visible = true;
|
||||
this.buttonBottom4.Visible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
this.buttonBottom3.Visible = false;
|
||||
this.buttonBottom4.Visible = false;
|
||||
}
|
||||
|
||||
if (this.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
|
||||
this.buttonBottom4.Visible = true;
|
||||
else
|
||||
this.buttonBottom4.Visible = false;
|
||||
|
||||
this.SelectedMenuSystem = Define.E_MenuSystemStore._1_Information;
|
||||
this.SetBottomMenuSystem(this.SelectedMenuSystem);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue