no message
parent
870be5eba7
commit
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.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;
|
||||||
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.SelectedMenuSystem = Define.E_MenuSystemStore._1_Information;
|
||||||
this.SetBottomMenuSystem(this.SelectedMenuSystem);
|
this.SetBottomMenuSystem(this.SelectedMenuSystem);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue