이미지 작업 진행 중
|
@ -75,6 +75,7 @@
|
|||
this.buttonStart.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonStart.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DisableImage")));
|
||||
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
||||
this.buttonStart.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonStart.GroupID = 0;
|
||||
this.buttonStart.InitVisible = true;
|
||||
this.buttonStart.Location = new System.Drawing.Point(45, 578);
|
||||
|
@ -88,6 +89,7 @@
|
|||
this.buttonStart.Size = new System.Drawing.Size(220, 50);
|
||||
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonStart.TabIndex = 1;
|
||||
this.buttonStart.Text = "시작";
|
||||
this.buttonStart.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonStart.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonStart.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
|
@ -106,6 +108,7 @@
|
|||
this.buttonBalance.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonBalance.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DisableImage")));
|
||||
this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
|
||||
this.buttonBalance.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonBalance.GroupID = 0;
|
||||
this.buttonBalance.InitVisible = true;
|
||||
this.buttonBalance.Location = new System.Drawing.Point(45, 634);
|
||||
|
@ -119,6 +122,7 @@
|
|||
this.buttonBalance.Size = new System.Drawing.Size(220, 50);
|
||||
this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonBalance.TabIndex = 2;
|
||||
this.buttonBalance.Text = "분동";
|
||||
this.buttonBalance.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonBalance.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonBalance.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
|
@ -137,6 +141,7 @@
|
|||
this.buttonCancel.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||
this.buttonCancel.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DisableImage")));
|
||||
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
||||
this.buttonCancel.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.buttonCancel.GroupID = 0;
|
||||
this.buttonCancel.InitVisible = true;
|
||||
this.buttonCancel.Location = new System.Drawing.Point(45, 690);
|
||||
|
@ -150,6 +155,7 @@
|
|||
this.buttonCancel.Size = new System.Drawing.Size(220, 50);
|
||||
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||
this.buttonCancel.TabIndex = 3;
|
||||
this.buttonCancel.Text = "취소";
|
||||
this.buttonCancel.TextColor = System.Drawing.Color.Black;
|
||||
this.buttonCancel.TextDownColor = System.Drawing.Color.White;
|
||||
this.buttonCancel.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||
|
|
|
@ -55,6 +55,10 @@ namespace INT69DC_7C.Forms
|
|||
{
|
||||
this.labelTitle.Text = "Calibration";
|
||||
|
||||
this.buttonStart.Text = "Start";
|
||||
this.buttonBalance.Text = "Balance";
|
||||
this.buttonCancel.Text = "Cancel";
|
||||
|
||||
this.groupBoxSetting.Text = "Setting";
|
||||
this.groupBoxHelp.Text = "Help";
|
||||
this.labelStaticBalanceWeight.Text = "Balance weight";
|
||||
|
@ -64,21 +68,15 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
||||
|
||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartDisable));
|
||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartDown));
|
||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartUp));
|
||||
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationBalanceDisable));
|
||||
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationBalanceDown));
|
||||
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationBalanceUp));
|
||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationCancelDisable));
|
||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||
{
|
||||
this.labelTitle.Text = "校准";
|
||||
|
||||
this.buttonStart.Text = "开启";
|
||||
this.buttonBalance.Text = "砝码";
|
||||
this.buttonCancel.Text = "取消";
|
||||
|
||||
this.groupBoxSetting.Text = "设定";
|
||||
this.groupBoxHelp.Text = "帮助";
|
||||
this.labelStaticBalanceWeight.Text = "砝码重量";
|
||||
|
@ -88,21 +86,15 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
||||
|
||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDisable));
|
||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
|
||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
|
||||
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDisable));
|
||||
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceDown));
|
||||
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationBalanceUp));
|
||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDisable));
|
||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||
{
|
||||
this.labelTitle.Text = "Kalibrace";
|
||||
|
||||
this.buttonStart.Text = "Start";
|
||||
this.buttonBalance.Text = "Váha";
|
||||
this.buttonCancel.Text = "Zrušit";
|
||||
|
||||
this.groupBoxSetting.Text = "Seřízení";
|
||||
this.groupBoxHelp.Text = "Pomoc";
|
||||
this.labelStaticBalanceWeight.Text = "Vyvažovací závaží";
|
||||
|
@ -112,21 +104,15 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeBackUp));
|
||||
|
||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationStartDisable));
|
||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationStartDown));
|
||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationStartUp));
|
||||
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationBalanceDisable));
|
||||
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationBalanceDown));
|
||||
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationBalanceUp));
|
||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationCancelDisable));
|
||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.czeFormCalibrationCancelUp));
|
||||
}
|
||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||
{
|
||||
this.labelTitle.Text = "Kalibrierung";
|
||||
|
||||
this.buttonStart.Text = "Start";
|
||||
this.buttonBalance.Text = "Gegengewicht";
|
||||
this.buttonCancel.Text = "Stornieren";
|
||||
|
||||
this.groupBoxSetting.Text = "Einstellung";
|
||||
this.groupBoxHelp.Text = "Hilfe";
|
||||
this.labelStaticBalanceWeight.Text = "Gewicht der Waage";
|
||||
|
@ -136,16 +122,6 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonBack.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDisable));
|
||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackDown));
|
||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerBackUp));
|
||||
|
||||
this.buttonStart.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationStartDisable));
|
||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationStartDown));
|
||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationStartUp));
|
||||
this.buttonBalance.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationBalanceDisable));
|
||||
this.buttonBalance.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationBalanceDown));
|
||||
this.buttonBalance.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationBalanceUp));
|
||||
this.buttonCancel.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationCancelDisable));
|
||||
this.buttonCancel.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationCancelDown));
|
||||
this.buttonCancel.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.gerFormCalibrationCancelUp));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -7220,22 +7220,22 @@ namespace INT69DC_7C.Forms
|
|||
structItem.IsMainDisplayClear = item.IsMainDisplayClear;
|
||||
structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu;
|
||||
|
||||
structItem.IsMenuTimeSetting = item.IsMenuTimeSetting;
|
||||
structItem.IsMenuTimeSetting = item.IsMenuTime;
|
||||
structItem.IsMenuInformation = item.IsMenuInformation;
|
||||
structItem.IsMenuDataBackup = item.IsMenuDataBackup;
|
||||
structItem.IsMenuCalibration = item.IsMenuCalibration;
|
||||
structItem.IsMenuCommunicationSetting = item.IsMenuCommunicationSetting;
|
||||
structItem.IsMenuCommunicationSetting = item.IsMenuCommunication;
|
||||
structItem.IsMenuConfiguration = item.IsMenuConfiguration;
|
||||
structItem.IsMenuSystemSetting = item.IsMenuSystemSetting;
|
||||
structItem.IsMenuMotorSetting = item.IsMenuMotorSetting;
|
||||
structItem.IsMenuSystemSetting = item.IsMenuSystem;
|
||||
structItem.IsMenuMotorSetting = item.IsMenuMotor;
|
||||
structItem.IsMenuUpdate = item.IsMenuUpdate;
|
||||
structItem.IsMenuFactoryReset = item.IsMenuFactoryReset;
|
||||
structItem.IsMenuEquipmentSetting = item.IsMenuEquipmentSetting;
|
||||
structItem.IsMenuFactoryReset = item.IsMenuInitialization;
|
||||
structItem.IsMenuEquipmentSetting = item.IsMenuEquipment;
|
||||
structItem.IsMenuIOTest = item.IsMenuIOTest;
|
||||
structItem.IsMenuDataStatistics = item.IsMenuDataStatistics;
|
||||
structItem.IsMenuUserSetting = item.IsMenuUserSetting;
|
||||
structItem.IsMenuUserGroupSetting = item.IsMenuUserGroupSetting;
|
||||
structItem.IsMenuDataViewer = item.IsMenuDataViewer;
|
||||
structItem.IsMenuDataStatistics = item.IsMenuStatistics;
|
||||
structItem.IsMenuUserSetting = item.IsMenuUser;
|
||||
structItem.IsMenuUserGroupSetting = item.IsMenuUserGroupEditor;
|
||||
structItem.IsMenuDataViewer = item.IsMenuViewer;
|
||||
|
||||
structItem.Dummy1 = false;
|
||||
structItem.Dummy2 = false;
|
||||
|
@ -7339,22 +7339,22 @@ namespace INT69DC_7C.Forms
|
|||
structItem.IsMainDisplayClear = item.Level1.IsMainDisplayClear;
|
||||
structItem.IsMainDispalySubMenu = item.Level1.IsMainDisplaySubMenu;
|
||||
|
||||
structItem.IsMenuTimeSetting = item.Level1.IsMenuTimeSetting;
|
||||
structItem.IsMenuTimeSetting = item.Level1.IsMenuTime;
|
||||
structItem.IsMenuInformation = item.Level1.IsMenuInformation;
|
||||
structItem.IsMenuDataBackup = item.Level1.IsMenuDataBackup;
|
||||
structItem.IsMenuCalibration = item.Level1.IsMenuCalibration;
|
||||
structItem.IsMenuCommunicationSetting = item.Level1.IsMenuCommunicationSetting;
|
||||
structItem.IsMenuCommunicationSetting = item.Level1.IsMenuCommunication;
|
||||
structItem.IsMenuConfiguration = item.Level1.IsMenuConfiguration;
|
||||
structItem.IsMenuSystemSetting = item.Level1.IsMenuSystemSetting;
|
||||
structItem.IsMenuMotorSetting = item.Level1.IsMenuMotorSetting;
|
||||
structItem.IsMenuSystemSetting = item.Level1.IsMenuSystem;
|
||||
structItem.IsMenuMotorSetting = item.Level1.IsMenuMotor;
|
||||
structItem.IsMenuUpdate = item.Level1.IsMenuUpdate;
|
||||
structItem.IsMenuFactoryReset = item.Level1.IsMenuFactoryReset;
|
||||
structItem.IsMenuEquipmentSetting = item.Level1.IsMenuEquipmentSetting;
|
||||
structItem.IsMenuFactoryReset = item.Level1.IsMenuInitialization;
|
||||
structItem.IsMenuEquipmentSetting = item.Level1.IsMenuEquipment;
|
||||
structItem.IsMenuIOTest = item.Level1.IsMenuIOTest;
|
||||
structItem.IsMenuDataStatistics = item.Level1.IsMenuDataStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level1.IsMenuUserSetting;
|
||||
structItem.IsMenuUserGroupSetting = item.Level1.IsMenuUserGroupSetting;
|
||||
structItem.IsMenuDataViewer = item.Level1.IsMenuDataViewer;
|
||||
structItem.IsMenuDataStatistics = item.Level1.IsMenuStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level1.IsMenuUser;
|
||||
structItem.IsMenuUserGroupSetting = item.Level1.IsMenuUserGroupEditor;
|
||||
structItem.IsMenuDataViewer = item.Level1.IsMenuViewer;
|
||||
|
||||
structItem.Dummy1 = false;
|
||||
structItem.Dummy2 = false;
|
||||
|
@ -7386,22 +7386,22 @@ namespace INT69DC_7C.Forms
|
|||
structItem.IsMainDisplayClear = item.Level2.IsMainDisplayClear;
|
||||
structItem.IsMainDispalySubMenu = item.Level2.IsMainDisplaySubMenu;
|
||||
|
||||
structItem.IsMenuTimeSetting = item.Level2.IsMenuTimeSetting;
|
||||
structItem.IsMenuTimeSetting = item.Level2.IsMenuTime;
|
||||
structItem.IsMenuInformation = item.Level2.IsMenuInformation;
|
||||
structItem.IsMenuDataBackup = item.Level2.IsMenuDataBackup;
|
||||
structItem.IsMenuCalibration = item.Level2.IsMenuCalibration;
|
||||
structItem.IsMenuCommunicationSetting = item.Level2.IsMenuCommunicationSetting;
|
||||
structItem.IsMenuCommunicationSetting = item.Level2.IsMenuCommunication;
|
||||
structItem.IsMenuConfiguration = item.Level2.IsMenuConfiguration;
|
||||
structItem.IsMenuSystemSetting = item.Level2.IsMenuSystemSetting;
|
||||
structItem.IsMenuMotorSetting = item.Level2.IsMenuMotorSetting;
|
||||
structItem.IsMenuSystemSetting = item.Level2.IsMenuSystem;
|
||||
structItem.IsMenuMotorSetting = item.Level2.IsMenuMotor;
|
||||
structItem.IsMenuUpdate = item.Level2.IsMenuUpdate;
|
||||
structItem.IsMenuFactoryReset = item.Level2.IsMenuFactoryReset;
|
||||
structItem.IsMenuEquipmentSetting = item.Level2.IsMenuEquipmentSetting;
|
||||
structItem.IsMenuFactoryReset = item.Level2.IsMenuInitialization;
|
||||
structItem.IsMenuEquipmentSetting = item.Level2.IsMenuEquipment;
|
||||
structItem.IsMenuIOTest = item.Level2.IsMenuIOTest;
|
||||
structItem.IsMenuDataStatistics = item.Level2.IsMenuDataStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level2.IsMenuUserSetting;
|
||||
structItem.IsMenuUserGroupSetting = item.Level2.IsMenuUserGroupSetting;
|
||||
structItem.IsMenuDataViewer = item.Level2.IsMenuDataViewer;
|
||||
structItem.IsMenuDataStatistics = item.Level2.IsMenuStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level2.IsMenuUser;
|
||||
structItem.IsMenuUserGroupSetting = item.Level2.IsMenuUserGroupEditor;
|
||||
structItem.IsMenuDataViewer = item.Level2.IsMenuViewer;
|
||||
|
||||
structItem.Dummy1 = false;
|
||||
structItem.Dummy2 = false;
|
||||
|
@ -7433,22 +7433,22 @@ namespace INT69DC_7C.Forms
|
|||
structItem.IsMainDisplayClear = item.Level3.IsMainDisplayClear;
|
||||
structItem.IsMainDispalySubMenu = item.Level3.IsMainDisplaySubMenu;
|
||||
|
||||
structItem.IsMenuTimeSetting = item.Level3.IsMenuTimeSetting;
|
||||
structItem.IsMenuTimeSetting = item.Level3.IsMenuTime;
|
||||
structItem.IsMenuInformation = item.Level3.IsMenuInformation;
|
||||
structItem.IsMenuDataBackup = item.Level3.IsMenuDataBackup;
|
||||
structItem.IsMenuCalibration = item.Level3.IsMenuCalibration;
|
||||
structItem.IsMenuCommunicationSetting = item.Level3.IsMenuCommunicationSetting;
|
||||
structItem.IsMenuCommunicationSetting = item.Level3.IsMenuCommunication;
|
||||
structItem.IsMenuConfiguration = item.Level3.IsMenuConfiguration;
|
||||
structItem.IsMenuSystemSetting = item.Level3.IsMenuSystemSetting;
|
||||
structItem.IsMenuMotorSetting = item.Level3.IsMenuMotorSetting;
|
||||
structItem.IsMenuSystemSetting = item.Level3.IsMenuSystem;
|
||||
structItem.IsMenuMotorSetting = item.Level3.IsMenuMotor;
|
||||
structItem.IsMenuUpdate = item.Level3.IsMenuUpdate;
|
||||
structItem.IsMenuFactoryReset = item.Level3.IsMenuFactoryReset;
|
||||
structItem.IsMenuEquipmentSetting = item.Level3.IsMenuEquipmentSetting;
|
||||
structItem.IsMenuFactoryReset = item.Level3.IsMenuInitialization;
|
||||
structItem.IsMenuEquipmentSetting = item.Level3.IsMenuEquipment;
|
||||
structItem.IsMenuIOTest = item.Level3.IsMenuIOTest;
|
||||
structItem.IsMenuDataStatistics = item.Level3.IsMenuDataStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level3.IsMenuUserSetting;
|
||||
structItem.IsMenuUserGroupSetting = item.Level3.IsMenuUserGroupSetting;
|
||||
structItem.IsMenuDataViewer = item.Level3.IsMenuDataViewer;
|
||||
structItem.IsMenuDataStatistics = item.Level3.IsMenuStatistics;
|
||||
structItem.IsMenuUserSetting = item.Level3.IsMenuUser;
|
||||
structItem.IsMenuUserGroupSetting = item.Level3.IsMenuUserGroupEditor;
|
||||
structItem.IsMenuDataViewer = item.Level3.IsMenuViewer;
|
||||
|
||||
structItem.Dummy1 = false;
|
||||
structItem.Dummy2 = false;
|
||||
|
@ -7480,22 +7480,22 @@ namespace INT69DC_7C.Forms
|
|||
structItem.IsMainDisplayClear = item.NotLogin.IsMainDisplayClear;
|
||||
structItem.IsMainDispalySubMenu = item.NotLogin.IsMainDisplaySubMenu;
|
||||
|
||||
structItem.IsMenuTimeSetting = item.NotLogin.IsMenuTimeSetting;
|
||||
structItem.IsMenuTimeSetting = item.NotLogin.IsMenuTime;
|
||||
structItem.IsMenuInformation = item.NotLogin.IsMenuInformation;
|
||||
structItem.IsMenuDataBackup = item.NotLogin.IsMenuDataBackup;
|
||||
structItem.IsMenuCalibration = item.NotLogin.IsMenuCalibration;
|
||||
structItem.IsMenuCommunicationSetting = item.NotLogin.IsMenuCommunicationSetting;
|
||||
structItem.IsMenuCommunicationSetting = item.NotLogin.IsMenuCommunication;
|
||||
structItem.IsMenuConfiguration = item.NotLogin.IsMenuConfiguration;
|
||||
structItem.IsMenuSystemSetting = item.NotLogin.IsMenuSystemSetting;
|
||||
structItem.IsMenuMotorSetting = item.NotLogin.IsMenuMotorSetting;
|
||||
structItem.IsMenuSystemSetting = item.NotLogin.IsMenuSystem;
|
||||
structItem.IsMenuMotorSetting = item.NotLogin.IsMenuMotor;
|
||||
structItem.IsMenuUpdate = item.NotLogin.IsMenuUpdate;
|
||||
structItem.IsMenuFactoryReset = item.NotLogin.IsMenuFactoryReset;
|
||||
structItem.IsMenuEquipmentSetting = item.NotLogin.IsMenuEquipmentSetting;
|
||||
structItem.IsMenuFactoryReset = item.NotLogin.IsMenuInitialization;
|
||||
structItem.IsMenuEquipmentSetting = item.NotLogin.IsMenuEquipment;
|
||||
structItem.IsMenuIOTest = item.NotLogin.IsMenuIOTest;
|
||||
structItem.IsMenuDataStatistics = item.NotLogin.IsMenuDataStatistics;
|
||||
structItem.IsMenuUserSetting = item.NotLogin.IsMenuUserSetting;
|
||||
structItem.IsMenuUserGroupSetting = item.NotLogin.IsMenuUserGroupSetting;
|
||||
structItem.IsMenuDataViewer = item.NotLogin.IsMenuDataViewer;
|
||||
structItem.IsMenuDataStatistics = item.NotLogin.IsMenuStatistics;
|
||||
structItem.IsMenuUserSetting = item.NotLogin.IsMenuUser;
|
||||
structItem.IsMenuUserGroupSetting = item.NotLogin.IsMenuUserGroupEditor;
|
||||
structItem.IsMenuDataViewer = item.NotLogin.IsMenuViewer;
|
||||
|
||||
structItem.Dummy1 = false;
|
||||
structItem.Dummy2 = false;
|
||||
|
@ -7557,22 +7557,22 @@ namespace INT69DC_7C.Forms
|
|||
item.Level1.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||
item.Level1.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||
|
||||
item.Level1.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
||||
item.Level1.IsMenuTime = structItem.IsMenuTimeSetting;
|
||||
item.Level1.IsMenuInformation = structItem.IsMenuInformation;
|
||||
item.Level1.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||
item.Level1.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||
item.Level1.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
||||
item.Level1.IsMenuCommunication = structItem.IsMenuCommunicationSetting;
|
||||
item.Level1.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||
item.Level1.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
||||
item.Level1.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
||||
item.Level1.IsMenuSystem = structItem.IsMenuSystemSetting;
|
||||
item.Level1.IsMenuMotor = structItem.IsMenuMotorSetting;
|
||||
item.Level1.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||
item.Level1.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
||||
item.Level1.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
||||
item.Level1.IsMenuInitialization = structItem.IsMenuFactoryReset;
|
||||
item.Level1.IsMenuEquipment = structItem.IsMenuEquipmentSetting;
|
||||
item.Level1.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||
item.Level1.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level1.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
||||
item.Level1.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
||||
item.Level1.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
||||
item.Level1.IsMenuStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level1.IsMenuUser = structItem.IsMenuUserSetting;
|
||||
item.Level1.IsMenuUserGroupEditor = structItem.IsMenuUserGroupSetting;
|
||||
item.Level1.IsMenuViewer = structItem.IsMenuDataViewer;
|
||||
#endregion
|
||||
|
||||
#region Level2
|
||||
|
@ -7583,22 +7583,22 @@ namespace INT69DC_7C.Forms
|
|||
item.Level2.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||
item.Level2.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||
|
||||
item.Level2.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
||||
item.Level2.IsMenuTime = structItem.IsMenuTimeSetting;
|
||||
item.Level2.IsMenuInformation = structItem.IsMenuInformation;
|
||||
item.Level2.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||
item.Level2.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||
item.Level2.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
||||
item.Level2.IsMenuCommunication = structItem.IsMenuCommunicationSetting;
|
||||
item.Level2.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||
item.Level2.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
||||
item.Level2.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
||||
item.Level2.IsMenuSystem = structItem.IsMenuSystemSetting;
|
||||
item.Level2.IsMenuMotor = structItem.IsMenuMotorSetting;
|
||||
item.Level2.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||
item.Level2.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
||||
item.Level2.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
||||
item.Level2.IsMenuInitialization = structItem.IsMenuFactoryReset;
|
||||
item.Level2.IsMenuEquipment = structItem.IsMenuEquipmentSetting;
|
||||
item.Level2.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||
item.Level2.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level2.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
||||
item.Level2.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
||||
item.Level2.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
||||
item.Level2.IsMenuStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level2.IsMenuUser = structItem.IsMenuUserSetting;
|
||||
item.Level2.IsMenuUserGroupEditor = structItem.IsMenuUserGroupSetting;
|
||||
item.Level2.IsMenuViewer = structItem.IsMenuDataViewer;
|
||||
#endregion
|
||||
|
||||
#region Level3
|
||||
|
@ -7609,22 +7609,22 @@ namespace INT69DC_7C.Forms
|
|||
item.Level3.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||
item.Level3.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||
|
||||
item.Level3.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
||||
item.Level3.IsMenuTime = structItem.IsMenuTimeSetting;
|
||||
item.Level3.IsMenuInformation = structItem.IsMenuInformation;
|
||||
item.Level3.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||
item.Level3.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||
item.Level3.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
||||
item.Level3.IsMenuCommunication = structItem.IsMenuCommunicationSetting;
|
||||
item.Level3.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||
item.Level3.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
||||
item.Level3.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
||||
item.Level3.IsMenuSystem = structItem.IsMenuSystemSetting;
|
||||
item.Level3.IsMenuMotor = structItem.IsMenuMotorSetting;
|
||||
item.Level3.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||
item.Level3.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
||||
item.Level3.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
||||
item.Level3.IsMenuInitialization = structItem.IsMenuFactoryReset;
|
||||
item.Level3.IsMenuEquipment = structItem.IsMenuEquipmentSetting;
|
||||
item.Level3.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||
item.Level3.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level3.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
||||
item.Level3.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
||||
item.Level3.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
||||
item.Level3.IsMenuStatistics = structItem.IsMenuDataStatistics;
|
||||
item.Level3.IsMenuUser = structItem.IsMenuUserSetting;
|
||||
item.Level3.IsMenuUserGroupEditor = structItem.IsMenuUserGroupSetting;
|
||||
item.Level3.IsMenuViewer = structItem.IsMenuDataViewer;
|
||||
#endregion
|
||||
|
||||
#region NotLogin
|
||||
|
@ -7635,22 +7635,22 @@ namespace INT69DC_7C.Forms
|
|||
item.NotLogin.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||
item.NotLogin.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||
|
||||
item.NotLogin.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
||||
item.NotLogin.IsMenuTime = structItem.IsMenuTimeSetting;
|
||||
item.NotLogin.IsMenuInformation = structItem.IsMenuInformation;
|
||||
item.NotLogin.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||
item.NotLogin.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||
item.NotLogin.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
||||
item.NotLogin.IsMenuCommunication = structItem.IsMenuCommunicationSetting;
|
||||
item.NotLogin.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||
item.NotLogin.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
||||
item.NotLogin.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
||||
item.NotLogin.IsMenuSystem = structItem.IsMenuSystemSetting;
|
||||
item.NotLogin.IsMenuMotor = structItem.IsMenuMotorSetting;
|
||||
item.NotLogin.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||
item.NotLogin.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
||||
item.NotLogin.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
||||
item.NotLogin.IsMenuInitialization = structItem.IsMenuFactoryReset;
|
||||
item.NotLogin.IsMenuEquipment = structItem.IsMenuEquipmentSetting;
|
||||
item.NotLogin.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||
item.NotLogin.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
||||
item.NotLogin.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
||||
item.NotLogin.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
||||
item.NotLogin.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
||||
item.NotLogin.IsMenuStatistics = structItem.IsMenuDataStatistics;
|
||||
item.NotLogin.IsMenuUser = structItem.IsMenuUserSetting;
|
||||
item.NotLogin.IsMenuUserGroupEditor = structItem.IsMenuUserGroupSetting;
|
||||
item.NotLogin.IsMenuViewer = structItem.IsMenuDataViewer;
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
this.buttonTimeSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.DownImage")));
|
||||
this.buttonTimeSetting.GroupID = 0;
|
||||
this.buttonTimeSetting.InitVisible = true;
|
||||
this.buttonTimeSetting.Location = new System.Drawing.Point(270, 435);
|
||||
this.buttonTimeSetting.Location = new System.Drawing.Point(114, 435);
|
||||
this.buttonTimeSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonTimeSetting.Name = "buttonTimeSetting";
|
||||
this.buttonTimeSetting.NestedClickEventPrevent = false;
|
||||
|
@ -145,7 +145,7 @@
|
|||
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
|
||||
this.buttonConfiguration.GroupID = 0;
|
||||
this.buttonConfiguration.InitVisible = true;
|
||||
this.buttonConfiguration.Location = new System.Drawing.Point(426, 123);
|
||||
this.buttonConfiguration.Location = new System.Drawing.Point(270, 123);
|
||||
this.buttonConfiguration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonConfiguration.Name = "buttonConfiguration";
|
||||
this.buttonConfiguration.NestedClickEventPrevent = false;
|
||||
|
@ -176,7 +176,7 @@
|
|||
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
|
||||
this.buttonDataBackup.GroupID = 0;
|
||||
this.buttonDataBackup.InitVisible = true;
|
||||
this.buttonDataBackup.Location = new System.Drawing.Point(270, 123);
|
||||
this.buttonDataBackup.Location = new System.Drawing.Point(426, 435);
|
||||
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonDataBackup.Name = "buttonDataBackup";
|
||||
this.buttonDataBackup.NestedClickEventPrevent = false;
|
||||
|
@ -207,7 +207,7 @@
|
|||
this.buttonSysConfig.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.DownImage")));
|
||||
this.buttonSysConfig.GroupID = 0;
|
||||
this.buttonSysConfig.InitVisible = true;
|
||||
this.buttonSysConfig.Location = new System.Drawing.Point(114, 279);
|
||||
this.buttonSysConfig.Location = new System.Drawing.Point(738, 123);
|
||||
this.buttonSysConfig.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonSysConfig.Name = "buttonSysConfig";
|
||||
this.buttonSysConfig.NestedClickEventPrevent = false;
|
||||
|
@ -238,7 +238,7 @@
|
|||
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
||||
this.buttonCalibration.GroupID = 0;
|
||||
this.buttonCalibration.InitVisible = true;
|
||||
this.buttonCalibration.Location = new System.Drawing.Point(738, 123);
|
||||
this.buttonCalibration.Location = new System.Drawing.Point(582, 123);
|
||||
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonCalibration.Name = "buttonCalibration";
|
||||
this.buttonCalibration.NestedClickEventPrevent = false;
|
||||
|
@ -269,7 +269,7 @@
|
|||
this.buttonFactoryInitialize.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.DownImage")));
|
||||
this.buttonFactoryInitialize.GroupID = 0;
|
||||
this.buttonFactoryInitialize.InitVisible = true;
|
||||
this.buttonFactoryInitialize.Location = new System.Drawing.Point(582, 279);
|
||||
this.buttonFactoryInitialize.Location = new System.Drawing.Point(738, 279);
|
||||
this.buttonFactoryInitialize.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonFactoryInitialize.Name = "buttonFactoryInitialize";
|
||||
this.buttonFactoryInitialize.NestedClickEventPrevent = false;
|
||||
|
@ -300,7 +300,7 @@
|
|||
this.buttonMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.DownImage")));
|
||||
this.buttonMotorSetting.GroupID = 0;
|
||||
this.buttonMotorSetting.InitVisible = true;
|
||||
this.buttonMotorSetting.Location = new System.Drawing.Point(270, 279);
|
||||
this.buttonMotorSetting.Location = new System.Drawing.Point(114, 279);
|
||||
this.buttonMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonMotorSetting.Name = "buttonMotorSetting";
|
||||
this.buttonMotorSetting.NestedClickEventPrevent = false;
|
||||
|
@ -331,7 +331,7 @@
|
|||
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
||||
this.buttonUpdate.GroupID = 0;
|
||||
this.buttonUpdate.InitVisible = true;
|
||||
this.buttonUpdate.Location = new System.Drawing.Point(426, 279);
|
||||
this.buttonUpdate.Location = new System.Drawing.Point(582, 279);
|
||||
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonUpdate.Name = "buttonUpdate";
|
||||
this.buttonUpdate.NestedClickEventPrevent = false;
|
||||
|
@ -362,7 +362,7 @@
|
|||
this.buttonEquipmentSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.DownImage")));
|
||||
this.buttonEquipmentSetting.GroupID = 0;
|
||||
this.buttonEquipmentSetting.InitVisible = true;
|
||||
this.buttonEquipmentSetting.Location = new System.Drawing.Point(114, 435);
|
||||
this.buttonEquipmentSetting.Location = new System.Drawing.Point(426, 279);
|
||||
this.buttonEquipmentSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonEquipmentSetting.Name = "buttonEquipmentSetting";
|
||||
this.buttonEquipmentSetting.NestedClickEventPrevent = false;
|
||||
|
@ -393,7 +393,7 @@
|
|||
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
||||
this.buttonIOTest.GroupID = 0;
|
||||
this.buttonIOTest.InitVisible = true;
|
||||
this.buttonIOTest.Location = new System.Drawing.Point(738, 279);
|
||||
this.buttonIOTest.Location = new System.Drawing.Point(270, 279);
|
||||
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonIOTest.Name = "buttonIOTest";
|
||||
this.buttonIOTest.NestedClickEventPrevent = false;
|
||||
|
@ -482,7 +482,7 @@
|
|||
this.labelUserLevel.BackPictureBox2 = null;
|
||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserLevel.InitVisible = true;
|
||||
this.labelUserLevel.LineSpacing = 0F;
|
||||
this.labelUserLevel.Location = new System.Drawing.Point(888, 50);
|
||||
|
@ -506,7 +506,7 @@
|
|||
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
||||
this.buttonUser.GroupID = 0;
|
||||
this.buttonUser.InitVisible = true;
|
||||
this.buttonUser.Location = new System.Drawing.Point(426, 435);
|
||||
this.buttonUser.Location = new System.Drawing.Point(270, 435);
|
||||
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonUser.Name = "buttonUser";
|
||||
this.buttonUser.NestedClickEventPrevent = false;
|
||||
|
@ -533,7 +533,7 @@
|
|||
this.labelUserID.BackPictureBox2 = null;
|
||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
this.labelUserID.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||
this.labelUserID.InitVisible = true;
|
||||
this.labelUserID.LineSpacing = 0F;
|
||||
this.labelUserID.Location = new System.Drawing.Point(888, 24);
|
||||
|
@ -721,7 +721,7 @@
|
|||
this.buttonCommunication.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DownImage")));
|
||||
this.buttonCommunication.GroupID = 0;
|
||||
this.buttonCommunication.InitVisible = true;
|
||||
this.buttonCommunication.Location = new System.Drawing.Point(582, 123);
|
||||
this.buttonCommunication.Location = new System.Drawing.Point(426, 123);
|
||||
this.buttonCommunication.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||
this.buttonCommunication.Name = "buttonCommunication";
|
||||
this.buttonCommunication.NestedClickEventPrevent = false;
|
||||
|
|
|
@ -308,20 +308,20 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
|
||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup;
|
||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics;
|
||||
this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration;
|
||||
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting;
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor;
|
||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization;
|
||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
|
||||
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataViewer;
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuTime;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUser;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
@ -336,20 +336,20 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
|
||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup;
|
||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics;
|
||||
this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration;
|
||||
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting;
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor;
|
||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization;
|
||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
|
||||
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataViewer;
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuTime;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUser;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
@ -364,20 +364,20 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||
this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor;
|
||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization;
|
||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataViewer;
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTime;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUser;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
@ -392,20 +392,20 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||
this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor;
|
||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization;
|
||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataViewer;
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTime;
|
||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUser;
|
||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
@ -442,17 +442,17 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation;
|
||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup;
|
||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCommunicationSetting;
|
||||
this.buttonCommunication.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCommunication;
|
||||
this.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration;
|
||||
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystemSetting;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotorSetting;
|
||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem;
|
||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor;
|
||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuFactoryReset;
|
||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization;
|
||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest;
|
||||
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipmentSetting;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTimeSetting;
|
||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment;
|
||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime;
|
||||
|
||||
this.buttonEquipmentTest.Visible = false;
|
||||
this.buttonOptionSetting.Visible = false;
|
||||
|
|
|
@ -193,10 +193,10 @@
|
|||
this.smartGroupBox2.Controls.Add(this.smartLabel1);
|
||||
this.smartGroupBox2.Controls.Add(this.buttonFeedbackUse);
|
||||
this.smartGroupBox2.Controls.Add(this.smartLabel4);
|
||||
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||
this.smartGroupBox2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular);
|
||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
||||
this.smartGroupBox2.FrameLineThickness = 2;
|
||||
this.smartGroupBox2.FrameLineThickness = 1;
|
||||
this.smartGroupBox2.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||
this.smartGroupBox2.Image = null;
|
||||
this.smartGroupBox2.InitVisible = true;
|
||||
|
|
|
@ -312,6 +312,13 @@ namespace INT69DC_7C.Forms
|
|||
this.labelID.Enabled = true;
|
||||
this.labelID.BackColor = Color.WhiteSmoke;
|
||||
}
|
||||
private Color ReturnColor(bool bValue)
|
||||
{
|
||||
if (bValue == true)
|
||||
return Color.Black;
|
||||
else
|
||||
return Color.Silver;
|
||||
}
|
||||
private void CheckBoxCheckedAsLevel(DataStore.UserStatus level)
|
||||
{
|
||||
switch (level)
|
||||
|
@ -326,25 +333,26 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level1_Name;
|
||||
|
||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo;
|
||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear;
|
||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu;
|
||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting;
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
||||
|
||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting;
|
||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
|
||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup;
|
||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration;
|
||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunicationSetting;
|
||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration;
|
||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting;
|
||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting;
|
||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate;
|
||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset;
|
||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting;
|
||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
|
||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics;
|
||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
||||
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUser);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserStatus.Level2:
|
||||
this.buttonLevel1.ButtonUp();
|
||||
|
@ -356,25 +364,26 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level2_Name;
|
||||
|
||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo;
|
||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear;
|
||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu;
|
||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting;
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
||||
|
||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting;
|
||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
|
||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup;
|
||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration;
|
||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunicationSetting;
|
||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration;
|
||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting;
|
||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting;
|
||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate;
|
||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset;
|
||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting;
|
||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
|
||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics;
|
||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
||||
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUser);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserStatus.Level3:
|
||||
this.buttonLevel1.ButtonUp();
|
||||
|
@ -386,55 +395,58 @@ namespace INT69DC_7C.Forms
|
|||
|
||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level3_Name;
|
||||
|
||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo;
|
||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
|
||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu;
|
||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting;
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
||||
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
||||
|
||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunicationSetting;
|
||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
||||
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuTime);
|
||||
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUser);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
||||
break;
|
||||
case DataStore.UserStatus.Developer:
|
||||
case DataStore.UserStatus.Admin:
|
||||
this.buttonLevel1.ButtonUp();
|
||||
this.buttonLevel2.ButtonUp();
|
||||
this.buttonLevel3.ButtonDown();
|
||||
this.buttonLevel1.Enabled = true;
|
||||
this.buttonLevel2.Enabled = true;
|
||||
this.buttonLevel3.Enabled = true;
|
||||
this.buttonLevel3.ButtonUp();
|
||||
this.buttonLevel1.Enabled = false;
|
||||
this.buttonLevel2.Enabled = false;
|
||||
this.buttonLevel3.Enabled = false;
|
||||
|
||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level3_Name;
|
||||
this.labelAccessRight.Text = "Admin";
|
||||
|
||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo;
|
||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
|
||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu;
|
||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting;
|
||||
this.labelProductNo.ForeColor = Color.Black;
|
||||
this.labelClear.ForeColor = Color.Black;
|
||||
this.labelSubMenu.ForeColor = Color.Black;
|
||||
this.labelWeightSetting.ForeColor = Color.Black;
|
||||
|
||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunicationSetting;
|
||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
||||
this.labelInformation.ForeColor = Color.Black;
|
||||
this.labelConfiguration.ForeColor = Color.Black;
|
||||
this.labelCommunication.ForeColor = Color.Black;
|
||||
this.labelCalibration.ForeColor = Color.Black;
|
||||
this.labelSystem.ForeColor = Color.Black;
|
||||
this.labelMotor.ForeColor = Color.Black;
|
||||
this.labelIOTest.ForeColor = Color.Black;
|
||||
this.labelEquipment.ForeColor = Color.Black;
|
||||
this.labelUpdate.ForeColor = Color.Black;
|
||||
this.labelInitialization.ForeColor = Color.Black;
|
||||
this.labelTime.ForeColor = Color.Black;
|
||||
this.labelUser.ForeColor = Color.Black;
|
||||
this.labelDataBackup.ForeColor = Color.Black;
|
||||
this.labelStatistics.ForeColor = Color.Black;
|
||||
this.labelViewer.ForeColor = Color.Black;
|
||||
break;
|
||||
default:
|
||||
this.buttonLevel1.ButtonUp();
|
||||
|
@ -443,28 +455,6 @@ namespace INT69DC_7C.Forms
|
|||
this.buttonLevel1.Enabled = true;
|
||||
this.buttonLevel2.Enabled = true;
|
||||
this.buttonLevel3.Enabled = true;
|
||||
|
||||
this.labelAccessRight.Text = "";
|
||||
|
||||
this.cbMainProductNo.Checked = false;
|
||||
this.cbMainClear.Checked = false;
|
||||
this.cbMainSubMenu.Checked = false;
|
||||
this.cbMainWeightSet.Checked = false;
|
||||
|
||||
this.cbMenuTimeSet.Checked = false;
|
||||
this.cbMenuInformation.Checked = false;
|
||||
this.cbMenuDataBackup.Checked = false;
|
||||
this.cbMenuCalibration.Checked = false;
|
||||
this.cbMenuCommunication.Checked = false;
|
||||
this.cbMenuConfiguration.Checked = false;
|
||||
this.cbMenuSystemSet.Checked = false;
|
||||
this.cbMenuMotorSet.Checked = false;
|
||||
this.cbMenuUpdate.Checked = false;
|
||||
this.cbMenuFactoryReset.Checked = false;
|
||||
this.cbMenuEquipmentSet.Checked = false;
|
||||
this.cbMenuIOTest.Checked = false;
|
||||
this.cbMenuDataStatistics.Checked = false;
|
||||
this.cbMenuUserEditor.Checked = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@ -597,24 +587,26 @@ namespace INT69DC_7C.Forms
|
|||
}
|
||||
private void UpdateDefaultSetAccessrightDisplay(UserGroupItem item)
|
||||
{
|
||||
this.cbMainProductNo.Checked = item.IsMainDisplayProductNo;
|
||||
this.cbMainWeightSet.Checked = item.IsMainDisplayWeightSetting;
|
||||
this.cbMainClear.Checked = item.IsMainDisplayClear;
|
||||
this.cbMainSubMenu.Checked = item.IsMainDisplaySubMenu;
|
||||
this.labelProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
||||
this.labelWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
||||
this.labelClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
||||
this.labelSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
||||
|
||||
this.cbMenuCalibration.Checked = item.IsMenuCalibration;
|
||||
this.cbMenuConfiguration.Checked = item.IsMenuConfiguration;
|
||||
this.cbMenuDataBackup.Checked = item.IsMenuDataBackup;
|
||||
this.cbMenuDataStatistics.Checked = item.IsMenuDataStatistics;
|
||||
this.cbMenuEquipmentSet.Checked = item.IsMenuEquipmentSetting;
|
||||
this.cbMenuFactoryReset.Checked = item.IsMenuFactoryReset;
|
||||
this.cbMenuInformation.Checked = item.IsMenuInformation;
|
||||
this.cbMenuIOTest.Checked = item.IsMenuIOTest;
|
||||
this.cbMenuMotorSet.Checked = item.IsMenuMotorSetting;
|
||||
this.cbMenuSystemSet.Checked = item.IsMenuSystemSetting;
|
||||
this.cbMenuTimeSet.Checked = item.IsMenuTimeSetting;
|
||||
this.cbMenuUpdate.Checked = item.IsMenuUpdate;
|
||||
this.cbMenuUserEditor.Checked = item.IsMenuUserSetting;
|
||||
this.labelInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
||||
this.labelConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
||||
this.labelCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
||||
this.labelCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
||||
this.labelSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
||||
this.labelMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
||||
this.labelIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
||||
this.labelEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
||||
this.labelUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
||||
this.labelInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
||||
this.labelTime.ForeColor = this.ReturnColor(item.IsMenuTime);
|
||||
this.labelUser.ForeColor = this.ReturnColor(item.IsMenuUser);
|
||||
this.labelDataBackup.ForeColor = this.ReturnColor(item.IsMenuDataBackup);
|
||||
this.labelStatistics.ForeColor = this.ReturnColor(item.IsMenuStatistics);
|
||||
this.labelViewer.ForeColor = this.ReturnColor(item.IsMenuViewer);
|
||||
}
|
||||
|
||||
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
|
||||
|
|
|
@ -224,17 +224,17 @@ namespace INT69DC_7C.Forms
|
|||
this.checkBoxL1MenuCalibration.Checked = group.Level1.IsMenuCalibration;
|
||||
this.checkBoxL1MenuConfiguration.Checked = group.Level1.IsMenuConfiguration;
|
||||
this.checkBoxL1MenuDataBackup.Checked = group.Level1.IsMenuDataBackup;
|
||||
this.checkBoxL1MenuDataStatistics.Checked = group.Level1.IsMenuDataStatistics;
|
||||
this.checkBoxL1MenuEquipmentSetting.Checked = group.Level1.IsMenuEquipmentSetting;
|
||||
this.checkBoxL1MenuFactoryReset.Checked = group.Level1.IsMenuFactoryReset;
|
||||
this.checkBoxL1MenuDataStatistics.Checked = group.Level1.IsMenuStatistics;
|
||||
this.checkBoxL1MenuEquipmentSetting.Checked = group.Level1.IsMenuEquipment;
|
||||
this.checkBoxL1MenuFactoryReset.Checked = group.Level1.IsMenuInitialization;
|
||||
this.checkBoxL1MenuInformation.Checked = group.Level1.IsMenuInformation;
|
||||
this.checkBoxL1MenuIOTest.Checked = group.Level1.IsMenuIOTest;
|
||||
this.checkBoxL1MenuMotorSetting.Checked = group.Level1.IsMenuMotorSetting;
|
||||
this.checkBoxL1MenuSystemSetting.Checked = group.Level1.IsMenuSystemSetting;
|
||||
this.checkBoxL1MenuTimeSetting.Checked = group.Level1.IsMenuTimeSetting;
|
||||
this.checkBoxL1MenuMotorSetting.Checked = group.Level1.IsMenuMotor;
|
||||
this.checkBoxL1MenuSystemSetting.Checked = group.Level1.IsMenuSystem;
|
||||
this.checkBoxL1MenuTimeSetting.Checked = group.Level1.IsMenuTime;
|
||||
this.checkBoxL1MenuUpdate.Checked = group.Level1.IsMenuUpdate;
|
||||
this.checkBoxL1MenuUserGroupSetting.Checked = group.Level1.IsMenuUserGroupSetting;
|
||||
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUserSetting;
|
||||
this.checkBoxL1MenuUserGroupSetting.Checked = group.Level1.IsMenuUserGroupEditor;
|
||||
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUser;
|
||||
#endregion
|
||||
|
||||
#region Level2
|
||||
|
@ -246,17 +246,17 @@ namespace INT69DC_7C.Forms
|
|||
this.checkBoxL2MenuCalibration.Checked = group.Level2.IsMenuCalibration;
|
||||
this.checkBoxL2MenuConfiguration.Checked = group.Level2.IsMenuConfiguration;
|
||||
this.checkBoxL2MenuDataBackup.Checked = group.Level2.IsMenuDataBackup;
|
||||
this.checkBoxL2MenuDataStatistics.Checked = group.Level2.IsMenuDataStatistics;
|
||||
this.checkBoxL2MenuEquipmentSetting.Checked = group.Level2.IsMenuEquipmentSetting;
|
||||
this.checkBoxL2MenuFactoryReset.Checked = group.Level2.IsMenuFactoryReset;
|
||||
this.checkBoxL2MenuDataStatistics.Checked = group.Level2.IsMenuStatistics;
|
||||
this.checkBoxL2MenuEquipmentSetting.Checked = group.Level2.IsMenuEquipment;
|
||||
this.checkBoxL2MenuFactoryReset.Checked = group.Level2.IsMenuInitialization;
|
||||
this.checkBoxL2MenuInformation.Checked = group.Level2.IsMenuInformation;
|
||||
this.checkBoxL2MenuIOTest.Checked = group.Level2.IsMenuIOTest;
|
||||
this.checkBoxL2MenuMotorSetting.Checked = group.Level2.IsMenuMotorSetting;
|
||||
this.checkBoxL2MenuSystemSetting.Checked = group.Level2.IsMenuSystemSetting;
|
||||
this.checkBoxL2MenuTimeSetting.Checked = group.Level2.IsMenuTimeSetting;
|
||||
this.checkBoxL2MenuMotorSetting.Checked = group.Level2.IsMenuMotor;
|
||||
this.checkBoxL2MenuSystemSetting.Checked = group.Level2.IsMenuSystem;
|
||||
this.checkBoxL2MenuTimeSetting.Checked = group.Level2.IsMenuTime;
|
||||
this.checkBoxL2MenuUpdate.Checked = group.Level2.IsMenuUpdate;
|
||||
this.checkBoxL2MenuUserGroupSetting.Checked = group.Level2.IsMenuUserGroupSetting;
|
||||
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUserSetting;
|
||||
this.checkBoxL2MenuUserGroupSetting.Checked = group.Level2.IsMenuUserGroupEditor;
|
||||
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUser;
|
||||
#endregion
|
||||
|
||||
#region Level3
|
||||
|
@ -268,17 +268,17 @@ namespace INT69DC_7C.Forms
|
|||
this.checkBoxL3MenuCalibration.Checked = group.Level3.IsMenuCalibration;
|
||||
this.checkBoxL3MenuConfiguration.Checked = group.Level3.IsMenuConfiguration;
|
||||
this.checkBoxL3MenuDataBackup.Checked = group.Level3.IsMenuDataBackup;
|
||||
this.checkBoxL3MenuDataStatistics.Checked = group.Level3.IsMenuDataStatistics;
|
||||
this.checkBoxL3MenuEquipmentSetting.Checked = group.Level3.IsMenuEquipmentSetting;
|
||||
this.checkBoxL3MenuFactoryReset.Checked = group.Level3.IsMenuFactoryReset;
|
||||
this.checkBoxL3MenuDataStatistics.Checked = group.Level3.IsMenuStatistics;
|
||||
this.checkBoxL3MenuEquipmentSetting.Checked = group.Level3.IsMenuEquipment;
|
||||
this.checkBoxL3MenuFactoryReset.Checked = group.Level3.IsMenuInitialization;
|
||||
this.checkBoxL3MenuInformation.Checked = group.Level3.IsMenuInformation;
|
||||
this.checkBoxL3MenuIOTest.Checked = group.Level3.IsMenuIOTest;
|
||||
this.checkBoxL3MenuMotorSetting.Checked = group.Level3.IsMenuMotorSetting;
|
||||
this.checkBoxL3MenuSystemSetting.Checked = group.Level3.IsMenuSystemSetting;
|
||||
this.checkBoxL3MenuTimeSetting.Checked = group.Level3.IsMenuTimeSetting;
|
||||
this.checkBoxL3MenuMotorSetting.Checked = group.Level3.IsMenuMotor;
|
||||
this.checkBoxL3MenuSystemSetting.Checked = group.Level3.IsMenuSystem;
|
||||
this.checkBoxL3MenuTimeSetting.Checked = group.Level3.IsMenuTime;
|
||||
this.checkBoxL3MenuUpdate.Checked = group.Level3.IsMenuUpdate;
|
||||
this.checkBoxL3MenuUserGroupSetting.Checked = group.Level3.IsMenuUserGroupSetting;
|
||||
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUserSetting;
|
||||
this.checkBoxL3MenuUserGroupSetting.Checked = group.Level3.IsMenuUserGroupEditor;
|
||||
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUser;
|
||||
#endregion
|
||||
|
||||
#region NotLogin
|
||||
|
@ -290,17 +290,17 @@ namespace INT69DC_7C.Forms
|
|||
this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
|
||||
this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
|
||||
this.checkBoxNotLoginMenuDataBackup.Checked = group.NotLogin.IsMenuDataBackup;
|
||||
this.checkBoxNotLoginMenuDataStatistics.Checked = group.NotLogin.IsMenuDataStatistics;
|
||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = group.NotLogin.IsMenuEquipmentSetting;
|
||||
this.checkBoxNotLoginMenuFactoryReset.Checked = group.NotLogin.IsMenuFactoryReset;
|
||||
this.checkBoxNotLoginMenuDataStatistics.Checked = group.NotLogin.IsMenuStatistics;
|
||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = group.NotLogin.IsMenuEquipment;
|
||||
this.checkBoxNotLoginMenuFactoryReset.Checked = group.NotLogin.IsMenuInitialization;
|
||||
this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
|
||||
this.checkBoxNotLoginMenuIOTest.Checked = group.NotLogin.IsMenuIOTest;
|
||||
this.checkBoxNotLoginMenuMotorSetting.Checked = group.NotLogin.IsMenuMotorSetting;
|
||||
this.checkBoxNotLoginMenuSystemSetting.Checked = group.NotLogin.IsMenuSystemSetting;
|
||||
this.checkBoxNotLoginMenuTimeSetting.Checked = group.NotLogin.IsMenuTimeSetting;
|
||||
this.checkBoxNotLoginMenuMotorSetting.Checked = group.NotLogin.IsMenuMotor;
|
||||
this.checkBoxNotLoginMenuSystemSetting.Checked = group.NotLogin.IsMenuSystem;
|
||||
this.checkBoxNotLoginMenuTimeSetting.Checked = group.NotLogin.IsMenuTime;
|
||||
this.checkBoxNotLoginMenuUpdate.Checked = group.NotLogin.IsMenuUpdate;
|
||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = group.NotLogin.IsMenuUserGroupSetting;
|
||||
this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUserSetting;
|
||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = group.NotLogin.IsMenuUserGroupEditor;
|
||||
this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUser;
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
@ -360,17 +360,17 @@ namespace INT69DC_7C.Forms
|
|||
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup = this.checkBoxL1MenuDataBackup.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics = this.checkBoxL1MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting = this.checkBoxL1MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset = this.checkBoxL1MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics = this.checkBoxL1MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment = this.checkBoxL1MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization = this.checkBoxL1MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation = this.checkBoxL1MenuInformation.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest = this.checkBoxL1MenuIOTest.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting = this.checkBoxL1MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting = this.checkBoxL1MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting = this.checkBoxL1MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor = this.checkBoxL1MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem = this.checkBoxL1MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuTime = this.checkBoxL1MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate = this.checkBoxL1MenuUpdate.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUserGroupSetting = this.checkBoxL1MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting = this.checkBoxL1MenuUserSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUserGroupEditor = this.checkBoxL1MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUser = this.checkBoxL1MenuUserSetting.Checked;
|
||||
#endregion
|
||||
|
||||
#region Level2
|
||||
|
@ -382,17 +382,17 @@ namespace INT69DC_7C.Forms
|
|||
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup = this.checkBoxL2MenuDataBackup.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics = this.checkBoxL2MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting = this.checkBoxL2MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset = this.checkBoxL2MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics = this.checkBoxL2MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment = this.checkBoxL2MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization = this.checkBoxL2MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation = this.checkBoxL2MenuInformation.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest = this.checkBoxL2MenuIOTest.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting = this.checkBoxL2MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting = this.checkBoxL2MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting = this.checkBoxL2MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor = this.checkBoxL2MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem = this.checkBoxL2MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuTime = this.checkBoxL2MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate = this.checkBoxL2MenuUpdate.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUserGroupSetting = this.checkBoxL2MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting = this.checkBoxL2MenuUserSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUserGroupEditor = this.checkBoxL2MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUser = this.checkBoxL2MenuUserSetting.Checked;
|
||||
#endregion
|
||||
|
||||
#region Level3
|
||||
|
@ -404,17 +404,17 @@ namespace INT69DC_7C.Forms
|
|||
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup = this.checkBoxL3MenuDataBackup.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics = this.checkBoxL3MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting = this.checkBoxL3MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset = this.checkBoxL3MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics = this.checkBoxL3MenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment = this.checkBoxL3MenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization = this.checkBoxL3MenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting = this.checkBoxL3MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting = this.checkBoxL3MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting = this.checkBoxL3MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuTime = this.checkBoxL3MenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate = this.checkBoxL3MenuUpdate.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupSetting = this.checkBoxL3MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting = this.checkBoxL3MenuUserSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupEditor = this.checkBoxL3MenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUser = this.checkBoxL3MenuUserSetting.Checked;
|
||||
#endregion
|
||||
|
||||
#region NotLogin
|
||||
|
@ -426,17 +426,17 @@ namespace INT69DC_7C.Forms
|
|||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup = this.checkBoxNotLoginMenuDataBackup.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataStatistics = this.checkBoxNotLoginMenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipmentSetting = this.checkBoxNotLoginMenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuFactoryReset = this.checkBoxNotLoginMenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuStatistics = this.checkBoxNotLoginMenuDataStatistics.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment = this.checkBoxNotLoginMenuEquipmentSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization = this.checkBoxNotLoginMenuFactoryReset.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest = this.checkBoxNotLoginMenuIOTest.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotorSetting = this.checkBoxNotLoginMenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystemSetting = this.checkBoxNotLoginMenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTimeSetting = this.checkBoxNotLoginMenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotorSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystemSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime = this.checkBoxNotLoginMenuTimeSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate = this.checkBoxNotLoginMenuUpdate.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserGroupSetting = this.checkBoxNotLoginMenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserSetting = this.checkBoxNotLoginMenuUserSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserGroupEditor = this.checkBoxNotLoginMenuUserGroupSetting.Checked;
|
||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUser = this.checkBoxNotLoginMenuUserSetting.Checked;
|
||||
#endregion
|
||||
|
||||
this.ParentForm.SaveUserGroupFile(this.ParentForm.CurrentUserGroup);
|
||||
|
|
|
@ -237,23 +237,22 @@ namespace INT69DC_7C.Part11_UserManager
|
|||
private bool m_IsMainDisplayClear;
|
||||
private bool m_IsMainDisplaySubMenu;
|
||||
|
||||
private bool m_IsMenuTimeSetting;
|
||||
private bool m_IsMenuInformation;
|
||||
private bool m_IsMenuDataBackup;
|
||||
private bool m_IsMenuCalibration;
|
||||
private bool m_IsMenuCommunicationSetting;
|
||||
private bool m_IsMenuConfiguration;
|
||||
private bool m_IsMenuSystemSetting;
|
||||
private bool m_IsMenuMotorSetting;
|
||||
private bool m_IsMenuUpdate;
|
||||
private bool m_IsMenuFactoryReset;
|
||||
private bool m_IsMenuEquipmentSetting;
|
||||
private bool m_IsMenuCommunication;
|
||||
private bool m_IsMenuCalibration;
|
||||
private bool m_IsMenuSystem;
|
||||
private bool m_IsMenuMotor;
|
||||
private bool m_IsMenuIOTest;
|
||||
private bool m_IsMenuDataStatistics;
|
||||
private bool m_IsMenuUserSetting;
|
||||
private bool m_IsMenuUserGroupSetting;
|
||||
private bool m_IsMenuDataViewer;
|
||||
|
||||
private bool m_IsMenuEquipment;
|
||||
private bool m_IsMenuUpdate;
|
||||
private bool m_IsMenuInitialization;
|
||||
private bool m_IsMenuTime;
|
||||
private bool m_IsMenuUser;
|
||||
private bool m_IsMenuDataBackup;
|
||||
private bool m_IsMenuStatistics;
|
||||
private bool m_IsMenuViewer;
|
||||
private bool m_IsMenuUserGroupEditor;
|
||||
#endregion
|
||||
|
||||
#region Constructor
|
||||
|
@ -285,10 +284,10 @@ namespace INT69DC_7C.Part11_UserManager
|
|||
set { this.m_IsMainDisplaySubMenu = value; }
|
||||
}
|
||||
|
||||
public bool IsMenuTimeSetting
|
||||
public bool IsMenuTime
|
||||
{
|
||||
get { return this.m_IsMenuTimeSetting; }
|
||||
set { this.m_IsMenuTimeSetting = value; }
|
||||
get { return this.m_IsMenuTime; }
|
||||
set { this.m_IsMenuTime = value; }
|
||||
}
|
||||
public bool IsMenuInformation
|
||||
{
|
||||
|
@ -305,65 +304,65 @@ namespace INT69DC_7C.Part11_UserManager
|
|||
get { return this.m_IsMenuCalibration; }
|
||||
set { this.m_IsMenuCalibration = value; }
|
||||
}
|
||||
public bool IsMenuCommunicationSetting
|
||||
public bool IsMenuCommunication
|
||||
{
|
||||
get { return this.m_IsMenuCommunicationSetting; }
|
||||
set { this.m_IsMenuCommunicationSetting = value; }
|
||||
get { return this.m_IsMenuCommunication; }
|
||||
set { this.m_IsMenuCommunication = value; }
|
||||
}
|
||||
public bool IsMenuConfiguration
|
||||
{
|
||||
get { return this.m_IsMenuConfiguration; }
|
||||
set { this.m_IsMenuConfiguration = value; }
|
||||
}
|
||||
public bool IsMenuSystemSetting
|
||||
public bool IsMenuSystem
|
||||
{
|
||||
get { return this.m_IsMenuSystemSetting; }
|
||||
set { this.m_IsMenuSystemSetting = value; }
|
||||
get { return this.m_IsMenuSystem; }
|
||||
set { this.m_IsMenuSystem = value; }
|
||||
}
|
||||
public bool IsMenuMotorSetting
|
||||
public bool IsMenuMotor
|
||||
{
|
||||
get { return this.m_IsMenuMotorSetting; }
|
||||
set { this.m_IsMenuMotorSetting = value; }
|
||||
get { return this.m_IsMenuMotor; }
|
||||
set { this.m_IsMenuMotor = value; }
|
||||
}
|
||||
public bool IsMenuUpdate
|
||||
{
|
||||
get { return this.m_IsMenuUpdate; }
|
||||
set { this.m_IsMenuUpdate = value; }
|
||||
}
|
||||
public bool IsMenuFactoryReset
|
||||
public bool IsMenuInitialization
|
||||
{
|
||||
get { return this.m_IsMenuFactoryReset; }
|
||||
set { this.m_IsMenuFactoryReset = value; }
|
||||
get { return this.m_IsMenuInitialization; }
|
||||
set { this.m_IsMenuInitialization = value; }
|
||||
}
|
||||
public bool IsMenuEquipmentSetting
|
||||
public bool IsMenuEquipment
|
||||
{
|
||||
get { return this.m_IsMenuEquipmentSetting; }
|
||||
set { this.m_IsMenuEquipmentSetting = value; }
|
||||
get { return this.m_IsMenuEquipment; }
|
||||
set { this.m_IsMenuEquipment = value; }
|
||||
}
|
||||
public bool IsMenuIOTest
|
||||
{
|
||||
get { return this.m_IsMenuIOTest; }
|
||||
set { this.m_IsMenuIOTest = value; }
|
||||
}
|
||||
public bool IsMenuDataStatistics
|
||||
public bool IsMenuStatistics
|
||||
{
|
||||
get { return this.m_IsMenuDataStatistics; }
|
||||
set { this.m_IsMenuDataStatistics = value; }
|
||||
get { return this.m_IsMenuStatistics; }
|
||||
set { this.m_IsMenuStatistics = value; }
|
||||
}
|
||||
public bool IsMenuUserSetting
|
||||
public bool IsMenuUser
|
||||
{
|
||||
get { return this.m_IsMenuUserSetting; }
|
||||
set { this.m_IsMenuUserSetting = value; }
|
||||
get { return this.m_IsMenuUser; }
|
||||
set { this.m_IsMenuUser = value; }
|
||||
}
|
||||
public bool IsMenuUserGroupSetting
|
||||
public bool IsMenuUserGroupEditor
|
||||
{
|
||||
get { return this.m_IsMenuUserGroupSetting; }
|
||||
set { this.m_IsMenuUserGroupSetting = value; }
|
||||
get { return this.m_IsMenuUserGroupEditor; }
|
||||
set { this.m_IsMenuUserGroupEditor = value; }
|
||||
}
|
||||
public bool IsMenuDataViewer
|
||||
public bool IsMenuViewer
|
||||
{
|
||||
get { return this.m_IsMenuDataViewer; }
|
||||
set { this.m_IsMenuDataViewer = value; }
|
||||
get { return this.m_IsMenuViewer; }
|
||||
set { this.m_IsMenuViewer = value; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
@ -375,22 +374,22 @@ namespace INT69DC_7C.Part11_UserManager
|
|||
this.IsMainDisplayClear = false;
|
||||
this.IsMainDisplaySubMenu = false;
|
||||
|
||||
this.IsMenuTimeSetting = false;
|
||||
this.IsMenuTime = false;
|
||||
this.IsMenuInformation = false;
|
||||
this.IsMenuDataBackup = false;
|
||||
this.IsMenuCalibration = false;
|
||||
this.IsMenuCommunicationSetting = false;
|
||||
this.IsMenuCommunication = false;
|
||||
this.IsMenuConfiguration = false;
|
||||
this.IsMenuSystemSetting = false;
|
||||
this.IsMenuMotorSetting = false;
|
||||
this.IsMenuSystem = false;
|
||||
this.IsMenuMotor = false;
|
||||
this.IsMenuUpdate = false;
|
||||
this.IsMenuFactoryReset = false;
|
||||
this.IsMenuEquipmentSetting = false;
|
||||
this.IsMenuInitialization = false;
|
||||
this.IsMenuEquipment = false;
|
||||
this.IsMenuIOTest = false;
|
||||
this.IsMenuDataStatistics = false;
|
||||
this.IsMenuUserSetting = false;
|
||||
this.IsMenuUserGroupSetting = false;
|
||||
this.IsMenuDataViewer = false;
|
||||
this.IsMenuStatistics = false;
|
||||
this.IsMenuUser = false;
|
||||
this.IsMenuUserGroupEditor = false;
|
||||
this.IsMenuViewer = false;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
|
|
@ -621,6 +621,18 @@
|
|||
<None Include="Resources\gerSubMenuNGUp.png" />
|
||||
<None Include="Resources\chnOff_84X25.png" />
|
||||
<None Include="Resources\chnOn_84X25.png" />
|
||||
<None Include="Resources\korMenuDataviewDisable.png" />
|
||||
<None Include="Resources\korMenuDataviewDown.png" />
|
||||
<None Include="Resources\korMenuDataviewUp.png" />
|
||||
<None Include="Resources\korMenuEquipmentSettingDisable.png" />
|
||||
<None Include="Resources\korMenuEquipmentSettingDown.png" />
|
||||
<None Include="Resources\korMenuEquipmentSettingUp.png" />
|
||||
<None Include="Resources\korMenuEquipmentTestDisable.png" />
|
||||
<None Include="Resources\korMenuEquipmentTestDown.png" />
|
||||
<None Include="Resources\korMenuEquipmentTestUp.png" />
|
||||
<None Include="Resources\korMenuOptionDisable.png" />
|
||||
<None Include="Resources\korMenuOptionDown.png" />
|
||||
<None Include="Resources\korMenuOptionUp.png" />
|
||||
<Content Include="version.txt" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.9151
|
||||
// 이 코드는 도구를 사용하여 생성되었습니다.
|
||||
// 런타임 버전:2.0.50727.9151
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면
|
||||
// 이러한 변경 내용이 손실됩니다.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
@ -13,12 +13,12 @@ namespace INT69DC_ImageDll {
|
|||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// 지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
// 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
|
||||
// 클래스에서 자동으로 생성되었습니다.
|
||||
// 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
|
||||
// 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
internal class Resource {
|
||||
|
||||
|
@ -30,7 +30,7 @@ namespace INT69DC_ImageDll {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// 이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
|
@ -44,8 +44,8 @@ namespace INT69DC_ImageDll {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// 이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대한 현재 스레드의 CurrentUICulture
|
||||
/// 속성을 재정의합니다.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
|
|
After Width: | Height: | Size: 8.4 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.7 KiB |