diff --git a/INT69DC_7C/Controls/ControlEquipmentTest.cs b/INT69DC_7C/Controls/ControlEquipmentTest.cs index ea5124a..754b4dc 100644 --- a/INT69DC_7C/Controls/ControlEquipmentTest.cs +++ b/INT69DC_7C/Controls/ControlEquipmentTest.cs @@ -239,6 +239,8 @@ namespace INT69DC_7C.Controls this.labelEquipmentMode.Text = "업다운"; else if (iValue == 5) this.labelEquipmentMode.Text = "튜브"; + else if (iValue == 7) + this.labelEquipmentMode.Text = "양개형"; else this.labelEquipmentMode.Text = "컨베어"; diff --git a/INT69DC_7C/Forms/FormEquipmentSetting.Designer.cs b/INT69DC_7C/Forms/FormEquipmentSetting.Designer.cs index cf6ab95..64da5f6 100644 --- a/INT69DC_7C/Forms/FormEquipmentSetting.Designer.cs +++ b/INT69DC_7C/Forms/FormEquipmentSetting.Designer.cs @@ -1069,6 +1069,7 @@ this.radioButtonEquipmentModeDual.Size = new System.Drawing.Size(100, 20); this.radioButtonEquipmentModeDual.TabIndex = 3; this.radioButtonEquipmentModeDual.Text = "양개형"; + this.radioButtonEquipmentModeDual.Click += new System.EventHandler(this.control_Click); // // radioButtonEquipmentModeStick3 // diff --git a/INT69DC_7C/Forms/FormEquipmentSetting.cs b/INT69DC_7C/Forms/FormEquipmentSetting.cs index 657e517..340268f 100644 --- a/INT69DC_7C/Forms/FormEquipmentSetting.cs +++ b/INT69DC_7C/Forms/FormEquipmentSetting.cs @@ -72,6 +72,7 @@ namespace INT69DC_7C.Forms this.radioButtonEquipmentModeStick1.Text = "Stick-I"; this.radioButtonEquipmentModeStick2.Text = "Stick-II"; this.radioButtonEquipmentModeStick3.Text = "Stick-III"; + this.radioButtonEquipmentModeDual.Text = "Dual"; this.labelBuadrateWarning.Text = "※ After changing setting, Turn the power off and back on"; this.labelBuadrateWarning2.Text = "※ Do not change the value except engineer"; @@ -113,6 +114,7 @@ namespace INT69DC_7C.Forms this.radioButtonEquipmentModeStick1.Text = "球杆-I"; this.radioButtonEquipmentModeStick2.Text = "球杆-II"; this.radioButtonEquipmentModeStick3.Text = "球杆-III"; + this.radioButtonEquipmentModeDual.Text = "双重的"; this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新"; @@ -167,6 +169,7 @@ namespace INT69DC_7C.Forms this.radioButtonEquipmentModeStick1.Text = "Stick-I"; this.radioButtonEquipmentModeStick2.Text = "Stick-II"; this.radioButtonEquipmentModeStick3.Text = "Stick-III"; + this.radioButtonEquipmentModeDual.Text = "Dual"; this.labelBuadrateWarning.Text = "※ After changing setting, Turn the power off and back on"; this.labelBuadrateWarning2.Text = "※ Do not change the value except engineer"; @@ -210,6 +213,7 @@ namespace INT69DC_7C.Forms this.radioButtonEquipmentModeStick1.Text = "Beutel-I"; this.radioButtonEquipmentModeStick2.Text = "Beutel-II"; this.radioButtonEquipmentModeStick3.Text = "Beutel-III"; + this.radioButtonEquipmentModeDual.Text = "Dual"; this.labelBuadrateWarning.Text = "※ Stellen Sie nach dem Einstellen des Servoantriebs sicher, Mit dem Hauptschalter aus- und einschalten"; this.labelBuadrateWarning2.Text = "※ Werte dürfen nur vom Servicetechniker des Herstellers geändert werden"; diff --git a/INT69DC_7C/Forms/FormFactoryInitialize.cs b/INT69DC_7C/Forms/FormFactoryInitialize.cs index 51e210c..21e32f1 100644 --- a/INT69DC_7C/Forms/FormFactoryInitialize.cs +++ b/INT69DC_7C/Forms/FormFactoryInitialize.cs @@ -39,7 +39,6 @@ namespace INT69DC_7C.Forms #region Method private void InitializeDesign() { - if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean) { diff --git a/INT69DC_7C/Forms/FormInformation.Designer.cs b/INT69DC_7C/Forms/FormInformation.Designer.cs index d09899d..f1f8e62 100644 --- a/INT69DC_7C/Forms/FormInformation.Designer.cs +++ b/INT69DC_7C/Forms/FormInformation.Designer.cs @@ -74,7 +74,7 @@ this.labelTitle = new SmartX.SmartLabel(); this.buttonScreen = new SmartX.SmartButton(); this.smartLabel1 = new SmartX.SmartLabel(); - this.smartLabel2 = new SmartX.SmartLabel(); + this.labelTitleMainboardName = new SmartX.SmartLabel(); this.smartLabel3 = new SmartX.SmartLabel(); this.smartLabel4 = new SmartX.SmartLabel(); this.smartLabel5 = new SmartX.SmartLabel(); @@ -678,7 +678,7 @@ this.textBoxSerialNo.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold); this.textBoxSerialNo.Location = new System.Drawing.Point(722, 48); this.textBoxSerialNo.Name = "textBoxSerialNo"; - this.textBoxSerialNo.Size = new System.Drawing.Size(290, 45); + this.textBoxSerialNo.Size = new System.Drawing.Size(290, 43); this.textBoxSerialNo.TabIndex = 192; this.textBoxSerialNo.Text = "K03-16J0000"; this.textBoxSerialNo.Visible = false; @@ -1001,24 +1001,24 @@ this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.smartLabel1.Wordwrap = false; // - // smartLabel2 + // labelTitleMainboardName // - this.smartLabel2.BackPictureBox = this.smartForm1; - this.smartLabel2.BackPictureBox1 = null; - this.smartLabel2.BackPictureBox2 = null; - this.smartLabel2.BorderColor = System.Drawing.Color.Black; - this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.smartLabel2.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); - this.smartLabel2.InitVisible = true; - this.smartLabel2.LineSpacing = 0F; - this.smartLabel2.Location = new System.Drawing.Point(380, 233); - this.smartLabel2.Name = "smartLabel2"; - this.smartLabel2.Size = new System.Drawing.Size(130, 25); - this.smartLabel2.TabIndex = 256; - this.smartLabel2.Text = "INT69M-2D"; - this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; - this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; - this.smartLabel2.Wordwrap = false; + this.labelTitleMainboardName.BackPictureBox = this.smartForm1; + this.labelTitleMainboardName.BackPictureBox1 = null; + this.labelTitleMainboardName.BackPictureBox2 = null; + this.labelTitleMainboardName.BorderColor = System.Drawing.Color.Black; + this.labelTitleMainboardName.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.labelTitleMainboardName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold); + this.labelTitleMainboardName.InitVisible = true; + this.labelTitleMainboardName.LineSpacing = 0F; + this.labelTitleMainboardName.Location = new System.Drawing.Point(380, 233); + this.labelTitleMainboardName.Name = "labelTitleMainboardName"; + this.labelTitleMainboardName.Size = new System.Drawing.Size(130, 25); + this.labelTitleMainboardName.TabIndex = 256; + this.labelTitleMainboardName.Text = "INT69M-2D"; + this.labelTitleMainboardName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left; + this.labelTitleMainboardName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; + this.labelTitleMainboardName.Wordwrap = false; // // smartLabel3 // @@ -1234,7 +1234,7 @@ this.Controls.Add(this.smartLabel5); this.Controls.Add(this.smartLabel6); this.Controls.Add(this.smartLabel1); - this.Controls.Add(this.smartLabel2); + this.Controls.Add(this.labelTitleMainboardName); this.Controls.Add(this.smartLabel3); this.Controls.Add(this.smartLabel4); this.Controls.Add(this.buttonScreen); @@ -1308,7 +1308,7 @@ private SmartX.SmartLabel labelTitle; private SmartX.SmartButton buttonScreen; private SmartX.SmartLabel smartLabel1; - public SmartX.SmartLabel smartLabel2; + public SmartX.SmartLabel labelTitleMainboardName; private SmartX.SmartLabel smartLabel3; public SmartX.SmartLabel smartLabel4; public SmartX.SmartLabel smartLabel5; diff --git a/INT69DC_7C/Forms/FormInformation.cs b/INT69DC_7C/Forms/FormInformation.cs index 0791db4..9857651 100644 --- a/INT69DC_7C/Forms/FormInformation.cs +++ b/INT69DC_7C/Forms/FormInformation.cs @@ -141,6 +141,10 @@ namespace INT69DC_7C.Forms private void DefaultSetting() { this.labelDisplayVer.Text = "11.2.0"; + if(this.ParentForm.SystemConfig.EquipmentMode == 7) + this.labelTitleMainboardName.Text = "INT68M-2A"; + else + this.labelTitleMainboardName.Text = "INT69M-2D"; this.labelUserMgerVer.Text = ""; this.labelAes128Ver.Text = ""; this.labelSerialNo.Text = this.ParentForm.SystemConfig.SerialNumber; diff --git a/INT69DC_7C/Forms/FormMotorSetting.Designer.cs b/INT69DC_7C/Forms/FormMotorSetting.Designer.cs index ef36f26..d2b36a9 100644 --- a/INT69DC_7C/Forms/FormMotorSetting.Designer.cs +++ b/INT69DC_7C/Forms/FormMotorSetting.Designer.cs @@ -66,6 +66,18 @@ this.labelTitle6 = new SmartX.SmartLabel(); this.label2 = new SmartX.SmartLabel(); this.groupBoxSelectImpeller = new SmartX.SmartGroupBox(); + this.buttonLine24 = new SmartX.SmartButton(); + this.buttonLine23 = new SmartX.SmartButton(); + this.buttonLine22 = new SmartX.SmartButton(); + this.buttonLine21 = new SmartX.SmartButton(); + this.buttonLine20 = new SmartX.SmartButton(); + this.buttonLine19 = new SmartX.SmartButton(); + this.buttonLine18 = new SmartX.SmartButton(); + this.buttonLine17 = new SmartX.SmartButton(); + this.buttonLine16 = new SmartX.SmartButton(); + this.buttonLine15 = new SmartX.SmartButton(); + this.buttonLine14 = new SmartX.SmartButton(); + this.buttonLine13 = new SmartX.SmartButton(); this.buttonLine12 = new SmartX.SmartButton(); this.buttonLine11 = new SmartX.SmartButton(); this.buttonLine10 = new SmartX.SmartButton(); @@ -129,18 +141,6 @@ this.labelTitlePass = new SmartX.SmartLabel(); this.buttonClearAlarm = new SmartX.SmartButton(); this.timerChangeDeviceNo = new System.Windows.Forms.Timer(); - this.smartButton1 = new SmartX.SmartButton(); - this.smartButton2 = new SmartX.SmartButton(); - this.smartButton3 = new SmartX.SmartButton(); - this.smartButton4 = new SmartX.SmartButton(); - this.smartButton5 = new SmartX.SmartButton(); - this.smartButton6 = new SmartX.SmartButton(); - this.smartButton7 = new SmartX.SmartButton(); - this.smartButton8 = new SmartX.SmartButton(); - this.smartButton9 = new SmartX.SmartButton(); - this.smartButton10 = new SmartX.SmartButton(); - this.smartButton11 = new SmartX.SmartButton(); - this.smartButton12 = new SmartX.SmartButton(); ((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit(); this.panel1.SuspendLayout(); this.groupBoxMotorTest.SuspendLayout(); @@ -999,18 +999,18 @@ // this.groupBoxSelectImpeller.BackPictureBox = this.smartForm1; this.groupBoxSelectImpeller.BackPictureBox1 = null; - this.groupBoxSelectImpeller.Controls.Add(this.smartButton1); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton2); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton3); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton4); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton5); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton6); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton7); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton8); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton9); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton10); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton11); - this.groupBoxSelectImpeller.Controls.Add(this.smartButton12); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine24); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine23); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine22); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine21); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine20); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine19); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine18); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine17); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine16); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine15); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine14); + this.groupBoxSelectImpeller.Controls.Add(this.buttonLine13); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine12); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine11); this.groupBoxSelectImpeller.Controls.Add(this.buttonLine10); @@ -1038,6 +1038,426 @@ this.groupBoxSelectImpeller.Text = "라인"; this.groupBoxSelectImpeller.TextColor = System.Drawing.Color.Black; // + // buttonLine24 + // + this.buttonLine24.BackPictureBox = null; + this.buttonLine24.BackPictureBox1 = null; + this.buttonLine24.BackPictureBox2 = null; + this.buttonLine24.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine24.ButtonImageAutoSize = true; + this.buttonLine24.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine24.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine24.DisableImage"))); + this.buttonLine24.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine24.DownImage"))); + this.buttonLine24.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine24.GroupID = 0; + this.buttonLine24.InitVisible = true; + this.buttonLine24.Location = new System.Drawing.Point(803, 73); + this.buttonLine24.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine24.Name = "buttonLine24"; + this.buttonLine24.NestedClickEventPrevent = false; + this.buttonLine24.OutlinePixel = 1; + this.buttonLine24.RepeatInterval = 200; + this.buttonLine24.RepeatIntervalAccelerate = null; + this.buttonLine24.SafeInterval = 200; + this.buttonLine24.Size = new System.Drawing.Size(60, 50); + this.buttonLine24.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine24.TabIndex = 9; + this.buttonLine24.Tag = "H"; + this.buttonLine24.Text = "24"; + this.buttonLine24.TextColor = System.Drawing.Color.Black; + this.buttonLine24.TextDownColor = System.Drawing.Color.White; + this.buttonLine24.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine24.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine24.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine24.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine24.UpImage"))); + this.buttonLine24.Visible = false; + this.buttonLine24.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine23 + // + this.buttonLine23.BackPictureBox = null; + this.buttonLine23.BackPictureBox1 = null; + this.buttonLine23.BackPictureBox2 = null; + this.buttonLine23.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine23.ButtonImageAutoSize = true; + this.buttonLine23.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine23.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine23.DisableImage"))); + this.buttonLine23.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine23.DownImage"))); + this.buttonLine23.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine23.GroupID = 0; + this.buttonLine23.InitVisible = true; + this.buttonLine23.Location = new System.Drawing.Point(737, 73); + this.buttonLine23.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine23.Name = "buttonLine23"; + this.buttonLine23.NestedClickEventPrevent = false; + this.buttonLine23.OutlinePixel = 1; + this.buttonLine23.RepeatInterval = 200; + this.buttonLine23.RepeatIntervalAccelerate = null; + this.buttonLine23.SafeInterval = 200; + this.buttonLine23.Size = new System.Drawing.Size(60, 50); + this.buttonLine23.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine23.TabIndex = 8; + this.buttonLine23.Tag = "G"; + this.buttonLine23.Text = "23"; + this.buttonLine23.TextColor = System.Drawing.Color.Black; + this.buttonLine23.TextDownColor = System.Drawing.Color.White; + this.buttonLine23.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine23.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine23.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine23.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine23.UpImage"))); + this.buttonLine23.Visible = false; + this.buttonLine23.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine22 + // + this.buttonLine22.BackPictureBox = null; + this.buttonLine22.BackPictureBox1 = null; + this.buttonLine22.BackPictureBox2 = null; + this.buttonLine22.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine22.ButtonImageAutoSize = true; + this.buttonLine22.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine22.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine22.DisableImage"))); + this.buttonLine22.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine22.DownImage"))); + this.buttonLine22.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine22.GroupID = 0; + this.buttonLine22.InitVisible = true; + this.buttonLine22.Location = new System.Drawing.Point(671, 73); + this.buttonLine22.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine22.Name = "buttonLine22"; + this.buttonLine22.NestedClickEventPrevent = false; + this.buttonLine22.OutlinePixel = 1; + this.buttonLine22.RepeatInterval = 200; + this.buttonLine22.RepeatIntervalAccelerate = null; + this.buttonLine22.SafeInterval = 200; + this.buttonLine22.Size = new System.Drawing.Size(60, 50); + this.buttonLine22.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine22.TabIndex = 7; + this.buttonLine22.Tag = "F"; + this.buttonLine22.Text = "22"; + this.buttonLine22.TextColor = System.Drawing.Color.Black; + this.buttonLine22.TextDownColor = System.Drawing.Color.White; + this.buttonLine22.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine22.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine22.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine22.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine22.UpImage"))); + this.buttonLine22.Visible = false; + this.buttonLine22.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine21 + // + this.buttonLine21.BackPictureBox = null; + this.buttonLine21.BackPictureBox1 = null; + this.buttonLine21.BackPictureBox2 = null; + this.buttonLine21.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine21.ButtonImageAutoSize = true; + this.buttonLine21.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine21.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine21.DisableImage"))); + this.buttonLine21.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine21.DownImage"))); + this.buttonLine21.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine21.GroupID = 0; + this.buttonLine21.InitVisible = true; + this.buttonLine21.Location = new System.Drawing.Point(605, 73); + this.buttonLine21.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine21.Name = "buttonLine21"; + this.buttonLine21.NestedClickEventPrevent = false; + this.buttonLine21.OutlinePixel = 1; + this.buttonLine21.RepeatInterval = 200; + this.buttonLine21.RepeatIntervalAccelerate = null; + this.buttonLine21.SafeInterval = 200; + this.buttonLine21.Size = new System.Drawing.Size(60, 50); + this.buttonLine21.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine21.TabIndex = 12; + this.buttonLine21.Tag = "E"; + this.buttonLine21.Text = "21"; + this.buttonLine21.TextColor = System.Drawing.Color.Black; + this.buttonLine21.TextDownColor = System.Drawing.Color.White; + this.buttonLine21.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine21.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine21.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine21.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine21.UpImage"))); + this.buttonLine21.Visible = false; + this.buttonLine21.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine20 + // + this.buttonLine20.BackPictureBox = null; + this.buttonLine20.BackPictureBox1 = null; + this.buttonLine20.BackPictureBox2 = null; + this.buttonLine20.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine20.ButtonImageAutoSize = true; + this.buttonLine20.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine20.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine20.DisableImage"))); + this.buttonLine20.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine20.DownImage"))); + this.buttonLine20.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine20.GroupID = 0; + this.buttonLine20.InitVisible = true; + this.buttonLine20.Location = new System.Drawing.Point(539, 73); + this.buttonLine20.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine20.Name = "buttonLine20"; + this.buttonLine20.NestedClickEventPrevent = false; + this.buttonLine20.OutlinePixel = 1; + this.buttonLine20.RepeatInterval = 200; + this.buttonLine20.RepeatIntervalAccelerate = null; + this.buttonLine20.SafeInterval = 200; + this.buttonLine20.Size = new System.Drawing.Size(60, 50); + this.buttonLine20.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine20.TabIndex = 11; + this.buttonLine20.Tag = "D"; + this.buttonLine20.Text = "20"; + this.buttonLine20.TextColor = System.Drawing.Color.Black; + this.buttonLine20.TextDownColor = System.Drawing.Color.White; + this.buttonLine20.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine20.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine20.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine20.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine20.UpImage"))); + this.buttonLine20.Visible = false; + this.buttonLine20.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine19 + // + this.buttonLine19.BackPictureBox = null; + this.buttonLine19.BackPictureBox1 = null; + this.buttonLine19.BackPictureBox2 = null; + this.buttonLine19.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine19.ButtonImageAutoSize = true; + this.buttonLine19.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine19.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine19.DisableImage"))); + this.buttonLine19.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine19.DownImage"))); + this.buttonLine19.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine19.GroupID = 0; + this.buttonLine19.InitVisible = true; + this.buttonLine19.Location = new System.Drawing.Point(473, 73); + this.buttonLine19.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine19.Name = "buttonLine19"; + this.buttonLine19.NestedClickEventPrevent = false; + this.buttonLine19.OutlinePixel = 1; + this.buttonLine19.RepeatInterval = 200; + this.buttonLine19.RepeatIntervalAccelerate = null; + this.buttonLine19.SafeInterval = 200; + this.buttonLine19.Size = new System.Drawing.Size(60, 50); + this.buttonLine19.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine19.TabIndex = 10; + this.buttonLine19.Tag = "C"; + this.buttonLine19.Text = "19"; + this.buttonLine19.TextColor = System.Drawing.Color.Black; + this.buttonLine19.TextDownColor = System.Drawing.Color.White; + this.buttonLine19.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine19.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine19.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine19.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine19.UpImage"))); + this.buttonLine19.Visible = false; + this.buttonLine19.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine18 + // + this.buttonLine18.BackPictureBox = null; + this.buttonLine18.BackPictureBox1 = null; + this.buttonLine18.BackPictureBox2 = null; + this.buttonLine18.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine18.ButtonImageAutoSize = true; + this.buttonLine18.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine18.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine18.DisableImage"))); + this.buttonLine18.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine18.DownImage"))); + this.buttonLine18.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine18.GroupID = 0; + this.buttonLine18.InitVisible = true; + this.buttonLine18.Location = new System.Drawing.Point(407, 73); + this.buttonLine18.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine18.Name = "buttonLine18"; + this.buttonLine18.NestedClickEventPrevent = false; + this.buttonLine18.OutlinePixel = 1; + this.buttonLine18.RepeatInterval = 200; + this.buttonLine18.RepeatIntervalAccelerate = null; + this.buttonLine18.SafeInterval = 200; + this.buttonLine18.Size = new System.Drawing.Size(60, 50); + this.buttonLine18.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine18.TabIndex = 3; + this.buttonLine18.Tag = "B"; + this.buttonLine18.Text = "18"; + this.buttonLine18.TextColor = System.Drawing.Color.Black; + this.buttonLine18.TextDownColor = System.Drawing.Color.White; + this.buttonLine18.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine18.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine18.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine18.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine18.UpImage"))); + this.buttonLine18.Visible = false; + this.buttonLine18.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine17 + // + this.buttonLine17.BackPictureBox = null; + this.buttonLine17.BackPictureBox1 = null; + this.buttonLine17.BackPictureBox2 = null; + this.buttonLine17.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine17.ButtonImageAutoSize = true; + this.buttonLine17.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine17.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine17.DisableImage"))); + this.buttonLine17.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine17.DownImage"))); + this.buttonLine17.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine17.GroupID = 0; + this.buttonLine17.InitVisible = true; + this.buttonLine17.Location = new System.Drawing.Point(341, 73); + this.buttonLine17.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine17.Name = "buttonLine17"; + this.buttonLine17.NestedClickEventPrevent = false; + this.buttonLine17.OutlinePixel = 1; + this.buttonLine17.RepeatInterval = 200; + this.buttonLine17.RepeatIntervalAccelerate = null; + this.buttonLine17.SafeInterval = 200; + this.buttonLine17.Size = new System.Drawing.Size(60, 50); + this.buttonLine17.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine17.TabIndex = 2; + this.buttonLine17.Tag = "A"; + this.buttonLine17.Text = "17"; + this.buttonLine17.TextColor = System.Drawing.Color.Black; + this.buttonLine17.TextDownColor = System.Drawing.Color.White; + this.buttonLine17.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine17.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine17.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine17.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine17.UpImage"))); + this.buttonLine17.Visible = false; + this.buttonLine17.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine16 + // + this.buttonLine16.BackPictureBox = null; + this.buttonLine16.BackPictureBox1 = null; + this.buttonLine16.BackPictureBox2 = null; + this.buttonLine16.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine16.ButtonImageAutoSize = true; + this.buttonLine16.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine16.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine16.DisableImage"))); + this.buttonLine16.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine16.DownImage"))); + this.buttonLine16.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine16.GroupID = 0; + this.buttonLine16.InitVisible = true; + this.buttonLine16.Location = new System.Drawing.Point(275, 73); + this.buttonLine16.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine16.Name = "buttonLine16"; + this.buttonLine16.NestedClickEventPrevent = false; + this.buttonLine16.OutlinePixel = 1; + this.buttonLine16.RepeatInterval = 200; + this.buttonLine16.RepeatIntervalAccelerate = null; + this.buttonLine16.SafeInterval = 200; + this.buttonLine16.Size = new System.Drawing.Size(60, 50); + this.buttonLine16.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine16.TabIndex = 1; + this.buttonLine16.Tag = "@"; + this.buttonLine16.Text = "16"; + this.buttonLine16.TextColor = System.Drawing.Color.Black; + this.buttonLine16.TextDownColor = System.Drawing.Color.White; + this.buttonLine16.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine16.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine16.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine16.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine16.UpImage"))); + this.buttonLine16.Visible = false; + this.buttonLine16.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine15 + // + this.buttonLine15.BackPictureBox = null; + this.buttonLine15.BackPictureBox1 = null; + this.buttonLine15.BackPictureBox2 = null; + this.buttonLine15.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine15.ButtonImageAutoSize = true; + this.buttonLine15.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine15.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine15.DisableImage"))); + this.buttonLine15.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine15.DownImage"))); + this.buttonLine15.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine15.GroupID = 0; + this.buttonLine15.InitVisible = true; + this.buttonLine15.Location = new System.Drawing.Point(209, 73); + this.buttonLine15.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine15.Name = "buttonLine15"; + this.buttonLine15.NestedClickEventPrevent = false; + this.buttonLine15.OutlinePixel = 1; + this.buttonLine15.RepeatInterval = 200; + this.buttonLine15.RepeatIntervalAccelerate = null; + this.buttonLine15.SafeInterval = 200; + this.buttonLine15.Size = new System.Drawing.Size(60, 50); + this.buttonLine15.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine15.TabIndex = 6; + this.buttonLine15.Tag = "?"; + this.buttonLine15.Text = "15"; + this.buttonLine15.TextColor = System.Drawing.Color.Black; + this.buttonLine15.TextDownColor = System.Drawing.Color.White; + this.buttonLine15.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine15.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine15.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine15.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine15.UpImage"))); + this.buttonLine15.Visible = false; + this.buttonLine15.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine14 + // + this.buttonLine14.BackPictureBox = null; + this.buttonLine14.BackPictureBox1 = null; + this.buttonLine14.BackPictureBox2 = null; + this.buttonLine14.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine14.ButtonImageAutoSize = true; + this.buttonLine14.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine14.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine14.DisableImage"))); + this.buttonLine14.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine14.DownImage"))); + this.buttonLine14.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine14.GroupID = 0; + this.buttonLine14.InitVisible = true; + this.buttonLine14.Location = new System.Drawing.Point(143, 73); + this.buttonLine14.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine14.Name = "buttonLine14"; + this.buttonLine14.NestedClickEventPrevent = false; + this.buttonLine14.OutlinePixel = 1; + this.buttonLine14.RepeatInterval = 200; + this.buttonLine14.RepeatIntervalAccelerate = null; + this.buttonLine14.SafeInterval = 200; + this.buttonLine14.Size = new System.Drawing.Size(60, 50); + this.buttonLine14.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine14.TabIndex = 5; + this.buttonLine14.Tag = ">"; + this.buttonLine14.Text = "14"; + this.buttonLine14.TextColor = System.Drawing.Color.Black; + this.buttonLine14.TextDownColor = System.Drawing.Color.White; + this.buttonLine14.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine14.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine14.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine14.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine14.UpImage"))); + this.buttonLine14.Visible = false; + this.buttonLine14.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // + // buttonLine13 + // + this.buttonLine13.BackPictureBox = null; + this.buttonLine13.BackPictureBox1 = null; + this.buttonLine13.BackPictureBox2 = null; + this.buttonLine13.ButtonColor = System.Drawing.Color.Gray; + this.buttonLine13.ButtonImageAutoSize = true; + this.buttonLine13.ColorKeySamplePosition = new System.Drawing.Point(0, 0); + this.buttonLine13.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonLine13.DisableImage"))); + this.buttonLine13.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonLine13.DownImage"))); + this.buttonLine13.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); + this.buttonLine13.GroupID = 0; + this.buttonLine13.InitVisible = true; + this.buttonLine13.Location = new System.Drawing.Point(77, 73); + this.buttonLine13.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; + this.buttonLine13.Name = "buttonLine13"; + this.buttonLine13.NestedClickEventPrevent = false; + this.buttonLine13.OutlinePixel = 1; + this.buttonLine13.RepeatInterval = 200; + this.buttonLine13.RepeatIntervalAccelerate = null; + this.buttonLine13.SafeInterval = 200; + this.buttonLine13.Size = new System.Drawing.Size(60, 50); + this.buttonLine13.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; + this.buttonLine13.TabIndex = 4; + this.buttonLine13.Tag = "="; + this.buttonLine13.Text = "13"; + this.buttonLine13.TextColor = System.Drawing.Color.Black; + this.buttonLine13.TextDownColor = System.Drawing.Color.White; + this.buttonLine13.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; + this.buttonLine13.TextLocation = new System.Drawing.Point(0, 0); + this.buttonLine13.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; + this.buttonLine13.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine13.UpImage"))); + this.buttonLine13.Visible = false; + this.buttonLine13.Click += new System.EventHandler(this.buttonSelectImpeller_Click); + // // buttonLine12 // this.buttonLine12.BackPictureBox = null; @@ -1070,6 +1490,7 @@ this.buttonLine12.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine12.UpImage"))); + this.buttonLine12.Visible = false; this.buttonLine12.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine11 @@ -1104,6 +1525,7 @@ this.buttonLine11.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine11.UpImage"))); + this.buttonLine11.Visible = false; this.buttonLine11.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine10 @@ -1138,6 +1560,7 @@ this.buttonLine10.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine10.UpImage"))); + this.buttonLine10.Visible = false; this.buttonLine10.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine9 @@ -1172,6 +1595,7 @@ this.buttonLine9.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine9.UpImage"))); + this.buttonLine9.Visible = false; this.buttonLine9.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine8 @@ -1206,6 +1630,7 @@ this.buttonLine8.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine8.UpImage"))); + this.buttonLine8.Visible = false; this.buttonLine8.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine7 @@ -1240,6 +1665,7 @@ this.buttonLine7.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine7.UpImage"))); + this.buttonLine7.Visible = false; this.buttonLine7.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine6 @@ -1274,6 +1700,7 @@ this.buttonLine6.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine6.UpImage"))); + this.buttonLine6.Visible = false; this.buttonLine6.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine5 @@ -1308,6 +1735,7 @@ this.buttonLine5.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine5.UpImage"))); + this.buttonLine5.Visible = false; this.buttonLine5.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine4 @@ -1342,6 +1770,7 @@ this.buttonLine4.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine4.UpImage"))); + this.buttonLine4.Visible = false; this.buttonLine4.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine3 @@ -1376,6 +1805,7 @@ this.buttonLine3.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine3.UpImage"))); + this.buttonLine3.Visible = false; this.buttonLine3.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine2 @@ -1410,6 +1840,7 @@ this.buttonLine2.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine2.UpImage"))); + this.buttonLine2.Visible = false; this.buttonLine2.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonLine1 @@ -1444,6 +1875,7 @@ this.buttonLine1.TextLocation = new System.Drawing.Point(0, 0); this.buttonLine1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonLine1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine1.UpImage"))); + this.buttonLine1.Visible = false; this.buttonLine1.Click += new System.EventHandler(this.buttonSelectImpeller_Click); // // buttonBack @@ -1971,6 +2403,7 @@ this.buttonDirectionLine12.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine12.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine12.UpImage"))); + this.buttonDirectionLine12.Visible = false; this.buttonDirectionLine12.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine10 @@ -2004,6 +2437,7 @@ this.buttonDirectionLine10.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine10.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine10.UpImage"))); + this.buttonDirectionLine10.Visible = false; this.buttonDirectionLine10.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine8 @@ -2037,6 +2471,7 @@ this.buttonDirectionLine8.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine8.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine8.UpImage"))); + this.buttonDirectionLine8.Visible = false; this.buttonDirectionLine8.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine6 @@ -2070,6 +2505,7 @@ this.buttonDirectionLine6.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine6.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine6.UpImage"))); + this.buttonDirectionLine6.Visible = false; this.buttonDirectionLine6.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine4 @@ -2103,6 +2539,7 @@ this.buttonDirectionLine4.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine4.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine4.UpImage"))); + this.buttonDirectionLine4.Visible = false; this.buttonDirectionLine4.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine2 @@ -2136,6 +2573,7 @@ this.buttonDirectionLine2.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine2.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine2.UpImage"))); + this.buttonDirectionLine2.Visible = false; this.buttonDirectionLine2.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine11 @@ -2169,6 +2607,7 @@ this.buttonDirectionLine11.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine11.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine11.UpImage"))); + this.buttonDirectionLine11.Visible = false; this.buttonDirectionLine11.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine9 @@ -2202,6 +2641,7 @@ this.buttonDirectionLine9.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine9.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine9.UpImage"))); + this.buttonDirectionLine9.Visible = false; this.buttonDirectionLine9.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine7 @@ -2235,6 +2675,7 @@ this.buttonDirectionLine7.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine7.UpImage"))); + this.buttonDirectionLine7.Visible = false; this.buttonDirectionLine7.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine5 @@ -2268,6 +2709,7 @@ this.buttonDirectionLine5.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine5.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine5.UpImage"))); + this.buttonDirectionLine5.Visible = false; this.buttonDirectionLine5.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine3 @@ -2301,6 +2743,7 @@ this.buttonDirectionLine3.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine3.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine3.UpImage"))); + this.buttonDirectionLine3.Visible = false; this.buttonDirectionLine3.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonDirectionLine1 @@ -2334,6 +2777,7 @@ this.buttonDirectionLine1.TextLocation = new System.Drawing.Point(0, 0); this.buttonDirectionLine1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonDirectionLine1.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDirectionLine1.UpImage"))); + this.buttonDirectionLine1.Visible = false; this.buttonDirectionLine1.Click += new System.EventHandler(this.buttonDirection_Click); // // buttonSave @@ -2718,402 +3162,6 @@ this.timerChangeDeviceNo.Interval = 500; this.timerChangeDeviceNo.Tick += new System.EventHandler(this.timerChangeDeviceNo_Tick); // - // smartButton1 - // - this.smartButton1.BackPictureBox = null; - this.smartButton1.BackPictureBox1 = null; - this.smartButton1.BackPictureBox2 = null; - this.smartButton1.ButtonColor = System.Drawing.Color.Gray; - this.smartButton1.ButtonImageAutoSize = true; - this.smartButton1.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton1.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton1.DisableImage"))); - this.smartButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton1.DownImage"))); - this.smartButton1.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton1.GroupID = 0; - this.smartButton1.InitVisible = true; - this.smartButton1.Location = new System.Drawing.Point(803, 73); - this.smartButton1.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton1.Name = "smartButton1"; - this.smartButton1.NestedClickEventPrevent = false; - this.smartButton1.OutlinePixel = 1; - this.smartButton1.RepeatInterval = 200; - this.smartButton1.RepeatIntervalAccelerate = null; - this.smartButton1.SafeInterval = 200; - this.smartButton1.Size = new System.Drawing.Size(60, 50); - this.smartButton1.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton1.TabIndex = 9; - this.smartButton1.Tag = "<"; - this.smartButton1.Text = "12"; - this.smartButton1.TextColor = System.Drawing.Color.Black; - this.smartButton1.TextDownColor = System.Drawing.Color.White; - this.smartButton1.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton1.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton1.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton1.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton1.UpImage"))); - // - // smartButton2 - // - this.smartButton2.BackPictureBox = null; - this.smartButton2.BackPictureBox1 = null; - this.smartButton2.BackPictureBox2 = null; - this.smartButton2.ButtonColor = System.Drawing.Color.Gray; - this.smartButton2.ButtonImageAutoSize = true; - this.smartButton2.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton2.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton2.DisableImage"))); - this.smartButton2.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton2.DownImage"))); - this.smartButton2.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton2.GroupID = 0; - this.smartButton2.InitVisible = true; - this.smartButton2.Location = new System.Drawing.Point(737, 73); - this.smartButton2.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton2.Name = "smartButton2"; - this.smartButton2.NestedClickEventPrevent = false; - this.smartButton2.OutlinePixel = 1; - this.smartButton2.RepeatInterval = 200; - this.smartButton2.RepeatIntervalAccelerate = null; - this.smartButton2.SafeInterval = 200; - this.smartButton2.Size = new System.Drawing.Size(60, 50); - this.smartButton2.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton2.TabIndex = 8; - this.smartButton2.Tag = ";"; - this.smartButton2.Text = "11"; - this.smartButton2.TextColor = System.Drawing.Color.Black; - this.smartButton2.TextDownColor = System.Drawing.Color.White; - this.smartButton2.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton2.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton2.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton2.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton2.UpImage"))); - // - // smartButton3 - // - this.smartButton3.BackPictureBox = null; - this.smartButton3.BackPictureBox1 = null; - this.smartButton3.BackPictureBox2 = null; - this.smartButton3.ButtonColor = System.Drawing.Color.Gray; - this.smartButton3.ButtonImageAutoSize = true; - this.smartButton3.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton3.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton3.DisableImage"))); - this.smartButton3.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton3.DownImage"))); - this.smartButton3.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton3.GroupID = 0; - this.smartButton3.InitVisible = true; - this.smartButton3.Location = new System.Drawing.Point(671, 73); - this.smartButton3.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton3.Name = "smartButton3"; - this.smartButton3.NestedClickEventPrevent = false; - this.smartButton3.OutlinePixel = 1; - this.smartButton3.RepeatInterval = 200; - this.smartButton3.RepeatIntervalAccelerate = null; - this.smartButton3.SafeInterval = 200; - this.smartButton3.Size = new System.Drawing.Size(60, 50); - this.smartButton3.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton3.TabIndex = 7; - this.smartButton3.Tag = ":"; - this.smartButton3.Text = "10"; - this.smartButton3.TextColor = System.Drawing.Color.Black; - this.smartButton3.TextDownColor = System.Drawing.Color.White; - this.smartButton3.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton3.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton3.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton3.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton3.UpImage"))); - // - // smartButton4 - // - this.smartButton4.BackPictureBox = null; - this.smartButton4.BackPictureBox1 = null; - this.smartButton4.BackPictureBox2 = null; - this.smartButton4.ButtonColor = System.Drawing.Color.Gray; - this.smartButton4.ButtonImageAutoSize = true; - this.smartButton4.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton4.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton4.DisableImage"))); - this.smartButton4.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton4.DownImage"))); - this.smartButton4.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton4.GroupID = 0; - this.smartButton4.InitVisible = true; - this.smartButton4.Location = new System.Drawing.Point(605, 73); - this.smartButton4.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton4.Name = "smartButton4"; - this.smartButton4.NestedClickEventPrevent = false; - this.smartButton4.OutlinePixel = 1; - this.smartButton4.RepeatInterval = 200; - this.smartButton4.RepeatIntervalAccelerate = null; - this.smartButton4.SafeInterval = 200; - this.smartButton4.Size = new System.Drawing.Size(60, 50); - this.smartButton4.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton4.TabIndex = 12; - this.smartButton4.Tag = "9"; - this.smartButton4.Text = "9"; - this.smartButton4.TextColor = System.Drawing.Color.Black; - this.smartButton4.TextDownColor = System.Drawing.Color.White; - this.smartButton4.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton4.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton4.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton4.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton4.UpImage"))); - // - // smartButton5 - // - this.smartButton5.BackPictureBox = null; - this.smartButton5.BackPictureBox1 = null; - this.smartButton5.BackPictureBox2 = null; - this.smartButton5.ButtonColor = System.Drawing.Color.Gray; - this.smartButton5.ButtonImageAutoSize = true; - this.smartButton5.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton5.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton5.DisableImage"))); - this.smartButton5.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton5.DownImage"))); - this.smartButton5.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton5.GroupID = 0; - this.smartButton5.InitVisible = true; - this.smartButton5.Location = new System.Drawing.Point(539, 73); - this.smartButton5.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton5.Name = "smartButton5"; - this.smartButton5.NestedClickEventPrevent = false; - this.smartButton5.OutlinePixel = 1; - this.smartButton5.RepeatInterval = 200; - this.smartButton5.RepeatIntervalAccelerate = null; - this.smartButton5.SafeInterval = 200; - this.smartButton5.Size = new System.Drawing.Size(60, 50); - this.smartButton5.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton5.TabIndex = 11; - this.smartButton5.Tag = "8"; - this.smartButton5.Text = "8"; - this.smartButton5.TextColor = System.Drawing.Color.Black; - this.smartButton5.TextDownColor = System.Drawing.Color.White; - this.smartButton5.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton5.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton5.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton5.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton5.UpImage"))); - // - // smartButton6 - // - this.smartButton6.BackPictureBox = null; - this.smartButton6.BackPictureBox1 = null; - this.smartButton6.BackPictureBox2 = null; - this.smartButton6.ButtonColor = System.Drawing.Color.Gray; - this.smartButton6.ButtonImageAutoSize = true; - this.smartButton6.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton6.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton6.DisableImage"))); - this.smartButton6.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton6.DownImage"))); - this.smartButton6.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton6.GroupID = 0; - this.smartButton6.InitVisible = true; - this.smartButton6.Location = new System.Drawing.Point(473, 73); - this.smartButton6.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton6.Name = "smartButton6"; - this.smartButton6.NestedClickEventPrevent = false; - this.smartButton6.OutlinePixel = 1; - this.smartButton6.RepeatInterval = 200; - this.smartButton6.RepeatIntervalAccelerate = null; - this.smartButton6.SafeInterval = 200; - this.smartButton6.Size = new System.Drawing.Size(60, 50); - this.smartButton6.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton6.TabIndex = 10; - this.smartButton6.Tag = "7"; - this.smartButton6.Text = "7"; - this.smartButton6.TextColor = System.Drawing.Color.Black; - this.smartButton6.TextDownColor = System.Drawing.Color.White; - this.smartButton6.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton6.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton6.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton6.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton6.UpImage"))); - // - // smartButton7 - // - this.smartButton7.BackPictureBox = null; - this.smartButton7.BackPictureBox1 = null; - this.smartButton7.BackPictureBox2 = null; - this.smartButton7.ButtonColor = System.Drawing.Color.Gray; - this.smartButton7.ButtonImageAutoSize = true; - this.smartButton7.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton7.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton7.DisableImage"))); - this.smartButton7.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton7.DownImage"))); - this.smartButton7.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton7.GroupID = 0; - this.smartButton7.InitVisible = true; - this.smartButton7.Location = new System.Drawing.Point(407, 73); - this.smartButton7.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton7.Name = "smartButton7"; - this.smartButton7.NestedClickEventPrevent = false; - this.smartButton7.OutlinePixel = 1; - this.smartButton7.RepeatInterval = 200; - this.smartButton7.RepeatIntervalAccelerate = null; - this.smartButton7.SafeInterval = 200; - this.smartButton7.Size = new System.Drawing.Size(60, 50); - this.smartButton7.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton7.TabIndex = 3; - this.smartButton7.Tag = "6"; - this.smartButton7.Text = "6"; - this.smartButton7.TextColor = System.Drawing.Color.Black; - this.smartButton7.TextDownColor = System.Drawing.Color.White; - this.smartButton7.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton7.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton7.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton7.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton7.UpImage"))); - // - // smartButton8 - // - this.smartButton8.BackPictureBox = null; - this.smartButton8.BackPictureBox1 = null; - this.smartButton8.BackPictureBox2 = null; - this.smartButton8.ButtonColor = System.Drawing.Color.Gray; - this.smartButton8.ButtonImageAutoSize = true; - this.smartButton8.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton8.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton8.DisableImage"))); - this.smartButton8.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton8.DownImage"))); - this.smartButton8.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton8.GroupID = 0; - this.smartButton8.InitVisible = true; - this.smartButton8.Location = new System.Drawing.Point(341, 73); - this.smartButton8.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton8.Name = "smartButton8"; - this.smartButton8.NestedClickEventPrevent = false; - this.smartButton8.OutlinePixel = 1; - this.smartButton8.RepeatInterval = 200; - this.smartButton8.RepeatIntervalAccelerate = null; - this.smartButton8.SafeInterval = 200; - this.smartButton8.Size = new System.Drawing.Size(60, 50); - this.smartButton8.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton8.TabIndex = 2; - this.smartButton8.Tag = "5"; - this.smartButton8.Text = "5"; - this.smartButton8.TextColor = System.Drawing.Color.Black; - this.smartButton8.TextDownColor = System.Drawing.Color.White; - this.smartButton8.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton8.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton8.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton8.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton8.UpImage"))); - // - // smartButton9 - // - this.smartButton9.BackPictureBox = null; - this.smartButton9.BackPictureBox1 = null; - this.smartButton9.BackPictureBox2 = null; - this.smartButton9.ButtonColor = System.Drawing.Color.Gray; - this.smartButton9.ButtonImageAutoSize = true; - this.smartButton9.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton9.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton9.DisableImage"))); - this.smartButton9.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton9.DownImage"))); - this.smartButton9.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton9.GroupID = 0; - this.smartButton9.InitVisible = true; - this.smartButton9.Location = new System.Drawing.Point(275, 73); - this.smartButton9.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton9.Name = "smartButton9"; - this.smartButton9.NestedClickEventPrevent = false; - this.smartButton9.OutlinePixel = 1; - this.smartButton9.RepeatInterval = 200; - this.smartButton9.RepeatIntervalAccelerate = null; - this.smartButton9.SafeInterval = 200; - this.smartButton9.Size = new System.Drawing.Size(60, 50); - this.smartButton9.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton9.TabIndex = 1; - this.smartButton9.Tag = "4"; - this.smartButton9.Text = "4"; - this.smartButton9.TextColor = System.Drawing.Color.Black; - this.smartButton9.TextDownColor = System.Drawing.Color.White; - this.smartButton9.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton9.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton9.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton9.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton9.UpImage"))); - // - // smartButton10 - // - this.smartButton10.BackPictureBox = null; - this.smartButton10.BackPictureBox1 = null; - this.smartButton10.BackPictureBox2 = null; - this.smartButton10.ButtonColor = System.Drawing.Color.Gray; - this.smartButton10.ButtonImageAutoSize = true; - this.smartButton10.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton10.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton10.DisableImage"))); - this.smartButton10.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton10.DownImage"))); - this.smartButton10.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton10.GroupID = 0; - this.smartButton10.InitVisible = true; - this.smartButton10.Location = new System.Drawing.Point(209, 73); - this.smartButton10.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton10.Name = "smartButton10"; - this.smartButton10.NestedClickEventPrevent = false; - this.smartButton10.OutlinePixel = 1; - this.smartButton10.RepeatInterval = 200; - this.smartButton10.RepeatIntervalAccelerate = null; - this.smartButton10.SafeInterval = 200; - this.smartButton10.Size = new System.Drawing.Size(60, 50); - this.smartButton10.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton10.TabIndex = 6; - this.smartButton10.Tag = "3"; - this.smartButton10.Text = "3"; - this.smartButton10.TextColor = System.Drawing.Color.Black; - this.smartButton10.TextDownColor = System.Drawing.Color.White; - this.smartButton10.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton10.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton10.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton10.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton10.UpImage"))); - // - // smartButton11 - // - this.smartButton11.BackPictureBox = null; - this.smartButton11.BackPictureBox1 = null; - this.smartButton11.BackPictureBox2 = null; - this.smartButton11.ButtonColor = System.Drawing.Color.Gray; - this.smartButton11.ButtonImageAutoSize = true; - this.smartButton11.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton11.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton11.DisableImage"))); - this.smartButton11.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton11.DownImage"))); - this.smartButton11.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton11.GroupID = 0; - this.smartButton11.InitVisible = true; - this.smartButton11.Location = new System.Drawing.Point(143, 73); - this.smartButton11.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton11.Name = "smartButton11"; - this.smartButton11.NestedClickEventPrevent = false; - this.smartButton11.OutlinePixel = 1; - this.smartButton11.RepeatInterval = 200; - this.smartButton11.RepeatIntervalAccelerate = null; - this.smartButton11.SafeInterval = 200; - this.smartButton11.Size = new System.Drawing.Size(60, 50); - this.smartButton11.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton11.TabIndex = 5; - this.smartButton11.Tag = "2"; - this.smartButton11.Text = "2"; - this.smartButton11.TextColor = System.Drawing.Color.Black; - this.smartButton11.TextDownColor = System.Drawing.Color.White; - this.smartButton11.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton11.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton11.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton11.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton11.UpImage"))); - // - // smartButton12 - // - this.smartButton12.BackPictureBox = null; - this.smartButton12.BackPictureBox1 = null; - this.smartButton12.BackPictureBox2 = null; - this.smartButton12.ButtonColor = System.Drawing.Color.Gray; - this.smartButton12.ButtonImageAutoSize = true; - this.smartButton12.ColorKeySamplePosition = new System.Drawing.Point(0, 0); - this.smartButton12.DisableImage = ((System.Drawing.Image)(resources.GetObject("smartButton12.DisableImage"))); - this.smartButton12.DownImage = ((System.Drawing.Image)(resources.GetObject("smartButton12.DownImage"))); - this.smartButton12.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold); - this.smartButton12.GroupID = 0; - this.smartButton12.InitVisible = true; - this.smartButton12.Location = new System.Drawing.Point(77, 73); - this.smartButton12.Mode = SmartX.SmartButton.BUTTONMODE.RADIO; - this.smartButton12.Name = "smartButton12"; - this.smartButton12.NestedClickEventPrevent = false; - this.smartButton12.OutlinePixel = 1; - this.smartButton12.RepeatInterval = 200; - this.smartButton12.RepeatIntervalAccelerate = null; - this.smartButton12.SafeInterval = 200; - this.smartButton12.Size = new System.Drawing.Size(60, 50); - this.smartButton12.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; - this.smartButton12.TabIndex = 4; - this.smartButton12.Tag = "1"; - this.smartButton12.Text = "1"; - this.smartButton12.TextColor = System.Drawing.Color.Black; - this.smartButton12.TextDownColor = System.Drawing.Color.White; - this.smartButton12.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; - this.smartButton12.TextLocation = new System.Drawing.Point(0, 0); - this.smartButton12.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; - this.smartButton12.UpImage = ((System.Drawing.Image)(resources.GetObject("smartButton12.UpImage"))); - // // FormMotorSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -3249,17 +3297,17 @@ private SmartX.SmartButton buttonDeviceIDChange; private SmartX.SmartButton buttonInitialDownload; private System.Windows.Forms.Timer timerChangeDeviceNo; - private SmartX.SmartButton smartButton1; - private SmartX.SmartButton smartButton2; - private SmartX.SmartButton smartButton3; - private SmartX.SmartButton smartButton4; - private SmartX.SmartButton smartButton5; - private SmartX.SmartButton smartButton6; - private SmartX.SmartButton smartButton7; - private SmartX.SmartButton smartButton8; - private SmartX.SmartButton smartButton9; - private SmartX.SmartButton smartButton10; - private SmartX.SmartButton smartButton11; - private SmartX.SmartButton smartButton12; + private SmartX.SmartButton buttonLine24; + private SmartX.SmartButton buttonLine23; + private SmartX.SmartButton buttonLine22; + private SmartX.SmartButton buttonLine21; + private SmartX.SmartButton buttonLine20; + private SmartX.SmartButton buttonLine19; + private SmartX.SmartButton buttonLine18; + private SmartX.SmartButton buttonLine17; + private SmartX.SmartButton buttonLine16; + private SmartX.SmartButton buttonLine15; + private SmartX.SmartButton buttonLine14; + private SmartX.SmartButton buttonLine13; } } \ No newline at end of file diff --git a/INT69DC_7C/Forms/FormMotorSetting.cs b/INT69DC_7C/Forms/FormMotorSetting.cs index d2b03c1..122dd2c 100644 --- a/INT69DC_7C/Forms/FormMotorSetting.cs +++ b/INT69DC_7C/Forms/FormMotorSetting.cs @@ -50,6 +50,9 @@ namespace INT69DC_7C.Forms private string BeforeDirection; private string AfterDirection; + private int PointX; + private int PointY; + private Collection CollectionDirection; private Collection CollectionButtonLine; #endregion @@ -362,43 +365,51 @@ namespace INT69DC_7C.Forms } private void InitializeControl() { + this.PointX = 77; + this.PointY = 44; + this.panel1.Location = new Point(0, 211); this.panel1.Visible = false; - switch (this.ParentForm.SystemConfig.EquipmentColumns) + this.ArrayDeviceName = new string[] { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X" }; + this.ArrayMoonsDeviceName = new string[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", ":", ";", "<", "=", ">", "?", "@", "A", "B", "C", "D", "E", "F", "G", "H" }; + + this.CreateCollection(); + + if (this.ParentForm.SystemConfig.EquipmentMode == 7) { - case 7: - this.buttonLine8.Visible = false; - this.buttonLine9.Visible = false; - this.buttonLine10.Visible = false; - this.buttonLine11.Visible = false; - this.buttonLine12.Visible = false; - this.buttonDirectionLine8.Visible = false; - this.buttonDirectionLine9.Visible = false; - this.buttonDirectionLine10.Visible = false; - this.buttonDirectionLine11.Visible = false; - this.buttonDirectionLine12.Visible = false; - break; - case 8: - this.buttonLine9.Visible = false; - this.buttonLine10.Visible = false; - this.buttonLine11.Visible = false; - this.buttonLine12.Visible = false; - this.buttonDirectionLine9.Visible = false; - this.buttonDirectionLine10.Visible = false; - this.buttonDirectionLine11.Visible = false; - this.buttonDirectionLine12.Visible = false; - break; - case 10: - this.buttonLine11.Visible = false; - this.buttonLine12.Visible = false; - this.buttonDirectionLine11.Visible = false; - this.buttonDirectionLine12.Visible = false; - break; - case 12: - break; - default: - break; + this.groupBoxDirection.Visible = false; + + for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns * 2; i++) + this.CollectionButtonLine[i].Visible = true; + + if (this.ParentForm.SystemConfig.EquipmentColumns <= 6) + { + for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns * 2; i++) + { + this.CollectionButtonLine[i].Location = new Point(this.PointX, this.PointY); + this.PointX += 66; + } + } + } + else + { + this.groupBoxDirection.Visible = true; + + for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns; i++) + { + this.CollectionButtonLine[i].Visible = true; + this.CollectionDirection[i].Visible = true; + } + + if (this.ParentForm.SystemConfig.EquipmentColumns <= 12) + { + for (int i = 0; i < this.ParentForm.SystemConfig.EquipmentColumns; i++) + { + this.CollectionButtonLine[i].Location = new Point(this.PointX, this.PointY); + this.PointX += 66; + } + } } this.comboBoxTwoStepPassAngle.Items.Clear(); @@ -434,48 +445,28 @@ namespace INT69DC_7C.Forms else this.Visible2StepRotate(true); - // 양개형일 경우 모터 방향 설정 Visible = false - if (this.ParentForm.SystemConfig.EquipmentMode == 7) - this.groupBoxDirection.Visible = false; - else - this.groupBoxDirection.Visible = true; - this.CurrentAngle = "180"; } - private void DefaultSetting() + private void CreateCollection() { - this.ArrayDeviceName = new string[] { "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L" }; - this.ArrayMoonsDeviceName = new string[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", ":", ";", "<" }; - this.CollectionButtonLine = new Collection(); - this.CollectionButtonLine.Clear(); - this.CollectionButtonLine.Add(this.buttonLine1); - this.CollectionButtonLine.Add(this.buttonLine2); - this.CollectionButtonLine.Add(this.buttonLine3); - this.CollectionButtonLine.Add(this.buttonLine4); - this.CollectionButtonLine.Add(this.buttonLine5); - this.CollectionButtonLine.Add(this.buttonLine6); - this.CollectionButtonLine.Add(this.buttonLine7); - this.CollectionButtonLine.Add(this.buttonLine8); - this.CollectionButtonLine.Add(this.buttonLine9); - this.CollectionButtonLine.Add(this.buttonLine10); - this.CollectionButtonLine.Add(this.buttonLine11); - this.CollectionButtonLine.Add(this.buttonLine12); - this.CollectionDirection = new Collection(); - this.CollectionDirection.Clear(); - this.CollectionDirection.Add(this.buttonDirectionLine1); - this.CollectionDirection.Add(this.buttonDirectionLine2); - this.CollectionDirection.Add(this.buttonDirectionLine3); - this.CollectionDirection.Add(this.buttonDirectionLine4); - this.CollectionDirection.Add(this.buttonDirectionLine5); - this.CollectionDirection.Add(this.buttonDirectionLine6); - this.CollectionDirection.Add(this.buttonDirectionLine7); - this.CollectionDirection.Add(this.buttonDirectionLine8); - this.CollectionDirection.Add(this.buttonDirectionLine9); - this.CollectionDirection.Add(this.buttonDirectionLine10); - this.CollectionDirection.Add(this.buttonDirectionLine11); - this.CollectionDirection.Add(this.buttonDirectionLine12); + + if (this.ParentForm.SystemConfig.EquipmentMode == 7) + { + for (int i = 1; i <= this.ParentForm.SystemConfig.EquipmentColumns * 2; i++) + { + this.CollectionButtonLine.Add(FindByNameUtil.SmartButton("buttonLine" + i, this)); + } + } + else + { + for (int i = 1; i <= this.ParentForm.SystemConfig.EquipmentColumns; i++) + { + this.CollectionButtonLine.Add(FindByNameUtil.SmartButton("buttonLine" + i, this)); + this.CollectionDirection.Add(FindByNameUtil.SmartButton("buttonDirectionLine" + i, this)); + } + } } private void ButtonEnable(bool enable) { @@ -1127,7 +1118,6 @@ namespace INT69DC_7C.Forms this.InitializeDesign(); this.InitializeControl(); - this.DefaultSetting(); this.MaxValueAsMotor((int)this.ParentForm.SystemConfig.StepMotorType); this.DisplayAsMotor((int)this.ParentForm.SystemConfig.StepMotorType); } @@ -1210,6 +1200,66 @@ namespace INT69DC_7C.Forms this.DeviceName = "L"; this.DNValueForComm = @"DN=""L"""; } + else if (bt == this.buttonLine13) + { + this.DeviceName = "M"; + this.DNValueForComm = @"DN=""M"""; + } + else if (bt == this.buttonLine14) + { + this.DeviceName = "N"; + this.DNValueForComm = @"DN=""N"""; + } + else if (bt == this.buttonLine15) + { + this.DeviceName = "O"; + this.DNValueForComm = @"DN=""O"""; + } + else if (bt == this.buttonLine16) + { + this.DeviceName = "P"; + this.DNValueForComm = @"DN=""P"""; + } + else if (bt == this.buttonLine17) + { + this.DeviceName = "Q"; + this.DNValueForComm = @"DN=""Q"""; + } + else if (bt == this.buttonLine18) + { + this.DeviceName = "R"; + this.DNValueForComm = @"DN=""R"""; + } + else if (bt == this.buttonLine19) + { + this.DeviceName = "S"; + this.DNValueForComm = @"DN=""S"""; + } + else if (bt == this.buttonLine20) + { + this.DeviceName = "T"; + this.DNValueForComm = @"DN=""T"""; + } + else if (bt == this.buttonLine21) + { + this.DeviceName = "U"; + this.DNValueForComm = @"DN=""U"""; + } + else if (bt == this.buttonLine22) + { + this.DeviceName = "V"; + this.DNValueForComm = @"DN=""V"""; + } + else if (bt == this.buttonLine23) + { + this.DeviceName = "W"; + this.DNValueForComm = @"DN=""W"""; + } + else if (bt == this.buttonLine24) + { + this.DeviceName = "X"; + this.DNValueForComm = @"DN=""X"""; + } } private void labelDownloadValue_Click(object sender, EventArgs e) diff --git a/INT69DC_7C/Forms/FormMotorSetting.resx b/INT69DC_7C/Forms/FormMotorSetting.resx index 5bf39c3..fc2ca92 100644 --- a/INT69DC_7C/Forms/FormMotorSetting.resx +++ b/INT69DC_7C/Forms/FormMotorSetting.resx @@ -682,7 +682,7 @@ rKwsLCwMDAwQqP995ag24mNx8/tZLe76fhYEAgGe//r7nL6flRj/A//V+32zg78+AAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -740,7 +740,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -833,7 +833,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -898,7 +898,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -956,7 +956,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1049,7 +1049,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1114,7 +1114,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1172,7 +1172,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1265,7 +1265,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1330,7 +1330,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1388,7 +1388,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1481,7 +1481,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1546,7 +1546,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1604,7 +1604,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1697,7 +1697,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1762,7 +1762,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1820,7 +1820,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1913,7 +1913,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -1978,7 +1978,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2036,7 +2036,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2129,7 +2129,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2194,7 +2194,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2252,7 +2252,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2345,7 +2345,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2410,7 +2410,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2468,7 +2468,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2561,7 +2561,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2626,7 +2626,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2684,7 +2684,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2777,7 +2777,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2842,7 +2842,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2900,7 +2900,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -2993,7 +2993,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -3058,7 +3058,7 @@ PUNZ8fv8fWofe6Yl8ng8nC/Gx8apFR14uWzuHzmCmaDXz8llAAAAAElFTkSuQmCC - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -3116,7 +3116,7 @@ kGxKY+Bb4ljJl/l+v+d91tntdvT3DeVD6NVQBd+riybztajP1AAAAABJRU5ErkJggg== - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp @@ -3209,7 +3209,7 @@ 3XRez1dGyMIAAAAASUVORK5CYII= - + iVBORw0KGgoAAAANSUhEUgAAADwAAAAyCAIAAACPlC9VAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp diff --git a/INT69DC_7C/Helper.cs b/INT69DC_7C/Helper.cs index f663bd3..89e2f8a 100644 --- a/INT69DC_7C/Helper.cs +++ b/INT69DC_7C/Helper.cs @@ -457,10 +457,31 @@ namespace INT69DC_7C { return FindByName(targetClass, name); } + public static System.Windows.Forms.PictureBox PictureBox(string name, object targetClass) + { + return FindByName(targetClass, name); + } + public static SmartX.SmartLabel SmartLabel(string name, object targetClass) { return FindByName(targetClass, name); } + public static SmartX.SmartProgressBar SmartProgressBar(string name, object targetClass) + { + return FindByName(targetClass, name); + } + public static SmartX.SmartButton SmartButton(string name, object targetClass) + { + return FindByName(targetClass, name); + } + public static SmartX.SmartDraw SmartDraw(string name, object targetClass) + { + return FindByName(targetClass, name); + } + public static SmartX.SmartListBox SmartListBox(string name, object targetClass) + { + return FindByName(targetClass, name); + } } } diff --git a/INT69DC_7C/Program.cs b/INT69DC_7C/Program.cs index 4f8023f..2877e2c 100644 --- a/INT69DC_7C/Program.cs +++ b/INT69DC_7C/Program.cs @@ -15,7 +15,14 @@ namespace INT69DC_7C [MTAThread] static void Main() { - Application.Run(new FormMain()); + try + { + Application.Run(new FormMain()); + } + catch (Exception ex) + { + MessageBox.Show(ex.ToString()); + } } } } \ No newline at end of file diff --git a/INT69DC_7C/Version.txt b/INT69DC_7C/Version.txt index df8f21a..b858152 100644 --- a/INT69DC_7C/Version.txt +++ b/INT69DC_7C/Version.txt @@ -19,6 +19,8 @@ - 2024.05.23 - Ver 11.1.0 Modify - Framework : SmartX Framework V3.1.1(update: 2019.03.21) + - 簳 , κ α׷ : INT68M-2A + α׷ 簳 α׷ и - , ׷ ư ѱ۷ - ȭ