Disable 이미지 추가
parent
02fe8680a8
commit
5711da36b6
BIN
INT69DB_2A.suo
BIN
INT69DB_2A.suo
Binary file not shown.
|
@ -88,7 +88,7 @@ namespace INT69DB_2A.DialogForms
|
||||||
this.textBoxID.Text = "";
|
this.textBoxID.Text = "";
|
||||||
this.textBoxPassword.Text = "";
|
this.textBoxPassword.Text = "";
|
||||||
|
|
||||||
this.Location = new Point(157, 150);
|
this.Location = new Point(45, 63);
|
||||||
|
|
||||||
//this.smartKeyboard.HanYoungKeyToggle();
|
//this.smartKeyboard.HanYoungKeyToggle();
|
||||||
this.smartKeyboard.HanYoungKeyDisable = true;
|
this.smartKeyboard.HanYoungKeyDisable = true;
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormMessage));
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
|
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
|
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
|
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
||||||
|
@ -37,7 +38,6 @@
|
||||||
this.labelMessage1 = new System.Windows.Forms.Label();
|
this.labelMessage1 = new System.Windows.Forms.Label();
|
||||||
this.buttonOK = new System.Windows.Forms.Button();
|
this.buttonOK = new System.Windows.Forms.Button();
|
||||||
this.labelErrorCode = new System.Windows.Forms.Label();
|
this.labelErrorCode = new System.Windows.Forms.Label();
|
||||||
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
|
|
||||||
this.timerAutoClose = new System.Windows.Forms.Timer();
|
this.timerAutoClose = new System.Windows.Forms.Timer();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
|
@ -45,16 +45,23 @@
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.BackColor = System.Drawing.Color.White;
|
this.panel1.BackColor = System.Drawing.Color.White;
|
||||||
this.panel1.Controls.Add(this.pictureBoxHand);
|
|
||||||
this.panel1.Controls.Add(this.pictureBoxQuestion);
|
|
||||||
this.panel1.Controls.Add(this.pictureBoxAsterisk);
|
|
||||||
this.panel1.Controls.Add(this.pictureBoxExclamation);
|
this.panel1.Controls.Add(this.pictureBoxExclamation);
|
||||||
this.panel1.Controls.Add(this.labelMessage2);
|
this.panel1.Controls.Add(this.labelMessage2);
|
||||||
this.panel1.Controls.Add(this.labelMessage1);
|
this.panel1.Controls.Add(this.labelMessage1);
|
||||||
|
this.panel1.Controls.Add(this.pictureBoxHand);
|
||||||
|
this.panel1.Controls.Add(this.pictureBoxQuestion);
|
||||||
|
this.panel1.Controls.Add(this.pictureBoxAsterisk);
|
||||||
this.panel1.Location = new System.Drawing.Point(15, 34);
|
this.panel1.Location = new System.Drawing.Point(15, 34);
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(420, 95);
|
this.panel1.Size = new System.Drawing.Size(420, 95);
|
||||||
//
|
//
|
||||||
|
// pictureBoxHand
|
||||||
|
//
|
||||||
|
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
|
||||||
|
this.pictureBoxHand.Location = new System.Drawing.Point(11, 20);
|
||||||
|
this.pictureBoxHand.Name = "pictureBoxHand";
|
||||||
|
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
|
||||||
|
//
|
||||||
// pictureBoxQuestion
|
// pictureBoxQuestion
|
||||||
//
|
//
|
||||||
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
|
this.pictureBoxQuestion.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxQuestion.Image")));
|
||||||
|
@ -78,7 +85,7 @@
|
||||||
//
|
//
|
||||||
// labelMessage2
|
// labelMessage2
|
||||||
//
|
//
|
||||||
this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage2.Location = new System.Drawing.Point(67, 51);
|
this.labelMessage2.Location = new System.Drawing.Point(67, 51);
|
||||||
this.labelMessage2.Name = "labelMessage2";
|
this.labelMessage2.Name = "labelMessage2";
|
||||||
this.labelMessage2.Size = new System.Drawing.Size(350, 20);
|
this.labelMessage2.Size = new System.Drawing.Size(350, 20);
|
||||||
|
@ -86,7 +93,7 @@
|
||||||
//
|
//
|
||||||
// labelMessage1
|
// labelMessage1
|
||||||
//
|
//
|
||||||
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage1.Location = new System.Drawing.Point(67, 20);
|
this.labelMessage1.Location = new System.Drawing.Point(67, 20);
|
||||||
this.labelMessage1.Name = "labelMessage1";
|
this.labelMessage1.Name = "labelMessage1";
|
||||||
this.labelMessage1.Size = new System.Drawing.Size(350, 20);
|
this.labelMessage1.Size = new System.Drawing.Size(350, 20);
|
||||||
|
@ -95,7 +102,7 @@
|
||||||
// buttonOK
|
// buttonOK
|
||||||
//
|
//
|
||||||
this.buttonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
this.buttonOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
||||||
this.buttonOK.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonOK.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonOK.ForeColor = System.Drawing.Color.White;
|
this.buttonOK.ForeColor = System.Drawing.Color.White;
|
||||||
this.buttonOK.Location = new System.Drawing.Point(335, 135);
|
this.buttonOK.Location = new System.Drawing.Point(335, 135);
|
||||||
this.buttonOK.Name = "buttonOK";
|
this.buttonOK.Name = "buttonOK";
|
||||||
|
@ -107,19 +114,12 @@
|
||||||
//
|
//
|
||||||
// labelErrorCode
|
// labelErrorCode
|
||||||
//
|
//
|
||||||
this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelErrorCode.Location = new System.Drawing.Point(15, 11);
|
this.labelErrorCode.Location = new System.Drawing.Point(15, 11);
|
||||||
this.labelErrorCode.Name = "labelErrorCode";
|
this.labelErrorCode.Name = "labelErrorCode";
|
||||||
this.labelErrorCode.Size = new System.Drawing.Size(350, 20);
|
this.labelErrorCode.Size = new System.Drawing.Size(350, 20);
|
||||||
this.labelErrorCode.Text = "Error 0";
|
this.labelErrorCode.Text = "Error 0";
|
||||||
//
|
//
|
||||||
// pictureBoxHand
|
|
||||||
//
|
|
||||||
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
|
|
||||||
this.pictureBoxHand.Location = new System.Drawing.Point(11, 20);
|
|
||||||
this.pictureBoxHand.Name = "pictureBoxHand";
|
|
||||||
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
|
|
||||||
//
|
|
||||||
// timerAutoClose
|
// timerAutoClose
|
||||||
//
|
//
|
||||||
this.timerAutoClose.Interval = 1000;
|
this.timerAutoClose.Interval = 1000;
|
||||||
|
|
|
@ -118,6 +118,68 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
|
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
YII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
|
@ -369,68 +431,6 @@
|
||||||
Infb9wXj5hLs/shcGnF+ppY1a6lfy0bRnvfgjZ8TCZ0RzTyPZvTn5o7+eDBsrgh0pgmMkCtlhDTpORLs
|
Infb9wXj5hLs/shcGnF+ppY1a6lfy0bRnvfgjZ8TCZ0RzTyPZvTn5o7+eDBsrgh0pgmMkCtlhDTpORLs
|
||||||
Nq+5KZb0qVqqEw9/AivofRDbj9l4GOcRcBTk8Ob3y7r9ayxMQ4G43QzRX/ZtzJNgmAm/jEbmM8KL8xHh
|
Nq+5KZb0qVqqEw9/AivofRDbj9l4GOcRcBTk8Ob3y7r9ayxMQ4G43QzRX/ZtzJNgmAm/jEbmM8KL8xHh
|
||||||
xfmI8OL8g5L/A0IOG5EQhvpOAAAAAElFTkSuQmCC
|
xfmI8OL8g5L/A0IOG5EQhvpOAAAAAElFTkSuQmCC
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="pictureBoxExclamation.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
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
|
|
||||||
YII=
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="timerAutoClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="timerAutoClose.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
|
|
@ -34,18 +34,18 @@
|
||||||
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
this.pictureBoxExclamation = new System.Windows.Forms.PictureBox();
|
||||||
this.labelMessage1 = new System.Windows.Forms.Label();
|
this.labelMessage1 = new System.Windows.Forms.Label();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
|
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
|
||||||
|
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
|
||||||
|
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
|
||||||
this.labelMessage2 = new System.Windows.Forms.Label();
|
this.labelMessage2 = new System.Windows.Forms.Label();
|
||||||
this.buttonYes = new System.Windows.Forms.Button();
|
this.buttonYes = new System.Windows.Forms.Button();
|
||||||
this.pictureBoxAsterisk = new System.Windows.Forms.PictureBox();
|
|
||||||
this.pictureBoxQuestion = new System.Windows.Forms.PictureBox();
|
|
||||||
this.pictureBoxHand = new System.Windows.Forms.PictureBox();
|
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// buttonNo
|
// buttonNo
|
||||||
//
|
//
|
||||||
this.buttonNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
this.buttonNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
||||||
this.buttonNo.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonNo.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonNo.ForeColor = System.Drawing.Color.White;
|
this.buttonNo.ForeColor = System.Drawing.Color.White;
|
||||||
this.buttonNo.Location = new System.Drawing.Point(335, 135);
|
this.buttonNo.Location = new System.Drawing.Point(335, 135);
|
||||||
this.buttonNo.Name = "buttonNo";
|
this.buttonNo.Name = "buttonNo";
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
//
|
//
|
||||||
// labelErrorCode
|
// labelErrorCode
|
||||||
//
|
//
|
||||||
this.labelErrorCode.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelErrorCode.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelErrorCode.Location = new System.Drawing.Point(15, 11);
|
this.labelErrorCode.Location = new System.Drawing.Point(15, 11);
|
||||||
this.labelErrorCode.Name = "labelErrorCode";
|
this.labelErrorCode.Name = "labelErrorCode";
|
||||||
this.labelErrorCode.Size = new System.Drawing.Size(350, 20);
|
this.labelErrorCode.Size = new System.Drawing.Size(350, 20);
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
//
|
//
|
||||||
// labelMessage1
|
// labelMessage1
|
||||||
//
|
//
|
||||||
this.labelMessage1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.labelMessage1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.labelMessage1.Location = new System.Drawing.Point(67, 20);
|
this.labelMessage1.Location = new System.Drawing.Point(67, 20);
|
||||||
this.labelMessage1.Name = "labelMessage1";
|
this.labelMessage1.Name = "labelMessage1";
|
||||||
this.labelMessage1.Size = new System.Drawing.Size(350, 20);
|
this.labelMessage1.Size = new System.Drawing.Size(350, 20);
|
||||||
|
@ -81,43 +81,22 @@
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
this.panel1.BackColor = System.Drawing.Color.White;
|
this.panel1.BackColor = System.Drawing.Color.White;
|
||||||
this.panel1.Controls.Add(this.pictureBoxHand);
|
this.panel1.Controls.Add(this.pictureBoxExclamation);
|
||||||
this.panel1.Controls.Add(this.pictureBoxQuestion);
|
this.panel1.Controls.Add(this.pictureBoxQuestion);
|
||||||
this.panel1.Controls.Add(this.pictureBoxAsterisk);
|
this.panel1.Controls.Add(this.pictureBoxAsterisk);
|
||||||
this.panel1.Controls.Add(this.labelMessage2);
|
this.panel1.Controls.Add(this.labelMessage2);
|
||||||
this.panel1.Controls.Add(this.pictureBoxExclamation);
|
|
||||||
this.panel1.Controls.Add(this.labelMessage1);
|
this.panel1.Controls.Add(this.labelMessage1);
|
||||||
|
this.panel1.Controls.Add(this.pictureBoxHand);
|
||||||
this.panel1.Location = new System.Drawing.Point(15, 34);
|
this.panel1.Location = new System.Drawing.Point(15, 34);
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(420, 95);
|
this.panel1.Size = new System.Drawing.Size(420, 95);
|
||||||
//
|
//
|
||||||
// labelMessage2
|
// pictureBoxHand
|
||||||
//
|
//
|
||||||
this.labelMessage2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
|
||||||
this.labelMessage2.Location = new System.Drawing.Point(67, 50);
|
this.pictureBoxHand.Location = new System.Drawing.Point(11, 20);
|
||||||
this.labelMessage2.Name = "labelMessage2";
|
this.pictureBoxHand.Name = "pictureBoxHand";
|
||||||
this.labelMessage2.Size = new System.Drawing.Size(350, 20);
|
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
|
||||||
this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer.";
|
|
||||||
//
|
|
||||||
// buttonYes
|
|
||||||
//
|
|
||||||
this.buttonYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
|
||||||
this.buttonYes.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
|
||||||
this.buttonYes.ForeColor = System.Drawing.Color.White;
|
|
||||||
this.buttonYes.Location = new System.Drawing.Point(229, 135);
|
|
||||||
this.buttonYes.Name = "buttonYes";
|
|
||||||
this.buttonYes.Size = new System.Drawing.Size(100, 25);
|
|
||||||
this.buttonYes.TabIndex = 9;
|
|
||||||
this.buttonYes.TabStop = false;
|
|
||||||
this.buttonYes.Text = "Yes";
|
|
||||||
this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click);
|
|
||||||
//
|
|
||||||
// pictureBoxAsterisk
|
|
||||||
//
|
|
||||||
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
|
|
||||||
this.pictureBoxAsterisk.Location = new System.Drawing.Point(11, 20);
|
|
||||||
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
|
|
||||||
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
|
|
||||||
//
|
//
|
||||||
// pictureBoxQuestion
|
// pictureBoxQuestion
|
||||||
//
|
//
|
||||||
|
@ -126,12 +105,33 @@
|
||||||
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
|
this.pictureBoxQuestion.Name = "pictureBoxQuestion";
|
||||||
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
|
this.pictureBoxQuestion.Size = new System.Drawing.Size(50, 50);
|
||||||
//
|
//
|
||||||
// pictureBoxHand
|
// pictureBoxAsterisk
|
||||||
//
|
//
|
||||||
this.pictureBoxHand.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxHand.Image")));
|
this.pictureBoxAsterisk.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxAsterisk.Image")));
|
||||||
this.pictureBoxHand.Location = new System.Drawing.Point(11, 20);
|
this.pictureBoxAsterisk.Location = new System.Drawing.Point(11, 20);
|
||||||
this.pictureBoxHand.Name = "pictureBoxHand";
|
this.pictureBoxAsterisk.Name = "pictureBoxAsterisk";
|
||||||
this.pictureBoxHand.Size = new System.Drawing.Size(50, 50);
|
this.pictureBoxAsterisk.Size = new System.Drawing.Size(50, 50);
|
||||||
|
//
|
||||||
|
// labelMessage2
|
||||||
|
//
|
||||||
|
this.labelMessage2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.labelMessage2.Location = new System.Drawing.Point(67, 50);
|
||||||
|
this.labelMessage2.Name = "labelMessage2";
|
||||||
|
this.labelMessage2.Size = new System.Drawing.Size(350, 20);
|
||||||
|
this.labelMessage2.Text = "COM2 port problem. Please contact a manufacturer.";
|
||||||
|
//
|
||||||
|
// buttonYes
|
||||||
|
//
|
||||||
|
this.buttonYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
|
||||||
|
this.buttonYes.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
|
this.buttonYes.ForeColor = System.Drawing.Color.White;
|
||||||
|
this.buttonYes.Location = new System.Drawing.Point(229, 135);
|
||||||
|
this.buttonYes.Name = "buttonYes";
|
||||||
|
this.buttonYes.Size = new System.Drawing.Size(100, 25);
|
||||||
|
this.buttonYes.TabIndex = 9;
|
||||||
|
this.buttonYes.TabStop = false;
|
||||||
|
this.buttonYes.Text = "Yes";
|
||||||
|
this.buttonYes.Click += new System.EventHandler(this.buttonYes_Click);
|
||||||
//
|
//
|
||||||
// DialogFormYesNo
|
// DialogFormYesNo
|
||||||
//
|
//
|
||||||
|
|
|
@ -178,95 +178,6 @@
|
||||||
DFriLwXuN8dLSzylt5vcNIZBy/JMHEUBdas0J7hpDJ2W+OcT7tztdB5w64iEVuJMvBepH4aJlNBavor3
|
DFriLwXuN8dLSzylt5vcNIZBy/JMHEUBdas0J7hpDJ2W+OcT7tztdB5w64iEVuJMvBepH4aJlNBavor3
|
||||||
7E3E2I2R0BLH4q0Xu5vurDx4YZZZ4B+GX/n/TanlQqnlQqnlwr7UIvoLV+6XPNVNR8IAAAAASUVORK5C
|
7E3E2I2R0BLH4q0Xu5vurDx4YZZZ4B+GX/n/TanlQqnlQqnlwr7UIvoLV+6XPNVNR8IAAAAASUVORK5C
|
||||||
YII=
|
YII=
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
|
||||||
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
|
||||||
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
|
|
||||||
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
|
|
||||||
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
|
|
||||||
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
|
|
||||||
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
|
|
||||||
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
|
|
||||||
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
|
|
||||||
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
|
|
||||||
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
|
|
||||||
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
|
|
||||||
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
|
|
||||||
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
|
|
||||||
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
|
|
||||||
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
|
|
||||||
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
|
|
||||||
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
|
|
||||||
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
|
|
||||||
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
|
|
||||||
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
|
|
||||||
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
|
|
||||||
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
|
|
||||||
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
|
|
||||||
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
|
|
||||||
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
|
|
||||||
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
|
|
||||||
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
|
|
||||||
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
|
|
||||||
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
|
|
||||||
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
|
|
||||||
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
|
|
||||||
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
|
|
||||||
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
|
|
||||||
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
|
|
||||||
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
|
|
||||||
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
|
|
||||||
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
|
|
||||||
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
|
|
||||||
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
|
|
||||||
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
|
|
||||||
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
|
|
||||||
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
|
||||||
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
|
||||||
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
|
||||||
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAACQVJREFUaEPdWV1sHNUV
|
|
||||||
vkG0JUKKaHlo+0Ah+CdxHHvt3Z2d9f/uzuzaXq8TkpAECFGUH2K3CqRA1NJf0hICtE2ah9KX8lC1laqK
|
|
||||||
SlUfaKNWbRX1oTwgCCTlpwEFojSJf4LBM/fOrte7t9+dWeMd+87sOrGD3CN9Gt+595x7vjn3nnvumnDO
|
|
||||||
/y8gfbkcIX25HOFq0PRds+i/k2S3riFWz3qSS6rE6lcJTYWIlWkhZixKqBYhpg6kFLyPEqZHVll6ex1N
|
|
||||||
tW82U6EjVI/81tQiJ4FThqaewvMvNKX8jurhY6y99QGqhRvNZOQ2sze4gulhgn5CE5inL0hYfwA+tBLa
|
|
||||||
o8CuSnIP3k1yO2rmodx3V+MaiNwMIutoMjoEIn82NfVjOMSrgq5kof9PkD4EIgre3fppEQnCkeNwYMzl
|
|
||||||
4LWBAr8EkdiNJHI7iDwBIh/Mcea6ASITLBV6jvW31C4hESylZCjIeoN/MxOq1JHFAtWV0yCSprHwkhDZ
|
|
||||||
ZiQi75sJ+eSLCvGhdGUUEXl0sYlsM5PqhHTSpURCzSL7HVocIvGmbWZMuSqd6AbA0BRqZQKPsKSywhpo
|
|
||||||
IbmNzSS3wUG5764GTd/pYEA8v0KsLfUttE/FclraPVER8eg4TSr3WEgAuQ0Bkht0UO67q0H71gBrCe2t
|
|
||||||
R3qtuc1MBk6ZehQhlhifgQ6S7U3cUNdhnCIfI4PQa2vkRhR6sv5y4EMaWuSclQ7W2SQyDsp9dzXMRDsO
|
|
||||||
uQ5Cu5D2Ii3fNuIgoUsMzwAkDbWBs/sGuXVgLzciax0ywknZ+BmIfmUNZ7u2cGvf/dzA39Jx5YAvrK/1
|
|
||||||
F1Obm1ZObQkQgXLfXQ1TizqIRwI0Eb5sJH0cSoIEHKCbkrxw9g1eHB/j1tf3cyOw2un3IoP3RrCWsx33
|
|
||||||
8MK5d3jx4gXOhnZyE+98P4CIih6mU9sDmcKuZlLY6bNHmIZoaO23gMwJ30iUkZh+/VWoOlK8colbBx/i
|
|
||||||
RrhevswECaG3PcOn3zpb0oLehfe59dAOboTq5uuUwUhEuZUM/SmXVj+fS0ddvrsaltYpyDRiwo9khmwI
|
|
||||||
Z7Cc6KYUL5yeJTEjxfFRh0wQTsXDLl2bBJZh4e1/l0bPSuEDkBl6sPQRyuabi3hkmsU7Y1a8y+W7q2F2
|
|
||||||
NBOzs2XYN8TY2GJPFM6+DhW5FC/9l7OD+2zCNhnhGDY1QyQKb7xWGjVfChfOczaMZYY5PBMH9qXVHTjO
|
|
||||||
BtXPQEVOhKU7V4HEX6UGShDZyTq4nxcnPoSKtxSvjtuRMZEARBJg9w/y6XfeLPV6SC7Hs88+CdKN86L5
|
|
||||||
CfBRaCpynmXavgQNORHa276W6uqk1MAMxJeCY9bjX+XF0ctQ85biyGVuPbwXe2KAT/tE0BaL8dxPjjhp
|
|
||||||
PBaSz10GXBtS0PIgkohslSnNA8iI7GQ9OmR/eT8pXrnMC/95u9TykKkpnjt+lButNdzoDvpnLwFkMJz2
|
|
||||||
T0HTg4iu/kiqOBdiIhGZUD23HhvGlx+B+rVJMZt1SEQaSiRwdsnmnAs9/Eeoy4nghveiVEkGQQbrWKRM
|
|
||||||
JiLz0QRMLFSKPHv8aSxVHIg9CyDh4GUYkBNBpem70aUQmxLrmonIjI3CTJUiltOxI8hQ60skKiynOaCa
|
|
||||||
KjKHJ5F/yZQqwibT4OyZkSsw5S9Fy+K5o99HnYXsJEjIbFbGuzAlJ4LOl+cMrg5IiSLFihO7cK7CxoaI
|
|
||||||
1G0d2M1NrwqgOrwHU3IiuGL+Q6JQGeKwE4fkmdMwU50UL13k7JF90MWheU1kVPHFPIgk1D/IlTyAdS3K
|
|
||||||
DrY9jbKjwmEnEZG6BRm7xrLJLGCf6MorMCEnwjTleamSDGJz2rWTf9lRSZxCE2TCJTLVbHqcI0wPn4S6
|
|
||||||
B5GEsluqOBciEqIUF5Eoq2JlUkR2KhqTpZZciqMjTmRaSleAKkD7IiegKidiJUIBDMrPVXJhZjk9sIEX
|
|
||||||
3jwDNR/JT/HsM0/aNVdx1D+biXKGPTaEZVZNAsDJ3lO/GWoeRLTgF1hceUWu7MBA3me77kXZ8RZU/CV3
|
|
||||||
7GnnKovsZNdmFQ7NwhgigxRutCMt+5DBtXfc6EL4ynx3Ecmmum+ykp3fMTUfI3DMOrDHvhF6iogEyg7n
|
|
||||||
sGt1KgD70BSFpk9kclmePfyEU/36EKFa9NeT3cpKaHgQ6YmSbCyqgsiUzIANTGCgpBBfuIC1PU+EMz99
|
|
||||||
xrm/lx92pXLGjsyHkkKTMZ597rBdWZtx/+qXxaObrFiby3dXg8VUILIKhl70zR7iAMRmF3f0IpbDJ5LF
|
|
||||||
iS1IiAuVrOxIoAIQZERkrpZFFCRyR79n2zRiGOM3t66+hlvil81YxOW7qzGBiAh8HIvqcNb7uisgbn3B
|
|
||||||
Gqf6FWTy+VIpDme8SnHxTkQUyzv7jYedyDCQf/YwolXr3EM8SGBfiKgWzGR0j/0DSUJ1+e5qWFsbbWS3
|
|
||||||
N3yWbWr9mam1SY3OAk6VNnL2x09hWaAU7xHO+FSxM2TEFQBksj/8ln0e+ZEQEL/osM7Wl5jStIqpLYRF
|
|
||||||
fH4Omt6/2sHXVpOpDbV1tCN0zkhWKK3FpuzAphb37GpLceGw2DNt0GvDxq5AwhmvjLDg+h5rfQOxmoDm
|
|
||||||
BpfvrkZ+b42DYaD/bpJdV7cFBq6afr9vCQgyogKW9flB6Il9I+srh67mzK7g46xl3U2CwAzKfXc18rtr
|
|
||||||
HewH+mtBpHYF7Wj9Lgx5Z7ElhoHlS5Mdz+czG2/OD2RIPg2IJ1Duu6tBu0NSwOAPgFz5BDcEqKmymcZf
|
|
||||||
5ffUfC4/cC/JD250odx3V0NGQgBGxf8Mv4ln9f/svH5MYbn+fDpz1y35PVghi0hEPHfi+d6Cyu2FQmxs
|
|
||||||
PTJGNeUQTYTIdGY1WQoihMXDYTMR+o09IULvcuJ6AHsGziYWC73EkqEULnk4K5aSSAztRMtKmgrvoKlQ
|
|
||||||
6UbpXRdVBfHroaaeBoatzubbLT0obqs3gkgrob3o62v9Ik1G0yzZ/gL6r7ic88PsmTEJ538PIvcxTb0D
|
|
||||||
IFZXgHwaRAhNtREr1bHS0iJ3gNBmOHkCY09inb+K8e8CF0s4D5xB/99pT/AFFgvvnEwoa0DkVhDB7RR1
|
|
||||||
3mIRWc6QvlyOkL5cfuDkf8KvETwmiy9jAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxQuestion.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -431,6 +342,95 @@
|
||||||
Infb9wXj5hLs/shcGnF+ppY1a6lfy0bRnvfgjZ8TCZ0RzTyPZvTn5o7+eDBsrgh0pgmMkCtlhDTpORLs
|
Infb9wXj5hLs/shcGnF+ppY1a6lfy0bRnvfgjZ8TCZ0RzTyPZvTn5o7+eDBsrgh0pgmMkCtlhDTpORLs
|
||||||
Nq+5KZb0qVqqEw9/AivofRDbj9l4GOcRcBTk8Ob3y7r9ayxMQ4G43QzRX/ZtzJNgmAm/jEbmM8KL8xHh
|
Nq+5KZb0qVqqEw9/AivofRDbj9l4GOcRcBTk8Ob3y7r9ayxMQ4G43QzRX/ZtzJNgmAm/jEbmM8KL8xHh
|
||||||
xfmI8OL8g5L/A0IOG5EQhvpOAAAAAElFTkSuQmCC
|
xfmI8OL8g5L/A0IOG5EQhvpOAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="pictureBoxHand.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
|
||||||
|
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
|
||||||
|
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
|
||||||
|
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
|
||||||
|
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
|
||||||
|
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
|
||||||
|
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
|
||||||
|
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
|
||||||
|
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
|
||||||
|
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
|
||||||
|
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
|
||||||
|
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
|
||||||
|
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
|
||||||
|
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
|
||||||
|
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
|
||||||
|
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
|
||||||
|
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
|
||||||
|
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
|
||||||
|
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
|
||||||
|
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
|
||||||
|
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
|
||||||
|
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
|
||||||
|
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
|
||||||
|
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
|
||||||
|
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
|
||||||
|
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
|
||||||
|
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
|
||||||
|
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
|
||||||
|
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
|
||||||
|
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
|
||||||
|
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
|
||||||
|
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
|
||||||
|
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
|
||||||
|
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
|
||||||
|
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
|
||||||
|
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
|
||||||
|
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
|
||||||
|
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
|
||||||
|
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
|
||||||
|
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
|
||||||
|
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
||||||
|
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
||||||
|
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
||||||
|
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAACQVJREFUaEPdWV1sHNUV
|
||||||
|
vkG0JUKKaHlo+0Ah+CdxHHvt3Z2d9f/uzuzaXq8TkpAECFGUH2K3CqRA1NJf0hICtE2ah9KX8lC1laqK
|
||||||
|
SlUfaKNWbRX1oTwgCCTlpwEFojSJf4LBM/fOrte7t9+dWeMd+87sOrGD3CN9Gt+595x7vjn3nnvumnDO
|
||||||
|
/y8gfbkcIX25HOFq0PRds+i/k2S3riFWz3qSS6rE6lcJTYWIlWkhZixKqBYhpg6kFLyPEqZHVll6ex1N
|
||||||
|
tW82U6EjVI/81tQiJ4FThqaewvMvNKX8jurhY6y99QGqhRvNZOQ2sze4gulhgn5CE5inL0hYfwA+tBLa
|
||||||
|
o8CuSnIP3k1yO2rmodx3V+MaiNwMIutoMjoEIn82NfVjOMSrgq5kof9PkD4EIgre3fppEQnCkeNwYMzl
|
||||||
|
4LWBAr8EkdiNJHI7iDwBIh/Mcea6ASITLBV6jvW31C4hESylZCjIeoN/MxOq1JHFAtWV0yCSprHwkhDZ
|
||||||
|
ZiQi75sJ+eSLCvGhdGUUEXl0sYlsM5PqhHTSpURCzSL7HVocIvGmbWZMuSqd6AbA0BRqZQKPsKSywhpo
|
||||||
|
IbmNzSS3wUG5764GTd/pYEA8v0KsLfUttE/FclraPVER8eg4TSr3WEgAuQ0Bkht0UO67q0H71gBrCe2t
|
||||||
|
R3qtuc1MBk6ZehQhlhifgQ6S7U3cUNdhnCIfI4PQa2vkRhR6sv5y4EMaWuSclQ7W2SQyDsp9dzXMRDsO
|
||||||
|
uQ5Cu5D2Ii3fNuIgoUsMzwAkDbWBs/sGuXVgLzciax0ywknZ+BmIfmUNZ7u2cGvf/dzA39Jx5YAvrK/1
|
||||||
|
F1Obm1ZObQkQgXLfXQ1TizqIRwI0Eb5sJH0cSoIEHKCbkrxw9g1eHB/j1tf3cyOw2un3IoP3RrCWsx33
|
||||||
|
8MK5d3jx4gXOhnZyE+98P4CIih6mU9sDmcKuZlLY6bNHmIZoaO23gMwJ30iUkZh+/VWoOlK8colbBx/i
|
||||||
|
RrhevswECaG3PcOn3zpb0oLehfe59dAOboTq5uuUwUhEuZUM/SmXVj+fS0ddvrsaltYpyDRiwo9khmwI
|
||||||
|
Z7Cc6KYUL5yeJTEjxfFRh0wQTsXDLl2bBJZh4e1/l0bPSuEDkBl6sPQRyuabi3hkmsU7Y1a8y+W7q2F2
|
||||||
|
NBOzs2XYN8TY2GJPFM6+DhW5FC/9l7OD+2zCNhnhGDY1QyQKb7xWGjVfChfOczaMZYY5PBMH9qXVHTjO
|
||||||
|
BtXPQEVOhKU7V4HEX6UGShDZyTq4nxcnPoSKtxSvjtuRMZEARBJg9w/y6XfeLPV6SC7Hs88+CdKN86L5
|
||||||
|
CfBRaCpynmXavgQNORHa276W6uqk1MAMxJeCY9bjX+XF0ctQ85biyGVuPbwXe2KAT/tE0BaL8dxPjjhp
|
||||||
|
PBaSz10GXBtS0PIgkohslSnNA8iI7GQ9OmR/eT8pXrnMC/95u9TykKkpnjt+lButNdzoDvpnLwFkMJz2
|
||||||
|
T0HTg4iu/kiqOBdiIhGZUD23HhvGlx+B+rVJMZt1SEQaSiRwdsnmnAs9/Eeoy4nghveiVEkGQQbrWKRM
|
||||||
|
JiLz0QRMLFSKPHv8aSxVHIg9CyDh4GUYkBNBpem70aUQmxLrmonIjI3CTJUiltOxI8hQ60skKiynOaCa
|
||||||
|
KjKHJ5F/yZQqwibT4OyZkSsw5S9Fy+K5o99HnYXsJEjIbFbGuzAlJ4LOl+cMrg5IiSLFihO7cK7CxoaI
|
||||||
|
1G0d2M1NrwqgOrwHU3IiuGL+Q6JQGeKwE4fkmdMwU50UL13k7JF90MWheU1kVPHFPIgk1D/IlTyAdS3K
|
||||||
|
DrY9jbKjwmEnEZG6BRm7xrLJLGCf6MorMCEnwjTleamSDGJz2rWTf9lRSZxCE2TCJTLVbHqcI0wPn4S6
|
||||||
|
B5GEsluqOBciEqIUF5Eoq2JlUkR2KhqTpZZciqMjTmRaSleAKkD7IiegKidiJUIBDMrPVXJhZjk9sIEX
|
||||||
|
3jwDNR/JT/HsM0/aNVdx1D+biXKGPTaEZVZNAsDJ3lO/GWoeRLTgF1hceUWu7MBA3me77kXZ8RZU/CV3
|
||||||
|
7GnnKovsZNdmFQ7NwhgigxRutCMt+5DBtXfc6EL4ynx3Ecmmum+ykp3fMTUfI3DMOrDHvhF6iogEyg7n
|
||||||
|
sGt1KgD70BSFpk9kclmePfyEU/36EKFa9NeT3cpKaHgQ6YmSbCyqgsiUzIANTGCgpBBfuIC1PU+EMz99
|
||||||
|
xrm/lx92pXLGjsyHkkKTMZ597rBdWZtx/+qXxaObrFiby3dXg8VUILIKhl70zR7iAMRmF3f0IpbDJ5LF
|
||||||
|
iS1IiAuVrOxIoAIQZERkrpZFFCRyR79n2zRiGOM3t66+hlvil81YxOW7qzGBiAh8HIvqcNb7uisgbn3B
|
||||||
|
Gqf6FWTy+VIpDme8SnHxTkQUyzv7jYedyDCQf/YwolXr3EM8SGBfiKgWzGR0j/0DSUJ1+e5qWFsbbWS3
|
||||||
|
N3yWbWr9mam1SY3OAk6VNnL2x09hWaAU7xHO+FSxM2TEFQBksj/8ln0e+ZEQEL/osM7Wl5jStIqpLYRF
|
||||||
|
fH4Omt6/2sHXVpOpDbV1tCN0zkhWKK3FpuzAphb37GpLceGw2DNt0GvDxq5AwhmvjLDg+h5rfQOxmoDm
|
||||||
|
BpfvrkZ+b42DYaD/bpJdV7cFBq6afr9vCQgyogKW9flB6Il9I+srh67mzK7g46xl3U2CwAzKfXc18rtr
|
||||||
|
HewH+mtBpHYF7Wj9Lgx5Z7ElhoHlS5Mdz+czG2/OD2RIPg2IJ1Duu6tBu0NSwOAPgFz5BDcEqKmymcZf
|
||||||
|
5ffUfC4/cC/JD250odx3V0NGQgBGxf8Mv4ln9f/svH5MYbn+fDpz1y35PVghi0hEPHfi+d6Cyu2FQmxs
|
||||||
|
PTJGNeUQTYTIdGY1WQoihMXDYTMR+o09IULvcuJ6AHsGziYWC73EkqEULnk4K5aSSAztRMtKmgrvoKlQ
|
||||||
|
6UbpXRdVBfHroaaeBoatzubbLT0obqs3gkgrob3o62v9Ik1G0yzZ/gL6r7ic88PsmTEJ538PIvcxTb0D
|
||||||
|
IFZXgHwaRAhNtREr1bHS0iJ3gNBmOHkCY09inb+K8e8CF0s4D5xB/99pT/AFFgvvnEwoa0DkVhDB7RR1
|
||||||
|
3mIRWc6QvlyOkL5cfuDkf8KvETwmiy9jAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
<metadata name="$this.FormFactorShadowProperty" xml:space="preserve">
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -83,7 +83,9 @@
|
||||||
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBack.Name = "buttonBack";
|
this.buttonBack.Name = "buttonBack";
|
||||||
this.buttonBack.NestedClickEventPrevent = false;
|
this.buttonBack.NestedClickEventPrevent = false;
|
||||||
|
this.buttonBack.OutlinePixel = 1;
|
||||||
this.buttonBack.RepeatInterval = 200;
|
this.buttonBack.RepeatInterval = 200;
|
||||||
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
||||||
this.buttonBack.SafeInterval = 200;
|
this.buttonBack.SafeInterval = 200;
|
||||||
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
@ -230,11 +232,13 @@
|
||||||
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
||||||
this.buttonStart.GroupID = 0;
|
this.buttonStart.GroupID = 0;
|
||||||
this.buttonStart.InitVisible = true;
|
this.buttonStart.InitVisible = true;
|
||||||
this.buttonStart.Location = new System.Drawing.Point(22, 525);
|
this.buttonStart.Location = new System.Drawing.Point(10, 525);
|
||||||
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonStart.Name = "buttonStart";
|
this.buttonStart.Name = "buttonStart";
|
||||||
this.buttonStart.NestedClickEventPrevent = false;
|
this.buttonStart.NestedClickEventPrevent = false;
|
||||||
|
this.buttonStart.OutlinePixel = 1;
|
||||||
this.buttonStart.RepeatInterval = 200;
|
this.buttonStart.RepeatInterval = 200;
|
||||||
|
this.buttonStart.RepeatIntervalAccelerate = null;
|
||||||
this.buttonStart.SafeInterval = 200;
|
this.buttonStart.SafeInterval = 200;
|
||||||
this.buttonStart.Size = new System.Drawing.Size(70, 70);
|
this.buttonStart.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonStart.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
@ -259,11 +263,13 @@
|
||||||
this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
|
this.buttonBalance.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBalance.DownImage")));
|
||||||
this.buttonBalance.GroupID = 0;
|
this.buttonBalance.GroupID = 0;
|
||||||
this.buttonBalance.InitVisible = true;
|
this.buttonBalance.InitVisible = true;
|
||||||
this.buttonBalance.Location = new System.Drawing.Point(98, 525);
|
this.buttonBalance.Location = new System.Drawing.Point(86, 525);
|
||||||
this.buttonBalance.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBalance.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBalance.Name = "buttonBalance";
|
this.buttonBalance.Name = "buttonBalance";
|
||||||
this.buttonBalance.NestedClickEventPrevent = false;
|
this.buttonBalance.NestedClickEventPrevent = false;
|
||||||
|
this.buttonBalance.OutlinePixel = 1;
|
||||||
this.buttonBalance.RepeatInterval = 200;
|
this.buttonBalance.RepeatInterval = 200;
|
||||||
|
this.buttonBalance.RepeatIntervalAccelerate = null;
|
||||||
this.buttonBalance.SafeInterval = 200;
|
this.buttonBalance.SafeInterval = 200;
|
||||||
this.buttonBalance.Size = new System.Drawing.Size(70, 70);
|
this.buttonBalance.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonBalance.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
@ -288,11 +294,13 @@
|
||||||
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
this.buttonCancel.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCancel.DownImage")));
|
||||||
this.buttonCancel.GroupID = 0;
|
this.buttonCancel.GroupID = 0;
|
||||||
this.buttonCancel.InitVisible = true;
|
this.buttonCancel.InitVisible = true;
|
||||||
this.buttonCancel.Location = new System.Drawing.Point(174, 525);
|
this.buttonCancel.Location = new System.Drawing.Point(162, 525);
|
||||||
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonCancel.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonCancel.Name = "buttonCancel";
|
this.buttonCancel.Name = "buttonCancel";
|
||||||
this.buttonCancel.NestedClickEventPrevent = false;
|
this.buttonCancel.NestedClickEventPrevent = false;
|
||||||
|
this.buttonCancel.OutlinePixel = 1;
|
||||||
this.buttonCancel.RepeatInterval = 200;
|
this.buttonCancel.RepeatInterval = 200;
|
||||||
|
this.buttonCancel.RepeatIntervalAccelerate = null;
|
||||||
this.buttonCancel.SafeInterval = 200;
|
this.buttonCancel.SafeInterval = 200;
|
||||||
this.buttonCancel.Size = new System.Drawing.Size(70, 70);
|
this.buttonCancel.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonCancel.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
|
|
|
@ -67,9 +67,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticMaxWeight.Text = "Max.W";
|
this.labelStaticMaxWeight.Text = "Max.W";
|
||||||
this.labelStaticDigit.Text = "Digit";
|
this.labelStaticDigit.Text = "Digit";
|
||||||
|
|
||||||
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.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartDisable));
|
||||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartDown));
|
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartDown));
|
||||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartUp));
|
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormCalibrationStartUp));
|
||||||
|
@ -88,9 +85,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticMaxWeight.Text = "最大重量";
|
this.labelStaticMaxWeight.Text = "最大重量";
|
||||||
this.labelStaticDigit.Text = "数字";
|
this.labelStaticDigit.Text = "数字";
|
||||||
|
|
||||||
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.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDisable));
|
||||||
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
|
this.buttonStart.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartDown));
|
||||||
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
|
this.buttonStart.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormCalibrationStartUp));
|
||||||
|
|
|
@ -122,337 +122,388 @@
|
||||||
<value>
|
<value>
|
||||||
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
|
|
||||||
LACAmGABAMQECwAgJlgAADHBAgCIzXufAACE5nsuAABCggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
JlgAADHBAgCICRYAQEywAABiggUAEJvvuQAACAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBs3vsEACA0x14AAIQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
|
||||||
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBAbN77BAAgNMdeAACEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQE
|
||||||
|
CwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQ
|
||||||
|
EywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYA
|
||||||
|
QEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZY
|
||||||
|
AAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICY
|
||||||
|
YAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAA
|
||||||
|
YoIFABATLACA1F4/V1c/5sLrLKMAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAIAAAD+THXTAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
|
||||||
|
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
|
||||||
|
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
|
||||||
|
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
|
||||||
|
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
|
||||||
|
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
|
||||||
|
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
|
||||||
|
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
|
||||||
|
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
|
||||||
|
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
|
||||||
|
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
|
||||||
|
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
|
||||||
|
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
|
||||||
|
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
|
||||||
|
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
|
||||||
|
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
|
||||||
|
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
|
||||||
|
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
|
||||||
|
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
|
||||||
|
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
|
||||||
|
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
|
||||||
|
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
|
||||||
|
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
|
||||||
|
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
|
||||||
|
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
|
||||||
|
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
|
||||||
|
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
|
||||||
|
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
|
||||||
|
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
|
||||||
|
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
|
||||||
|
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
|
||||||
|
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
|
||||||
|
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
|
||||||
|
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
|
||||||
|
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
|
||||||
|
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
|
||||||
|
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
|
||||||
|
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
|
||||||
|
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
|
||||||
|
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
|
||||||
|
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
||||||
|
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
||||||
|
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
||||||
|
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABIRJREFUaEPtm+lTIkcY
|
||||||
|
h/PvrMkmtbvZHJW4WS6huAShRFxwFBWQKIg4iMYqz/Ioscr7ilcsb/3iF8uP5ot/V35uv8GBXV22tpmZ
|
||||||
|
3uKp5sP09AzvU93zdveI37wwPHuivDY/11v50fS8JMiS8hGlnyw/OP3WcNu7eFc8oUti8eg7KWhrML8y
|
||||||
|
fVcSPEqR0ktDjdNvi8djdGki8acuoeASic5Yp8XzVqmA8qAE42apiTXt7e3NZrNDQ0N/6RIEJstyKpVi
|
||||||
|
0fqC9eiMgggpoYr5oB1k6FLd09/fz6wamtylSg6/lfkMDg5Sc0HI5XLMyuj6/UHptfn7aCyKWoH6R0km
|
||||||
|
k0Hwbe0SG373SshvqEqn09REQJLJJBQMzt9ICfla3C5isI5CnmBKNWz+0W1+K4eBgQEooG/ulTAZ4wDJ
|
||||||
|
nk6KCbIaLNo7I1+PEoYYLLCqqCrpmKqSCFSVREBjJSxesNakA05oqRSPx2022/T0NB1zQjOlSCTicDiw
|
||||||
|
hTk+PqYqTmijFI1G4YPF2PLy8sXFBdVyQgMlj8fjcrmwCYXP2tra+fk5neCEqkqxWMxisQSDwYmJCfis
|
||||||
|
rKysr6+fnZ3RaU6opyRJEpIBHp75+XnIMKB0enpKLTihkpLdbvd6vVj2s84psLGxcXJyQo04UXElzDx1
|
||||||
|
dXWhUAjJmjwUbG5uCpbxWltbrdb7lxn5fJ4kioHS4eEhteZEBZXMZjMGWzabXVpaIoMPQMY7ODigCzhR
|
||||||
|
ESVMoyaTSZKkubk5iv0R8GihDV3GCf5Kfr/f7XbLsrywsECBPw6UJicnMfO+eRJMYnT3MuCphHshTTc2
|
||||||
|
No6OjpZkti/ks1YY3JQCgQAeHgy22dlZCoQfaithQe10On0+3/Dw8OLiIkXBFVWVwuEwptHu7u6ZmRn6
|
||||||
|
/gqgttLY2NgTaZoLqiohBWOu3NnZwQxD318B1H6Wpqam/nkPlgIUAm/UVmJg7B0dHVWou7RRAuPj49vb
|
||||||
|
27DCloFi4YRmSgz0UvmDEI2vrq5ub2//fZK7uzu6exnwVwLY5JWZM2B+fX1Nl3GiIkpgZGRkd3f3k921
|
||||||
|
tbWFJ5Cu4USllBhY6e3v7yPu1dVVkigGu1oxNhdKsNCG1WODEIlEpC2gEgy/vb099Amp/A88BX41iYnr
|
||||||
|
w0EIJfFepyjBvgPDDN1VmLigJ+pLLyXwQTIsDEKBX00qyefzWGew/C72C2QlGIR/v+fy8pKqOKGZEsDG
|
||||||
|
5ObmBqshOuaElkoVoqokAlUlEagqicBXqFT0E0N8IIdjiNJ5ASn6ISg+wZYAjmVZpvMC0tfXBwVPwElK
|
||||||
|
Vq8Rx6lUis4LSE9PDxTe2H8hpVfGbzs621H1WX+l0g/pdBrBh1qb4UJKKBbPW9QCDEpqKAh4XhB2V1dX
|
||||||
|
rf3nIiUUX7CeWQn0s37WP8DWYC6IPCi9MNTUBxysRTKZzGQyuVwOyRGZUFcgJAwl5AP2TwnoH7vPorAo
|
||||||
|
UrovRldtpKONiemflki4MN4KpVQJ5aWxxuSu9Td7pUhLR7Q9GovqqiCTtbSFvE3uPxy/lkTOykeUxC6G
|
||||||
|
Z/8BKGeNyS3v/jQAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
EPAlSQAAAABJRU5ErkJggg==
|
||||||
eVBMUXyQhbTIIIjxjhYXEWNkloMgu5aXYQFBwmtGScRJBmkR55eWFt6+/QGKM1CMcz/99CMULoLSY5yk
|
|
||||||
f4UcHOyvrCwtS2VFXnCGsjFuw82XYA8TeB4euekZ5L/Nio5OTkhIv3kzPw+719Ka6uqmpiZaErAdRQoh
|
|
||||||
5NAc6OaE8iA1gYTwWF5mkba3t2A3IHESn9vbtDy8XVlhkaA4gKFra8vr65hxVzY2OEUikTNra9Dl1VWi
|
|
||||||
MH11FcrKGiP0mFJRMAi+IqkIkqura4lIBJjU5OSMtDTs80qKi6uqqlDiZEsC+jd4aMiBhxYfBDGCGc6H
|
|
||||||
oYDZ2dmCNQwSURxgX4Tgkb5shA2lAh7ybWl1FcqaLlXZMwAjpoNhfR1KZIMRekzZiL8YwVe0Z4FQcMJJ
|
|
||||||
4JSfk5OdkZGdmXkrL4+2IJQEhBxSSDbkcAFCDimEkiotMiwSA0AMlQYCvCR3kp5n/sQBs+dlFW8c65lP
|
|
||||||
vHVQHfJQmE2p0K8cGD7xtaamxtqef8LUyigxPqGyogJ7odKSErQgysOlEEYspsqRf99GCoEHLqJFU5qX
|
|
||||||
JDWpTYywRjPK2krPv1foOggNJMZRLA8wnskLBwbB8fPnz2NjYzUMVU98pfYZ0qm1uRnJU1tTgxYEHqSQ
|
|
||||||
bMihytGqABdxfY2UVRkk1hZWFL5SoWa/S+g6Lje418/xwG4q9CuE/glnmKhzZv8HBb6teUpKSm9PDzDg
|
|
||||||
HAj95RFdiG4nuSpHXcT1AdYQRZ4/KJQEgozneOAiBZ4tRugxlW3k8dZWZGSkoYUeiwS1c7RFSUDOAAP1
|
|
||||||
DZ+cf7iQo1WOCzmOhDXkg4WWL4gsD+ciaj1MBwAnO4zs7e3l5+fbOlhTFhbpou4ZUJWVlQEAboHQzYmC
|
|
||||||
fygP9Y+CHbICm/6wAOZYHsY3hIdiQHZ3dwGDT/Bw/1vMIRL0gvZJ/CE5ORkuQs5QofMiTR4KA7dQo7ln
|
|
||||||
08f/KUIynZFjSWA9xYDs7+8fHBzgdcfExHD+oXqIRNXM2sTFRZiQkIA4RK2Dr2iAcRj0wQrxfVSoKX9M
|
|
||||||
mJg6hgGCA7xivOi6urq4uDjUA5o/sqqIRFXXVMPOwUboIgQeevFHJbBKKBRY2fF5hsoKZhNV+eT/AKO9
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
/75aOx5brnAAAAAASUVORK5CYII=
|
||||||
FKIquw8x4FNZWTlNnyhcpNKYuJFYbd++ncvMQNYVo5mj3AbkFiJQDFXxoVMeRTLf+DGLj/3PYhxKtMjY
|
|
||||||
4VwoLy9nahKX+ObiNjaTkIKSKEzIEBcv+/Z8RHMoifbB9JiZmen8Jt2yZYv4PMiNm0MHkVV9fX1xcTH7
|
|
||||||
gVg/zs1VSbSJiWqtforpQyN68k8KQ4OcOTlUZcowTJkRHxX/nkvZz5pm8D+LaHt9kqb07wAAAABJRU5E
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonStart.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonStart.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -1296,7 +1296,7 @@
|
||||||
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
this.buttonStart.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStart.DownImage")));
|
||||||
this.buttonStart.GroupID = 0;
|
this.buttonStart.GroupID = 0;
|
||||||
this.buttonStart.InitVisible = true;
|
this.buttonStart.InitVisible = true;
|
||||||
this.buttonStart.Location = new System.Drawing.Point(16, 525);
|
this.buttonStart.Location = new System.Drawing.Point(10, 525);
|
||||||
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonStart.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonStart.Name = "buttonStart";
|
this.buttonStart.Name = "buttonStart";
|
||||||
this.buttonStart.NestedClickEventPrevent = false;
|
this.buttonStart.NestedClickEventPrevent = false;
|
||||||
|
@ -1327,7 +1327,7 @@
|
||||||
this.buttonStop.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStop.DownImage")));
|
this.buttonStop.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonStop.DownImage")));
|
||||||
this.buttonStop.GroupID = 0;
|
this.buttonStop.GroupID = 0;
|
||||||
this.buttonStop.InitVisible = true;
|
this.buttonStop.InitVisible = true;
|
||||||
this.buttonStop.Location = new System.Drawing.Point(92, 525);
|
this.buttonStop.Location = new System.Drawing.Point(86, 525);
|
||||||
this.buttonStop.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonStop.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonStop.Name = "buttonStop";
|
this.buttonStop.Name = "buttonStop";
|
||||||
this.buttonStop.NestedClickEventPrevent = false;
|
this.buttonStop.NestedClickEventPrevent = false;
|
||||||
|
@ -1358,7 +1358,7 @@
|
||||||
this.buttonTestSend.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTestSend.DownImage")));
|
this.buttonTestSend.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTestSend.DownImage")));
|
||||||
this.buttonTestSend.GroupID = 0;
|
this.buttonTestSend.GroupID = 0;
|
||||||
this.buttonTestSend.InitVisible = true;
|
this.buttonTestSend.InitVisible = true;
|
||||||
this.buttonTestSend.Location = new System.Drawing.Point(168, 525);
|
this.buttonTestSend.Location = new System.Drawing.Point(162, 525);
|
||||||
this.buttonTestSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonTestSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonTestSend.Name = "buttonTestSend";
|
this.buttonTestSend.Name = "buttonTestSend";
|
||||||
this.buttonTestSend.NestedClickEventPrevent = false;
|
this.buttonTestSend.NestedClickEventPrevent = false;
|
||||||
|
@ -1389,7 +1389,7 @@
|
||||||
this.button1LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button1LaneSend.DownImage")));
|
this.button1LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button1LaneSend.DownImage")));
|
||||||
this.button1LaneSend.GroupID = 0;
|
this.button1LaneSend.GroupID = 0;
|
||||||
this.button1LaneSend.InitVisible = true;
|
this.button1LaneSend.InitVisible = true;
|
||||||
this.button1LaneSend.Location = new System.Drawing.Point(244, 525);
|
this.button1LaneSend.Location = new System.Drawing.Point(238, 525);
|
||||||
this.button1LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.button1LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.button1LaneSend.Name = "button1LaneSend";
|
this.button1LaneSend.Name = "button1LaneSend";
|
||||||
this.button1LaneSend.NestedClickEventPrevent = false;
|
this.button1LaneSend.NestedClickEventPrevent = false;
|
||||||
|
@ -1420,7 +1420,7 @@
|
||||||
this.button10LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button10LaneSend.DownImage")));
|
this.button10LaneSend.DownImage = ((System.Drawing.Image)(resources.GetObject("button10LaneSend.DownImage")));
|
||||||
this.button10LaneSend.GroupID = 0;
|
this.button10LaneSend.GroupID = 0;
|
||||||
this.button10LaneSend.InitVisible = true;
|
this.button10LaneSend.InitVisible = true;
|
||||||
this.button10LaneSend.Location = new System.Drawing.Point(320, 525);
|
this.button10LaneSend.Location = new System.Drawing.Point(314, 525);
|
||||||
this.button10LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.button10LaneSend.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.button10LaneSend.Name = "button10LaneSend";
|
this.button10LaneSend.Name = "button10LaneSend";
|
||||||
this.button10LaneSend.NestedClickEventPrevent = false;
|
this.button10LaneSend.NestedClickEventPrevent = false;
|
||||||
|
|
|
@ -55,19 +55,22 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Configuration";
|
this.labelTitle.Text = "Communication";
|
||||||
|
|
||||||
|
this.labelStaticTcpOperationMode.Text = "Operation";
|
||||||
|
this.labelStaticTcpMode.Text = "Mode";
|
||||||
|
|
||||||
this.groupBoxSerial.Text = "Communication";
|
|
||||||
this.labelStaticBaudrate.Text = "Baudrate";
|
this.labelStaticBaudrate.Text = "Baudrate";
|
||||||
this.smartLabel4.Text = "Mode";
|
this.smartLabel4.Text = "Mode";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
this.labelHelp.Text = "※ When IP configuration is changed, it is normally connected after rebooting.";
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "选项";
|
this.labelTitle.Text = "选项";
|
||||||
|
|
||||||
|
this.labelStaticTcpOperationMode.Text = "运转模式";
|
||||||
|
this.labelStaticTcpMode.Text = "通信模式";
|
||||||
|
|
||||||
this.groupBoxSerial.Text = "通信";
|
this.groupBoxSerial.Text = "通信";
|
||||||
this.labelStaticBaudrate.Text = "波特率";
|
this.labelStaticBaudrate.Text = "波特率";
|
||||||
|
@ -79,6 +82,8 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonSave2.Text = "保存";
|
this.buttonSave2.Text = "保存";
|
||||||
this.buttonSerialSend.Text = "发送";
|
this.buttonSerialSend.Text = "发送";
|
||||||
|
|
||||||
|
this.labelHelp.Text = "※ 更改IP配置后,通常在重新启动后即可连接。";
|
||||||
|
|
||||||
this.comboBoxSerial3Mode.Items.Clear();
|
this.comboBoxSerial3Mode.Items.Clear();
|
||||||
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
this.comboBoxSerial3Mode.SelectedIndexChanged -= new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
||||||
this.comboBoxSerial3Mode.Items.Add("-");
|
this.comboBoxSerial3Mode.Items.Add("-");
|
||||||
|
@ -89,9 +94,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.comboBoxSerial3Mode.Items.Add("OPT4");
|
this.comboBoxSerial3Mode.Items.Add("OPT4");
|
||||||
this.comboBoxSerial3Mode.SelectedIndex = 0;
|
this.comboBoxSerial3Mode.SelectedIndex = 0;
|
||||||
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
this.comboBoxSerial3Mode.SelectedIndexChanged += new EventHandler(this.comboBoxSerial3Mode_SelectedIndexChanged);
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
|
@ -122,337 +122,388 @@
|
||||||
<value>
|
<value>
|
||||||
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
|
|
||||||
LACAmGABAMQECwAgJlgAADHBAgCIzXufAACE5nsuAABCggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
JlgAADHBAgCICRYAQEywAABiggUAEJvvuQAACAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEA
|
|
||||||
xAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIF
|
|
||||||
ABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJ
|
|
||||||
FgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAg
|
|
||||||
JlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywA
|
|
||||||
gJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEyw
|
|
||||||
AABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAx
|
|
||||||
wQIAiAkWAEBs3vsEACA0x14AAIQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
|
||||||
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACA
|
||||||
|
mGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAA
|
||||||
|
AGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHB
|
||||||
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
|
EBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkW
|
||||||
|
AEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAm
|
||||||
|
WAAAMcECAIgJFgBAbN77BAAgNMdeAACEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQE
|
||||||
|
CwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQ
|
||||||
|
EywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYA
|
||||||
|
QEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZY
|
||||||
|
AAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUAEBMsAICY
|
||||||
|
YAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDEBAsAICZYAAAxwQIAiAkWAEBMsAAA
|
||||||
|
YoIFABATLACA1F4/V1c/5sLrLKMAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAIAAAD+THXTAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
|
||||||
|
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
|
||||||
|
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
|
||||||
|
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
|
||||||
|
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
|
||||||
|
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
|
||||||
|
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
|
||||||
|
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
|
||||||
|
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
|
||||||
|
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
|
||||||
|
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
|
||||||
|
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
|
||||||
|
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
|
||||||
|
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
|
||||||
|
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
|
||||||
|
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
|
||||||
|
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
|
||||||
|
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
|
||||||
|
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
|
||||||
|
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
|
||||||
|
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
|
||||||
|
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
|
||||||
|
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
|
||||||
|
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
|
||||||
|
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
|
||||||
|
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
|
||||||
|
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
|
||||||
|
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
|
||||||
|
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
|
||||||
|
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
|
||||||
|
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
|
||||||
|
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
|
||||||
|
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
|
||||||
|
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
|
||||||
|
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
|
||||||
|
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
|
||||||
|
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
|
||||||
|
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
|
||||||
|
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
|
||||||
|
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
|
||||||
|
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
||||||
|
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
||||||
|
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
||||||
|
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAABIRJREFUaEPtm+lTIkcY
|
||||||
|
h/PvrMkmtbvZHJW4WS6huAShRFxwFBWQKIg4iMYqz/Ioscr7ilcsb/3iF8uP5ot/V35uv8GBXV22tpmZ
|
||||||
|
3uKp5sP09AzvU93zdveI37wwPHuivDY/11v50fS8JMiS8hGlnyw/OP3WcNu7eFc8oUti8eg7KWhrML8y
|
||||||
|
fVcSPEqR0ktDjdNvi8djdGki8acuoeASic5Yp8XzVqmA8qAE42apiTXt7e3NZrNDQ0N/6RIEJstyKpVi
|
||||||
|
0fqC9eiMgggpoYr5oB1k6FLd09/fz6wamtylSg6/lfkMDg5Sc0HI5XLMyuj6/UHptfn7aCyKWoH6R0km
|
||||||
|
k0Hwbe0SG373SshvqEqn09REQJLJJBQMzt9ICfla3C5isI5CnmBKNWz+0W1+K4eBgQEooG/ulTAZ4wDJ
|
||||||
|
nk6KCbIaLNo7I1+PEoYYLLCqqCrpmKqSCFSVREBjJSxesNakA05oqRSPx2022/T0NB1zQjOlSCTicDiw
|
||||||
|
hTk+PqYqTmijFI1G4YPF2PLy8sXFBdVyQgMlj8fjcrmwCYXP2tra+fk5neCEqkqxWMxisQSDwYmJCfis
|
||||||
|
rKysr6+fnZ3RaU6opyRJEpIBHp75+XnIMKB0enpKLTihkpLdbvd6vVj2s84psLGxcXJyQo04UXElzDx1
|
||||||
|
dXWhUAjJmjwUbG5uCpbxWltbrdb7lxn5fJ4kioHS4eEhteZEBZXMZjMGWzabXVpaIoMPQMY7ODigCzhR
|
||||||
|
ESVMoyaTSZKkubk5iv0R8GihDV3GCf5Kfr/f7XbLsrywsECBPw6UJicnMfO+eRJMYnT3MuCphHshTTc2
|
||||||
|
No6OjpZkti/ks1YY3JQCgQAeHgy22dlZCoQfaithQe10On0+3/Dw8OLiIkXBFVWVwuEwptHu7u6ZmRn6
|
||||||
|
/gqgttLY2NgTaZoLqiohBWOu3NnZwQxD318B1H6Wpqam/nkPlgIUAm/UVmJg7B0dHVWou7RRAuPj49vb
|
||||||
|
27DCloFi4YRmSgz0UvmDEI2vrq5ub2//fZK7uzu6exnwVwLY5JWZM2B+fX1Nl3GiIkpgZGRkd3f3k921
|
||||||
|
tbWFJ5Cu4USllBhY6e3v7yPu1dVVkigGu1oxNhdKsNCG1WODEIlEpC2gEgy/vb099Amp/A88BX41iYnr
|
||||||
|
w0EIJfFepyjBvgPDDN1VmLigJ+pLLyXwQTIsDEKBX00qyefzWGew/C72C2QlGIR/v+fy8pKqOKGZEsDG
|
||||||
|
5ObmBqshOuaElkoVoqokAlUlEagqicBXqFT0E0N8IIdjiNJ5ASn6ISg+wZYAjmVZpvMC0tfXBwVPwElK
|
||||||
|
Vq8Rx6lUis4LSE9PDxTe2H8hpVfGbzs621H1WX+l0g/pdBrBh1qb4UJKKBbPW9QCDEpqKAh4XhB2V1dX
|
||||||
|
rf3nIiUUX7CeWQn0s37WP8DWYC6IPCi9MNTUBxysRTKZzGQyuVwOyRGZUFcgJAwl5AP2TwnoH7vPorAo
|
||||||
|
UrovRldtpKONiemflki4MN4KpVQJ5aWxxuSu9Td7pUhLR7Q9GovqqiCTtbSFvE3uPxy/lkTOykeUxC6G
|
||||||
|
Z/8BKGeNyS3v/jQAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
EPAlSQAAAABJRU5ErkJggg==
|
||||||
eVBMUXyQhbTIIIjxjhYXEWNkloMgu5aXYQFBwmtGScRJBmkR55eWFt6+/QGKM1CMcz/99CMULoLSY5yk
|
|
||||||
f4UcHOyvrCwtS2VFXnCGsjFuw82XYA8TeB4euekZ5L/Nio5OTkhIv3kzPw+719Ka6uqmpiZaErAdRQoh
|
|
||||||
5NAc6OaE8iA1gYTwWF5mkba3t2A3IHESn9vbtDy8XVlhkaA4gKFra8vr65hxVzY2OEUikTNra9Dl1VWi
|
|
||||||
MH11FcrKGiP0mFJRMAi+IqkIkqura4lIBJjU5OSMtDTs80qKi6uqqlDiZEsC+jd4aMiBhxYfBDGCGc6H
|
|
||||||
oYDZ2dmCNQwSURxgX4Tgkb5shA2lAh7ybWl1FcqaLlXZMwAjpoNhfR1KZIMRekzZiL8YwVe0Z4FQcMJJ
|
|
||||||
4JSfk5OdkZGdmXkrL4+2IJQEhBxSSDbkcAFCDimEkiotMiwSA0AMlQYCvCR3kp5n/sQBs+dlFW8c65lP
|
|
||||||
vHVQHfJQmE2p0K8cGD7xtaamxtqef8LUyigxPqGyogJ7odKSErQgysOlEEYspsqRf99GCoEHLqJFU5qX
|
|
||||||
JDWpTYywRjPK2krPv1foOggNJMZRLA8wnskLBwbB8fPnz2NjYzUMVU98pfYZ0qm1uRnJU1tTgxYEHqSQ
|
|
||||||
bMihytGqABdxfY2UVRkk1hZWFL5SoWa/S+g6Lje418/xwG4q9CuE/glnmKhzZv8HBb6teUpKSm9PDzDg
|
|
||||||
HAj95RFdiG4nuSpHXcT1AdYQRZ4/KJQEgozneOAiBZ4tRugxlW3k8dZWZGSkoYUeiwS1c7RFSUDOAAP1
|
|
||||||
DZ+cf7iQo1WOCzmOhDXkg4WWL4gsD+ciaj1MBwAnO4zs7e3l5+fbOlhTFhbpou4ZUJWVlQEAboHQzYmC
|
|
||||||
fygP9Y+CHbICm/6wAOZYHsY3hIdiQHZ3dwGDT/Bw/1vMIRL0gvZJ/CE5ORkuQs5QofMiTR4KA7dQo7ln
|
|
||||||
08f/KUIynZFjSWA9xYDs7+8fHBzgdcfExHD+oXqIRNXM2sTFRZiQkIA4RK2Dr2iAcRj0wQrxfVSoKX9M
|
|
||||||
mJg6hgGCA7xivOi6urq4uDjUA5o/sqqIRFXXVMPOwUboIgQeevFHJbBKKBRY2fF5hsoKZhNV+eT/AKO9
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
/75aOx5brnAAAAAASUVORK5CYII=
|
||||||
FKIquw8x4FNZWTlNnyhcpNKYuJFYbd++ncvMQNYVo5mj3AbkFiJQDFXxoVMeRTLf+DGLj/3PYhxKtMjY
|
|
||||||
4VwoLy9nahKX+ObiNjaTkIKSKEzIEBcv+/Z8RHMoifbB9JiZmen8Jt2yZYv4PMiNm0MHkVV9fX1xcTH7
|
|
||||||
gVg/zs1VSbSJiWqtforpQyN68k8KQ4OcOTlUZcowTJkRHxX/nkvZz5pm8D+LaHt9kqb07wAAAABJRU5E
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -586,11 +586,11 @@
|
||||||
this.buttonScreen.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonScreen.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonScreen.ButtonImageAutoSize = true;
|
this.buttonScreen.ButtonImageAutoSize = true;
|
||||||
this.buttonScreen.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonScreen.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonScreen.DisableImage = null;
|
this.buttonScreen.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DisableImage")));
|
||||||
this.buttonScreen.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DownImage")));
|
this.buttonScreen.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DownImage")));
|
||||||
this.buttonScreen.GroupID = 0;
|
this.buttonScreen.GroupID = 0;
|
||||||
this.buttonScreen.InitVisible = true;
|
this.buttonScreen.InitVisible = true;
|
||||||
this.buttonScreen.Location = new System.Drawing.Point(6, 525);
|
this.buttonScreen.Location = new System.Drawing.Point(10, 525);
|
||||||
this.buttonScreen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonScreen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonScreen.Name = "buttonScreen";
|
this.buttonScreen.Name = "buttonScreen";
|
||||||
this.buttonScreen.NestedClickEventPrevent = false;
|
this.buttonScreen.NestedClickEventPrevent = false;
|
||||||
|
|
|
@ -69,12 +69,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticBypass.Text = "Bypass";
|
this.labelStaticBypass.Text = "Bypass";
|
||||||
this.labelStaticChattering.Text = "Chattering";
|
this.labelStaticChattering.Text = "Chattering";
|
||||||
this.labelStaticDecimalPoint.Text = "Decimal point";
|
this.labelStaticDecimalPoint.Text = "Decimal point";
|
||||||
|
|
||||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown));
|
|
||||||
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
|
@ -96,12 +90,6 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.buttonDoubleEnter.DownImage = this.buttonBypassMode.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
this.buttonDoubleEnter.DownImage = this.buttonBypassMode.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||||
this.buttonDoubleEnter.UpImage = this.buttonBypassMode.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
this.buttonDoubleEnter.UpImage = this.buttonBypassMode.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||||
|
|
||||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown));
|
|
||||||
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -69,7 +69,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBackup.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBackup.ButtonImageAutoSize = true;
|
this.buttonBackup.ButtonImageAutoSize = true;
|
||||||
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBackup.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBackup.DisableImage = null;
|
this.buttonBackup.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DisableImage")));
|
||||||
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
||||||
this.buttonBackup.GroupID = 0;
|
this.buttonBackup.GroupID = 0;
|
||||||
this.buttonBackup.InitVisible = true;
|
this.buttonBackup.InitVisible = true;
|
||||||
|
|
|
@ -51,17 +51,11 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Data backup";
|
this.labelTitle.Text = "Data Backup";
|
||||||
this.labelStaticDataBackup.Text = "Backup";
|
this.labelStaticDataBackup.Text = "Backup";
|
||||||
//this.groupBoxSavedFiles.Text = "Check the saved files";
|
//this.groupBoxSavedFiles.Text = "Check the saved files";
|
||||||
this.labelStaticList.Text = "Lists of files";
|
this.labelStaticList.Text = "Lists of files";
|
||||||
this.labelWarning.Text = "※Caution : Data in system are deleted when data is back up to USB memory";
|
this.labelWarning.Text = "※Caution : Data in system are deleted when data is back up to USB memory";
|
||||||
|
|
||||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDown));
|
|
||||||
this.buttonBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
|
@ -72,12 +66,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelWarning.Text = "※注意:当数据保存到USB中后,系统数据被删除";
|
this.labelWarning.Text = "※注意:当数据保存到USB中后,系统数据被删除";
|
||||||
this.smartLabel1.Text = "USB标识符";
|
this.smartLabel1.Text = "USB标识符";
|
||||||
|
|
||||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupDown));
|
|
||||||
this.buttonBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
|
|
||||||
this.buttonDataBackupEnable.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
this.buttonDataBackupEnable.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnEnable));
|
||||||
this.buttonDataBackupEnable.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
this.buttonDataBackupEnable.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnDisable));
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -84,7 +84,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -170,12 +170,12 @@
|
||||||
//
|
//
|
||||||
// smartGroupBox3
|
// smartGroupBox3
|
||||||
//
|
//
|
||||||
this.smartGroupBox3.BackPictureBox = null;
|
this.smartGroupBox3.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox3.BackPictureBox1 = null;
|
this.smartGroupBox3.BackPictureBox1 = null;
|
||||||
this.smartGroupBox3.Controls.Add(this.listBoxOther);
|
this.smartGroupBox3.Controls.Add(this.listBoxOther);
|
||||||
this.smartGroupBox3.Controls.Add(this.buttonOtherBackup);
|
this.smartGroupBox3.Controls.Add(this.buttonOtherBackup);
|
||||||
this.smartGroupBox3.Controls.Add(this.labelOtherFileCount);
|
this.smartGroupBox3.Controls.Add(this.labelOtherFileCount);
|
||||||
this.smartGroupBox3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartGroupBox3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox3.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox3.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox3.FrameLineThickness = 1;
|
this.smartGroupBox3.FrameLineThickness = 1;
|
||||||
|
@ -235,7 +235,7 @@
|
||||||
this.labelOtherFileCount.BackPictureBox2 = null;
|
this.labelOtherFileCount.BackPictureBox2 = null;
|
||||||
this.labelOtherFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelOtherFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelOtherFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelOtherFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelOtherFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelOtherFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelOtherFileCount.InitVisible = true;
|
this.labelOtherFileCount.InitVisible = true;
|
||||||
this.labelOtherFileCount.LineSpacing = 0F;
|
this.labelOtherFileCount.LineSpacing = 0F;
|
||||||
this.labelOtherFileCount.Location = new System.Drawing.Point(19, 26);
|
this.labelOtherFileCount.Location = new System.Drawing.Point(19, 26);
|
||||||
|
@ -249,12 +249,12 @@
|
||||||
//
|
//
|
||||||
// smartGroupBox2
|
// smartGroupBox2
|
||||||
//
|
//
|
||||||
this.smartGroupBox2.BackPictureBox = null;
|
this.smartGroupBox2.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox2.BackPictureBox1 = null;
|
this.smartGroupBox2.BackPictureBox1 = null;
|
||||||
this.smartGroupBox2.Controls.Add(this.treeViewHistory);
|
this.smartGroupBox2.Controls.Add(this.treeViewHistory);
|
||||||
this.smartGroupBox2.Controls.Add(this.buttonHistoryBackup);
|
this.smartGroupBox2.Controls.Add(this.buttonHistoryBackup);
|
||||||
this.smartGroupBox2.Controls.Add(this.labelHistoryFileCount);
|
this.smartGroupBox2.Controls.Add(this.labelHistoryFileCount);
|
||||||
this.smartGroupBox2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartGroupBox2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox2.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox2.FrameLineThickness = 1;
|
this.smartGroupBox2.FrameLineThickness = 1;
|
||||||
|
@ -315,7 +315,7 @@
|
||||||
this.labelHistoryFileCount.BackPictureBox2 = null;
|
this.labelHistoryFileCount.BackPictureBox2 = null;
|
||||||
this.labelHistoryFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelHistoryFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelHistoryFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelHistoryFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelHistoryFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelHistoryFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelHistoryFileCount.InitVisible = true;
|
this.labelHistoryFileCount.InitVisible = true;
|
||||||
this.labelHistoryFileCount.LineSpacing = 0F;
|
this.labelHistoryFileCount.LineSpacing = 0F;
|
||||||
this.labelHistoryFileCount.Location = new System.Drawing.Point(19, 26);
|
this.labelHistoryFileCount.Location = new System.Drawing.Point(19, 26);
|
||||||
|
@ -329,12 +329,12 @@
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.treeViewInspection);
|
this.smartGroupBox1.Controls.Add(this.treeViewInspection);
|
||||||
this.smartGroupBox1.Controls.Add(this.buttonInspectionBackup);
|
this.smartGroupBox1.Controls.Add(this.buttonInspectionBackup);
|
||||||
this.smartGroupBox1.Controls.Add(this.labelInspectionFileCount);
|
this.smartGroupBox1.Controls.Add(this.labelInspectionFileCount);
|
||||||
this.smartGroupBox1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.smartGroupBox1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.smartGroupBox1.FrameLineThickness = 1;
|
this.smartGroupBox1.FrameLineThickness = 1;
|
||||||
|
@ -395,7 +395,7 @@
|
||||||
this.labelInspectionFileCount.BackPictureBox2 = null;
|
this.labelInspectionFileCount.BackPictureBox2 = null;
|
||||||
this.labelInspectionFileCount.BorderColor = System.Drawing.Color.Black;
|
this.labelInspectionFileCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInspectionFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInspectionFileCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInspectionFileCount.Font = new System.Drawing.Font("New Gulim", 20F, System.Drawing.FontStyle.Bold);
|
this.labelInspectionFileCount.Font = new System.Drawing.Font("새굴림", 20F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInspectionFileCount.InitVisible = true;
|
this.labelInspectionFileCount.InitVisible = true;
|
||||||
this.labelInspectionFileCount.LineSpacing = 0F;
|
this.labelInspectionFileCount.LineSpacing = 0F;
|
||||||
this.labelInspectionFileCount.Location = new System.Drawing.Point(19, 26);
|
this.labelInspectionFileCount.Location = new System.Drawing.Point(19, 26);
|
||||||
|
|
|
@ -61,19 +61,11 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Data backup";
|
this.labelTitle.Text = "Data Backup";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "数据备份";
|
this.labelTitle.Text = "数据备份";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
|
@ -271,248 +271,299 @@
|
||||||
T549BsoBexvIwzu0Q8BGO9A6YFcQGC1wQYRrgKECduv/A0f3xWdHRqWH0A4tXbMIYtfxM0fhDgAihGuA
|
T549BsoBexvIwzu0Q8BGO9A6YFcQGC1wQYRrgKECduv/A0f3xWdHRqWH0A4tXbMIYtfxM0fhDgAihGuA
|
||||||
bnz05CFEEX3A5y+fghN84A4AIoRrgAjoIGD7HqqWxuDMhVM+Ua7ItgMRimsgCNiHAvbvm3vraYTKm4qQ
|
bnz05CFEEX3A5y+fghN84A4AIoRrgAjoIGD7HqqWxuDMhVM+Ua7ItgMRimsgCNiHAvbvm3vraYTKm4qQ
|
||||||
x/qQERbXDCAaTK5x1AQAi9DKsv5NhJAAAAAASUVORK5CYII=
|
x/qQERbXDCAaTK5x1AQAi9DKsv5NhJAAAAAASUVORK5CYII=
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Z/8BKGeNyS3v/jQAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
EPAlSQAAAABJRU5ErkJggg==
|
||||||
eVBMUXyQhbTIIIjxjhYXEWNkloMgu5aXYQFBwmtGScRJBmkR55eWFt6+/QGKM1CMcz/99CMULoLSY5yk
|
|
||||||
f4UcHOyvrCwtS2VFXnCGsjFuw82XYA8TeB4euekZ5L/Nio5OTkhIv3kzPw+719Ka6uqmpiZaErAdRQoh
|
|
||||||
5NAc6OaE8iA1gYTwWF5mkba3t2A3IHESn9vbtDy8XVlhkaA4gKFra8vr65hxVzY2OEUikTNra9Dl1VWi
|
|
||||||
MH11FcrKGiP0mFJRMAi+IqkIkqura4lIBJjU5OSMtDTs80qKi6uqqlDiZEsC+jd4aMiBhxYfBDGCGc6H
|
|
||||||
oYDZ2dmCNQwSURxgX4Tgkb5shA2lAh7ybWl1FcqaLlXZMwAjpoNhfR1KZIMRekzZiL8YwVe0Z4FQcMJJ
|
|
||||||
4JSfk5OdkZGdmXkrL4+2IJQEhBxSSDbkcAFCDimEkiotMiwSA0AMlQYCvCR3kp5n/sQBs+dlFW8c65lP
|
|
||||||
vHVQHfJQmE2p0K8cGD7xtaamxtqef8LUyigxPqGyogJ7odKSErQgysOlEEYspsqRf99GCoEHLqJFU5qX
|
|
||||||
JDWpTYywRjPK2krPv1foOggNJMZRLA8wnskLBwbB8fPnz2NjYzUMVU98pfYZ0qm1uRnJU1tTgxYEHqSQ
|
|
||||||
bMihytGqABdxfY2UVRkk1hZWFL5SoWa/S+g6Lje418/xwG4q9CuE/glnmKhzZv8HBb6teUpKSm9PDzDg
|
|
||||||
HAj95RFdiG4nuSpHXcT1AdYQRZ4/KJQEgozneOAiBZ4tRugxlW3k8dZWZGSkoYUeiwS1c7RFSUDOAAP1
|
|
||||||
DZ+cf7iQo1WOCzmOhDXkg4WWL4gsD+ciaj1MBwAnO4zs7e3l5+fbOlhTFhbpou4ZUJWVlQEAboHQzYmC
|
|
||||||
fygP9Y+CHbICm/6wAOZYHsY3hIdiQHZ3dwGDT/Bw/1vMIRL0gvZJ/CE5ORkuQs5QofMiTR4KA7dQo7ln
|
|
||||||
08f/KUIynZFjSWA9xYDs7+8fHBzgdcfExHD+oXqIRNXM2sTFRZiQkIA4RK2Dr2iAcRj0wQrxfVSoKX9M
|
|
||||||
mJg6hgGCA7xivOi6urq4uDjUA5o/sqqIRFXXVMPOwUboIgQeevFHJbBKKBRY2fF5hsoKZhNV+eT/AKO9
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
/75aOx5brnAAAAAASUVORK5CYII=
|
||||||
FKIquw8x4FNZWTlNnyhcpNKYuJFYbd++ncvMQNYVo5mj3AbkFiJQDFXxoVMeRTLf+DGLj/3PYhxKtMjY
|
|
||||||
4VwoLy9nahKX+ObiNjaTkIKSKEzIEBcv+/Z8RHMoifbB9JiZmen8Jt2yZYv4PMiNm0MHkVV9fX1xcTH7
|
|
||||||
gVg/zs1VSbSJiWqtforpQyN68k8KQ4OcOTlUZcowTJkRHxX/nkvZz5pm8D+LaHt9kqb07wAAAABJRU5E
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonOtherBackup.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonOtherBackup.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -134,30 +134,10 @@ namespace INT69DB_2A.Forms
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Data Statistics";
|
this.labelTitle.Text = "Data Statistics";
|
||||||
|
|
||||||
//this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDisable));
|
|
||||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupDown));
|
|
||||||
this.buttonBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackupUp));
|
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Data Statistics";
|
this.labelTitle.Text = "Data Statistics";
|
||||||
|
|
||||||
//this.buttonBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupDisable));
|
|
||||||
this.buttonBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupDown));
|
|
||||||
this.buttonBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackupUp));
|
|
||||||
|
|
||||||
//this.buttonFileSelect.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFileSelectDisable));
|
|
||||||
//this.buttonFileSelect.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFileSelectDown));
|
|
||||||
//this.buttonFileSelect.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFileSelectUp));
|
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -90,7 +90,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
@ -437,6 +437,7 @@
|
||||||
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonDown.DisableImage = null;
|
this.buttonDown.DisableImage = null;
|
||||||
this.buttonDown.DownImage = null;
|
this.buttonDown.DownImage = null;
|
||||||
|
this.buttonDown.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonDown.GroupID = 0;
|
this.buttonDown.GroupID = 0;
|
||||||
this.buttonDown.InitVisible = true;
|
this.buttonDown.InitVisible = true;
|
||||||
this.buttonDown.Location = new System.Drawing.Point(726, 284);
|
this.buttonDown.Location = new System.Drawing.Point(726, 284);
|
||||||
|
@ -450,7 +451,7 @@
|
||||||
this.buttonDown.Size = new System.Drawing.Size(70, 100);
|
this.buttonDown.Size = new System.Drawing.Size(70, 100);
|
||||||
this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonDown.TabIndex = 30;
|
this.buttonDown.TabIndex = 30;
|
||||||
this.buttonDown.Text = "Down";
|
this.buttonDown.Text = "▼";
|
||||||
this.buttonDown.TextColor = System.Drawing.Color.Black;
|
this.buttonDown.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonDown.TextDownColor = System.Drawing.Color.White;
|
this.buttonDown.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
|
@ -469,6 +470,7 @@
|
||||||
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonUp.DisableImage = null;
|
this.buttonUp.DisableImage = null;
|
||||||
this.buttonUp.DownImage = null;
|
this.buttonUp.DownImage = null;
|
||||||
|
this.buttonUp.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonUp.GroupID = 0;
|
this.buttonUp.GroupID = 0;
|
||||||
this.buttonUp.InitVisible = true;
|
this.buttonUp.InitVisible = true;
|
||||||
this.buttonUp.Location = new System.Drawing.Point(726, 39);
|
this.buttonUp.Location = new System.Drawing.Point(726, 39);
|
||||||
|
@ -482,7 +484,7 @@
|
||||||
this.buttonUp.Size = new System.Drawing.Size(70, 100);
|
this.buttonUp.Size = new System.Drawing.Size(70, 100);
|
||||||
this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonUp.TabIndex = 29;
|
this.buttonUp.TabIndex = 29;
|
||||||
this.buttonUp.Text = "Up";
|
this.buttonUp.Text = "▲";
|
||||||
this.buttonUp.TextColor = System.Drawing.Color.Black;
|
this.buttonUp.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonUp.TextDownColor = System.Drawing.Color.White;
|
this.buttonUp.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
|
@ -659,11 +661,11 @@
|
||||||
this.buttonFileSelect.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonFileSelect.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonFileSelect.ButtonImageAutoSize = true;
|
this.buttonFileSelect.ButtonImageAutoSize = true;
|
||||||
this.buttonFileSelect.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonFileSelect.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonFileSelect.DisableImage = null;
|
this.buttonFileSelect.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.DisableImage")));
|
||||||
this.buttonFileSelect.DownImage = null;
|
this.buttonFileSelect.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.DownImage")));
|
||||||
this.buttonFileSelect.GroupID = 0;
|
this.buttonFileSelect.GroupID = 0;
|
||||||
this.buttonFileSelect.InitVisible = true;
|
this.buttonFileSelect.InitVisible = true;
|
||||||
this.buttonFileSelect.Location = new System.Drawing.Point(650, 527);
|
this.buttonFileSelect.Location = new System.Drawing.Point(644, 525);
|
||||||
this.buttonFileSelect.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonFileSelect.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonFileSelect.Name = "buttonFileSelect";
|
this.buttonFileSelect.Name = "buttonFileSelect";
|
||||||
this.buttonFileSelect.NestedClickEventPrevent = false;
|
this.buttonFileSelect.NestedClickEventPrevent = false;
|
||||||
|
@ -674,13 +676,12 @@
|
||||||
this.buttonFileSelect.Size = new System.Drawing.Size(70, 70);
|
this.buttonFileSelect.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonFileSelect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonFileSelect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonFileSelect.TabIndex = 39;
|
this.buttonFileSelect.TabIndex = 39;
|
||||||
this.buttonFileSelect.Text = "File";
|
|
||||||
this.buttonFileSelect.TextColor = System.Drawing.Color.Black;
|
this.buttonFileSelect.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonFileSelect.TextDownColor = System.Drawing.Color.White;
|
this.buttonFileSelect.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonFileSelect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonFileSelect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonFileSelect.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonFileSelect.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonFileSelect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonFileSelect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonFileSelect.UpImage = null;
|
this.buttonFileSelect.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.UpImage")));
|
||||||
this.buttonFileSelect.Click += new System.EventHandler(this.buttonFileSelect_Click);
|
this.buttonFileSelect.Click += new System.EventHandler(this.buttonFileSelect_Click);
|
||||||
//
|
//
|
||||||
// buttonBackup
|
// buttonBackup
|
||||||
|
@ -695,7 +696,7 @@
|
||||||
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
this.buttonBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBackup.DownImage")));
|
||||||
this.buttonBackup.GroupID = 0;
|
this.buttonBackup.GroupID = 0;
|
||||||
this.buttonBackup.InitVisible = true;
|
this.buttonBackup.InitVisible = true;
|
||||||
this.buttonBackup.Location = new System.Drawing.Point(446, 510);
|
this.buttonBackup.Location = new System.Drawing.Point(460, 525);
|
||||||
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBackup.Name = "buttonBackup";
|
this.buttonBackup.Name = "buttonBackup";
|
||||||
this.buttonBackup.NestedClickEventPrevent = false;
|
this.buttonBackup.NestedClickEventPrevent = false;
|
||||||
|
@ -703,7 +704,7 @@
|
||||||
this.buttonBackup.RepeatInterval = 200;
|
this.buttonBackup.RepeatInterval = 200;
|
||||||
this.buttonBackup.RepeatIntervalAccelerate = null;
|
this.buttonBackup.RepeatIntervalAccelerate = null;
|
||||||
this.buttonBackup.SafeInterval = 200;
|
this.buttonBackup.SafeInterval = 200;
|
||||||
this.buttonBackup.Size = new System.Drawing.Size(84, 87);
|
this.buttonBackup.Size = new System.Drawing.Size(70, 70);
|
||||||
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonBackup.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonBackup.TabIndex = 40;
|
this.buttonBackup.TabIndex = 40;
|
||||||
this.buttonBackup.TextColor = System.Drawing.Color.Black;
|
this.buttonBackup.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -757,7 +758,7 @@
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
this.buttonBack.Location = new System.Drawing.Point(726, 527);
|
this.buttonBack.Location = new System.Drawing.Point(720, 525);
|
||||||
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonBack.Name = "buttonBack";
|
this.buttonBack.Name = "buttonBack";
|
||||||
this.buttonBack.NestedClickEventPrevent = false;
|
this.buttonBack.NestedClickEventPrevent = false;
|
||||||
|
|
|
@ -67,6 +67,30 @@ namespace INT69DB_2A.Forms
|
||||||
#region Method
|
#region Method
|
||||||
private void InitializeDesign()
|
private void InitializeDesign()
|
||||||
{
|
{
|
||||||
|
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Korean)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "Viewer";
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
|
{
|
||||||
|
this.labelTitle.Text = "数据查看器";
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
private void InitializeControl()
|
private void InitializeControl()
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -47,9 +47,12 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
|
this.labelTitle.Text = "Equipment";
|
||||||
|
|
||||||
this.labelStaticEquipmentType.Text = "Type";
|
this.labelStaticEquipmentType.Text = "Type";
|
||||||
this.radioButtonEquipmentModeStick1.Text = "Stick-I";
|
this.radioButtonEquipmentModeStick1.Text = "Stick-I";
|
||||||
this.radioButtonEquipmentModeStick2.Text = "Stick-II";
|
this.radioButtonEquipmentModeStick2.Text = "Stick-II";
|
||||||
|
this.radioButtonEquipmentModeStick3.Text = "Stick-III";
|
||||||
this.labelStaticEquipmentLine.Text = "Line";
|
this.labelStaticEquipmentLine.Text = "Line";
|
||||||
this.labelStaticWeightCheck.Text = "Order";
|
this.labelStaticWeightCheck.Text = "Order";
|
||||||
this.labelStaticIndividualNG.Text = "Individual NG";
|
this.labelStaticIndividualNG.Text = "Individual NG";
|
||||||
|
@ -70,12 +73,13 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.smartLabel1.Text = "设备设置";
|
this.labelTitle.Text = "设备设置";
|
||||||
|
|
||||||
this.groupBoxSpecialMenu.Text = "设备设置";
|
this.groupBoxSpecialMenu.Text = "设备设置";
|
||||||
this.labelStaticEquipmentType.Text = "设备类型";
|
this.labelStaticEquipmentType.Text = "设备类型";
|
||||||
this.radioButtonEquipmentModeStick1.Text = "球杆-I";
|
this.radioButtonEquipmentModeStick1.Text = "球杆-I";
|
||||||
this.radioButtonEquipmentModeStick2.Text = "球杆-II";
|
this.radioButtonEquipmentModeStick2.Text = "球杆-II";
|
||||||
|
this.radioButtonEquipmentModeStick3.Text = "球杆-III";
|
||||||
this.labelStaticEquipmentLine.Text = "列";
|
this.labelStaticEquipmentLine.Text = "列";
|
||||||
this.labelStaticWeightCheck.Text = "重量标示";
|
this.labelStaticWeightCheck.Text = "重量标示";
|
||||||
this.labelStaticIndividualNG.Text = "单独NG";
|
this.labelStaticIndividualNG.Text = "单独NG";
|
||||||
|
@ -97,9 +101,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.radioButtonWeightViewForward.Text = "正向(1~6)";
|
this.radioButtonWeightViewForward.Text = "正向(1~6)";
|
||||||
this.radioButtonWeightViewReverse.Text = "反向(6~1)";
|
this.radioButtonWeightViewReverse.Text = "反向(6~1)";
|
||||||
|
|
||||||
this.buttonSave.Text = "保存";
|
|
||||||
this.buttonBack.Text = "返回";
|
|
||||||
|
|
||||||
this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新";
|
this.labelBuadrateWarning.Text = "※ 电源重启后,设置会自动更新";
|
||||||
this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值";
|
this.labelBuadrateWarning2.Text = "※ 除了工程师之外,不要改变这个值";
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -136,6 +136,7 @@
|
||||||
this.labelAdcLogOpen = new SmartX.SmartLabel();
|
this.labelAdcLogOpen = new SmartX.SmartLabel();
|
||||||
this.timer = new System.Windows.Forms.Timer();
|
this.timer = new System.Windows.Forms.Timer();
|
||||||
this.buttonScreen = new SmartX.SmartButton();
|
this.buttonScreen = new SmartX.SmartButton();
|
||||||
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.smartGroupBox1.SuspendLayout();
|
this.smartGroupBox1.SuspendLayout();
|
||||||
|
@ -185,7 +186,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -402,10 +403,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight1
|
// labelWeight1
|
||||||
//
|
//
|
||||||
|
this.labelWeight1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight1.BackPictureBox = null;
|
this.labelWeight1.BackPictureBox = null;
|
||||||
this.labelWeight1.BackPictureBox1 = null;
|
this.labelWeight1.BackPictureBox1 = null;
|
||||||
this.labelWeight1.BackPictureBox2 = null;
|
this.labelWeight1.BackPictureBox2 = null;
|
||||||
this.labelWeight1.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight1.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight1.InitVisible = true;
|
this.labelWeight1.InitVisible = true;
|
||||||
|
@ -421,10 +423,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight2
|
// labelWeight2
|
||||||
//
|
//
|
||||||
|
this.labelWeight2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight2.BackPictureBox = null;
|
this.labelWeight2.BackPictureBox = null;
|
||||||
this.labelWeight2.BackPictureBox1 = null;
|
this.labelWeight2.BackPictureBox1 = null;
|
||||||
this.labelWeight2.BackPictureBox2 = null;
|
this.labelWeight2.BackPictureBox2 = null;
|
||||||
this.labelWeight2.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight2.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight2.InitVisible = true;
|
this.labelWeight2.InitVisible = true;
|
||||||
|
@ -440,10 +443,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight3
|
// labelWeight3
|
||||||
//
|
//
|
||||||
|
this.labelWeight3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight3.BackPictureBox = null;
|
this.labelWeight3.BackPictureBox = null;
|
||||||
this.labelWeight3.BackPictureBox1 = null;
|
this.labelWeight3.BackPictureBox1 = null;
|
||||||
this.labelWeight3.BackPictureBox2 = null;
|
this.labelWeight3.BackPictureBox2 = null;
|
||||||
this.labelWeight3.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight3.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight3.InitVisible = true;
|
this.labelWeight3.InitVisible = true;
|
||||||
|
@ -459,10 +463,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight4
|
// labelWeight4
|
||||||
//
|
//
|
||||||
|
this.labelWeight4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight4.BackPictureBox = null;
|
this.labelWeight4.BackPictureBox = null;
|
||||||
this.labelWeight4.BackPictureBox1 = null;
|
this.labelWeight4.BackPictureBox1 = null;
|
||||||
this.labelWeight4.BackPictureBox2 = null;
|
this.labelWeight4.BackPictureBox2 = null;
|
||||||
this.labelWeight4.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight4.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight4.InitVisible = true;
|
this.labelWeight4.InitVisible = true;
|
||||||
|
@ -478,10 +483,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight5
|
// labelWeight5
|
||||||
//
|
//
|
||||||
|
this.labelWeight5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight5.BackPictureBox = null;
|
this.labelWeight5.BackPictureBox = null;
|
||||||
this.labelWeight5.BackPictureBox1 = null;
|
this.labelWeight5.BackPictureBox1 = null;
|
||||||
this.labelWeight5.BackPictureBox2 = null;
|
this.labelWeight5.BackPictureBox2 = null;
|
||||||
this.labelWeight5.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight5.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight5.InitVisible = true;
|
this.labelWeight5.InitVisible = true;
|
||||||
|
@ -497,10 +503,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight6
|
// labelWeight6
|
||||||
//
|
//
|
||||||
|
this.labelWeight6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight6.BackPictureBox = null;
|
this.labelWeight6.BackPictureBox = null;
|
||||||
this.labelWeight6.BackPictureBox1 = null;
|
this.labelWeight6.BackPictureBox1 = null;
|
||||||
this.labelWeight6.BackPictureBox2 = null;
|
this.labelWeight6.BackPictureBox2 = null;
|
||||||
this.labelWeight6.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight6.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight6.InitVisible = true;
|
this.labelWeight6.InitVisible = true;
|
||||||
|
@ -516,10 +523,11 @@
|
||||||
//
|
//
|
||||||
// labelADC1
|
// labelADC1
|
||||||
//
|
//
|
||||||
|
this.labelADC1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC1.BackPictureBox = null;
|
this.labelADC1.BackPictureBox = null;
|
||||||
this.labelADC1.BackPictureBox1 = null;
|
this.labelADC1.BackPictureBox1 = null;
|
||||||
this.labelADC1.BackPictureBox2 = null;
|
this.labelADC1.BackPictureBox2 = null;
|
||||||
this.labelADC1.BorderColor = System.Drawing.Color.Black;
|
this.labelADC1.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC1.InitVisible = true;
|
this.labelADC1.InitVisible = true;
|
||||||
|
@ -535,10 +543,11 @@
|
||||||
//
|
//
|
||||||
// labelADC2
|
// labelADC2
|
||||||
//
|
//
|
||||||
|
this.labelADC2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC2.BackPictureBox = null;
|
this.labelADC2.BackPictureBox = null;
|
||||||
this.labelADC2.BackPictureBox1 = null;
|
this.labelADC2.BackPictureBox1 = null;
|
||||||
this.labelADC2.BackPictureBox2 = null;
|
this.labelADC2.BackPictureBox2 = null;
|
||||||
this.labelADC2.BorderColor = System.Drawing.Color.Black;
|
this.labelADC2.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC2.InitVisible = true;
|
this.labelADC2.InitVisible = true;
|
||||||
|
@ -554,10 +563,11 @@
|
||||||
//
|
//
|
||||||
// labelADC3
|
// labelADC3
|
||||||
//
|
//
|
||||||
|
this.labelADC3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC3.BackPictureBox = null;
|
this.labelADC3.BackPictureBox = null;
|
||||||
this.labelADC3.BackPictureBox1 = null;
|
this.labelADC3.BackPictureBox1 = null;
|
||||||
this.labelADC3.BackPictureBox2 = null;
|
this.labelADC3.BackPictureBox2 = null;
|
||||||
this.labelADC3.BorderColor = System.Drawing.Color.Black;
|
this.labelADC3.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC3.InitVisible = true;
|
this.labelADC3.InitVisible = true;
|
||||||
|
@ -573,10 +583,11 @@
|
||||||
//
|
//
|
||||||
// labelADC4
|
// labelADC4
|
||||||
//
|
//
|
||||||
|
this.labelADC4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC4.BackPictureBox = null;
|
this.labelADC4.BackPictureBox = null;
|
||||||
this.labelADC4.BackPictureBox1 = null;
|
this.labelADC4.BackPictureBox1 = null;
|
||||||
this.labelADC4.BackPictureBox2 = null;
|
this.labelADC4.BackPictureBox2 = null;
|
||||||
this.labelADC4.BorderColor = System.Drawing.Color.Black;
|
this.labelADC4.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC4.InitVisible = true;
|
this.labelADC4.InitVisible = true;
|
||||||
|
@ -592,10 +603,11 @@
|
||||||
//
|
//
|
||||||
// labelADC5
|
// labelADC5
|
||||||
//
|
//
|
||||||
|
this.labelADC5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC5.BackPictureBox = null;
|
this.labelADC5.BackPictureBox = null;
|
||||||
this.labelADC5.BackPictureBox1 = null;
|
this.labelADC5.BackPictureBox1 = null;
|
||||||
this.labelADC5.BackPictureBox2 = null;
|
this.labelADC5.BackPictureBox2 = null;
|
||||||
this.labelADC5.BorderColor = System.Drawing.Color.Black;
|
this.labelADC5.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC5.InitVisible = true;
|
this.labelADC5.InitVisible = true;
|
||||||
|
@ -611,10 +623,11 @@
|
||||||
//
|
//
|
||||||
// labelADC6
|
// labelADC6
|
||||||
//
|
//
|
||||||
|
this.labelADC6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC6.BackPictureBox = null;
|
this.labelADC6.BackPictureBox = null;
|
||||||
this.labelADC6.BackPictureBox1 = null;
|
this.labelADC6.BackPictureBox1 = null;
|
||||||
this.labelADC6.BackPictureBox2 = null;
|
this.labelADC6.BackPictureBox2 = null;
|
||||||
this.labelADC6.BorderColor = System.Drawing.Color.Black;
|
this.labelADC6.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC6.InitVisible = true;
|
this.labelADC6.InitVisible = true;
|
||||||
|
@ -684,6 +697,7 @@
|
||||||
//
|
//
|
||||||
// panel1
|
// panel1
|
||||||
//
|
//
|
||||||
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.panel1.Controls.Add(this.smartGroupBox1);
|
this.panel1.Controls.Add(this.smartGroupBox1);
|
||||||
this.panel1.Controls.Add(this.groupBoxStick);
|
this.panel1.Controls.Add(this.groupBoxStick);
|
||||||
this.panel1.Location = new System.Drawing.Point(0, 69);
|
this.panel1.Location = new System.Drawing.Point(0, 69);
|
||||||
|
@ -692,6 +706,7 @@
|
||||||
//
|
//
|
||||||
// smartGroupBox1
|
// smartGroupBox1
|
||||||
//
|
//
|
||||||
|
this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartGroupBox1.BackPictureBox = null;
|
this.smartGroupBox1.BackPictureBox = null;
|
||||||
this.smartGroupBox1.BackPictureBox1 = null;
|
this.smartGroupBox1.BackPictureBox1 = null;
|
||||||
this.smartGroupBox1.Controls.Add(this.smartLabel9);
|
this.smartGroupBox1.Controls.Add(this.smartLabel9);
|
||||||
|
@ -758,21 +773,21 @@
|
||||||
this.smartGroupBox1.Location = new System.Drawing.Point(6, 0);
|
this.smartGroupBox1.Location = new System.Drawing.Point(6, 0);
|
||||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||||
this.smartGroupBox1.RoundRadius = 5;
|
this.smartGroupBox1.RoundRadius = 5;
|
||||||
this.smartGroupBox1.Size = new System.Drawing.Size(355, 447);
|
this.smartGroupBox1.Size = new System.Drawing.Size(355, 450);
|
||||||
this.smartGroupBox1.TabIndex = 164;
|
this.smartGroupBox1.TabIndex = 164;
|
||||||
this.smartGroupBox1.Text = "Weight";
|
this.smartGroupBox1.Text = "Weight";
|
||||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
// smartLabel9
|
// smartLabel9
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.smartLabel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel9.BackPictureBox = this.smartForm1;
|
this.smartLabel9.BackPictureBox = null;
|
||||||
this.smartLabel9.BackPictureBox1 = null;
|
this.smartLabel9.BackPictureBox1 = null;
|
||||||
this.smartLabel9.BackPictureBox2 = null;
|
this.smartLabel9.BackPictureBox2 = null;
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.LightGray;
|
this.smartLabel9.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
this.smartLabel9.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel9.ForeColor = System.Drawing.Color.White;
|
this.smartLabel9.ForeColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel9.InitVisible = true;
|
this.smartLabel9.InitVisible = true;
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.smartLabel9.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(28, 414);
|
this.smartLabel9.Location = new System.Drawing.Point(28, 414);
|
||||||
|
@ -786,14 +801,14 @@
|
||||||
//
|
//
|
||||||
// labelReceiveDataErrorCount
|
// labelReceiveDataErrorCount
|
||||||
//
|
//
|
||||||
this.labelReceiveDataErrorCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.labelReceiveDataErrorCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelReceiveDataErrorCount.BackPictureBox = this.smartForm1;
|
this.labelReceiveDataErrorCount.BackPictureBox = null;
|
||||||
this.labelReceiveDataErrorCount.BackPictureBox1 = null;
|
this.labelReceiveDataErrorCount.BackPictureBox1 = null;
|
||||||
this.labelReceiveDataErrorCount.BackPictureBox2 = null;
|
this.labelReceiveDataErrorCount.BackPictureBox2 = null;
|
||||||
this.labelReceiveDataErrorCount.BorderColor = System.Drawing.Color.LightGray;
|
this.labelReceiveDataErrorCount.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelReceiveDataErrorCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelReceiveDataErrorCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelReceiveDataErrorCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
this.labelReceiveDataErrorCount.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelReceiveDataErrorCount.ForeColor = System.Drawing.Color.White;
|
this.labelReceiveDataErrorCount.ForeColor = System.Drawing.Color.Black;
|
||||||
this.labelReceiveDataErrorCount.InitVisible = true;
|
this.labelReceiveDataErrorCount.InitVisible = true;
|
||||||
this.labelReceiveDataErrorCount.LineSpacing = 0F;
|
this.labelReceiveDataErrorCount.LineSpacing = 0F;
|
||||||
this.labelReceiveDataErrorCount.Location = new System.Drawing.Point(168, 414);
|
this.labelReceiveDataErrorCount.Location = new System.Drawing.Point(168, 414);
|
||||||
|
@ -807,11 +822,12 @@
|
||||||
//
|
//
|
||||||
// smartLabel2
|
// smartLabel2
|
||||||
//
|
//
|
||||||
|
this.smartLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel2.BackPictureBox = null;
|
this.smartLabel2.BackPictureBox = null;
|
||||||
this.smartLabel2.BackPictureBox1 = null;
|
this.smartLabel2.BackPictureBox1 = null;
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel2.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel2.InitVisible = true;
|
this.smartLabel2.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
|
@ -826,11 +842,12 @@
|
||||||
//
|
//
|
||||||
// smartLabel1
|
// smartLabel1
|
||||||
//
|
//
|
||||||
|
this.smartLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel1.BackPictureBox = null;
|
this.smartLabel1.BackPictureBox = null;
|
||||||
this.smartLabel1.BackPictureBox1 = null;
|
this.smartLabel1.BackPictureBox1 = null;
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
this.smartLabel1.BackPictureBox2 = null;
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel1.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.smartLabel1.InitVisible = true;
|
this.smartLabel1.InitVisible = true;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
|
@ -971,10 +988,11 @@
|
||||||
//
|
//
|
||||||
// labelADC10
|
// labelADC10
|
||||||
//
|
//
|
||||||
|
this.labelADC10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC10.BackPictureBox = null;
|
this.labelADC10.BackPictureBox = null;
|
||||||
this.labelADC10.BackPictureBox1 = null;
|
this.labelADC10.BackPictureBox1 = null;
|
||||||
this.labelADC10.BackPictureBox2 = null;
|
this.labelADC10.BackPictureBox2 = null;
|
||||||
this.labelADC10.BorderColor = System.Drawing.Color.Black;
|
this.labelADC10.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC10.InitVisible = true;
|
this.labelADC10.InitVisible = true;
|
||||||
|
@ -990,10 +1008,11 @@
|
||||||
//
|
//
|
||||||
// labelADC9
|
// labelADC9
|
||||||
//
|
//
|
||||||
|
this.labelADC9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC9.BackPictureBox = null;
|
this.labelADC9.BackPictureBox = null;
|
||||||
this.labelADC9.BackPictureBox1 = null;
|
this.labelADC9.BackPictureBox1 = null;
|
||||||
this.labelADC9.BackPictureBox2 = null;
|
this.labelADC9.BackPictureBox2 = null;
|
||||||
this.labelADC9.BorderColor = System.Drawing.Color.Black;
|
this.labelADC9.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC9.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC9.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC9.InitVisible = true;
|
this.labelADC9.InitVisible = true;
|
||||||
|
@ -1009,10 +1028,11 @@
|
||||||
//
|
//
|
||||||
// labelADC8
|
// labelADC8
|
||||||
//
|
//
|
||||||
|
this.labelADC8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC8.BackPictureBox = null;
|
this.labelADC8.BackPictureBox = null;
|
||||||
this.labelADC8.BackPictureBox1 = null;
|
this.labelADC8.BackPictureBox1 = null;
|
||||||
this.labelADC8.BackPictureBox2 = null;
|
this.labelADC8.BackPictureBox2 = null;
|
||||||
this.labelADC8.BorderColor = System.Drawing.Color.Black;
|
this.labelADC8.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC8.InitVisible = true;
|
this.labelADC8.InitVisible = true;
|
||||||
|
@ -1028,10 +1048,11 @@
|
||||||
//
|
//
|
||||||
// labelADC7
|
// labelADC7
|
||||||
//
|
//
|
||||||
|
this.labelADC7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelADC7.BackPictureBox = null;
|
this.labelADC7.BackPictureBox = null;
|
||||||
this.labelADC7.BackPictureBox1 = null;
|
this.labelADC7.BackPictureBox1 = null;
|
||||||
this.labelADC7.BackPictureBox2 = null;
|
this.labelADC7.BackPictureBox2 = null;
|
||||||
this.labelADC7.BorderColor = System.Drawing.Color.Black;
|
this.labelADC7.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelADC7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelADC7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelADC7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelADC7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelADC7.InitVisible = true;
|
this.labelADC7.InitVisible = true;
|
||||||
|
@ -1047,10 +1068,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight10
|
// labelWeight10
|
||||||
//
|
//
|
||||||
|
this.labelWeight10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight10.BackPictureBox = null;
|
this.labelWeight10.BackPictureBox = null;
|
||||||
this.labelWeight10.BackPictureBox1 = null;
|
this.labelWeight10.BackPictureBox1 = null;
|
||||||
this.labelWeight10.BackPictureBox2 = null;
|
this.labelWeight10.BackPictureBox2 = null;
|
||||||
this.labelWeight10.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight10.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight10.InitVisible = true;
|
this.labelWeight10.InitVisible = true;
|
||||||
|
@ -1066,10 +1088,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight9
|
// labelWeight9
|
||||||
//
|
//
|
||||||
|
this.labelWeight9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight9.BackPictureBox = null;
|
this.labelWeight9.BackPictureBox = null;
|
||||||
this.labelWeight9.BackPictureBox1 = null;
|
this.labelWeight9.BackPictureBox1 = null;
|
||||||
this.labelWeight9.BackPictureBox2 = null;
|
this.labelWeight9.BackPictureBox2 = null;
|
||||||
this.labelWeight9.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight9.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight9.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight9.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight9.InitVisible = true;
|
this.labelWeight9.InitVisible = true;
|
||||||
|
@ -1085,10 +1108,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight8
|
// labelWeight8
|
||||||
//
|
//
|
||||||
|
this.labelWeight8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight8.BackPictureBox = null;
|
this.labelWeight8.BackPictureBox = null;
|
||||||
this.labelWeight8.BackPictureBox1 = null;
|
this.labelWeight8.BackPictureBox1 = null;
|
||||||
this.labelWeight8.BackPictureBox2 = null;
|
this.labelWeight8.BackPictureBox2 = null;
|
||||||
this.labelWeight8.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight8.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight8.InitVisible = true;
|
this.labelWeight8.InitVisible = true;
|
||||||
|
@ -1104,10 +1128,11 @@
|
||||||
//
|
//
|
||||||
// labelWeight7
|
// labelWeight7
|
||||||
//
|
//
|
||||||
|
this.labelWeight7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.labelWeight7.BackPictureBox = null;
|
this.labelWeight7.BackPictureBox = null;
|
||||||
this.labelWeight7.BackPictureBox1 = null;
|
this.labelWeight7.BackPictureBox1 = null;
|
||||||
this.labelWeight7.BackPictureBox2 = null;
|
this.labelWeight7.BackPictureBox2 = null;
|
||||||
this.labelWeight7.BorderColor = System.Drawing.Color.Black;
|
this.labelWeight7.BorderColor = System.Drawing.Color.LightGray;
|
||||||
this.labelWeight7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.labelWeight7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.labelWeight7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
this.labelWeight7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWeight7.InitVisible = true;
|
this.labelWeight7.InitVisible = true;
|
||||||
|
@ -1251,6 +1276,7 @@
|
||||||
//
|
//
|
||||||
// groupBoxStick
|
// groupBoxStick
|
||||||
//
|
//
|
||||||
|
this.groupBoxStick.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.groupBoxStick.BackPictureBox = null;
|
this.groupBoxStick.BackPictureBox = null;
|
||||||
this.groupBoxStick.BackPictureBox1 = null;
|
this.groupBoxStick.BackPictureBox1 = null;
|
||||||
this.groupBoxStick.Controls.Add(this.smartLabel10);
|
this.groupBoxStick.Controls.Add(this.smartLabel10);
|
||||||
|
@ -1305,6 +1331,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel10
|
// smartLabel10
|
||||||
//
|
//
|
||||||
|
this.smartLabel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel10.BackPictureBox = null;
|
this.smartLabel10.BackPictureBox = null;
|
||||||
this.smartLabel10.BackPictureBox1 = null;
|
this.smartLabel10.BackPictureBox1 = null;
|
||||||
this.smartLabel10.BackPictureBox2 = null;
|
this.smartLabel10.BackPictureBox2 = null;
|
||||||
|
@ -1345,7 +1372,8 @@
|
||||||
//
|
//
|
||||||
// checkBoxCutMainDisplayView
|
// checkBoxCutMainDisplayView
|
||||||
//
|
//
|
||||||
this.checkBoxCutMainDisplayView.BackPictureBox = this.smartForm1;
|
this.checkBoxCutMainDisplayView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
|
this.checkBoxCutMainDisplayView.BackPictureBox = null;
|
||||||
this.checkBoxCutMainDisplayView.BackPictureBox1 = null;
|
this.checkBoxCutMainDisplayView.BackPictureBox1 = null;
|
||||||
this.checkBoxCutMainDisplayView.BackPictureBox2 = null;
|
this.checkBoxCutMainDisplayView.BackPictureBox2 = null;
|
||||||
this.checkBoxCutMainDisplayView.CheckBoxBackColor = System.Drawing.Color.White;
|
this.checkBoxCutMainDisplayView.CheckBoxBackColor = System.Drawing.Color.White;
|
||||||
|
@ -1367,6 +1395,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel7
|
// smartLabel7
|
||||||
//
|
//
|
||||||
|
this.smartLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel7.BackPictureBox = null;
|
this.smartLabel7.BackPictureBox = null;
|
||||||
this.smartLabel7.BackPictureBox1 = null;
|
this.smartLabel7.BackPictureBox1 = null;
|
||||||
this.smartLabel7.BackPictureBox2 = null;
|
this.smartLabel7.BackPictureBox2 = null;
|
||||||
|
@ -1501,6 +1530,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel6
|
// smartLabel6
|
||||||
//
|
//
|
||||||
|
this.smartLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel6.BackPictureBox = null;
|
this.smartLabel6.BackPictureBox = null;
|
||||||
this.smartLabel6.BackPictureBox1 = null;
|
this.smartLabel6.BackPictureBox1 = null;
|
||||||
this.smartLabel6.BackPictureBox2 = null;
|
this.smartLabel6.BackPictureBox2 = null;
|
||||||
|
@ -1519,6 +1549,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel5
|
// smartLabel5
|
||||||
//
|
//
|
||||||
|
this.smartLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel5.BackPictureBox = null;
|
this.smartLabel5.BackPictureBox = null;
|
||||||
this.smartLabel5.BackPictureBox1 = null;
|
this.smartLabel5.BackPictureBox1 = null;
|
||||||
this.smartLabel5.BackPictureBox2 = null;
|
this.smartLabel5.BackPictureBox2 = null;
|
||||||
|
@ -1537,6 +1568,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel4
|
// smartLabel4
|
||||||
//
|
//
|
||||||
|
this.smartLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel4.BackPictureBox = null;
|
this.smartLabel4.BackPictureBox = null;
|
||||||
this.smartLabel4.BackPictureBox1 = null;
|
this.smartLabel4.BackPictureBox1 = null;
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.smartLabel4.BackPictureBox2 = null;
|
||||||
|
@ -1555,6 +1587,7 @@
|
||||||
//
|
//
|
||||||
// smartLabel3
|
// smartLabel3
|
||||||
//
|
//
|
||||||
|
this.smartLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(228)))), ((int)(((byte)(180)))));
|
||||||
this.smartLabel3.BackPictureBox = null;
|
this.smartLabel3.BackPictureBox = null;
|
||||||
this.smartLabel3.BackPictureBox1 = null;
|
this.smartLabel3.BackPictureBox1 = null;
|
||||||
this.smartLabel3.BackPictureBox2 = null;
|
this.smartLabel3.BackPictureBox2 = null;
|
||||||
|
@ -2468,11 +2501,11 @@
|
||||||
this.buttonScreen.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonScreen.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonScreen.ButtonImageAutoSize = true;
|
this.buttonScreen.ButtonImageAutoSize = true;
|
||||||
this.buttonScreen.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonScreen.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonScreen.DisableImage = null;
|
this.buttonScreen.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DisableImage")));
|
||||||
this.buttonScreen.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DownImage")));
|
this.buttonScreen.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.DownImage")));
|
||||||
this.buttonScreen.GroupID = 0;
|
this.buttonScreen.GroupID = 0;
|
||||||
this.buttonScreen.InitVisible = true;
|
this.buttonScreen.InitVisible = true;
|
||||||
this.buttonScreen.Location = new System.Drawing.Point(6, 525);
|
this.buttonScreen.Location = new System.Drawing.Point(10, 525);
|
||||||
this.buttonScreen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonScreen.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonScreen.Name = "buttonScreen";
|
this.buttonScreen.Name = "buttonScreen";
|
||||||
this.buttonScreen.NestedClickEventPrevent = false;
|
this.buttonScreen.NestedClickEventPrevent = false;
|
||||||
|
@ -2491,12 +2524,20 @@
|
||||||
this.buttonScreen.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.UpImage")));
|
this.buttonScreen.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonScreen.UpImage")));
|
||||||
this.buttonScreen.Click += new System.EventHandler(this.buttonScreen_Click);
|
this.buttonScreen.Click += new System.EventHandler(this.buttonScreen_Click);
|
||||||
//
|
//
|
||||||
|
// pictureBoxFormIcon
|
||||||
|
//
|
||||||
|
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
||||||
|
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
||||||
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
||||||
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
||||||
|
//
|
||||||
// FormEquipmentTest
|
// FormEquipmentTest
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.AutoScroll = true;
|
this.AutoScroll = true;
|
||||||
this.ClientSize = new System.Drawing.Size(800, 600);
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
||||||
|
this.Controls.Add(this.pictureBoxFormIcon);
|
||||||
this.Controls.Add(this.buttonScreen);
|
this.Controls.Add(this.buttonScreen);
|
||||||
this.Controls.Add(this.labelAdcLogOpen);
|
this.Controls.Add(this.labelAdcLogOpen);
|
||||||
this.Controls.Add(this.smartLabel8);
|
this.Controls.Add(this.smartLabel8);
|
||||||
|
@ -2630,5 +2671,6 @@
|
||||||
private SmartX.SmartCheckBox checkBoxCutMainDisplayView;
|
private SmartX.SmartCheckBox checkBoxCutMainDisplayView;
|
||||||
private SmartX.SmartLabel smartLabel10;
|
private SmartX.SmartLabel smartLabel10;
|
||||||
private SmartX.SmartLabel labelRotationAngle1;
|
private SmartX.SmartLabel labelRotationAngle1;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -63,10 +63,7 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Equipment test";
|
this.labelTitle.Text = "Test";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
|
@ -78,9 +75,6 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.buttonLogOpen.Text = this.buttonAdcLogOpen.Text = "开";
|
this.buttonLogOpen.Text = this.buttonAdcLogOpen.Text = "开";
|
||||||
this.buttonAdcLogClose.Text = this.buttonLogClose.Text = "关闭";
|
this.buttonAdcLogClose.Text = this.buttonLogClose.Text = "关闭";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -34,7 +34,6 @@
|
||||||
this.labelResetRestart = new SmartX.SmartLabel();
|
this.labelResetRestart = new SmartX.SmartLabel();
|
||||||
this.labelResetWait = new SmartX.SmartLabel();
|
this.labelResetWait = new SmartX.SmartLabel();
|
||||||
this.progressBarResetBar = new SmartX.SmartProgressBar();
|
this.progressBarResetBar = new SmartX.SmartProgressBar();
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||||
this.timer1 = new System.Windows.Forms.Timer();
|
this.timer1 = new System.Windows.Forms.Timer();
|
||||||
|
@ -144,36 +143,6 @@
|
||||||
this.progressBarResetBar.TextAutoRotation = true;
|
this.progressBarResetBar.TextAutoRotation = true;
|
||||||
this.progressBarResetBar.Value = 10;
|
this.progressBarResetBar.Value = 10;
|
||||||
//
|
//
|
||||||
// buttonBack
|
|
||||||
//
|
|
||||||
this.buttonBack.BackPictureBox = null;
|
|
||||||
this.buttonBack.BackPictureBox1 = null;
|
|
||||||
this.buttonBack.BackPictureBox2 = null;
|
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonBack.DisableImage = null;
|
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
||||||
this.buttonBack.GroupID = 0;
|
|
||||||
this.buttonBack.InitVisible = true;
|
|
||||||
this.buttonBack.Location = new System.Drawing.Point(720, 525);
|
|
||||||
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
||||||
this.buttonBack.Name = "buttonBack";
|
|
||||||
this.buttonBack.NestedClickEventPrevent = false;
|
|
||||||
this.buttonBack.RepeatInterval = 200;
|
|
||||||
this.buttonBack.SafeInterval = 200;
|
|
||||||
this.buttonBack.Size = new System.Drawing.Size(70, 70);
|
|
||||||
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
||||||
this.buttonBack.TabIndex = 157;
|
|
||||||
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
||||||
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
||||||
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
||||||
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
||||||
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
||||||
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
||||||
this.buttonBack.Visible = false;
|
|
||||||
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
||||||
//
|
|
||||||
// labelTitle
|
// labelTitle
|
||||||
//
|
//
|
||||||
this.labelTitle.BackPictureBox = this.smartForm1;
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
||||||
|
@ -215,7 +184,6 @@
|
||||||
this.Controls.Add(this.labelResetWait);
|
this.Controls.Add(this.labelResetWait);
|
||||||
this.Controls.Add(this.labelTitle);
|
this.Controls.Add(this.labelTitle);
|
||||||
this.Controls.Add(this.pictureBoxFormIcon);
|
this.Controls.Add(this.pictureBoxFormIcon);
|
||||||
this.Controls.Add(this.buttonBack);
|
|
||||||
this.Controls.Add(this.labelResetFail);
|
this.Controls.Add(this.labelResetFail);
|
||||||
this.Controls.Add(this.labelResetRestart);
|
this.Controls.Add(this.labelResetRestart);
|
||||||
this.Controls.Add(this.progressBarResetBar);
|
this.Controls.Add(this.progressBarResetBar);
|
||||||
|
@ -234,7 +202,6 @@
|
||||||
public SmartX.SmartLabel labelResetRestart;
|
public SmartX.SmartLabel labelResetRestart;
|
||||||
public SmartX.SmartLabel labelResetWait;
|
public SmartX.SmartLabel labelResetWait;
|
||||||
public SmartX.SmartProgressBar progressBarResetBar;
|
public SmartX.SmartProgressBar progressBarResetBar;
|
||||||
private SmartX.SmartButton buttonBack;
|
|
||||||
private SmartX.SmartLabel labelTitle;
|
private SmartX.SmartLabel labelTitle;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
||||||
public System.Windows.Forms.Timer timer1;
|
public System.Windows.Forms.Timer timer1;
|
||||||
|
|
|
@ -51,13 +51,10 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Factory reset";
|
this.labelTitle.Text = "Initialization";
|
||||||
this.labelResetWait.Text = "Wait a minute...";
|
this.labelResetWait.Text = "Wait a minute...";
|
||||||
this.labelResetRestart.Text = "Turn OFF the power and then turn ON the power";
|
this.labelResetRestart.Text = "Turn OFF the power and then turn ON the power";
|
||||||
this.labelResetFail.Text = "Initialization failed";
|
this.labelResetFail.Text = "Initialization failed";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
|
@ -65,9 +62,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelResetWait.Text = "请稍等...";
|
this.labelResetWait.Text = "请稍等...";
|
||||||
this.labelResetRestart.Text = "关掉电源,然后在打开电源";
|
this.labelResetRestart.Text = "关掉电源,然后在打开电源";
|
||||||
this.labelResetFail.Text = "初始化失敗";
|
this.labelResetFail.Text = "初始化失敗";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
|
@ -211,248 +211,6 @@
|
||||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
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
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
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
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -59,17 +59,11 @@ namespace INT69DB_2A.Forms
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "I/O Test";
|
this.labelTitle.Text = "I/O Test";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "I/O测试";
|
this.labelTitle.Text = "I/O测试";
|
||||||
this.buttonInputRead.Text = "读";
|
this.buttonInputRead.Text = "读";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
|
@ -211,248 +211,299 @@
|
||||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Z/8BKGeNyS3v/jQAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAIAAAD+THXTAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAIAAAD+THXTAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
|
||||||
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
|
||||||
bGUAAEjHnZZ3VFTXFofPvXd6oc0wAlKG3rvAANJ7k15FYZgZYCgDDjM0sSGiAhFFRJoiSFDEgNFQJFZE
|
bGUAAEjHnZZ3VFTXFofPvXd6oc0w0hl6ky4wgPQuIB0EURhmBhjKAMMMTWyIqEBEEREBRZCggAGjoUis
|
||||||
sRAUVLAHJAgoMRhFVCxvRtaLrqy89/Ly++Osb+2z97n77L3PWhcAkqcvl5cGSwGQyhPwgzyc6RGRUXTs
|
iGIhKKhgD0gQUGIwiqioZEbWSnx5ee/l5ffHvd/aZ+9z99l7n7UuACRPHy4vBZYCIJkn4Ad6ONNXhUfQ
|
||||||
AIABHmCAKQBMVka6X7B7CBDJy82FniFyAl8EAfB6WLwCcNPQM4BOB/+fpFnpfIHomAARm7M5GSwRF4g4
|
sf0ABniAAaYAMFnpqb5B7sFAJC83F3q6yAn8i94MAUj8vmXo6U+ng/9P0qxUvgAAyF/E5mxOOkvE+SJO
|
||||||
JUuQLrbPipgalyxmGCVmvihBEcuJOWGRDT77LLKjmNmpPLaIxTmns1PZYu4V8bZMIUfEiK+ICzO5nCwR
|
yhSkiu0zIqbGJIoZRomZL0pQxHJijlvkpZ99FtlRzOxkHlvE4pxT2clsMfeIeHuGkCNixEfEBRlcTqaI
|
||||||
3xKxRoowlSviN+LYVA4zAwAUSWwXcFiJIjYRMYkfEuQi4uUA4EgJX3HcVyzgZAvEl3JJS8/hcxMSBXQd
|
b4tYM0mYzBXxW3FsMoeZDgCKJLYLOKx4EZuImMQPDnQR8XIAcKS4LzjmCxZwsgTiQ7mkpGbzuXHxArou
|
||||||
li7d1NqaQffkZKVwBALDACYrmcln013SUtOZvBwAFu/8WTLi2tJFRbY0tba0NDQzMv2qUP91829K3NtF
|
S49uam3NoHtyMpM4AoGhP5OVyOSz6S4pyalMXjYAi2f+LBlxbemiIluaWltaGpoZmX5RqP+6+Dcl7u0i
|
||||||
ehn4uWcQrf+L7a/80hoAYMyJarPziy2uCoDOLQDI3fti0zgAgKSobx3Xv7oPTTwviQJBuo2xcVZWlhGX
|
vQr43DOI1veH7a/8UuoAYMyKarPrD1vMfgA6tgIgd/8Pm+YhACRFfWu/8cV5aOJ5iRcIUm2MjTMzM424
|
||||||
wzISF/QP/U+Hv6GvvmckPu6P8tBdOfFMYYqALq4bKy0lTcinZ6QzWRy64Z+H+B8H/nUeBkGceA6fwxNF
|
HJaRuKC/6386/A198T0j8Xa/l4fuyollCpMEdHHdWClJKUI+PT2VyeLQDf88xP848K/zWBrIieXwOTxR
|
||||||
hImmjMtLELWbx+YKuGk8Opf3n5r4D8P+pMW5FonS+BFQY4yA1HUqQH7tBygKESDR+8Vd/6NvvvgwIH55
|
RKhoyri8OFG7eWyugJvCo3N5/6mJ/zDsT1qca5Eo9Z8ANcoISN2gAuTnPoCiEAESeVDc9d/75oMPBeKb
|
||||||
4SqTi3P/7zf9Z8Gl4iWDm/A5ziUohM4S8jMX98TPEqABAUgCKpAHykAd6ABDYAasgC1wBG7AG/iDEBAJ
|
F6Y6sTj3nwX9+65wifiRzo37HOcSGExnCfkZi2viawnQgAAkARXIAxWgAXSBITADVsAWOAI3sAL4gWAQ
|
||||||
VgMWSASpgA+yQB7YBApBMdgJ9oBqUAcaQTNoBcdBJzgFzoNL4Bq4AW6D+2AUTIBnYBa8BgsQBGEhMkSB
|
DtYCFogHyYAPMkEu2AwKQBHYBfaCSlAD6kEjaAEnQAc4DS6Ay+A6uAnugAdgBIyD52AGvAHzEARhITJE
|
||||||
5CEVSBPSh8wgBmQPuUG+UBAUCcVCCRAPEkJ50GaoGCqDqqF6qBn6HjoJnYeuQIPQXWgMmoZ+h97BCEyC
|
geQhVUgLMoDMIAZkD7lBPlAgFA5FQ3EQDxJCudAWqAgqhSqhWqgR+hY6BV2ArkID0D1oFJqCfoXewwhM
|
||||||
qbASrAUbwwzYCfaBQ+BVcAK8Bs6FC+AdcCXcAB+FO+Dz8DX4NjwKP4PnEIAQERqiihgiDMQF8UeikHiE
|
gqmwMqwNG8MM2An2hoPhNXAcnAbnwPnwTrgCroOPwe3wBfg6fAcegZ/DswhAiAgNUUMMEQbigvghEUgs
|
||||||
j6xHipAKpAFpRbqRPuQmMorMIG9RGBQFRUcZomxRnqhQFAu1BrUeVYKqRh1GdaB6UTdRY6hZ1Ec0Ga2I
|
wkc2IIVIOVKHtCBdSC9yCxlBppF3KAyKgqKjDFG2KE9UCIqFSkNtQBWjKlFHUe2oHtQt1ChqBvUJTUYr
|
||||||
1kfboL3QEegEdBa6EF2BbkK3oy+ib6Mn0K8xGAwNo42xwnhiIjFJmLWYEsw+TBvmHGYQM46Zw2Kx8lh9
|
oQ3QNmgv9Cp0HDoTXYAuRzeg29CX0HfQ4+g3GAyGhtHBWGE8MeGYBMw6TDHmAKYVcx4zgBnDzGKxWHms
|
||||||
rB3WH8vECrCF2CrsUexZ7BB2AvsGR8Sp4Mxw7rgoHA+Xj6vAHcGdwQ3hJnELeCm8Jt4G749n43PwpfhG
|
AdYO64dlYgXYAux+7DHsOewgdhz7FkfEqeLMcO64CBwPl4crxzXhzuIGcRO4ebwUXgtvg/fDs/HZ+BJ8
|
||||||
fDf+On4Cv0CQJmgT7AghhCTCJkIloZVwkfCA8JJIJKoRrYmBRC5xI7GSeIx4mThGfEuSIemRXEjRJCFp
|
Pb4LfwM/jp8nSBN0CHaEYEICYTOhgtBCuER4SHhFJBLVidbEACKXuIlYQTxOvEIcJb4jyZD0SS6kSJKQ
|
||||||
B+kQ6RzpLuklmUzWIjuSo8gC8g5yM/kC+RH5jQRFwkjCS4ItsUGiRqJDYkjiuSReUlPSSXK1ZK5kheQJ
|
tJN0hHSedI/0ikwma5MdyRFkAXknuZF8kfyY/FaCImEk4SXBltgoUSXRLjEo8UISL6kl6SS5VjJHslzy
|
||||||
yeuSM1J4KS0pFymm1HqpGqmTUiNSc9IUaVNpf+lU6RLpI9JXpKdksDJaMm4ybJkCmYMyF2TGKQhFneJC
|
pOQNyWkpvJS2lIsUU2qDVJXUKalhqVlpirSptJ90snSxdJP0VelJGayMtoybDFsmX+awzEWZMQpC0aC4
|
||||||
YVE2UxopFykTVAxVm+pFTaIWU7+jDlBnZWVkl8mGyWbL1sielh2lITQtmhcthVZKO04bpr1borTEaQln
|
UFiULZR6yiXKOBVD1aF6UROoRdRvqP3UGVkZ2WWyobJZslWyZ2RHaAhNm+ZFS6KV0E7QhmjvlygvcVrC
|
||||||
yfYlrUuGlszLLZVzlOPIFcm1yd2WeydPl3eTT5bfJd8p/1ABpaCnEKiQpbBf4aLCzFLqUtulrKVFS48v
|
WbJjScuSwSVzcopyjnIcuUK5Vrk7cu/l6fJu8onyu+U75B8poBT0FQIUMhUOKlxSmFakKtoqshQLFU8o
|
||||||
vacIK+opBimuVTyo2K84p6Ss5KGUrlSldEFpRpmm7KicpFyufEZ5WoWiYq/CVSlXOavylC5Ld6Kn0Cvp
|
3leClfSVApXWKR1W6lOaVVZR9lBOVd6vfFF5WoWm4qiSoFKmclZlSpWiaq/KVS1TPaf6jC5Ld6In0Svo
|
||||||
vfRZVUVVT1Whar3qgOqCmrZaqFq+WpvaQ3WCOkM9Xr1cvUd9VkNFw08jT6NF454mXpOhmai5V7NPc15L
|
PfQZNSU1TzWhWq1av9q8uo56iHqeeqv6Iw2CBkMjVqNMo1tjRlNV01czV7NZ874WXouhFa+1T6tXa05b
|
||||||
Wytca6tWp9aUtpy2l3audov2Ax2yjoPOGp0GnVu6GF2GbrLuPt0berCehV6iXo3edX1Y31Kfq79Pf9AA
|
RztMe5t2h/akjpyOl06OTrPOQ12yroNumm6d7m09jB5DL1HvgN5NfVjfQj9ev0r/hgFsYGnANThgMLAU
|
||||||
bWBtwDNoMBgxJBk6GWYathiOGdGMfI3yjTqNnhtrGEcZ7zLuM/5oYmGSYtJoct9UxtTbNN+02/R3Mz0z
|
vdR6KW9p3dJhQ5Khk2GGYbPhqBHNyMcoz6jD6IWxpnGE8W7jXuNPJhYmSSb1Jg9MZUxXmOaZdpn+aqZv
|
||||||
llmN2S1zsrm7+QbzLvMXy/SXcZbtX3bHgmLhZ7HVosfig6WVJd+y1XLaSsMq1qrWaoRBZQQwShiXrdHW
|
xjKrMrttTjZ3N99o3mn+cpnBMs6yg8vuWlAsfC22WXRbfLS0suRbtlhOWWlaRVtVWw0zqAx/RjHjijXa
|
||||||
ztYbrE9Zv7WxtBHYHLf5zdbQNtn2iO3Ucu3lnOWNy8ft1OyYdvV2o/Z0+1j7A/ajDqoOTIcGh8eO6o5s
|
2tl6o/Vp63c2ljYCmxM2v9ga2ibaNtlOLtdZzllev3zMTt2OaVdrN2JPt4+2P2Q/4qDmwHSoc3jiqOHI
|
||||||
xybHSSddpySno07PnU2c+c7tzvMuNi7rXM65Iq4erkWuA24ybqFu1W6P3NXcE9xb3Gc9LDzWepzzRHv6
|
dmxwnHDSc0pwOub0wtnEme/c5jznYuOy3uW8K+Lq4Vro2u8m4xbiVun22F3dPc692X3Gw8Jjncd5T7Sn
|
||||||
eO7yHPFS8mJ5NXvNelt5r/Pu9SH5BPtU+zz21fPl+3b7wX7efrv9HqzQXMFb0ekP/L38d/s/DNAOWBPw
|
t+duz2EvZS+WV6PXzAqrFetX9HiTvIO8K72f+Oj78H26fGHfFb57fB+u1FrJW9nhB/y8/Pb4PfLX8U/z
|
||||||
YyAmMCCwJvBJkGlQXlBfMCU4JvhI8OsQ55DSkPuhOqHC0J4wybDosOaw+XDX8LLw0QjjiHUR1yIVIrmR
|
/z4AE+AfUBXwNNA0MDewN4gSFBXUFPQm2Dm4JPhBiG6IMKQ7VDI0MrQxdC7MNaw0bGSV8ar1q66HK4Rz
|
||||||
XVHYqLCopqi5lW4r96yciLaILoweXqW9KnvVldUKq1NWn46RjGHGnIhFx4bHHol9z/RnNjDn4rziauNm
|
wzsjsBGhEQ0Rs6vdVu9dPR5pEVkQObRGZ03WmqtrFdYmrT0TJRnFjDoZjY4Oi26K/sD0Y9YxZ2O8Yqpj
|
||||||
WS6svaxnbEd2OXuaY8cp40zG28WXxU8l2CXsTphOdEisSJzhunCruS+SPJPqkuaT/ZMPJX9KCU9pS8Wl
|
ZlgurH2s52xHdhl7imPHKeVMxNrFlsZOxtnF7YmbineIL4+f5rpwK7kvEzwTahLmEv0SjyQuJIUltSbj
|
||||||
xqae5Mnwknm9acpp2WmD6frphemja2zW7Fkzy/fhN2VAGasyugRU0c9Uv1BHuEU4lmmfWZP5Jiss60S2
|
kqOTT/FkeIm8nhSVlKyUgVSD1ILUkTSbtL1pM3xvfkM6lL4mvVNAFf1M9Ql1hVuFoxn2GVUZbzNDM09m
|
||||||
dDYvuz9HL2d7zmSue+63a1FrWWt78lTzNuWNrXNaV78eWh+3vmeD+oaCDRMbPTYe3kTYlLzpp3yT/LL8
|
SWfxsvqy9bN3ZE/kuOd8vQ61jrWuO1ctd3Pu6Hqn9bUboA0xG7o3amzM3zi+yWPT0c2EzYmbf8gzySvN
|
||||||
V5vDN3cXKBVsLBjf4rGlpVCikF84stV2a9021DbutoHt5turtn8sYhddLTYprih+X8IqufqN6TeV33za
|
e70lbEtXvnL+pvyxrR5bmwskCvgFw9tst9VsR23nbu/fYb5j/45PhezCa0UmReVFH4pZxde+Mv2q4quF
|
||||||
Eb9joNSydP9OzE7ezuFdDrsOl0mX5ZaN7/bb3VFOLy8qf7UnZs+VimUVdXsJe4V7Ryt9K7uqNKp2Vr2v
|
nbE7+0ssSw7uwuzi7Rra7bD7aKl0aU7p2B7fPe1l9LLCstd7o/ZeLV9WXrOPsE+4b6TCp6Jzv+b+Xfs/
|
||||||
Tqy+XeNc01arWLu9dn4fe9/Qfsf9rXVKdcV17w5wD9yp96jvaNBqqDiIOZh58EljWGPft4xvm5sUmoqb
|
VMZX3qlyrmqtVqreUT13gH1g8KDjwZYa5ZqimveHuIfu1nrUttdp15UfxhzOOPy0PrS+92vG140NCg1F
|
||||||
PhziHRo9HHS4t9mqufmI4pHSFrhF2DJ9NProje9cv+tqNWytb6O1FR8Dx4THnn4f+/3wcZ/jPScYJ1p/
|
DR+P8I6MHA082tNo1djYpNRU0gw3C5unjkUeu/mN6zedLYYtta201qLj4Ljw+LNvo78dOuF9ovsk42TL
|
||||||
0Pyhtp3SXtQBdeR0zHYmdo52RXYNnvQ+2dNt293+o9GPh06pnqo5LXu69AzhTMGZT2dzz86dSz83cz7h
|
d1rfVbdR2grbofbs9pmO+I6RzvDOgVMrTnV32Xa1fW/0/ZHTaqerzsieKTlLOJt/duFczrnZ86nnpy/E
|
||||||
/HhPTM/9CxEXbvUG9g5c9Ll4+ZL7pQt9Tn1nL9tdPnXF5srJq4yrndcsr3X0W/S3/2TxU/uA5UDHdavr
|
XRjrjup+cHHVxds9AT39l7wvXbnsfvlir1PvuSt2V05ftbl66hrjWsd1y+vtfRZ9bT9Y/NDWb9nffsPq
|
||||||
XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS
|
RudN65tdA8sHzg46DF645Xrr8m2v29fvrLwzMBQydHc4cnjkLvvu5L2key/vZ9yff7DpIfph4SOpR+WP
|
||||||
fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+
|
lR7X/aj3Y+uI5ciZUdfRvidBTx6Mscae/5T+04fx/Kfkp+UTqhONk2aTp6fcp24+W/1s/Hnq8/npgp+l
|
||||||
tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/
|
f65+ofviu18cf+mbWTUz/pL/cuHX4lfyr468Xva6e9Z/9vGb5Dfzc4Vv5d8efcd41/s+7P3EfOYH7IeK
|
||||||
6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOwwAADsMBx2+oZAAAGKdJREFUaEPNm/dzFFe2
|
j3ofuz55f3q4kLyw8Bv3hPP74uYdwgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAFSFJREFUaEPNmwVzG9mW
|
||||||
x/lDXtV7P7ytXZfLu96yTQbFUc5xlMOMckISiqCMEhIoB0YRSSihnAMiGBRQzjPKAZTBATC2d3/w+96+
|
x/M5tupVva2Z96Yy8IYTx0kMMskgy2xZZgvNFDNDzMxMiWNmZmYGGTJOMrMzu0NfYv+3r9yWZY/jxK6a
|
||||||
Pa2ZkQy2cb3l1Kmpntbt7vPpE+9gn/inyicKelrjn5Y25s4CZ9ePWJwETqZWRl+pfaZgPFQO6RTvc2t7
|
/OuUSmq1us+vD9xzXcmdr3Xvqtk9/f+YWBkIXQRSqVT84UkiFovEIoGTnZEF51u9z9Wch51D+k7vC3Nb
|
||||||
vlAgsDY3N9XR1VNW/ThVX1XdysjY2d4BbHxbc1kE6CGSnpk2VgDGQFVdT1lF6/xFjXPn1c+c/QhV64KS
|
E7FIJLS1tTI24enqmelwzHR0PzTjcfQEfAsPF1c8dDMbrioC7AxJ1+wRzgAMQ6LLfaRlqPlI/8FD/Qea
|
||||||
saa2nZm5p7PAx9PTztFWRe8cB8Ii6ZpquLi4mOrqURhcpnb6rOrpMx+hal64aMjTtDQwcuRbASnE71J4
|
H5pxH2tbGhk729h6e4h8vbws7HkPud+xIEokDu+RRCKxNjWjMHoPNPU0NDkaDz5AM3qsxTcwtDe3cBM4
|
||||||
cAiozmt9dYj0Fe8fTgJHMz198GicPX8Ic+qjU62LSoYa4DF0sOC7Ozr5e3pdDQpOio2NjowE1SES8gfx
|
eHmIwvwDIkPDZDKZptG3Z0jISMTH2oTwIDJnMPc/ODPW1rEw4tqb893sBXI390Av7+iQ0LTExKT4eMTq
|
||||||
hhhFpLE8R+71H1feufN6qmom2jpWRibwj7uj8yV3z7DAy3ERkTeSkkQ5ueFhYSgYBAn1DfUA+YN4+zhh
|
DIlnYyy0tTvHc+Faf7sZPnxsxtFDhTtYWLkLhHI3jwC5V0Twk6SY2Oy0tLLCosiICCNLPYL0vf5/0A/M
|
||||||
1M+e01ZSgXMs9A1sTc0ENraIN/gnLCAw5srV5GvxWWlpJaKC4oJCNze3L1Q+PYF6bW1mrqukonbmrMK9
|
OfrItw8TxkDzkYmOroUh145njvoROTp5i8SIT0RQcEJUdHry08Lc3NqKyrqqaqTfN7qf3iH92sbWVFsX
|
||||||
/uPKO3seMAY8DTNdfWsTUzjHzcHR19Xtsq/f1eDguMjI6/EJGTduFOTl37ld1tzQGBkZqWOicUIgFMCb
|
Zad2rb/dAGOsrcs3NLIx5Tla2bg7CGWubn5SWYiff3RoaFJsbMbTlPzs7MrSsuf19T2dnXGxsTqmmnew
|
||||||
nItUTp3+vUoTD2/kvYr3zanc+TPnWD17HooYQw3QUVZBGTDT1UOkOVjyXezsvYQuAV7eoQGBUWHhCdEx
|
/iCabIh072u8k9GqQztheuNDfTTJm5nBw0eGjx4bPdY20eVYEBgzoaWVq71A6uLqI5YEefuEBwXHRUSm
|
||||||
qYlJ8I8oN6+suKSupqajta2osBAZdQKFG1HHO3vud/HgqXikroqavpq6vjrPQF0DCguOVSMNLSjKromW
|
xCdkpaYhPhUlpQ01te0tLYN9/VWVlaioO2gM6NoGmg/fiQd3xS2R3Dx9A3N9Q76BEW5/C2bEteQaW3FN
|
||||||
Nl4f+dTSpifll0lVU8tES8dcz8DGxBQwrvYOgEGkhfoHRISExkVGwTnpKal5mVlFIlF5aend6uqWpqa+
|
rIxN7Xh8RytrtDUKg0wLDwyKCQtPio1DcPIys0oLCqsrKp7V1bU2Nfd2d4+Pjvb29CBCd7AeozGQrnA9
|
||||||
3t621lahUHBCKBSi0OFV/UYkwOiqqBpraSOyUUn5hsbWxiaIil9TG1MzO3NzB0tLRyu+s421wMYanzi2
|
JDxFkODGyGwB3xKPUGhlDUNi3MScrE/NxhbmYmePNCMwEilgwgIDCUxMbHpycm5GZlFefkVpaV11dWPD
|
||||||
t7CwNTPHX+UWm5ghW3DeztzCycqagwnx9wdM7NWI5GvX0q6nZKdniPLySouK7pSV19XWNjc29nR1Pf6a
|
s7aWlp6urpGhobmZ2ZnpaVd3F4KEQrpO1gHGVJcDGJC42glQphJnF9wV+Y1+egvm7gHzdBfBsOD4SmXB
|
||||||
iIurywmBszMS6bdEHaKFwGhqg8TewtLZ2kZoa+eCFs4oohyKwiqrHk7OXgKBn5troJdHyCWfsADf8EA/
|
Pr5Is9jwiOS4eLSB3MxTmCoCg+B0dXT09/aNDA9PT06trKxsbm6KxB5nSMTve5ebvubD057Dd7axEzs5
|
||||||
HAR6e/q5uXkLhR5OcutZdXImPdTFNdDbB56JDA27FhlFYFKkMIUEpraquqmhob21tbur6+GDB0+fPh0a
|
e4slAZ5eyGzc9Ymv3xM//1sx1D0s1D8gNCAQDRo18zQ+gaRZVlZxfgHaABOZBgrT19M7PDg4PjaG4Cwt
|
||||||
HGSRdBgkYvfJ4xUwpObwNM1Rc8zMBTZ2XgKhn7sH3h+CG4pnX/bxldUgX6hfqL//1aDLsVfCkuMi05Lj
|
LoJnd3f37Uioe66WDkrF1oyHfEBkPD1EtIEiE3DL+MiohOiYG1pizDlDgiXHxqUmJGalpRXk5JYWFqFm
|
||||||
MlPjUxNjkuIi46OuRoUGhwUEYA17CQ5kNNjvEgoacuZaVDTCDDA5GZlSz5QBprG+vrW5pauj415v76OH
|
Gmrrmp4/b29t7e7sGugjkZkYH5+Znpmfn19eWt7c2Njf39/b27sS6b6G0SMtMz19axNTB0srlKnMzd1f
|
||||||
DwcHBiYmJkZGRt6PhIDUuqiMmmOup48ggWc8pAUUkRAVFoanRodfQTElejWC1YgIRHx8THRyfFx6arIo
|
7hkWEEgaTkJCZkoq1ric9AwY8ltpmVk3N8QEVpSXV15cwuTYubCMjY5OTU7Ozc4uLCwg2dbW1jY2Nra2
|
||||||
N728JK+2qkiUn341PDT9RlJ+dlra9aTEuNjYyMjDq2QU3SYhJiY1KSnzxs28rOyiW7fKSkqrKioQZk0N
|
tt6ChGZqosOho4ezrZ3Y2cVHLEWCRYeG4fmhexbn5eN+yISqsvLq8gpiFW+xmspKWG3VmeGj2jmq1lBb
|
||||||
jdQzfffuPXr4qP/Jk6HBofHx8dnZ2dHRUQ5JmY06WZ5TpzXPX9RTU2e6mzEtoPAM3h8iIT46Bi8PNQdt
|
i7B0tLahmw0NDIBkempqbm5uaWlpdXV1fX0dJBDyDTw7OzsKhQJUSiQTIKE33NPQuXcfYIYIDkff2tgU
|
||||||
7kZy8s3k65wi1pG7WWk387Myi0V51RXFbU1VfT0NZSV5gf6XMJIVF2TXVJYUi3Jz0tPSU1Jkr6WXEyV3
|
oweCg8JFcNBA46Oi0pKSsbRVlJTQNGh+8aLlRVNrk4o1N19q6EvImY62ts72tq6Odhje4AiOq53JWmd7
|
||||||
SLuVk1tSUFhx+3ZNZVVDXR11S29Pz4P795E5AwMDCDZgjI2NwUXvQUIl1VFWpd0NmSpkCijC40oQ6QYg
|
e39v78jQMBOTS0goDLS9vY0qOjg4AJU6EueBppGWDk/fEKu10MrGQ+johdHD2ycyJASrAQlOfgEe7Yvn
|
||||||
yU5Px/NEubnoCdDC/FtUi26JSgoKyoqLqspv19dWdrTWP3rQ8aCvJSf7ppeHhwfyx9OzurK4u6Oxrqay
|
z7s6OnG/wf5+YgMDsKHBwb+y4aEhpP742MjExNjU5Pj01AQM78dGR3Ac36qdT6+GL1H3iwsLIEF2URhV
|
||||||
vKS4WCSSvfZQRaLbxcWV5RX1tXeR/R1t7RzJ4ODg8PAwJYHAP+CZmpqan5/HsTzSydPKJ08BTAPOUVU3
|
DCrEB0LKXYKEtd9Yh0wftjxzJ5psEim6UEx4REpCIuoEmYbg4Ln29/WR0pyZQUITY4QyvVTI+MXFxeXl
|
||||||
1daVjh5OcA7SFAGWFHcNrQ0w9HlVd+5UV1biFUJRSetqqutJYNS1tzbd625/8nXv+Ojj9ta7wZcDXIVC
|
pfX11a2t9Z2djfn56fHxkY2NtdXV5aUl+LygPHV+nl6KCmGhJBSD9R4BoQIGK8AcHR2B6gwJxcPVRnwM
|
||||||
qp7ubk2NVYP9fb3dba3I7ru1aCmMVuMOVGurqqDULd2dXff7+lDKkC2UhMLAegoDmZycnJ6eFovFOOaQ
|
sGXCuunBdLYgH8QHoxSJT0lBYW1VdXPji57ubqQ1bgl3lhmhRv9K9AFvbIBkS6HYfflSsbq6WFRUUFZa
|
||||||
lCgSMkrzgpK+Ou3WJHM8BUJ/L++wy0GxEYxzMjKKCwoqKyoa6urbWlrQB9pb2zra2jrb27o62nu6OmHp
|
go84iK9wjvLsU9FrsmnG8lwkoS0BokiHh4cECVt5Ux0O9lWmHD0LI2M79AM7e4mLK1a6EP8AdGqsDAhR
|
||||||
o4d9QwNfT4wPTYz3l5aIwCBwwoaNVTcXl86OhtmZkeGhx48f3b/f14NLoL09Xbi8u7MD9+lsb+9ob+/p
|
WVFxfW0tUryvpwdLAZ7odXjW19c2Nzd2d7cPD/dfvTpaXp5LT0vx9/X18/UF3t7eDr5dW1NHoqJIqiFi
|
||||||
7kYd6+/vBwnyniPhMKjAP5CZmZljkNC8tZRQCZiyxgSbt4srik9EaFhCTCziOz87Bzl6t6YGJLTOfP3o
|
eUCiJsTn+Pj4DInH4WBrhX6N+VVgYekqEEgx8MrkIQEBsRERqYmJaKxlxcX1NbVtzS19vb0EiUkMSnVR
|
||||||
a0TCk8eP+/ufDA7iLSJNR2ZnJ5eW5sbGBhIT4hzt7RVU6Ozc29O2sbG4sIDgh0Hjk5PIBJgLs58ODQ0O
|
jEMrlGdvb/voaP/Nm+Od7dW42Bhfb29srUOfBJ+cHCoUBAlnKn92XrgIbdCgeisSonQOyVxPD8MBybqz
|
||||||
9D/pxx0fP0aAURKKwVkPh1ABBidzc3MLCwtYc4iE5AEP5gBsmdDynDEaCoQB3t7hJHmiUpOSczOzSgqL
|
JcjNT+4ZGhjIICUBiSkkREmJRHP9UlFvmMrB8rd9fKz48ceXI8N9oSFPvD09veRyWHRUxOvXRwzSOk5W
|
||||||
EGAtTc0IazwSTWBoaAgJigePjY1OTU3MzU0vLs6vrS3U3a309fK0tbY6qk4O9vd62/f2Nra2Vjc2lrB4
|
/vK8cJ3rB4oiKWsJSHx9A4zV5oZGtJDchULMWv6enmG0cSeTxl1OGvfbkRg/SHy2tzdRLScnB1ubyxXl
|
||||||
ZUWyvCyWSGDVNG4yPj4Gt1ChnuF4FEjwSqjgGIkkh6SrrIyZSldVzUhT28LA0M7CEg3Ux9UtyO+SrItu
|
JXKpVNWSE+MRN5xwu0hnUbIwMDTV1SM7LTOK5Ch3d/f39AoLCoqLjExLSsJajigh8VBLGODRHmZnZ9HH
|
||||||
l5TUVle3trTARU9QOhme0dERGDE9PSkWz8A4sXg6/WaKlYWllYXFsWrD58fFRhUV5N3Ky5ZqVl5uZk5W
|
VMU4gaVjBa1sZ2fz8HD31avD5aWZyPAwqVisZqkpSYjS/v4OTsavlJc4L1zw0txjqVSlHiUGCVEytDHj
|
||||||
en5u9vz8DKjwgjgkWRdRHpZDXhB1i4uLh0h6KqraSsp66jzUa76RsQOf74qB18096NKlyLCwxNhYlFSU
|
Ca2VUcJUipE+NiKSJh6tpRbsTHp6yIoxM4PmywoesDy7u1tHR3tv3hy1tjQix8QeHhctMz0VJ9DEQyvH
|
||||||
hLKSEhJ1La1oCAgNIOGp1D/gWV2VPHrYGx4SbGFqam7yHsWao2prxV9cnJuZmWSQ8Lqo/0n+yCIdS6Xo
|
b6kxAgxFwjUvDxSVkoYR7XjnkTh6lyIhSlcjnd4ba8gKlh0UD1rZ/v5GWUmhu6ubh9vllpuT+fPPPxwf
|
||||||
JX1VNcygJOp0dK2MSZVzc3LydfcI8Q+ICg9PjEO7TL2VS5Bqq2uol0jgDQ2NjAzDRbOzKKDTpcUFjva2
|
owXDVXRqhIIYKhCGR4NODsObi0uTEuitSCa6euYGQCKJ54YtPkk8UktkQiUdL7O0qKiupqalqQnrEtmf
|
||||||
JkaGf1idHe0RgbgbkDDc0Fd2rKOOUikiGarzdFRUDTQ0sVe3MTV1srbGlHXJ0xNI0VeuJF1jCjeDxHiJ
|
TE+jj7PxQSPe3t44ONh59epgaWk6IS7G1dn5CissyPn119cI1MuX6L+7CJdCsY3HAUOQcanNTYKHy4IH
|
||||||
RcJTR0eHJyfHu7raQ0MuG+rrGejpfoja21ojtZBR4+NAIkwK5YFk0juRwEyQUIKMeDxsE9BYGSQzJ2sb
|
YucGSqUKRoVyQiEB7DySsj1YuTkoh27a8TB052RklBQW1lZXY6jr7urCCDM9PQWkxcUF8ODeKB6abDVV
|
||||||
d2cGKYB4KUnOS9XoFb2sl1CRCFJCfKyultaHqw3fcm0NVQJeGgEPbalHY4+jogIefMp5CUjwEmqDgYYG
|
Zc5CByehkDG8udwK87OBBEOsfvrp+Mcfj/Fb2OvXh+gouBQIcU30TKzFFAkCkiqVqoCEEL0/EqI0OzOD
|
||||||
kKw5L3nIItH2SpGae3p6SO9jq/bo8NOB7Kx0CzNTLR7vQ5RvYb6ygsCbhPPBQ+edY2OPCkWignIpkUiw
|
fEMZ4HEiefCwFxemkhLjHAUCR4G98G0WHRX+rKHhr2x4qLevt2Ogvxv9A50Ta9d7INEmbmhtStYlV4GD
|
||||||
Rg7JUJN4iSJ5wEtHkKReYpHwSLxLPH56ehxNpru71d1VoK6i/IfVzNgQ5QF3g/M/FMmIp6HDBh5pStRL
|
lKxL8tCAAAx4mB6y0zOYgagKSD3dXailhfnZtbVllAEe58mJoq+33cdLLrC1E9jAbK82nqnJNQ3hwuTB
|
||||||
fh5MeQgLT4yNS0tNzc/JgZdqqrB/bO7u7n706BH6OvPUQcTJ9PQEqKYmh5MSYtSULqhcOP8OVb14Xu3i
|
IJFYAY5NPzUwlBOQAKaKpItaokstnR58MT1gIAoPT46Pz05PLy4ooEh9vT2TE2MrywsYQI+Odl+/PkCy
|
||||||
BVUcyKueJm9+fgptF3k0MIDb99MKwcUeRyULRgXhhzqONYdITOBpMn3WBNtJdycy1wX7+8NLCaSIp+Rl
|
2Vlbw2ytrmVqfl9hP/wAL3e2tjbBw3ZzSsWCUaGcEKJ3RqqrrmpraR4a7J+fm9rZXkOyDQ/1hIc+sba0
|
||||||
Z5cWF1dXVTU3NZEt18OHSCd0JzybSaqnGAJg0OqquLgwT1+Td/HMKaUzp4+q6vlzidei6+5WVFeWQqvu
|
eCdT8/sKYyaMXeTe+yBhW8EzMLAyMRVYWrraCySurr4yjK3+0WFhyXFxWWlpDFJ1e2vz6Mjgysrc7PRo
|
||||||
lNwpL64oKyotFpXfLsZNcCt4CHeGwFe0lMNRtOfKUsnKn4ZEqY5OQ/f7Ovx9PM5++cVRVT57pr2tfmdn
|
ZUWxFZ9vwedZmL+bqfl9haFtoB8ySCA62zKxVKyQe+BB+imRMBARJH0DSxMTewtLF3t7sYurj1SGzVJU
|
||||||
dX19YXkZOQ1TpvEuZmZg7SidieCfPwGJKeIaprpMX7KycnNEX3IPZlotpoeb16/nZmWVFBVh7m5qbOzq
|
aBg2F5mpaUX5+XU11Z3trRPjw80v6lE5PBN1D27dGCQkHioJm6tzG0E1USTEShWJbJYsjYFkgc2F2MXF
|
||||||
7Hzw4AHSiROwwYyhoYHR0adTU2OwUiKZTEmKPX/yy1Of/11WL5z8oq62HJVNIkG8IJYQVOjXiC4YDwSC
|
WyoN9vOLDA1NjI3NSE0tzCNIHR2tkxPDYg83Uy7X1JhrZmz8Hqbm9xXGThh0A6JKpQaG3EOIziFh/2em
|
||||||
g7vRe9J0lY09CKVSAEM6oegdQeJpHLZaR0cfTA/MQBQfE3Mj+TpmvOLCQuwmGhsaOjs67t+/j3SSFakR
|
r28BJD5BEjm7eEukQb5+2AImxMSmp6QU5uXVVFV2tDWPjw1VV5ZKRe7GhoaMGb2rqfl9hb15c4jFF1MF
|
||||||
T2AZ466JxcWZ+rsVRtoaX3z6Cadn/vmPmsrShQUMPogxVGqYjZwkrn7CsnzN3RB81FG0SMhScWBU8HqA
|
xgg6HLFULBgVcu99kKorK9pamkaG+pcWZ5YWp3Jz0o309Y309ZjXdzA1v68wrLw3QjLVA5KxHd/Cyc5O
|
||||||
hAV/JhKEoYIdrLump8cWFqYH+u/7uAm+/PSTz//6l8//9peTf//0Tlnh3BymHpS1fspAhb2LVHDmDyJh
|
5OzsJZEE+fpGhIQkxMSkP32an5NTVV7e1Pi8r7d7emp8Y2Pp6GhneKhb7OGqr6vzTqbm9xWGFW93F72B
|
||||||
eqBI+jyeiY4u3xgznhVmPB83jK3YWYRei47GVjwnM5PdKdXXYzPT19eHdDpWYA0Fg7sQV7B+fn5ClJuu
|
GWyZwVyNihVyDzyoqAtIXCDxnWztPJycvcSSQB+fiCdP4qOj05Kf5mVnV5SWPW+o7+xoHxkZXJif2dhY
|
||||||
fPrLz/73f7749K+lRflw0fDwINyCxexlRwR/guNo7MlmlCwVJ4g91HEskEdS5xnr6FgaGdvz+S4ODt70
|
3t9HEi/n52VwtB5ztB6RV228eYup+X2FHR+j3ZFRncznZJik+2UllaqABB5U1LshlZeUNtTVtbW29vf3
|
||||||
d9qQ0Lio6NQksvkrEhXcKS+vr6trb2u7d+8e0unXRGoQ2nH/6OgQ3CUWT7W11OnxVP723/+Vn5PBuQgr
|
TU6MLyzMrq4u7uysHx/vPKuvsOSZ6jzUvI6p+X2FKRRbm5toDJTofZD0+FyurTnf0dbWw8nJU0z+ghce
|
||||||
2WuOCPNqkKKHjlKgkhUgoULIIWmrkLHVWBtIRvaWfGwuvFxdA319r4SExEVFpSQmZaWnF4pEFWVldXfv
|
/CQuKjo1ORlIZSUlGMabm5q6mWF8ampidnZ6aWke4VIoNifGBzxcHLU07mtp3NPWuH+1ycVuanPdRWtr
|
||||||
YguImQix9w6BTbAW0QRXPH06MDaGKj96r7fDU+iYm5mGyGRcBB52/VEBLWJP1lGyVApgiD1UCPxVBklZ
|
bdzaojzsLoZsdS+lQjmBBxWliqRtwtHjGwHJ3NHGlvzRSyQO8PYOCw6Oi4pKTUrKzcouLS7G5Nr04kVn
|
||||||
RU9d3QhIhkZ2lpZCe3svF9cAH98rwcGxkZHXExMz09ILbt0qv112t7YWwzgGCMTeuwW7cMYyAtbfj11q
|
Z+fQ4MDY2OjExPj09OT8/AwTLsyvq7lZKdoPNB5+/93VFhUe/PPPR7A3bxQnJ3svX+6ydnS0jQeEq+FJ
|
||||||
P9igg4i4J8gcysMuPioKjqKlj6PiwKgg9v4/kKjAasY4vHLYR9KMKQQk3t4F9IFIhjwekHTVgKRtASQL
|
LS+DBDjkT3xqVCwYFcoJSIjV+yMNDgyMjIyMjo6Oj49NTpJwLS/Pb26uHBxsdXU2id2cNL75irGvL7Xo
|
||||||
S6GdvaeLS4CPDzbqMRGRyQkJmWlpovz8stu3a2tqWprJTIR0+o3S1wdlnSaNNGo2u+BYwaJjY0+WihPE
|
CIKEjN3bW9/awl54mbX1deyOFxD8hYW5uTnyd0/6F8vrIJ1FCZsLJJ4SiccgOTnJRaIAL++wICVSTlZW
|
||||||
HoqeApIyQdICkqGthYUASEIXf2/vsKCgmIiI5Pj4jJs3b+XllZWWYnLFANHV1YV0+r1y796hvldATB0F
|
SVFRTVX1i8bGjg5M/v3DjBiwEYDRcK2tLe7uYqmf9feWfv/lF/f+wvAtgoNQrKwgBDN4Iqc2NTMzhUsh
|
||||||
JM5RslSy8ucgMZYRYZxA/CAj3ElWpcIhvVdQfj4MSUsJSGqGWlrmBoa25kCy8xDSX/AuR1+9mnQtPp1s
|
q6em8Do5M4ODFAzbMyJVKlbIPfCoIBkaGmlrk1o6jZK7o5PcQ4kUG4mNbVJOZia2TNVVVY3Pn3e0t/f3
|
||||||
bPNul5RgGCczEYMEW/Hghw/RdlEDECREcYySgJOIMapMmLGGclfhPNYwK2X1cD1FQuwhnWjsvYMK6YQ6
|
9Q+dangYNgww5CEcWlqaw4NH/hTkpn372V2lff6p0j4jJvNwOTzcAj8YJibGEG0VkWdEU2BigoBhB02p
|
||||||
jpNSJHWCpEO2TEAysDU3d7a18xAI4aXQwMtRV64mXruWlnojPzeXTq5NjQ1dXZ146oMHfWDo78feCZtc
|
2EBRKlUwICHrzhLP0siItAcstVxjtj2oRolBolG6BImKRoyGC80Q+aNQbLQ219nyTb+++4mauQhsDg42
|
||||||
DA0YNDEToc8iAWgxgEEEEivv32c9xrwF8gqwBiup0quguAp/kr4O4iWkEy0SslQcGBWkE+o4TioisYF3
|
ESKcDADlJc6Ludr45KQSSa2cVHkgGqUzJCsjLlcH04OBShNHLYlILZ0hZRYjSpUEqb29va+vb/CChoYG
|
||||||
HBK8JIPU2N3dBSthLjBGRjDUDU1MPIWOjQ3h6/AwijU2HU/QZ8Xi2ampCRkw4lXAAB5rsHJkBDo4OkqU
|
ETEaLjz+lZX5nZ3VqckBH5n7l//6iNi/P/ryE2J2FmjQGzgBCTYyMqz8/XnhGY2NjTGBQjbOXBolVupI
|
||||||
XosLsYBxOGnZvxEJXlJE4gLPxoxFuuTlFRIYKPVSal5ODobxKjKMN/T0dMFEmPX8+ebr19+/efOKU3x9
|
1sYmxrocnoEhHVvp9KBsDyqJxyBVPn/2rK2trbe3d+AyDQ7CCBj64fT0xOLi7Obm0uHhZnV5wRcf//fn
|
||||||
9er7zc1V4C0uin/55Zfvv/8OTmCoSLDB1s3N9WfPNra2Nre3n+3sQJ/v7rKKrziPjQY8xlARUYg9jooT
|
H/3zi4+Jmepp7e2tLS3NTk6O42Tlj88LgTrNPSXSxUCxUkOS2JmZ0d5gZYr9kpWLvQCbC8x4gT6+4U+U
|
||||||
xN6hl8jYqq6hqaREywNBIl6ydRcILnlSpCuJcXE3U1Jzs7MxuVYyk2tPTzdMHB7uBwCMPiqwDLG9urqA
|
6xJNPCCRKP01EhWoGIdG4PH8/PTa2sL+/np3ZyNH8/7df/4DhkBtb68AGIV0faRrJ55EIuDxESIMeOgN
|
||||||
YxA+fYoUx/tGID3AAV3zDllaEjO+Ih2ZK+Wco46CAQmtCQdSJJ4G4yW2L6E8AIl4iUWS8xKD1Njb2w3L
|
QmsbN6FQ6ubuI5MF+flFkLE1BtNDbnY2qaXq6sZnSqT+KzUw0E/DNT4+OjMzubw8hyTs7nzB1X3873/8
|
||||||
4Ae4BRZ8883e7u7G7u768+cr6+tLa2uL2Flg5lpfX8RfgY3ogkvxFkAFj8F7WLO5uYz1W1urW1trOztr
|
11effAxOJOfY2AhOU/7mVBeR1NqDGg90rolLJRJnaxuknA3P3MHK2kXgQEOEmZWGKCUpKZvJuqoKJuta
|
||||||
uBz6009vccnKigTvCzMH+vJRJAUeiCKSsYYmZjw9dR6mB2kRJxXvkpd3SADxUoKClxobpEiDFAmmrK/P
|
W3t6emgcrhZ42E4I75mFa7mro8ng8QNrMy4g0R7RTlBLyh+cCr9ifkh42N4AGEqCVQgxgci4eipMD2cD
|
||||||
ra7OLCxMggR9fGZmFAcbG0sUaXQUpsAsUi1wMDExNDc3JpFMLC1NLS1NLy9P41rcAfr27RsZJOqlwzFC
|
EZBEDkJ0BaG1tbNAIHJx8VJPOfAUse0bjQF3xf1Qu9cR07Xg2dT8/CwWUMwZq6uYqfHE57AQoaHhBOWp
|
||||||
wUucyCMJBKZa2jqqqno8TOK6mMQxEHFIoUzgMUgpOVlZRQUFdyoqGhvqkUuwb2xs4FeQCA+M3twkSG/e
|
p8IR5leTqjCUhHqPBFMV3VycTeJSqdTTzd3RxsbVwQHbJE+xJMDbJ4wZ7RAf5QpbTVbYzo4OZAXloflw
|
||||||
HCJBEYQIy/39rRcvdl6+3OUUrob++98/M0hiLEORkEU66ihOUCGAhAMWyVxHD1FnoEl+e+CbmNjzrbC5
|
TeFJM8UwC4zFxXnMbHilwwGOg1ZVOJmKZhqFoSTwG0Io1EQPYr+kRJJJpQEyubvQUeLqKiddjvDERkZR
|
||||||
YGY8n1BpXyKBl50DL8kjsV46KrAYTnj2bAXHWAOkoSHU90eIOhzTNe8QIGE9l0sKXqIYECboiMh5yUUg
|
ntKiYsLDDEHgQT7gKeLGNLnxCK8pOAcxlaA0RuSg8ozzwnHUDIVBHOAx3EUc4Pf+qfAeosHBq0KhwEcG
|
||||||
4Osb6mtoIOrQlFDuHK1tXB2dsKsN9PULY2a8pPj4tBs3SOAxuUQrHpBg3IsXu2/fvv7xxzdUcfzDD9BX
|
SSYL9fWTubtjz+fv5R0aFBQTEfk0ITE7g+naTL6Bh+YbeGg+UP8g3PidhL0cHjwj5RE10e9QM0gzOl/D
|
||||||
e3vPFhentrYOkeAlxCo+OSSaPLu7a9vbrGL9s2fLa2sLExPDgEfFY/ovySUFJErCiVxfchEKbU1MEXJm
|
Y/gKBjh9oCJ8hCgbXnEEr0qkmJBQX5kcq1BIoJInKz2jqICsQqR+Ojou8uCueISsmHK9NbEFQ2EoyRGj
|
||||||
+gZWpqaMixyxWaIuorUBiYSoKxQVVJSXY7/U3t6GDoNHoh1hx7qyMrOxMb+5KYaur8+vrMziDPM5i6Sn
|
41PRj4eHh5SNnoA3BEkukz2NjQv280N8osLCk+LiM9PSCvPzK8vLnzU8o/0a/Y3WD1Kf8rA3vkUxpU5E
|
||||||
SOPjeBzpVPjE26RI9BLmqrm1NcTtLPJKIsGuGxbCcuIlTO405ABDSRBj8AkVrIPgAAPR4fTg6uIisLJG
|
awY8NDLwGwwvGf1wKvqRsuEECB8BxiDJ5TmpaREhIdEREYmxcempqQW5eRVl5Q319a1Mv8YSgXGL8iDL
|
||||||
obMyMbXj84UIOVc3f2+f0KAghBzhSWULA0KObGnbsaXtQY+fmhpHPzk42Pnmm/3vvz/g9Lvv9r/9dh+O
|
KQ+9ManN84IfNxcKA6K5BI/hKxhOTk5enReOUDYKjPc4mSB5yuWl+fnYjSfFx6enpOTl5JDda21tS3Mz
|
||||||
+vHHH3AA0+E3xkpEPGmmU1MjFEn+qgMsfvlyDzfc3d3a3FxjdlasAoaS4C6YfQAgK4qbCyC5OTiiF8E/
|
dq+0JaCloiWgHyDXkWZ4ovQp0nvfipBgrGhwWB4K85rRm1PhPaWiYBA+4jpuHq53RGJRTXk5YLLS0/Nz
|
||||||
AnsHTKukKlD/xEl5mHhrqK9va2ujcwMmINpG3y0wFJ8oYnNzE5OTeJfD0JmZcfrXd8jr16/QbUdHgSFH
|
c8FTW1PT1NTU1dXFlhBtcWgGdJ0GD3UC96aCB7clkEA02eAo5QHDj4x+OhXes2BU+IgnTv4hqJ2jTVlx
|
||||||
AtMRYLKCMxC6UWeR3Fxd/VzdnGxshfYOHkd4SEkAT2VlY2MjeDCtYkhDr8BOe25uGq/z4ACVCq/5JTXl
|
cVF+flF+QVlJKV2C0BJoCV2acogP+yxZJ24uWhIQgsPGh0aGhfmfU9GPLBhe8RGVYm5rcseQr/s0Obmp
|
||||||
1auX+/sYAp5tb2+sry/s7T3HSSCJxdMzM3gwwmN8dnZya2sdyfbixfbLlzvwJ9b8618/4fjgYGt3d/P5
|
sRF7IeQbliDwqJYQVj3wsCmHgkGIwHPRiZsLkaFi843lAcbP58WCQXj/yy+/JCYmPja+f+dbzmeenp69
|
||||||
8/XV1cWZmUlMUrCZUfKrHWZtuAIC6+kBBCfxJxwc/pzi7uYW5OPr5uREedCIIsPD42Njb9CqzTSihoaG
|
3d0tTc2tLS2UR21VpV2Orno0RJRH6YiKKzcUSKhobbCPn+WB31T0I0S/whF46OBsr/wPCibWhtlZWdgd
|
||||||
1tbWzs5ObGMwqPX3PxkeHqI/hUsk5N//kNMM0S+wCSQ4wyiLhAhcWpoXi/FUvMspHCwvi9GytrdX9/bW
|
I9OYIXiA8qiuQkg5NkRINsqj5scNxRQ5EY2PasqxfkP/y4i+p/o/RgkJCXrmWkokmIU9Dxs75BidI/HK
|
||||||
X7/+Bmt+/vlHHOMMzqMpLS7Ozc9jPawnZoMBAqPnZQRf6XmswCfOwJMEycPdPSIoGPXNz8sryD8gIiw8
|
xke1y7EpR3nUXLmhQEJ1NQ8FoPqV0e+//15VVcW3M6MsSiRN7ncYI+rr6wFAZqzTKYu2OOQb4oN8o80A
|
||||||
PiY2Nfl6dibbherr6zkezP1IVgQ38+9/o9PTkxLJrDzSNsYC+i/K+MTMhpNAwteFhTkshsJc0GJ0QInb
|
PJSE9eDmAgMrwFAewLA8qjCU5LfffgMMXmtra9n/FnOGBLtv8BW+yMjIQH8DA13O6epJYZBsNDLAUL3x
|
||||||
29t48+ZbrAHS/v7mzg7mj1XMHysrC0tLkoUFsUQi5kTCyAIj9BgnKRs+8RURSJA8PTziI6MCfX3hn6uh
|
bYmUOaNLSSgDFUj++OOPP//8E74lJSUhPt9wPmVBzpCoGVsZYJ4AGPIQbAgR27LZlsCk2y1HSU1suC7S
|
||||||
oXHR0SnJyVkZGeSXhjJS31paWjo6OuiPDegPqKS0aCKy4XMM2svLEhjBEP2yt7fFWCNGpuG8FOktGPD1
|
4luUANbM1NRURxehAV9HDUEdCQZiXbNHlgJzJ1ehu4eb+r//+bsN84GjiwMio2WioeY5Md27/w+PD9te
|
||||||
t6SfrLx8+WJxcYFRVpakQr9SNkqLYxbJy9PzRmLileAQ+CcuKvp6YlJmOvnlhPzMUFvb3Nzc3t7e3d1N
|
EPAlSQAAAABJRU5ErkJggg==
|
||||||
eVBMUXyQhbTIIIjxjhYXEWNkloMgu5aXYQFBwmtGScRJBmkR55eWFt6+/QGKM1CMcz/99CMULoLSY5yk
|
|
||||||
f4UcHOyvrCwtS2VFXnCGsjFuw82XYA8TeB4euekZ5L/Nio5OTkhIv3kzPw+719Ka6uqmpiZaErAdRQoh
|
|
||||||
5NAc6OaE8iA1gYTwWF5mkba3t2A3IHESn9vbtDy8XVlhkaA4gKFra8vr65hxVzY2OEUikTNra9Dl1VWi
|
|
||||||
MH11FcrKGiP0mFJRMAi+IqkIkqura4lIBJjU5OSMtDTs80qKi6uqqlDiZEsC+jd4aMiBhxYfBDGCGc6H
|
|
||||||
oYDZ2dmCNQwSURxgX4Tgkb5shA2lAh7ybWl1FcqaLlXZMwAjpoNhfR1KZIMRekzZiL8YwVe0Z4FQcMJJ
|
|
||||||
4JSfk5OdkZGdmXkrL4+2IJQEhBxSSDbkcAFCDimEkiotMiwSA0AMlQYCvCR3kp5n/sQBs+dlFW8c65lP
|
|
||||||
vHVQHfJQmE2p0K8cGD7xtaamxtqef8LUyigxPqGyogJ7odKSErQgysOlEEYspsqRf99GCoEHLqJFU5qX
|
|
||||||
JDWpTYywRjPK2krPv1foOggNJMZRLA8wnskLBwbB8fPnz2NjYzUMVU98pfYZ0qm1uRnJU1tTgxYEHqSQ
|
|
||||||
bMihytGqABdxfY2UVRkk1hZWFL5SoWa/S+g6Lje418/xwG4q9CuE/glnmKhzZv8HBb6teUpKSm9PDzDg
|
|
||||||
HAj95RFdiG4nuSpHXcT1AdYQRZ4/KJQEgozneOAiBZ4tRugxlW3k8dZWZGSkoYUeiwS1c7RFSUDOAAP1
|
|
||||||
DZ+cf7iQo1WOCzmOhDXkg4WWL4gsD+ciaj1MBwAnO4zs7e3l5+fbOlhTFhbpou4ZUJWVlQEAboHQzYmC
|
|
||||||
fygP9Y+CHbICm/6wAOZYHsY3hIdiQHZ3dwGDT/Bw/1vMIRL0gvZJ/CE5ORkuQs5QofMiTR4KA7dQo7ln
|
|
||||||
08f/KUIynZFjSWA9xYDs7+8fHBzgdcfExHD+oXqIRNXM2sTFRZiQkIA4RK2Dr2iAcRj0wQrxfVSoKX9M
|
|
||||||
mJg6hgGCA7xivOi6urq4uDjUA5o/sqqIRFXXVMPOwUboIgQeevFHJbBKKBRY2fF5hsoKZhNV+eT/AKO9
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
/75aOx5brnAAAAAASUVORK5CYII=
|
||||||
FKIquw8x4FNZWTlNnyhcpNKYuJFYbd++ncvMQNYVo5mj3AbkFiJQDFXxoVMeRTLf+DGLj/3PYhxKtMjY
|
|
||||||
4VwoLy9nahKX+ObiNjaTkIKSKEzIEBcv+/Z8RHMoifbB9JiZmen8Jt2yZYv4PMiNm0MHkVV9fX1xcTH7
|
|
||||||
gVg/zs1VSbSJiWqtforpQyN68k8KQ4OcOTlUZcowTJkRHxX/nkvZz5pm8D+LaHt9kqb07wAAAABJRU5E
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -36,6 +36,12 @@
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||||
this.groupBoxSystemInfo = new SmartX.SmartGroupBox();
|
this.groupBoxSystemInfo = new SmartX.SmartGroupBox();
|
||||||
|
this.labelTitleDllAes128Ver = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleDllUserMgrVer = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleDllAes128 = new SmartX.SmartLabel();
|
||||||
|
this.labelTitleDllUserMgr = new SmartX.SmartLabel();
|
||||||
|
this.labelAes128Ver = new SmartX.SmartLabel();
|
||||||
|
this.labelUserMgerVer = new SmartX.SmartLabel();
|
||||||
this.smartLabel9 = new SmartX.SmartLabel();
|
this.smartLabel9 = new SmartX.SmartLabel();
|
||||||
this.smartLabel8 = new SmartX.SmartLabel();
|
this.smartLabel8 = new SmartX.SmartLabel();
|
||||||
this.smartLabel7 = new SmartX.SmartLabel();
|
this.smartLabel7 = new SmartX.SmartLabel();
|
||||||
|
@ -79,12 +85,6 @@
|
||||||
this.labelEmail = new SmartX.SmartLabel();
|
this.labelEmail = new SmartX.SmartLabel();
|
||||||
this.labelTelNumber = new SmartX.SmartLabel();
|
this.labelTelNumber = new SmartX.SmartLabel();
|
||||||
this.labelAddress2 = new SmartX.SmartLabel();
|
this.labelAddress2 = new SmartX.SmartLabel();
|
||||||
this.labelTitleDllAes128Ver = new SmartX.SmartLabel();
|
|
||||||
this.labelTitleDllUserMgrVer = new SmartX.SmartLabel();
|
|
||||||
this.labelTitleDllAes128 = new SmartX.SmartLabel();
|
|
||||||
this.labelTitleDllUserMgr = new SmartX.SmartLabel();
|
|
||||||
this.labelAes128Ver = new SmartX.SmartLabel();
|
|
||||||
this.labelUserMgerVer = new SmartX.SmartLabel();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.groupBoxSystemInfo.SuspendLayout();
|
this.groupBoxSystemInfo.SuspendLayout();
|
||||||
this.groupBoxAS.SuspendLayout();
|
this.groupBoxAS.SuspendLayout();
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
//
|
//
|
||||||
// textBoxSerialNo
|
// textBoxSerialNo
|
||||||
//
|
//
|
||||||
this.textBoxSerialNo.Font = new System.Drawing.Font("Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.textBoxSerialNo.Font = new System.Drawing.Font("굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.textBoxSerialNo.Location = new System.Drawing.Point(603, 30);
|
this.textBoxSerialNo.Location = new System.Drawing.Point(603, 30);
|
||||||
this.textBoxSerialNo.Name = "textBoxSerialNo";
|
this.textBoxSerialNo.Name = "textBoxSerialNo";
|
||||||
this.textBoxSerialNo.Size = new System.Drawing.Size(157, 26);
|
this.textBoxSerialNo.Size = new System.Drawing.Size(157, 26);
|
||||||
|
@ -188,7 +188,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
@ -267,6 +267,126 @@
|
||||||
this.groupBoxSystemInfo.TabIndex = 432;
|
this.groupBoxSystemInfo.TabIndex = 432;
|
||||||
this.groupBoxSystemInfo.TextColor = System.Drawing.Color.Black;
|
this.groupBoxSystemInfo.TextColor = System.Drawing.Color.Black;
|
||||||
//
|
//
|
||||||
|
// labelTitleDllAes128Ver
|
||||||
|
//
|
||||||
|
this.labelTitleDllAes128Ver.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleDllAes128Ver.BackPictureBox1 = null;
|
||||||
|
this.labelTitleDllAes128Ver.BackPictureBox2 = null;
|
||||||
|
this.labelTitleDllAes128Ver.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleDllAes128Ver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleDllAes128Ver.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleDllAes128Ver.InitVisible = true;
|
||||||
|
this.labelTitleDllAes128Ver.LineSpacing = 0F;
|
||||||
|
this.labelTitleDllAes128Ver.Location = new System.Drawing.Point(645, 131);
|
||||||
|
this.labelTitleDllAes128Ver.Name = "labelTitleDllAes128Ver";
|
||||||
|
this.labelTitleDllAes128Ver.Size = new System.Drawing.Size(35, 20);
|
||||||
|
this.labelTitleDllAes128Ver.TabIndex = 222;
|
||||||
|
this.labelTitleDllAes128Ver.Text = "Ver";
|
||||||
|
this.labelTitleDllAes128Ver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleDllAes128Ver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleDllAes128Ver.Visible = false;
|
||||||
|
this.labelTitleDllAes128Ver.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleDllUserMgrVer
|
||||||
|
//
|
||||||
|
this.labelTitleDllUserMgrVer.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleDllUserMgrVer.BackPictureBox1 = null;
|
||||||
|
this.labelTitleDllUserMgrVer.BackPictureBox2 = null;
|
||||||
|
this.labelTitleDllUserMgrVer.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleDllUserMgrVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleDllUserMgrVer.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleDllUserMgrVer.InitVisible = true;
|
||||||
|
this.labelTitleDllUserMgrVer.LineSpacing = 0F;
|
||||||
|
this.labelTitleDllUserMgrVer.Location = new System.Drawing.Point(645, 105);
|
||||||
|
this.labelTitleDllUserMgrVer.Name = "labelTitleDllUserMgrVer";
|
||||||
|
this.labelTitleDllUserMgrVer.Size = new System.Drawing.Size(35, 20);
|
||||||
|
this.labelTitleDllUserMgrVer.TabIndex = 221;
|
||||||
|
this.labelTitleDllUserMgrVer.Text = "Ver";
|
||||||
|
this.labelTitleDllUserMgrVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleDllUserMgrVer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleDllUserMgrVer.Visible = false;
|
||||||
|
this.labelTitleDllUserMgrVer.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleDllAes128
|
||||||
|
//
|
||||||
|
this.labelTitleDllAes128.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleDllAes128.BackPictureBox1 = null;
|
||||||
|
this.labelTitleDllAes128.BackPictureBox2 = null;
|
||||||
|
this.labelTitleDllAes128.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleDllAes128.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleDllAes128.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleDllAes128.InitVisible = true;
|
||||||
|
this.labelTitleDllAes128.LineSpacing = 0F;
|
||||||
|
this.labelTitleDllAes128.Location = new System.Drawing.Point(539, 131);
|
||||||
|
this.labelTitleDllAes128.Name = "labelTitleDllAes128";
|
||||||
|
this.labelTitleDllAes128.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelTitleDllAes128.TabIndex = 219;
|
||||||
|
this.labelTitleDllAes128.Text = "DllAes128";
|
||||||
|
this.labelTitleDllAes128.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleDllAes128.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleDllAes128.Visible = false;
|
||||||
|
this.labelTitleDllAes128.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelTitleDllUserMgr
|
||||||
|
//
|
||||||
|
this.labelTitleDllUserMgr.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelTitleDllUserMgr.BackPictureBox1 = null;
|
||||||
|
this.labelTitleDllUserMgr.BackPictureBox2 = null;
|
||||||
|
this.labelTitleDllUserMgr.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelTitleDllUserMgr.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelTitleDllUserMgr.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelTitleDllUserMgr.InitVisible = true;
|
||||||
|
this.labelTitleDllUserMgr.LineSpacing = 0F;
|
||||||
|
this.labelTitleDllUserMgr.Location = new System.Drawing.Point(539, 105);
|
||||||
|
this.labelTitleDllUserMgr.Name = "labelTitleDllUserMgr";
|
||||||
|
this.labelTitleDllUserMgr.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelTitleDllUserMgr.TabIndex = 220;
|
||||||
|
this.labelTitleDllUserMgr.Text = "DllUserMgr";
|
||||||
|
this.labelTitleDllUserMgr.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelTitleDllUserMgr.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelTitleDllUserMgr.Visible = false;
|
||||||
|
this.labelTitleDllUserMgr.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelAes128Ver
|
||||||
|
//
|
||||||
|
this.labelAes128Ver.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelAes128Ver.BackPictureBox1 = null;
|
||||||
|
this.labelAes128Ver.BackPictureBox2 = null;
|
||||||
|
this.labelAes128Ver.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelAes128Ver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelAes128Ver.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelAes128Ver.InitVisible = true;
|
||||||
|
this.labelAes128Ver.LineSpacing = 0F;
|
||||||
|
this.labelAes128Ver.Location = new System.Drawing.Point(686, 131);
|
||||||
|
this.labelAes128Ver.Name = "labelAes128Ver";
|
||||||
|
this.labelAes128Ver.Size = new System.Drawing.Size(80, 20);
|
||||||
|
this.labelAes128Ver.TabIndex = 217;
|
||||||
|
this.labelAes128Ver.Text = "1.0";
|
||||||
|
this.labelAes128Ver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelAes128Ver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelAes128Ver.Visible = false;
|
||||||
|
this.labelAes128Ver.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelUserMgerVer
|
||||||
|
//
|
||||||
|
this.labelUserMgerVer.BackPictureBox = this.smartForm1;
|
||||||
|
this.labelUserMgerVer.BackPictureBox1 = null;
|
||||||
|
this.labelUserMgerVer.BackPictureBox2 = null;
|
||||||
|
this.labelUserMgerVer.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelUserMgerVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelUserMgerVer.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelUserMgerVer.InitVisible = true;
|
||||||
|
this.labelUserMgerVer.LineSpacing = 0F;
|
||||||
|
this.labelUserMgerVer.Location = new System.Drawing.Point(686, 105);
|
||||||
|
this.labelUserMgerVer.Name = "labelUserMgerVer";
|
||||||
|
this.labelUserMgerVer.Size = new System.Drawing.Size(80, 20);
|
||||||
|
this.labelUserMgerVer.TabIndex = 218;
|
||||||
|
this.labelUserMgerVer.Text = "1.0";
|
||||||
|
this.labelUserMgerVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
||||||
|
this.labelUserMgerVer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelUserMgerVer.Visible = false;
|
||||||
|
this.labelUserMgerVer.Wordwrap = false;
|
||||||
|
//
|
||||||
// smartLabel9
|
// smartLabel9
|
||||||
//
|
//
|
||||||
this.smartLabel9.BackPictureBox = this.smartForm1;
|
this.smartLabel9.BackPictureBox = this.smartForm1;
|
||||||
|
@ -274,7 +394,7 @@
|
||||||
this.smartLabel9.BackPictureBox2 = null;
|
this.smartLabel9.BackPictureBox2 = null;
|
||||||
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel9.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel9.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel9.InitVisible = true;
|
this.smartLabel9.InitVisible = true;
|
||||||
this.smartLabel9.LineSpacing = 0F;
|
this.smartLabel9.LineSpacing = 0F;
|
||||||
this.smartLabel9.Location = new System.Drawing.Point(384, 131);
|
this.smartLabel9.Location = new System.Drawing.Point(384, 131);
|
||||||
|
@ -293,7 +413,7 @@
|
||||||
this.smartLabel8.BackPictureBox2 = null;
|
this.smartLabel8.BackPictureBox2 = null;
|
||||||
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel8.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel8.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel8.InitVisible = true;
|
this.smartLabel8.InitVisible = true;
|
||||||
this.smartLabel8.LineSpacing = 0F;
|
this.smartLabel8.LineSpacing = 0F;
|
||||||
this.smartLabel8.Location = new System.Drawing.Point(384, 105);
|
this.smartLabel8.Location = new System.Drawing.Point(384, 105);
|
||||||
|
@ -312,7 +432,7 @@
|
||||||
this.smartLabel7.BackPictureBox2 = null;
|
this.smartLabel7.BackPictureBox2 = null;
|
||||||
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel7.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel7.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel7.InitVisible = true;
|
this.smartLabel7.InitVisible = true;
|
||||||
this.smartLabel7.LineSpacing = 0F;
|
this.smartLabel7.LineSpacing = 0F;
|
||||||
this.smartLabel7.Location = new System.Drawing.Point(258, 157);
|
this.smartLabel7.Location = new System.Drawing.Point(258, 157);
|
||||||
|
@ -331,7 +451,7 @@
|
||||||
this.smartLabel3.BackPictureBox2 = null;
|
this.smartLabel3.BackPictureBox2 = null;
|
||||||
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel3.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel3.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel3.InitVisible = true;
|
this.smartLabel3.InitVisible = true;
|
||||||
this.smartLabel3.LineSpacing = 0F;
|
this.smartLabel3.LineSpacing = 0F;
|
||||||
this.smartLabel3.Location = new System.Drawing.Point(132, 105);
|
this.smartLabel3.Location = new System.Drawing.Point(132, 105);
|
||||||
|
@ -350,7 +470,7 @@
|
||||||
this.smartLabel4.BackPictureBox2 = null;
|
this.smartLabel4.BackPictureBox2 = null;
|
||||||
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel4.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel4.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel4.InitVisible = true;
|
this.smartLabel4.InitVisible = true;
|
||||||
this.smartLabel4.LineSpacing = 0F;
|
this.smartLabel4.LineSpacing = 0F;
|
||||||
this.smartLabel4.Location = new System.Drawing.Point(258, 131);
|
this.smartLabel4.Location = new System.Drawing.Point(258, 131);
|
||||||
|
@ -369,7 +489,7 @@
|
||||||
this.smartLabel5.BackPictureBox2 = null;
|
this.smartLabel5.BackPictureBox2 = null;
|
||||||
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel5.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel5.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel5.InitVisible = true;
|
this.smartLabel5.InitVisible = true;
|
||||||
this.smartLabel5.LineSpacing = 0F;
|
this.smartLabel5.LineSpacing = 0F;
|
||||||
this.smartLabel5.Location = new System.Drawing.Point(132, 131);
|
this.smartLabel5.Location = new System.Drawing.Point(132, 131);
|
||||||
|
@ -388,7 +508,7 @@
|
||||||
this.smartLabel6.BackPictureBox2 = null;
|
this.smartLabel6.BackPictureBox2 = null;
|
||||||
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel6.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel6.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel6.InitVisible = true;
|
this.smartLabel6.InitVisible = true;
|
||||||
this.smartLabel6.LineSpacing = 0F;
|
this.smartLabel6.LineSpacing = 0F;
|
||||||
this.smartLabel6.Location = new System.Drawing.Point(258, 105);
|
this.smartLabel6.Location = new System.Drawing.Point(258, 105);
|
||||||
|
@ -407,7 +527,7 @@
|
||||||
this.smartLabel2.BackPictureBox2 = null;
|
this.smartLabel2.BackPictureBox2 = null;
|
||||||
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel2.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel2.InitVisible = true;
|
this.smartLabel2.InitVisible = true;
|
||||||
this.smartLabel2.LineSpacing = 0F;
|
this.smartLabel2.LineSpacing = 0F;
|
||||||
this.smartLabel2.Location = new System.Drawing.Point(132, 157);
|
this.smartLabel2.Location = new System.Drawing.Point(132, 157);
|
||||||
|
@ -433,7 +553,7 @@
|
||||||
this.labelSerialNo.BackPictureBox2 = null;
|
this.labelSerialNo.BackPictureBox2 = null;
|
||||||
this.labelSerialNo.BorderColor = System.Drawing.Color.Black;
|
this.labelSerialNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSerialNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSerialNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSerialNo.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelSerialNo.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSerialNo.InitVisible = true;
|
this.labelSerialNo.InitVisible = true;
|
||||||
this.labelSerialNo.LineSpacing = 0F;
|
this.labelSerialNo.LineSpacing = 0F;
|
||||||
this.labelSerialNo.Location = new System.Drawing.Point(258, 79);
|
this.labelSerialNo.Location = new System.Drawing.Point(258, 79);
|
||||||
|
@ -453,7 +573,7 @@
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
this.smartLabel1.BackPictureBox2 = null;
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.smartLabel1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel1.InitVisible = true;
|
this.smartLabel1.InitVisible = true;
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
this.smartLabel1.LineSpacing = 0F;
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(132, 79);
|
this.smartLabel1.Location = new System.Drawing.Point(132, 79);
|
||||||
|
@ -472,7 +592,7 @@
|
||||||
this.labelSub7.BackPictureBox2 = null;
|
this.labelSub7.BackPictureBox2 = null;
|
||||||
this.labelSub7.BorderColor = System.Drawing.Color.Black;
|
this.labelSub7.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub7.InitVisible = true;
|
this.labelSub7.InitVisible = true;
|
||||||
this.labelSub7.LineSpacing = 0F;
|
this.labelSub7.LineSpacing = 0F;
|
||||||
this.labelSub7.Location = new System.Drawing.Point(578, 183);
|
this.labelSub7.Location = new System.Drawing.Point(578, 183);
|
||||||
|
@ -491,7 +611,7 @@
|
||||||
this.labelSubControlVer7.BackPictureBox2 = null;
|
this.labelSubControlVer7.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer7.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer7.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer7.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer7.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer7.InitVisible = true;
|
this.labelSubControlVer7.InitVisible = true;
|
||||||
this.labelSubControlVer7.LineSpacing = 0F;
|
this.labelSubControlVer7.LineSpacing = 0F;
|
||||||
this.labelSubControlVer7.Location = new System.Drawing.Point(609, 183);
|
this.labelSubControlVer7.Location = new System.Drawing.Point(609, 183);
|
||||||
|
@ -510,7 +630,7 @@
|
||||||
this.labelSub6.BackPictureBox2 = null;
|
this.labelSub6.BackPictureBox2 = null;
|
||||||
this.labelSub6.BorderColor = System.Drawing.Color.Black;
|
this.labelSub6.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub6.InitVisible = true;
|
this.labelSub6.InitVisible = true;
|
||||||
this.labelSub6.LineSpacing = 0F;
|
this.labelSub6.LineSpacing = 0F;
|
||||||
this.labelSub6.Location = new System.Drawing.Point(481, 184);
|
this.labelSub6.Location = new System.Drawing.Point(481, 184);
|
||||||
|
@ -529,7 +649,7 @@
|
||||||
this.labelSubControlVer6.BackPictureBox2 = null;
|
this.labelSubControlVer6.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer6.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer6.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer6.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer6.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer6.InitVisible = true;
|
this.labelSubControlVer6.InitVisible = true;
|
||||||
this.labelSubControlVer6.LineSpacing = 0F;
|
this.labelSubControlVer6.LineSpacing = 0F;
|
||||||
this.labelSubControlVer6.Location = new System.Drawing.Point(512, 184);
|
this.labelSubControlVer6.Location = new System.Drawing.Point(512, 184);
|
||||||
|
@ -548,7 +668,7 @@
|
||||||
this.labelSub10.BackPictureBox2 = null;
|
this.labelSub10.BackPictureBox2 = null;
|
||||||
this.labelSub10.BorderColor = System.Drawing.Color.Black;
|
this.labelSub10.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub10.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
this.labelSub10.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub10.InitVisible = true;
|
this.labelSub10.InitVisible = true;
|
||||||
this.labelSub10.LineSpacing = 0F;
|
this.labelSub10.LineSpacing = 0F;
|
||||||
this.labelSub10.Location = new System.Drawing.Point(481, 210);
|
this.labelSub10.Location = new System.Drawing.Point(481, 210);
|
||||||
|
@ -567,7 +687,7 @@
|
||||||
this.labelSub5.BackPictureBox2 = null;
|
this.labelSub5.BackPictureBox2 = null;
|
||||||
this.labelSub5.BorderColor = System.Drawing.Color.Black;
|
this.labelSub5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub5.InitVisible = true;
|
this.labelSub5.InitVisible = true;
|
||||||
this.labelSub5.LineSpacing = 0F;
|
this.labelSub5.LineSpacing = 0F;
|
||||||
this.labelSub5.Location = new System.Drawing.Point(384, 183);
|
this.labelSub5.Location = new System.Drawing.Point(384, 183);
|
||||||
|
@ -586,7 +706,7 @@
|
||||||
this.labelSubControlVer10.BackPictureBox2 = null;
|
this.labelSubControlVer10.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer10.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer10.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer10.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer10.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer10.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer10.InitVisible = true;
|
this.labelSubControlVer10.InitVisible = true;
|
||||||
this.labelSubControlVer10.LineSpacing = 0F;
|
this.labelSubControlVer10.LineSpacing = 0F;
|
||||||
this.labelSubControlVer10.Location = new System.Drawing.Point(512, 210);
|
this.labelSubControlVer10.Location = new System.Drawing.Point(512, 210);
|
||||||
|
@ -605,7 +725,7 @@
|
||||||
this.labelSubControlVer5.BackPictureBox2 = null;
|
this.labelSubControlVer5.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer5.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer5.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer5.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer5.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer5.InitVisible = true;
|
this.labelSubControlVer5.InitVisible = true;
|
||||||
this.labelSubControlVer5.LineSpacing = 0F;
|
this.labelSubControlVer5.LineSpacing = 0F;
|
||||||
this.labelSubControlVer5.Location = new System.Drawing.Point(415, 183);
|
this.labelSubControlVer5.Location = new System.Drawing.Point(415, 183);
|
||||||
|
@ -624,7 +744,7 @@
|
||||||
this.labelSub9.BackPictureBox2 = null;
|
this.labelSub9.BackPictureBox2 = null;
|
||||||
this.labelSub9.BorderColor = System.Drawing.Color.Black;
|
this.labelSub9.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub9.InitVisible = true;
|
this.labelSub9.InitVisible = true;
|
||||||
this.labelSub9.LineSpacing = 0F;
|
this.labelSub9.LineSpacing = 0F;
|
||||||
this.labelSub9.Location = new System.Drawing.Point(384, 209);
|
this.labelSub9.Location = new System.Drawing.Point(384, 209);
|
||||||
|
@ -643,7 +763,7 @@
|
||||||
this.labelSub4.BackPictureBox2 = null;
|
this.labelSub4.BackPictureBox2 = null;
|
||||||
this.labelSub4.BorderColor = System.Drawing.Color.Black;
|
this.labelSub4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub4.InitVisible = true;
|
this.labelSub4.InitVisible = true;
|
||||||
this.labelSub4.LineSpacing = 0F;
|
this.labelSub4.LineSpacing = 0F;
|
||||||
this.labelSub4.Location = new System.Drawing.Point(675, 157);
|
this.labelSub4.Location = new System.Drawing.Point(675, 157);
|
||||||
|
@ -662,7 +782,7 @@
|
||||||
this.labelSubControlVer9.BackPictureBox2 = null;
|
this.labelSubControlVer9.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer9.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer9.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer9.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer9.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer9.InitVisible = true;
|
this.labelSubControlVer9.InitVisible = true;
|
||||||
this.labelSubControlVer9.LineSpacing = 0F;
|
this.labelSubControlVer9.LineSpacing = 0F;
|
||||||
this.labelSubControlVer9.Location = new System.Drawing.Point(415, 209);
|
this.labelSubControlVer9.Location = new System.Drawing.Point(415, 209);
|
||||||
|
@ -681,7 +801,7 @@
|
||||||
this.labelSubControlVer4.BackPictureBox2 = null;
|
this.labelSubControlVer4.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer4.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer4.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer4.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer4.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer4.InitVisible = true;
|
this.labelSubControlVer4.InitVisible = true;
|
||||||
this.labelSubControlVer4.LineSpacing = 0F;
|
this.labelSubControlVer4.LineSpacing = 0F;
|
||||||
this.labelSubControlVer4.Location = new System.Drawing.Point(706, 157);
|
this.labelSubControlVer4.Location = new System.Drawing.Point(706, 157);
|
||||||
|
@ -700,7 +820,7 @@
|
||||||
this.labelSub8.BackPictureBox2 = null;
|
this.labelSub8.BackPictureBox2 = null;
|
||||||
this.labelSub8.BorderColor = System.Drawing.Color.Black;
|
this.labelSub8.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub8.InitVisible = true;
|
this.labelSub8.InitVisible = true;
|
||||||
this.labelSub8.LineSpacing = 0F;
|
this.labelSub8.LineSpacing = 0F;
|
||||||
this.labelSub8.Location = new System.Drawing.Point(675, 183);
|
this.labelSub8.Location = new System.Drawing.Point(675, 183);
|
||||||
|
@ -719,7 +839,7 @@
|
||||||
this.labelSubControlVer8.BackPictureBox2 = null;
|
this.labelSubControlVer8.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer8.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer8.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer8.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer8.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer8.InitVisible = true;
|
this.labelSubControlVer8.InitVisible = true;
|
||||||
this.labelSubControlVer8.LineSpacing = 0F;
|
this.labelSubControlVer8.LineSpacing = 0F;
|
||||||
this.labelSubControlVer8.Location = new System.Drawing.Point(706, 183);
|
this.labelSubControlVer8.Location = new System.Drawing.Point(706, 183);
|
||||||
|
@ -738,7 +858,7 @@
|
||||||
this.labelSub3.BackPictureBox2 = null;
|
this.labelSub3.BackPictureBox2 = null;
|
||||||
this.labelSub3.BorderColor = System.Drawing.Color.Black;
|
this.labelSub3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub3.InitVisible = true;
|
this.labelSub3.InitVisible = true;
|
||||||
this.labelSub3.LineSpacing = 0F;
|
this.labelSub3.LineSpacing = 0F;
|
||||||
this.labelSub3.Location = new System.Drawing.Point(578, 157);
|
this.labelSub3.Location = new System.Drawing.Point(578, 157);
|
||||||
|
@ -757,7 +877,7 @@
|
||||||
this.labelSubControlVer3.BackPictureBox2 = null;
|
this.labelSubControlVer3.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer3.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer3.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer3.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer3.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer3.InitVisible = true;
|
this.labelSubControlVer3.InitVisible = true;
|
||||||
this.labelSubControlVer3.LineSpacing = 0F;
|
this.labelSubControlVer3.LineSpacing = 0F;
|
||||||
this.labelSubControlVer3.Location = new System.Drawing.Point(609, 157);
|
this.labelSubControlVer3.Location = new System.Drawing.Point(609, 157);
|
||||||
|
@ -776,7 +896,7 @@
|
||||||
this.labelSub2.BackPictureBox2 = null;
|
this.labelSub2.BackPictureBox2 = null;
|
||||||
this.labelSub2.BorderColor = System.Drawing.Color.Black;
|
this.labelSub2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub2.InitVisible = true;
|
this.labelSub2.InitVisible = true;
|
||||||
this.labelSub2.LineSpacing = 0F;
|
this.labelSub2.LineSpacing = 0F;
|
||||||
this.labelSub2.Location = new System.Drawing.Point(481, 157);
|
this.labelSub2.Location = new System.Drawing.Point(481, 157);
|
||||||
|
@ -795,7 +915,7 @@
|
||||||
this.labelSubControlVer2.BackPictureBox2 = null;
|
this.labelSubControlVer2.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer2.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer2.InitVisible = true;
|
this.labelSubControlVer2.InitVisible = true;
|
||||||
this.labelSubControlVer2.LineSpacing = 0F;
|
this.labelSubControlVer2.LineSpacing = 0F;
|
||||||
this.labelSubControlVer2.Location = new System.Drawing.Point(512, 157);
|
this.labelSubControlVer2.Location = new System.Drawing.Point(512, 157);
|
||||||
|
@ -814,7 +934,7 @@
|
||||||
this.labelSub1.BackPictureBox2 = null;
|
this.labelSub1.BackPictureBox2 = null;
|
||||||
this.labelSub1.BorderColor = System.Drawing.Color.Black;
|
this.labelSub1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSub1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSub1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSub1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSub1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSub1.InitVisible = true;
|
this.labelSub1.InitVisible = true;
|
||||||
this.labelSub1.LineSpacing = 0F;
|
this.labelSub1.LineSpacing = 0F;
|
||||||
this.labelSub1.Location = new System.Drawing.Point(384, 157);
|
this.labelSub1.Location = new System.Drawing.Point(384, 157);
|
||||||
|
@ -833,7 +953,7 @@
|
||||||
this.labelSubControlVer1.BackPictureBox2 = null;
|
this.labelSubControlVer1.BackPictureBox2 = null;
|
||||||
this.labelSubControlVer1.BorderColor = System.Drawing.Color.Black;
|
this.labelSubControlVer1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelSubControlVer1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelSubControlVer1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelSubControlVer1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelSubControlVer1.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelSubControlVer1.InitVisible = true;
|
this.labelSubControlVer1.InitVisible = true;
|
||||||
this.labelSubControlVer1.LineSpacing = 0F;
|
this.labelSubControlVer1.LineSpacing = 0F;
|
||||||
this.labelSubControlVer1.Location = new System.Drawing.Point(415, 157);
|
this.labelSubControlVer1.Location = new System.Drawing.Point(415, 157);
|
||||||
|
@ -852,7 +972,7 @@
|
||||||
this.labelInfo1.BackPictureBox2 = null;
|
this.labelInfo1.BackPictureBox2 = null;
|
||||||
this.labelInfo1.BorderColor = System.Drawing.Color.Black;
|
this.labelInfo1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInfo1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInfo1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInfo1.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
this.labelInfo1.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInfo1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
this.labelInfo1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
this.labelInfo1.InitVisible = true;
|
this.labelInfo1.InitVisible = true;
|
||||||
this.labelInfo1.LineSpacing = 0F;
|
this.labelInfo1.LineSpacing = 0F;
|
||||||
|
@ -872,7 +992,7 @@
|
||||||
this.labelInfo2.BackPictureBox2 = null;
|
this.labelInfo2.BackPictureBox2 = null;
|
||||||
this.labelInfo2.BorderColor = System.Drawing.Color.Black;
|
this.labelInfo2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelInfo2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelInfo2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelInfo2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelInfo2.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelInfo2.ForeColor = System.Drawing.Color.SaddleBrown;
|
this.labelInfo2.ForeColor = System.Drawing.Color.SaddleBrown;
|
||||||
this.labelInfo2.InitVisible = true;
|
this.labelInfo2.InitVisible = true;
|
||||||
this.labelInfo2.LineSpacing = 0F;
|
this.labelInfo2.LineSpacing = 0F;
|
||||||
|
@ -892,7 +1012,7 @@
|
||||||
this.labelMainControlVer.BackPictureBox2 = null;
|
this.labelMainControlVer.BackPictureBox2 = null;
|
||||||
this.labelMainControlVer.BorderColor = System.Drawing.Color.Black;
|
this.labelMainControlVer.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelMainControlVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelMainControlVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelMainControlVer.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelMainControlVer.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelMainControlVer.InitVisible = true;
|
this.labelMainControlVer.InitVisible = true;
|
||||||
this.labelMainControlVer.LineSpacing = 0F;
|
this.labelMainControlVer.LineSpacing = 0F;
|
||||||
this.labelMainControlVer.Location = new System.Drawing.Point(425, 131);
|
this.labelMainControlVer.Location = new System.Drawing.Point(425, 131);
|
||||||
|
@ -911,7 +1031,7 @@
|
||||||
this.labelDisplayVer.BackPictureBox2 = null;
|
this.labelDisplayVer.BackPictureBox2 = null;
|
||||||
this.labelDisplayVer.BorderColor = System.Drawing.Color.Black;
|
this.labelDisplayVer.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelDisplayVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelDisplayVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelDisplayVer.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelDisplayVer.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelDisplayVer.InitVisible = true;
|
this.labelDisplayVer.InitVisible = true;
|
||||||
this.labelDisplayVer.LineSpacing = 0F;
|
this.labelDisplayVer.LineSpacing = 0F;
|
||||||
this.labelDisplayVer.Location = new System.Drawing.Point(425, 105);
|
this.labelDisplayVer.Location = new System.Drawing.Point(425, 105);
|
||||||
|
@ -962,7 +1082,7 @@
|
||||||
this.labelCompany.BackPictureBox2 = null;
|
this.labelCompany.BackPictureBox2 = null;
|
||||||
this.labelCompany.BorderColor = System.Drawing.Color.Black;
|
this.labelCompany.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelCompany.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelCompany.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelCompany.Font = new System.Drawing.Font("New Gulim", 18F, System.Drawing.FontStyle.Bold);
|
this.labelCompany.Font = new System.Drawing.Font("새굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelCompany.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
this.labelCompany.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
this.labelCompany.InitVisible = true;
|
this.labelCompany.InitVisible = true;
|
||||||
this.labelCompany.LineSpacing = 0F;
|
this.labelCompany.LineSpacing = 0F;
|
||||||
|
@ -982,7 +1102,7 @@
|
||||||
this.labelWebsite.BackPictureBox2 = null;
|
this.labelWebsite.BackPictureBox2 = null;
|
||||||
this.labelWebsite.BorderColor = System.Drawing.Color.Black;
|
this.labelWebsite.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelWebsite.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelWebsite.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelWebsite.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelWebsite.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelWebsite.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
this.labelWebsite.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
this.labelWebsite.InitVisible = true;
|
this.labelWebsite.InitVisible = true;
|
||||||
this.labelWebsite.LineSpacing = 0F;
|
this.labelWebsite.LineSpacing = 0F;
|
||||||
|
@ -1002,7 +1122,7 @@
|
||||||
this.labelAddress1.BackPictureBox2 = null;
|
this.labelAddress1.BackPictureBox2 = null;
|
||||||
this.labelAddress1.BorderColor = System.Drawing.Color.Black;
|
this.labelAddress1.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelAddress1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelAddress1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelAddress1.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelAddress1.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelAddress1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.labelAddress1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||||
this.labelAddress1.InitVisible = true;
|
this.labelAddress1.InitVisible = true;
|
||||||
this.labelAddress1.LineSpacing = 0F;
|
this.labelAddress1.LineSpacing = 0F;
|
||||||
|
@ -1022,7 +1142,7 @@
|
||||||
this.labelEmail.BackPictureBox2 = null;
|
this.labelEmail.BackPictureBox2 = null;
|
||||||
this.labelEmail.BorderColor = System.Drawing.Color.Black;
|
this.labelEmail.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelEmail.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelEmail.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelEmail.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelEmail.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelEmail.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
this.labelEmail.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
this.labelEmail.InitVisible = true;
|
this.labelEmail.InitVisible = true;
|
||||||
this.labelEmail.LineSpacing = 0F;
|
this.labelEmail.LineSpacing = 0F;
|
||||||
|
@ -1042,7 +1162,7 @@
|
||||||
this.labelTelNumber.BackPictureBox2 = null;
|
this.labelTelNumber.BackPictureBox2 = null;
|
||||||
this.labelTelNumber.BorderColor = System.Drawing.Color.Black;
|
this.labelTelNumber.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTelNumber.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTelNumber.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTelNumber.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelTelNumber.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTelNumber.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
this.labelTelNumber.ForeColor = System.Drawing.SystemColors.ActiveCaption;
|
||||||
this.labelTelNumber.InitVisible = true;
|
this.labelTelNumber.InitVisible = true;
|
||||||
this.labelTelNumber.LineSpacing = 0F;
|
this.labelTelNumber.LineSpacing = 0F;
|
||||||
|
@ -1062,7 +1182,7 @@
|
||||||
this.labelAddress2.BackPictureBox2 = null;
|
this.labelAddress2.BackPictureBox2 = null;
|
||||||
this.labelAddress2.BorderColor = System.Drawing.Color.Black;
|
this.labelAddress2.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelAddress2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelAddress2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelAddress2.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.labelAddress2.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelAddress2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.labelAddress2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||||
this.labelAddress2.InitVisible = true;
|
this.labelAddress2.InitVisible = true;
|
||||||
this.labelAddress2.LineSpacing = 0F;
|
this.labelAddress2.LineSpacing = 0F;
|
||||||
|
@ -1075,126 +1195,6 @@
|
||||||
this.labelAddress2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
this.labelAddress2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
this.labelAddress2.Wordwrap = false;
|
this.labelAddress2.Wordwrap = false;
|
||||||
//
|
//
|
||||||
// labelTitleDllAes128Ver
|
|
||||||
//
|
|
||||||
this.labelTitleDllAes128Ver.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleDllAes128Ver.BackPictureBox1 = null;
|
|
||||||
this.labelTitleDllAes128Ver.BackPictureBox2 = null;
|
|
||||||
this.labelTitleDllAes128Ver.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleDllAes128Ver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleDllAes128Ver.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleDllAes128Ver.InitVisible = true;
|
|
||||||
this.labelTitleDllAes128Ver.LineSpacing = 0F;
|
|
||||||
this.labelTitleDllAes128Ver.Location = new System.Drawing.Point(645, 131);
|
|
||||||
this.labelTitleDllAes128Ver.Name = "labelTitleDllAes128Ver";
|
|
||||||
this.labelTitleDllAes128Ver.Size = new System.Drawing.Size(35, 20);
|
|
||||||
this.labelTitleDllAes128Ver.TabIndex = 222;
|
|
||||||
this.labelTitleDllAes128Ver.Text = "Ver";
|
|
||||||
this.labelTitleDllAes128Ver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelTitleDllAes128Ver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleDllAes128Ver.Visible = false;
|
|
||||||
this.labelTitleDllAes128Ver.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelTitleDllUserMgrVer
|
|
||||||
//
|
|
||||||
this.labelTitleDllUserMgrVer.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleDllUserMgrVer.BackPictureBox1 = null;
|
|
||||||
this.labelTitleDllUserMgrVer.BackPictureBox2 = null;
|
|
||||||
this.labelTitleDllUserMgrVer.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleDllUserMgrVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleDllUserMgrVer.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleDllUserMgrVer.InitVisible = true;
|
|
||||||
this.labelTitleDllUserMgrVer.LineSpacing = 0F;
|
|
||||||
this.labelTitleDllUserMgrVer.Location = new System.Drawing.Point(645, 105);
|
|
||||||
this.labelTitleDllUserMgrVer.Name = "labelTitleDllUserMgrVer";
|
|
||||||
this.labelTitleDllUserMgrVer.Size = new System.Drawing.Size(35, 20);
|
|
||||||
this.labelTitleDllUserMgrVer.TabIndex = 221;
|
|
||||||
this.labelTitleDllUserMgrVer.Text = "Ver";
|
|
||||||
this.labelTitleDllUserMgrVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelTitleDllUserMgrVer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleDllUserMgrVer.Visible = false;
|
|
||||||
this.labelTitleDllUserMgrVer.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelTitleDllAes128
|
|
||||||
//
|
|
||||||
this.labelTitleDllAes128.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleDllAes128.BackPictureBox1 = null;
|
|
||||||
this.labelTitleDllAes128.BackPictureBox2 = null;
|
|
||||||
this.labelTitleDllAes128.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleDllAes128.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleDllAes128.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleDllAes128.InitVisible = true;
|
|
||||||
this.labelTitleDllAes128.LineSpacing = 0F;
|
|
||||||
this.labelTitleDllAes128.Location = new System.Drawing.Point(539, 131);
|
|
||||||
this.labelTitleDllAes128.Name = "labelTitleDllAes128";
|
|
||||||
this.labelTitleDllAes128.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelTitleDllAes128.TabIndex = 219;
|
|
||||||
this.labelTitleDllAes128.Text = "DllAes128";
|
|
||||||
this.labelTitleDllAes128.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelTitleDllAes128.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleDllAes128.Visible = false;
|
|
||||||
this.labelTitleDllAes128.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelTitleDllUserMgr
|
|
||||||
//
|
|
||||||
this.labelTitleDllUserMgr.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelTitleDllUserMgr.BackPictureBox1 = null;
|
|
||||||
this.labelTitleDllUserMgr.BackPictureBox2 = null;
|
|
||||||
this.labelTitleDllUserMgr.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelTitleDllUserMgr.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelTitleDllUserMgr.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelTitleDllUserMgr.InitVisible = true;
|
|
||||||
this.labelTitleDllUserMgr.LineSpacing = 0F;
|
|
||||||
this.labelTitleDllUserMgr.Location = new System.Drawing.Point(539, 105);
|
|
||||||
this.labelTitleDllUserMgr.Name = "labelTitleDllUserMgr";
|
|
||||||
this.labelTitleDllUserMgr.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelTitleDllUserMgr.TabIndex = 220;
|
|
||||||
this.labelTitleDllUserMgr.Text = "DllUserMgr";
|
|
||||||
this.labelTitleDllUserMgr.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelTitleDllUserMgr.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelTitleDllUserMgr.Visible = false;
|
|
||||||
this.labelTitleDllUserMgr.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelAes128Ver
|
|
||||||
//
|
|
||||||
this.labelAes128Ver.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelAes128Ver.BackPictureBox1 = null;
|
|
||||||
this.labelAes128Ver.BackPictureBox2 = null;
|
|
||||||
this.labelAes128Ver.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelAes128Ver.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelAes128Ver.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelAes128Ver.InitVisible = true;
|
|
||||||
this.labelAes128Ver.LineSpacing = 0F;
|
|
||||||
this.labelAes128Ver.Location = new System.Drawing.Point(686, 131);
|
|
||||||
this.labelAes128Ver.Name = "labelAes128Ver";
|
|
||||||
this.labelAes128Ver.Size = new System.Drawing.Size(80, 20);
|
|
||||||
this.labelAes128Ver.TabIndex = 217;
|
|
||||||
this.labelAes128Ver.Text = "1.0";
|
|
||||||
this.labelAes128Ver.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelAes128Ver.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelAes128Ver.Visible = false;
|
|
||||||
this.labelAes128Ver.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelUserMgerVer
|
|
||||||
//
|
|
||||||
this.labelUserMgerVer.BackPictureBox = this.smartForm1;
|
|
||||||
this.labelUserMgerVer.BackPictureBox1 = null;
|
|
||||||
this.labelUserMgerVer.BackPictureBox2 = null;
|
|
||||||
this.labelUserMgerVer.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelUserMgerVer.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelUserMgerVer.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelUserMgerVer.InitVisible = true;
|
|
||||||
this.labelUserMgerVer.LineSpacing = 0F;
|
|
||||||
this.labelUserMgerVer.Location = new System.Drawing.Point(686, 105);
|
|
||||||
this.labelUserMgerVer.Name = "labelUserMgerVer";
|
|
||||||
this.labelUserMgerVer.Size = new System.Drawing.Size(80, 20);
|
|
||||||
this.labelUserMgerVer.TabIndex = 218;
|
|
||||||
this.labelUserMgerVer.Text = "1.0";
|
|
||||||
this.labelUserMgerVer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
||||||
this.labelUserMgerVer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelUserMgerVer.Visible = false;
|
|
||||||
this.labelUserMgerVer.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// FormInformation
|
// FormInformation
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
|
|
@ -58,16 +58,10 @@ namespace INT69DB_2A.Forms
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Information";
|
this.labelTitle.Text = "Information";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "信息";
|
this.labelTitle.Text = "信息";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
|
@ -211,248 +211,299 @@
|
||||||
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
AgCICRYAQEywAABiggUAEBMsAICYYAEAxAQLACAmWAAAMcECAIgJFgBATLAAAGKCBQAQEywAgJhgAQDE
|
||||||
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
BAsAICZYAAAxwQIAiAkWAEBMsAAAYoIFABATLACAmGABAMQECwAgJlgAADHBAgCICRYAQEywAABiggUA
|
||||||
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
EBMsAICYYAEApPb6AaoZKCzs3dg8AAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="buttonBack.DisableImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
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
|
||||||
|
Z/8BKGeNyS3v/jQAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
EPAlSQAAAABJRU5ErkJggg==
|
||||||
eVBMUXyQhbTIIIjxjhYXEWNkloMgu5aXYQFBwmtGScRJBmkR55eWFt6+/QGKM1CMcz/99CMULoLSY5yk
|
|
||||||
f4UcHOyvrCwtS2VFXnCGsjFuw82XYA8TeB4euekZ5L/Nio5OTkhIv3kzPw+719Ka6uqmpiZaErAdRQoh
|
|
||||||
5NAc6OaE8iA1gYTwWF5mkba3t2A3IHESn9vbtDy8XVlhkaA4gKFra8vr65hxVzY2OEUikTNra9Dl1VWi
|
|
||||||
MH11FcrKGiP0mFJRMAi+IqkIkqura4lIBJjU5OSMtDTs80qKi6uqqlDiZEsC+jd4aMiBhxYfBDGCGc6H
|
|
||||||
oYDZ2dmCNQwSURxgX4Tgkb5shA2lAh7ybWl1FcqaLlXZMwAjpoNhfR1KZIMRekzZiL8YwVe0Z4FQcMJJ
|
|
||||||
4JSfk5OdkZGdmXkrL4+2IJQEhBxSSDbkcAFCDimEkiotMiwSA0AMlQYCvCR3kp5n/sQBs+dlFW8c65lP
|
|
||||||
vHVQHfJQmE2p0K8cGD7xtaamxtqef8LUyigxPqGyogJ7odKSErQgysOlEEYspsqRf99GCoEHLqJFU5qX
|
|
||||||
JDWpTYywRjPK2krPv1foOggNJMZRLA8wnskLBwbB8fPnz2NjYzUMVU98pfYZ0qm1uRnJU1tTgxYEHqSQ
|
|
||||||
bMihytGqABdxfY2UVRkk1hZWFL5SoWa/S+g6Lje418/xwG4q9CuE/glnmKhzZv8HBb6teUpKSm9PDzDg
|
|
||||||
HAj95RFdiG4nuSpHXcT1AdYQRZ4/KJQEgozneOAiBZ4tRugxlW3k8dZWZGSkoYUeiwS1c7RFSUDOAAP1
|
|
||||||
DZ+cf7iQo1WOCzmOhDXkg4WWL4gsD+ciaj1MBwAnO4zs7e3l5+fbOlhTFhbpou4ZUJWVlQEAboHQzYmC
|
|
||||||
fygP9Y+CHbICm/6wAOZYHsY3hIdiQHZ3dwGDT/Bw/1vMIRL0gvZJ/CE5ORkuQs5QofMiTR4KA7dQo7ln
|
|
||||||
08f/KUIynZFjSWA9xYDs7+8fHBzgdcfExHD+oXqIRNXM2sTFRZiQkIA4RK2Dr2iAcRj0wQrxfVSoKX9M
|
|
||||||
mJg6hgGCA7xivOi6urq4uDjUA5o/sqqIRFXXVMPOwUboIgQeevFHJbBKKBRY2fF5hsoKZhNV+eT/AKO9
|
|
||||||
Kml+s4BQAAAAAElFTkSuQmCC
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonBack.UpImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
<value>
|
<value>
|
||||||
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
|
/75aOx5brnAAAAAASUVORK5CYII=
|
||||||
FKIquw8x4FNZWTlNnyhcpNKYuJFYbd++ncvMQNYVo5mj3AbkFiJQDFXxoVMeRTLf+DGLj/3PYhxKtMjY
|
|
||||||
4VwoLy9nahKX+ObiNjaTkIKSKEzIEBcv+/Z8RHMoifbB9JiZmen8Jt2yZYv4PMiNm0MHkVV9fX1xcTH7
|
|
||||||
gVg/zs1VSbSJiWqtforpQyN68k8KQ4OcOTlUZcowTJkRHxX/nkvZz5pm8D+LaHt9kqb07wAAAABJRU5E
|
|
||||||
rkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="pictureBoxFormIcon.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -5768,22 +5768,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = item.IsMainDisplayClear;
|
structItem.IsMainDisplayClear = item.IsMainDisplayClear;
|
||||||
structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu;
|
structItem.IsMainDispalySubMenu = item.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = item.IsMenuTimeSetting;
|
structItem.IsMenuTime = item.IsMenuTime;
|
||||||
structItem.IsMenuInformation = item.IsMenuInformation;
|
structItem.IsMenuInformation = item.IsMenuInformation;
|
||||||
structItem.IsMenuDataBackup = item.IsMenuDataBackup;
|
structItem.IsMenuDataBackup = item.IsMenuDataBackup;
|
||||||
structItem.IsMenuCalibration = item.IsMenuCalibration;
|
structItem.IsMenuCalibration = item.IsMenuCalibration;
|
||||||
structItem.IsMenuCommunicationSetting = item.IsMenuCommunicationSetting;
|
structItem.IsMenuCommunication = item.IsMenuCommunication;
|
||||||
structItem.IsMenuConfiguration = item.IsMenuConfiguration;
|
structItem.IsMenuConfiguration = item.IsMenuConfiguration;
|
||||||
structItem.IsMenuSystemSetting = item.IsMenuSystemSetting;
|
structItem.IsMenuSystem = item.IsMenuSystem;
|
||||||
structItem.IsMenuMotorSetting = item.IsMenuMotorSetting;
|
structItem.IsMenuMotor = item.IsMenuMotor;
|
||||||
structItem.IsMenuUpdate = item.IsMenuUpdate;
|
structItem.IsMenuUpdate = item.IsMenuUpdate;
|
||||||
structItem.IsMenuFactoryReset = item.IsMenuFactoryReset;
|
structItem.IsMenuInitialization = item.IsMenuInitialization;
|
||||||
structItem.IsMenuEquipmentSetting = item.IsMenuEquipmentSetting;
|
structItem.IsMenuEquipment = item.IsMenuEquipment;
|
||||||
structItem.IsMenuIOTest = item.IsMenuIOTest;
|
structItem.IsMenuIOTest = item.IsMenuIOTest;
|
||||||
structItem.IsMenuDataStatistics = item.IsMenuDataStatistics;
|
structItem.IsMenuStatistics = item.IsMenuStatistics;
|
||||||
structItem.IsMenuUserSetting = item.IsMenuUserSetting;
|
structItem.IsMenuUser = item.IsMenuUser;
|
||||||
structItem.IsMenuUserGroupSetting = item.IsMenuUserGroupSetting;
|
structItem.IsMenuUserGroupEditor = item.IsMenuUserGroupEditor;
|
||||||
structItem.IsMenuDataViewer = item.IsMenuDataViewer;
|
structItem.IsMenuViewer = item.IsMenuViewer;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -5817,22 +5817,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = true;
|
structItem.IsMainDisplayClear = true;
|
||||||
structItem.IsMainDispalySubMenu = true;
|
structItem.IsMainDispalySubMenu = true;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = true;
|
structItem.IsMenuTime = true;
|
||||||
structItem.IsMenuInformation = true;
|
structItem.IsMenuInformation = true;
|
||||||
structItem.IsMenuDataBackup = true;
|
structItem.IsMenuDataBackup = true;
|
||||||
structItem.IsMenuCalibration = true;
|
structItem.IsMenuCalibration = true;
|
||||||
structItem.IsMenuCommunicationSetting = true;
|
structItem.IsMenuCommunication = true;
|
||||||
structItem.IsMenuConfiguration = true;
|
structItem.IsMenuConfiguration = true;
|
||||||
structItem.IsMenuSystemSetting = true;
|
structItem.IsMenuSystem = true;
|
||||||
structItem.IsMenuMotorSetting = true;
|
structItem.IsMenuMotor = true;
|
||||||
structItem.IsMenuUpdate = true;
|
structItem.IsMenuUpdate = true;
|
||||||
structItem.IsMenuFactoryReset = true;
|
structItem.IsMenuInitialization = true;
|
||||||
structItem.IsMenuEquipmentSetting = true;
|
structItem.IsMenuEquipment = true;
|
||||||
structItem.IsMenuIOTest = true;
|
structItem.IsMenuIOTest = true;
|
||||||
structItem.IsMenuDataStatistics = true;
|
structItem.IsMenuStatistics = true;
|
||||||
structItem.IsMenuUserSetting = true;
|
structItem.IsMenuUser = true;
|
||||||
structItem.IsMenuUserGroupSetting = true;
|
structItem.IsMenuUserGroupEditor = true;
|
||||||
structItem.IsMenuDataViewer = true;
|
structItem.IsMenuViewer = true;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -5887,22 +5887,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = item.Level1.IsMainDisplayClear;
|
structItem.IsMainDisplayClear = item.Level1.IsMainDisplayClear;
|
||||||
structItem.IsMainDispalySubMenu = item.Level1.IsMainDisplaySubMenu;
|
structItem.IsMainDispalySubMenu = item.Level1.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = item.Level1.IsMenuTimeSetting;
|
structItem.IsMenuTime = item.Level1.IsMenuTime;
|
||||||
structItem.IsMenuInformation = item.Level1.IsMenuInformation;
|
structItem.IsMenuInformation = item.Level1.IsMenuInformation;
|
||||||
structItem.IsMenuDataBackup = item.Level1.IsMenuDataBackup;
|
structItem.IsMenuDataBackup = item.Level1.IsMenuDataBackup;
|
||||||
structItem.IsMenuCalibration = item.Level1.IsMenuCalibration;
|
structItem.IsMenuCalibration = item.Level1.IsMenuCalibration;
|
||||||
structItem.IsMenuCommunicationSetting = item.Level1.IsMenuCommunicationSetting;
|
structItem.IsMenuCommunication = item.Level1.IsMenuCommunication;
|
||||||
structItem.IsMenuConfiguration = item.Level1.IsMenuConfiguration;
|
structItem.IsMenuConfiguration = item.Level1.IsMenuConfiguration;
|
||||||
structItem.IsMenuSystemSetting = item.Level1.IsMenuSystemSetting;
|
structItem.IsMenuSystem = item.Level1.IsMenuSystem;
|
||||||
structItem.IsMenuMotorSetting = item.Level1.IsMenuMotorSetting;
|
structItem.IsMenuMotor = item.Level1.IsMenuMotor;
|
||||||
structItem.IsMenuUpdate = item.Level1.IsMenuUpdate;
|
structItem.IsMenuUpdate = item.Level1.IsMenuUpdate;
|
||||||
structItem.IsMenuFactoryReset = item.Level1.IsMenuFactoryReset;
|
structItem.IsMenuInitialization = item.Level1.IsMenuInitialization;
|
||||||
structItem.IsMenuEquipmentSetting = item.Level1.IsMenuEquipmentSetting;
|
structItem.IsMenuEquipment = item.Level1.IsMenuEquipment;
|
||||||
structItem.IsMenuIOTest = item.Level1.IsMenuIOTest;
|
structItem.IsMenuIOTest = item.Level1.IsMenuIOTest;
|
||||||
structItem.IsMenuDataStatistics = item.Level1.IsMenuDataStatistics;
|
structItem.IsMenuStatistics = item.Level1.IsMenuStatistics;
|
||||||
structItem.IsMenuUserSetting = item.Level1.IsMenuUserSetting;
|
structItem.IsMenuUser = item.Level1.IsMenuUser;
|
||||||
structItem.IsMenuUserGroupSetting = item.Level1.IsMenuUserGroupSetting;
|
structItem.IsMenuUserGroupEditor = item.Level1.IsMenuUserGroupEditor;
|
||||||
structItem.IsMenuDataViewer = item.Level1.IsMenuDataViewer;
|
structItem.IsMenuViewer = item.Level1.IsMenuViewer;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -5934,22 +5934,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = item.Level2.IsMainDisplayClear;
|
structItem.IsMainDisplayClear = item.Level2.IsMainDisplayClear;
|
||||||
structItem.IsMainDispalySubMenu = item.Level2.IsMainDisplaySubMenu;
|
structItem.IsMainDispalySubMenu = item.Level2.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = item.Level2.IsMenuTimeSetting;
|
structItem.IsMenuTime = item.Level2.IsMenuTime;
|
||||||
structItem.IsMenuInformation = item.Level2.IsMenuInformation;
|
structItem.IsMenuInformation = item.Level2.IsMenuInformation;
|
||||||
structItem.IsMenuDataBackup = item.Level2.IsMenuDataBackup;
|
structItem.IsMenuDataBackup = item.Level2.IsMenuDataBackup;
|
||||||
structItem.IsMenuCalibration = item.Level2.IsMenuCalibration;
|
structItem.IsMenuCalibration = item.Level2.IsMenuCalibration;
|
||||||
structItem.IsMenuCommunicationSetting = item.Level2.IsMenuCommunicationSetting;
|
structItem.IsMenuCommunication = item.Level2.IsMenuCommunication;
|
||||||
structItem.IsMenuConfiguration = item.Level2.IsMenuConfiguration;
|
structItem.IsMenuConfiguration = item.Level2.IsMenuConfiguration;
|
||||||
structItem.IsMenuSystemSetting = item.Level2.IsMenuSystemSetting;
|
structItem.IsMenuSystem = item.Level2.IsMenuSystem;
|
||||||
structItem.IsMenuMotorSetting = item.Level2.IsMenuMotorSetting;
|
structItem.IsMenuMotor = item.Level2.IsMenuMotor;
|
||||||
structItem.IsMenuUpdate = item.Level2.IsMenuUpdate;
|
structItem.IsMenuUpdate = item.Level2.IsMenuUpdate;
|
||||||
structItem.IsMenuFactoryReset = item.Level2.IsMenuFactoryReset;
|
structItem.IsMenuInitialization = item.Level2.IsMenuInitialization;
|
||||||
structItem.IsMenuEquipmentSetting = item.Level2.IsMenuEquipmentSetting;
|
structItem.IsMenuEquipment = item.Level2.IsMenuEquipment;
|
||||||
structItem.IsMenuIOTest = item.Level2.IsMenuIOTest;
|
structItem.IsMenuIOTest = item.Level2.IsMenuIOTest;
|
||||||
structItem.IsMenuDataStatistics = item.Level2.IsMenuDataStatistics;
|
structItem.IsMenuStatistics = item.Level2.IsMenuStatistics;
|
||||||
structItem.IsMenuUserSetting = item.Level2.IsMenuUserSetting;
|
structItem.IsMenuUser = item.Level2.IsMenuUser;
|
||||||
structItem.IsMenuUserGroupSetting = item.Level2.IsMenuUserGroupSetting;
|
structItem.IsMenuUserGroupEditor = item.Level2.IsMenuUserGroupEditor;
|
||||||
structItem.IsMenuDataViewer = item.Level2.IsMenuDataViewer;
|
structItem.IsMenuViewer = item.Level2.IsMenuViewer;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -5981,22 +5981,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = item.Level3.IsMainDisplayClear;
|
structItem.IsMainDisplayClear = item.Level3.IsMainDisplayClear;
|
||||||
structItem.IsMainDispalySubMenu = item.Level3.IsMainDisplaySubMenu;
|
structItem.IsMainDispalySubMenu = item.Level3.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = item.Level3.IsMenuTimeSetting;
|
structItem.IsMenuTime = item.Level3.IsMenuTime;
|
||||||
structItem.IsMenuInformation = item.Level3.IsMenuInformation;
|
structItem.IsMenuInformation = item.Level3.IsMenuInformation;
|
||||||
structItem.IsMenuDataBackup = item.Level3.IsMenuDataBackup;
|
structItem.IsMenuDataBackup = item.Level3.IsMenuDataBackup;
|
||||||
structItem.IsMenuCalibration = item.Level3.IsMenuCalibration;
|
structItem.IsMenuCalibration = item.Level3.IsMenuCalibration;
|
||||||
structItem.IsMenuCommunicationSetting = item.Level3.IsMenuCommunicationSetting;
|
structItem.IsMenuCommunication = item.Level3.IsMenuCommunication;
|
||||||
structItem.IsMenuConfiguration = item.Level3.IsMenuConfiguration;
|
structItem.IsMenuConfiguration = item.Level3.IsMenuConfiguration;
|
||||||
structItem.IsMenuSystemSetting = item.Level3.IsMenuSystemSetting;
|
structItem.IsMenuSystem = item.Level3.IsMenuSystem;
|
||||||
structItem.IsMenuMotorSetting = item.Level3.IsMenuMotorSetting;
|
structItem.IsMenuMotor = item.Level3.IsMenuMotor;
|
||||||
structItem.IsMenuUpdate = item.Level3.IsMenuUpdate;
|
structItem.IsMenuUpdate = item.Level3.IsMenuUpdate;
|
||||||
structItem.IsMenuFactoryReset = item.Level3.IsMenuFactoryReset;
|
structItem.IsMenuInitialization = item.Level3.IsMenuInitialization;
|
||||||
structItem.IsMenuEquipmentSetting = item.Level3.IsMenuEquipmentSetting;
|
structItem.IsMenuEquipment = item.Level3.IsMenuEquipment;
|
||||||
structItem.IsMenuIOTest = item.Level3.IsMenuIOTest;
|
structItem.IsMenuIOTest = item.Level3.IsMenuIOTest;
|
||||||
structItem.IsMenuDataStatistics = item.Level3.IsMenuDataStatistics;
|
structItem.IsMenuStatistics = item.Level3.IsMenuStatistics;
|
||||||
structItem.IsMenuUserSetting = item.Level3.IsMenuUserSetting;
|
structItem.IsMenuUser = item.Level3.IsMenuUser;
|
||||||
structItem.IsMenuUserGroupSetting = item.Level3.IsMenuUserGroupSetting;
|
structItem.IsMenuUserGroupEditor = item.Level3.IsMenuUserGroupEditor;
|
||||||
structItem.IsMenuDataViewer = item.Level3.IsMenuDataViewer;
|
structItem.IsMenuViewer = item.Level3.IsMenuViewer;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -6028,22 +6028,22 @@ namespace INT69DB_2A.Forms
|
||||||
structItem.IsMainDisplayClear = item.NotLogin.IsMainDisplayClear;
|
structItem.IsMainDisplayClear = item.NotLogin.IsMainDisplayClear;
|
||||||
structItem.IsMainDispalySubMenu = item.NotLogin.IsMainDisplaySubMenu;
|
structItem.IsMainDispalySubMenu = item.NotLogin.IsMainDisplaySubMenu;
|
||||||
|
|
||||||
structItem.IsMenuTimeSetting = item.NotLogin.IsMenuTimeSetting;
|
structItem.IsMenuTime = item.NotLogin.IsMenuTime;
|
||||||
structItem.IsMenuInformation = item.NotLogin.IsMenuInformation;
|
structItem.IsMenuInformation = item.NotLogin.IsMenuInformation;
|
||||||
structItem.IsMenuDataBackup = item.NotLogin.IsMenuDataBackup;
|
structItem.IsMenuDataBackup = item.NotLogin.IsMenuDataBackup;
|
||||||
structItem.IsMenuCalibration = item.NotLogin.IsMenuCalibration;
|
structItem.IsMenuCalibration = item.NotLogin.IsMenuCalibration;
|
||||||
structItem.IsMenuCommunicationSetting = item.NotLogin.IsMenuCommunicationSetting;
|
structItem.IsMenuCommunication = item.NotLogin.IsMenuCommunication;
|
||||||
structItem.IsMenuConfiguration = item.NotLogin.IsMenuConfiguration;
|
structItem.IsMenuConfiguration = item.NotLogin.IsMenuConfiguration;
|
||||||
structItem.IsMenuSystemSetting = item.NotLogin.IsMenuSystemSetting;
|
structItem.IsMenuSystem = item.NotLogin.IsMenuSystem;
|
||||||
structItem.IsMenuMotorSetting = item.NotLogin.IsMenuMotorSetting;
|
structItem.IsMenuMotor = item.NotLogin.IsMenuMotor;
|
||||||
structItem.IsMenuUpdate = item.NotLogin.IsMenuUpdate;
|
structItem.IsMenuUpdate = item.NotLogin.IsMenuUpdate;
|
||||||
structItem.IsMenuFactoryReset = item.NotLogin.IsMenuFactoryReset;
|
structItem.IsMenuInitialization = item.NotLogin.IsMenuInitialization;
|
||||||
structItem.IsMenuEquipmentSetting = item.NotLogin.IsMenuEquipmentSetting;
|
structItem.IsMenuEquipment = item.NotLogin.IsMenuEquipment;
|
||||||
structItem.IsMenuIOTest = item.NotLogin.IsMenuIOTest;
|
structItem.IsMenuIOTest = item.NotLogin.IsMenuIOTest;
|
||||||
structItem.IsMenuDataStatistics = item.NotLogin.IsMenuDataStatistics;
|
structItem.IsMenuStatistics = item.NotLogin.IsMenuStatistics;
|
||||||
structItem.IsMenuUserSetting = item.NotLogin.IsMenuUserSetting;
|
structItem.IsMenuUser = item.NotLogin.IsMenuUser;
|
||||||
structItem.IsMenuUserGroupSetting = item.NotLogin.IsMenuUserGroupSetting;
|
structItem.IsMenuUserGroupEditor = item.NotLogin.IsMenuUserGroupEditor;
|
||||||
structItem.IsMenuDataViewer = item.NotLogin.IsMenuDataViewer;
|
structItem.IsMenuViewer = item.NotLogin.IsMenuViewer;
|
||||||
|
|
||||||
structItem.Dummy1 = false;
|
structItem.Dummy1 = false;
|
||||||
structItem.Dummy2 = false;
|
structItem.Dummy2 = false;
|
||||||
|
@ -6105,22 +6105,22 @@ namespace INT69DB_2A.Forms
|
||||||
item.Level1.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
item.Level1.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||||
item.Level1.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
item.Level1.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||||
|
|
||||||
item.Level1.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
item.Level1.IsMenuTime = structItem.IsMenuTime;
|
||||||
item.Level1.IsMenuInformation = structItem.IsMenuInformation;
|
item.Level1.IsMenuInformation = structItem.IsMenuInformation;
|
||||||
item.Level1.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
item.Level1.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||||
item.Level1.IsMenuCalibration = structItem.IsMenuCalibration;
|
item.Level1.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||||
item.Level1.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
item.Level1.IsMenuCommunication = structItem.IsMenuCommunication;
|
||||||
item.Level1.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
item.Level1.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||||
item.Level1.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
item.Level1.IsMenuSystem = structItem.IsMenuSystem;
|
||||||
item.Level1.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
item.Level1.IsMenuMotor = structItem.IsMenuMotor;
|
||||||
item.Level1.IsMenuUpdate = structItem.IsMenuUpdate;
|
item.Level1.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||||
item.Level1.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
item.Level1.IsMenuInitialization = structItem.IsMenuInitialization;
|
||||||
item.Level1.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
item.Level1.IsMenuEquipment = structItem.IsMenuEquipment;
|
||||||
item.Level1.IsMenuIOTest = structItem.IsMenuIOTest;
|
item.Level1.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||||
item.Level1.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
item.Level1.IsMenuStatistics = structItem.IsMenuStatistics;
|
||||||
item.Level1.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
item.Level1.IsMenuUser = structItem.IsMenuUser;
|
||||||
item.Level1.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
item.Level1.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor;
|
||||||
item.Level1.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
item.Level1.IsMenuViewer = structItem.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level2
|
#region Level2
|
||||||
|
@ -6131,22 +6131,22 @@ namespace INT69DB_2A.Forms
|
||||||
item.Level2.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
item.Level2.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||||
item.Level2.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
item.Level2.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||||
|
|
||||||
item.Level2.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
item.Level2.IsMenuTime = structItem.IsMenuTime;
|
||||||
item.Level2.IsMenuInformation = structItem.IsMenuInformation;
|
item.Level2.IsMenuInformation = structItem.IsMenuInformation;
|
||||||
item.Level2.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
item.Level2.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||||
item.Level2.IsMenuCalibration = structItem.IsMenuCalibration;
|
item.Level2.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||||
item.Level2.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
item.Level2.IsMenuCommunication = structItem.IsMenuCommunication;
|
||||||
item.Level2.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
item.Level2.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||||
item.Level2.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
item.Level2.IsMenuSystem = structItem.IsMenuSystem;
|
||||||
item.Level2.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
item.Level2.IsMenuMotor = structItem.IsMenuMotor;
|
||||||
item.Level2.IsMenuUpdate = structItem.IsMenuUpdate;
|
item.Level2.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||||
item.Level2.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
item.Level2.IsMenuInitialization = structItem.IsMenuInitialization;
|
||||||
item.Level2.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
item.Level2.IsMenuEquipment = structItem.IsMenuEquipment;
|
||||||
item.Level2.IsMenuIOTest = structItem.IsMenuIOTest;
|
item.Level2.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||||
item.Level2.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
item.Level2.IsMenuStatistics = structItem.IsMenuStatistics;
|
||||||
item.Level2.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
item.Level2.IsMenuUser = structItem.IsMenuUser;
|
||||||
item.Level2.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
item.Level2.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor;
|
||||||
item.Level2.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
item.Level2.IsMenuViewer = structItem.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level3
|
#region Level3
|
||||||
|
@ -6157,22 +6157,22 @@ namespace INT69DB_2A.Forms
|
||||||
item.Level3.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
item.Level3.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||||
item.Level3.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
item.Level3.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||||
|
|
||||||
item.Level3.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
item.Level3.IsMenuTime = structItem.IsMenuTime;
|
||||||
item.Level3.IsMenuInformation = structItem.IsMenuInformation;
|
item.Level3.IsMenuInformation = structItem.IsMenuInformation;
|
||||||
item.Level3.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
item.Level3.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||||
item.Level3.IsMenuCalibration = structItem.IsMenuCalibration;
|
item.Level3.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||||
item.Level3.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
item.Level3.IsMenuCommunication = structItem.IsMenuCommunication;
|
||||||
item.Level3.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
item.Level3.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||||
item.Level3.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
item.Level3.IsMenuSystem = structItem.IsMenuSystem;
|
||||||
item.Level3.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
item.Level3.IsMenuMotor = structItem.IsMenuMotor;
|
||||||
item.Level3.IsMenuUpdate = structItem.IsMenuUpdate;
|
item.Level3.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||||
item.Level3.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
item.Level3.IsMenuInitialization = structItem.IsMenuInitialization;
|
||||||
item.Level3.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
item.Level3.IsMenuEquipment = structItem.IsMenuEquipment;
|
||||||
item.Level3.IsMenuIOTest = structItem.IsMenuIOTest;
|
item.Level3.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||||
item.Level3.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
item.Level3.IsMenuStatistics = structItem.IsMenuStatistics;
|
||||||
item.Level3.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
item.Level3.IsMenuUser = structItem.IsMenuUser;
|
||||||
item.Level3.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
item.Level3.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor;
|
||||||
item.Level3.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
item.Level3.IsMenuViewer = structItem.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
|
@ -6183,22 +6183,22 @@ namespace INT69DB_2A.Forms
|
||||||
item.NotLogin.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
item.NotLogin.IsMainDisplayClear = structItem.IsMainDisplayClear;
|
||||||
item.NotLogin.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
item.NotLogin.IsMainDisplaySubMenu = structItem.IsMainDispalySubMenu;
|
||||||
|
|
||||||
item.NotLogin.IsMenuTimeSetting = structItem.IsMenuTimeSetting;
|
item.NotLogin.IsMenuTime = structItem.IsMenuTime;
|
||||||
item.NotLogin.IsMenuInformation = structItem.IsMenuInformation;
|
item.NotLogin.IsMenuInformation = structItem.IsMenuInformation;
|
||||||
item.NotLogin.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
item.NotLogin.IsMenuDataBackup = structItem.IsMenuDataBackup;
|
||||||
item.NotLogin.IsMenuCalibration = structItem.IsMenuCalibration;
|
item.NotLogin.IsMenuCalibration = structItem.IsMenuCalibration;
|
||||||
item.NotLogin.IsMenuCommunicationSetting = structItem.IsMenuCommunicationSetting;
|
item.NotLogin.IsMenuCommunication = structItem.IsMenuCommunication;
|
||||||
item.NotLogin.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
item.NotLogin.IsMenuConfiguration = structItem.IsMenuConfiguration;
|
||||||
item.NotLogin.IsMenuSystemSetting = structItem.IsMenuSystemSetting;
|
item.NotLogin.IsMenuSystem = structItem.IsMenuSystem;
|
||||||
item.NotLogin.IsMenuMotorSetting = structItem.IsMenuMotorSetting;
|
item.NotLogin.IsMenuMotor = structItem.IsMenuMotor;
|
||||||
item.NotLogin.IsMenuUpdate = structItem.IsMenuUpdate;
|
item.NotLogin.IsMenuUpdate = structItem.IsMenuUpdate;
|
||||||
item.NotLogin.IsMenuFactoryReset = structItem.IsMenuFactoryReset;
|
item.NotLogin.IsMenuInitialization = structItem.IsMenuInitialization;
|
||||||
item.NotLogin.IsMenuEquipmentSetting = structItem.IsMenuEquipmentSetting;
|
item.NotLogin.IsMenuEquipment = structItem.IsMenuEquipment;
|
||||||
item.NotLogin.IsMenuIOTest = structItem.IsMenuIOTest;
|
item.NotLogin.IsMenuIOTest = structItem.IsMenuIOTest;
|
||||||
item.NotLogin.IsMenuDataStatistics = structItem.IsMenuDataStatistics;
|
item.NotLogin.IsMenuStatistics = structItem.IsMenuStatistics;
|
||||||
item.NotLogin.IsMenuUserSetting = structItem.IsMenuUserSetting;
|
item.NotLogin.IsMenuUser = structItem.IsMenuUser;
|
||||||
item.NotLogin.IsMenuUserGroupSetting = structItem.IsMenuUserGroupSetting;
|
item.NotLogin.IsMenuUserGroupEditor = structItem.IsMenuUserGroupEditor;
|
||||||
item.NotLogin.IsMenuDataViewer = structItem.IsMenuDataViewer;
|
item.NotLogin.IsMenuViewer = structItem.IsMenuViewer;
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -115,6 +115,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLoginDisable));
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLoginDisable));
|
||||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLogoutUp));
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLogoutUp));
|
||||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLoginUp));
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMainDisplayLoginUp));
|
||||||
|
|
||||||
if (this.ParentForm.SystemConfig.IsLogin == false)
|
if (this.ParentForm.SystemConfig.IsLogin == false)
|
||||||
{
|
{
|
||||||
this.buttonMenu.Location = new Point(597, 545);
|
this.buttonMenu.Location = new Point(597, 545);
|
||||||
|
@ -172,6 +173,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLoginDisable));
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLoginDisable));
|
||||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLogoutUp));
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLogoutUp));
|
||||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLoginUp));
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMainDisplayLoginUp));
|
||||||
|
|
||||||
if (this.ParentForm.SystemConfig.IsLogin == false)
|
if (this.ParentForm.SystemConfig.IsLogin == false)
|
||||||
{
|
{
|
||||||
this.buttonMenu.Location = new Point(597, 545);
|
this.buttonMenu.Location = new Point(597, 545);
|
||||||
|
|
|
@ -300,29 +300,37 @@
|
||||||
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
|
||||||
|
dygHAAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonUnder.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonUnder.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -597,28 +605,35 @@
|
||||||
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
|
||||||
R9cAAAAASUVORK5CYII=
|
unl5eVLXRSh1gJ+rq/GQQkZstbceHk/5kgGuXbum1WobGhrkBzZrHNKRnJyckpKCj5W6VVVVuF9cdPqS
|
||||||
|
saED/FJWNrBihcKC1P7x83taWEjzeJAsRn+gcFQHkgX2GvUnBds6wE9tbX+mpfVrNKggqKl4fRUQ0Hvg
|
||||||
|
wKOmJprhOI7qQIXC2RS3IVVXK0pKSu7af8IeB3Z1uILS0lI8bmDbU39UsrKycPfhcIGLQ3bIzc1F6aEF
|
||||||
|
zmBSdeAkUlNTM8a/DTMYDEjJqCyjgIOpc5/3J1XHh4/QwSF0cAgdHEIHh9DBIXRwCB0cQgeH0MEhdHAI
|
||||||
|
HRxCB4fQwSF0cAgdHEIHh9DBIXRwCB0cQgeH0MEhdHAIHRyko/N75XcxVIjl13uaWuiLwWqmTd9KOsoq
|
||||||
|
SmhMxZRfKiUdCan7aEzFJKbGkA7/jcv1Bmf+U/hHR7tB7//lctKBFpscRe+oEoQveSAdaHkFY/pNk6kH
|
||||||
|
ApclWHSsDvHTFn5LU1RDftEx2/9hhdT2JX3T3Dr+bzx9RCDMGPM9IjelDjRkVtQaFB6UYpf+Os3kg3AQ
|
||||||
|
FEJDgAhTETiaDR3qbcHL/gOuS2nPgLfV4QAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonPass.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonPass.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -894,31 +909,38 @@
|
||||||
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
|
||||||
zOFPzQoJAAAAAElFTkSuQmCC
|
9ZQpMhV4+8vf/0lmJs0TgReEhIQg+cEXaEhk9uzZ+/btc/2tHK6BQOOlZGBQlgN8W1Pz6/btbTodKghq
|
||||||
|
Kj5fTZ/+bOvWRxUVNEMJHL1QDqKiohDbNCSBYxWO5ziwohi7fmSCHKgmu3btwjEEibk7PL/SbHfQoxz9
|
||||||
|
A2cw5EucF5YuXTp37lw8WxzVcZrkXoO3mD4dH/fu3YtzHWoTLvj7mwyM48BKs92Bm+UAeL/iP8WCk+fl
|
||||||
|
5RkMhvz8fDxDOEhf/zUHh33IJ721KYNU3Y9S1Qvul+N/jSaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaH
|
||||||
|
gCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHgCaHAMlR36Dwmypqw/HnPRVV5TSm
|
||||||
|
YmrM1SSHIS+HxlRMbv4pkiM+KYbGVMwXSbEkR2DoZLPF+vt9quWGxRwYNpnkQItLjKI7qgTmcx1IDrS0
|
||||||
|
jC/ppsqA4XYRHHJMC/HXZ8r/8GLQczgrXfk/rOAtJiGysrq333gaNMDMWFuM2JtcDjRkVtQaFB6U4qam
|
||||||
|
Jlo9KIA5MAqmwUCYKTMcTUEO9bbgif8AznEi7G6PDhEAAAAASUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonOver.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonOver.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -1193,28 +1215,36 @@
|
||||||
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
|
||||||
|
pl2/AAAAAElFTkSuQmCC
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonTare.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonTare.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -1489,13 +1519,21 @@
|
||||||
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
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonProductNo.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonProductNo.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -2494,30 +2532,39 @@
|
||||||
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
|
||||||
|
RK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonScaleZero.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonScaleZero.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -2764,26 +2811,34 @@
|
||||||
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
|
||||||
|
gg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonMenu.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonMenu.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -3047,24 +3102,32 @@
|
||||||
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
|
||||||
YII=
|
JCcnx8TEwHlFRESgl8fFxYWFhVFLZKEXsSrMl+W4PT09gMBIxwSB+Pj4eGNjI9xFa2srOmh3dzey6uvr
|
||||||
|
8RKGh4ezsrKoJ4ELQy6rwny9B9z8/HwMdqS0tbWhmVtaWvR6/ejoKBq4trYWgxJZiMPSLnDRukBEClYI
|
||||||
|
UVFRaFGMfaVSiakObgtNiyzEMTvs4e5ae7jv1h7uHi6v/yUuXb9SXKwKTHHplGtHuBC2aEgBKHY+RUVF
|
||||||
|
mMkGBwexySksLOzd/ASI5fwHxgUHjyuVSktLS0NDQzHZpqWlYb+QmJiI5U56enpGRgZmaZFIRHEbGhqs
|
||||||
|
2cdbjosmxKsHCiDAhKUWtpZgBRbosZ3EFSsbrMiADsFMJpN1dnZOTU2xKsyX5bgQtuAgwBt/574tLy8P
|
||||||
|
e3e5XG7lJxKrcA0GQ39/v0KhwHiCB/gPYeQBFO06MzPDClskq3BtL4F+6nMWtXtxH0yHVZZvRWws7nM0
|
||||||
|
/7Hf/sV97OePUuxf3FGK6UGVPUszphaKLnHHgEk5YpZmxwIkO7VEuFt7myXbpYBHOY1H2J80VrBMO1P1
|
||||||
|
vYqdR9g0SLLj7O0HAXoUzIdtuAgYefAVcBnc7xdfGFg5GwoPxaMBAIydv19cd/4XDCadp8BRoHEAAAAA
|
||||||
|
SUVORK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonClear.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonClear.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
@ -4371,16 +4434,25 @@
|
||||||
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
|
||||||
|
RK5CYII=
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="buttonSubMenu.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="buttonSubMenu.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
|
|
@ -31,20 +31,20 @@
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMenu));
|
||||||
this.smartForm1 = new SmartX.SmartForm();
|
this.smartForm1 = new SmartX.SmartForm();
|
||||||
this.buttonBack = new SmartX.SmartButton();
|
this.buttonBack = new SmartX.SmartButton();
|
||||||
this.buttonTimeSetting = new SmartX.SmartButton();
|
this.buttonTime = new SmartX.SmartButton();
|
||||||
this.buttonInformation = new SmartX.SmartButton();
|
this.buttonInformation = new SmartX.SmartButton();
|
||||||
this.buttonDataBackup = new SmartX.SmartButton();
|
this.buttonDataBackup = new SmartX.SmartButton();
|
||||||
this.buttonSysConfig = new SmartX.SmartButton();
|
this.buttonSystem = new SmartX.SmartButton();
|
||||||
this.buttonCalibration = new SmartX.SmartButton();
|
this.buttonCalibration = new SmartX.SmartButton();
|
||||||
this.buttonConfiguration = new SmartX.SmartButton();
|
this.buttonConfiguration = new SmartX.SmartButton();
|
||||||
this.buttonMotorSetting = new SmartX.SmartButton();
|
this.buttonMotor = new SmartX.SmartButton();
|
||||||
this.buttonFactoryInitialize = new SmartX.SmartButton();
|
this.buttonInitialization = new SmartX.SmartButton();
|
||||||
this.buttonUpdate = new SmartX.SmartButton();
|
this.buttonUpdate = new SmartX.SmartButton();
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||||
this.buttonEquipmentSetting = new SmartX.SmartButton();
|
this.buttonEquipment = new SmartX.SmartButton();
|
||||||
this.buttonIOTest = new SmartX.SmartButton();
|
this.buttonIOTest = new SmartX.SmartButton();
|
||||||
this.buttonEquipmentTest = new SmartX.SmartButton();
|
this.buttonTest = new SmartX.SmartButton();
|
||||||
this.labelUserLevel = new SmartX.SmartLabel();
|
this.labelUserLevel = new SmartX.SmartLabel();
|
||||||
this.labelUserID = new SmartX.SmartLabel();
|
this.labelUserID = new SmartX.SmartLabel();
|
||||||
this.buttonUser = new SmartX.SmartButton();
|
this.buttonUser = new SmartX.SmartButton();
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -101,36 +101,36 @@
|
||||||
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
||||||
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
||||||
//
|
//
|
||||||
// buttonTimeSetting
|
// buttonTime
|
||||||
//
|
//
|
||||||
this.buttonTimeSetting.BackPictureBox = null;
|
this.buttonTime.BackPictureBox = null;
|
||||||
this.buttonTimeSetting.BackPictureBox1 = null;
|
this.buttonTime.BackPictureBox1 = null;
|
||||||
this.buttonTimeSetting.BackPictureBox2 = null;
|
this.buttonTime.BackPictureBox2 = null;
|
||||||
this.buttonTimeSetting.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonTime.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonTimeSetting.ButtonImageAutoSize = true;
|
this.buttonTime.ButtonImageAutoSize = true;
|
||||||
this.buttonTimeSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonTime.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonTimeSetting.DisableImage = null;
|
this.buttonTime.DisableImage = null;
|
||||||
this.buttonTimeSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.DownImage")));
|
this.buttonTime.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTime.DownImage")));
|
||||||
this.buttonTimeSetting.GroupID = 0;
|
this.buttonTime.GroupID = 0;
|
||||||
this.buttonTimeSetting.InitVisible = true;
|
this.buttonTime.InitVisible = true;
|
||||||
this.buttonTimeSetting.Location = new System.Drawing.Point(213, 349);
|
this.buttonTime.Location = new System.Drawing.Point(87, 349);
|
||||||
this.buttonTimeSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonTime.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonTimeSetting.Name = "buttonTimeSetting";
|
this.buttonTime.Name = "buttonTime";
|
||||||
this.buttonTimeSetting.NestedClickEventPrevent = false;
|
this.buttonTime.NestedClickEventPrevent = false;
|
||||||
this.buttonTimeSetting.OutlinePixel = 1;
|
this.buttonTime.OutlinePixel = 1;
|
||||||
this.buttonTimeSetting.RepeatInterval = 200;
|
this.buttonTime.RepeatInterval = 200;
|
||||||
this.buttonTimeSetting.RepeatIntervalAccelerate = null;
|
this.buttonTime.RepeatIntervalAccelerate = null;
|
||||||
this.buttonTimeSetting.SafeInterval = 200;
|
this.buttonTime.SafeInterval = 200;
|
||||||
this.buttonTimeSetting.Size = new System.Drawing.Size(120, 120);
|
this.buttonTime.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonTimeSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonTime.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonTimeSetting.TabIndex = 5;
|
this.buttonTime.TabIndex = 5;
|
||||||
this.buttonTimeSetting.TextColor = System.Drawing.Color.Black;
|
this.buttonTime.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonTimeSetting.TextDownColor = System.Drawing.Color.White;
|
this.buttonTime.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonTimeSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonTime.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonTimeSetting.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonTime.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonTimeSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonTime.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonTimeSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTimeSetting.UpImage")));
|
this.buttonTime.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTime.UpImage")));
|
||||||
this.buttonTimeSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonTime.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonInformation
|
// buttonInformation
|
||||||
//
|
//
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
|
this.buttonDataBackup.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.DownImage")));
|
||||||
this.buttonDataBackup.GroupID = 0;
|
this.buttonDataBackup.GroupID = 0;
|
||||||
this.buttonDataBackup.InitVisible = true;
|
this.buttonDataBackup.InitVisible = true;
|
||||||
this.buttonDataBackup.Location = new System.Drawing.Point(213, 97);
|
this.buttonDataBackup.Location = new System.Drawing.Point(339, 349);
|
||||||
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonDataBackup.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonDataBackup.Name = "buttonDataBackup";
|
this.buttonDataBackup.Name = "buttonDataBackup";
|
||||||
this.buttonDataBackup.NestedClickEventPrevent = false;
|
this.buttonDataBackup.NestedClickEventPrevent = false;
|
||||||
|
@ -194,36 +194,36 @@
|
||||||
this.buttonDataBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.UpImage")));
|
this.buttonDataBackup.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataBackup.UpImage")));
|
||||||
this.buttonDataBackup.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonDataBackup.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonSysConfig
|
// buttonSystem
|
||||||
//
|
//
|
||||||
this.buttonSysConfig.BackPictureBox = null;
|
this.buttonSystem.BackPictureBox = null;
|
||||||
this.buttonSysConfig.BackPictureBox1 = null;
|
this.buttonSystem.BackPictureBox1 = null;
|
||||||
this.buttonSysConfig.BackPictureBox2 = null;
|
this.buttonSystem.BackPictureBox2 = null;
|
||||||
this.buttonSysConfig.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonSystem.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonSysConfig.ButtonImageAutoSize = true;
|
this.buttonSystem.ButtonImageAutoSize = true;
|
||||||
this.buttonSysConfig.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonSystem.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonSysConfig.DisableImage = null;
|
this.buttonSystem.DisableImage = null;
|
||||||
this.buttonSysConfig.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.DownImage")));
|
this.buttonSystem.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.DownImage")));
|
||||||
this.buttonSysConfig.GroupID = 0;
|
this.buttonSystem.GroupID = 0;
|
||||||
this.buttonSysConfig.InitVisible = true;
|
this.buttonSystem.InitVisible = true;
|
||||||
this.buttonSysConfig.Location = new System.Drawing.Point(87, 223);
|
this.buttonSystem.Location = new System.Drawing.Point(591, 97);
|
||||||
this.buttonSysConfig.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonSystem.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonSysConfig.Name = "buttonSysConfig";
|
this.buttonSystem.Name = "buttonSystem";
|
||||||
this.buttonSysConfig.NestedClickEventPrevent = false;
|
this.buttonSystem.NestedClickEventPrevent = false;
|
||||||
this.buttonSysConfig.OutlinePixel = 1;
|
this.buttonSystem.OutlinePixel = 1;
|
||||||
this.buttonSysConfig.RepeatInterval = 200;
|
this.buttonSystem.RepeatInterval = 200;
|
||||||
this.buttonSysConfig.RepeatIntervalAccelerate = null;
|
this.buttonSystem.RepeatIntervalAccelerate = null;
|
||||||
this.buttonSysConfig.SafeInterval = 200;
|
this.buttonSystem.SafeInterval = 200;
|
||||||
this.buttonSysConfig.Size = new System.Drawing.Size(120, 120);
|
this.buttonSystem.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonSysConfig.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonSystem.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonSysConfig.TabIndex = 9;
|
this.buttonSystem.TabIndex = 9;
|
||||||
this.buttonSysConfig.TextColor = System.Drawing.Color.Black;
|
this.buttonSystem.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonSysConfig.TextDownColor = System.Drawing.Color.White;
|
this.buttonSystem.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonSysConfig.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonSystem.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonSysConfig.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonSystem.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonSysConfig.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonSystem.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonSysConfig.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSysConfig.UpImage")));
|
this.buttonSystem.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSystem.UpImage")));
|
||||||
this.buttonSysConfig.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonSystem.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonCalibration
|
// buttonCalibration
|
||||||
//
|
//
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
this.buttonCalibration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCalibration.DownImage")));
|
||||||
this.buttonCalibration.GroupID = 0;
|
this.buttonCalibration.GroupID = 0;
|
||||||
this.buttonCalibration.InitVisible = true;
|
this.buttonCalibration.InitVisible = true;
|
||||||
this.buttonCalibration.Location = new System.Drawing.Point(591, 97);
|
this.buttonCalibration.Location = new System.Drawing.Point(465, 97);
|
||||||
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonCalibration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonCalibration.Name = "buttonCalibration";
|
this.buttonCalibration.Name = "buttonCalibration";
|
||||||
this.buttonCalibration.NestedClickEventPrevent = false;
|
this.buttonCalibration.NestedClickEventPrevent = false;
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
|
this.buttonConfiguration.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.DownImage")));
|
||||||
this.buttonConfiguration.GroupID = 0;
|
this.buttonConfiguration.GroupID = 0;
|
||||||
this.buttonConfiguration.InitVisible = true;
|
this.buttonConfiguration.InitVisible = true;
|
||||||
this.buttonConfiguration.Location = new System.Drawing.Point(339, 97);
|
this.buttonConfiguration.Location = new System.Drawing.Point(213, 97);
|
||||||
this.buttonConfiguration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonConfiguration.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonConfiguration.Name = "buttonConfiguration";
|
this.buttonConfiguration.Name = "buttonConfiguration";
|
||||||
this.buttonConfiguration.NestedClickEventPrevent = false;
|
this.buttonConfiguration.NestedClickEventPrevent = false;
|
||||||
|
@ -287,67 +287,67 @@
|
||||||
this.buttonConfiguration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.UpImage")));
|
this.buttonConfiguration.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonConfiguration.UpImage")));
|
||||||
this.buttonConfiguration.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonConfiguration.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonMotorSetting
|
// buttonMotor
|
||||||
//
|
//
|
||||||
this.buttonMotorSetting.BackPictureBox = null;
|
this.buttonMotor.BackPictureBox = null;
|
||||||
this.buttonMotorSetting.BackPictureBox1 = null;
|
this.buttonMotor.BackPictureBox1 = null;
|
||||||
this.buttonMotorSetting.BackPictureBox2 = null;
|
this.buttonMotor.BackPictureBox2 = null;
|
||||||
this.buttonMotorSetting.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonMotor.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonMotorSetting.ButtonImageAutoSize = true;
|
this.buttonMotor.ButtonImageAutoSize = true;
|
||||||
this.buttonMotorSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonMotor.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonMotorSetting.DisableImage = null;
|
this.buttonMotor.DisableImage = null;
|
||||||
this.buttonMotorSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.DownImage")));
|
this.buttonMotor.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor.DownImage")));
|
||||||
this.buttonMotorSetting.GroupID = 0;
|
this.buttonMotor.GroupID = 0;
|
||||||
this.buttonMotorSetting.InitVisible = true;
|
this.buttonMotor.InitVisible = true;
|
||||||
this.buttonMotorSetting.Location = new System.Drawing.Point(213, 223);
|
this.buttonMotor.Location = new System.Drawing.Point(87, 223);
|
||||||
this.buttonMotorSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonMotor.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonMotorSetting.Name = "buttonMotorSetting";
|
this.buttonMotor.Name = "buttonMotor";
|
||||||
this.buttonMotorSetting.NestedClickEventPrevent = false;
|
this.buttonMotor.NestedClickEventPrevent = false;
|
||||||
this.buttonMotorSetting.OutlinePixel = 1;
|
this.buttonMotor.OutlinePixel = 1;
|
||||||
this.buttonMotorSetting.RepeatInterval = 200;
|
this.buttonMotor.RepeatInterval = 200;
|
||||||
this.buttonMotorSetting.RepeatIntervalAccelerate = null;
|
this.buttonMotor.RepeatIntervalAccelerate = null;
|
||||||
this.buttonMotorSetting.SafeInterval = 200;
|
this.buttonMotor.SafeInterval = 200;
|
||||||
this.buttonMotorSetting.Size = new System.Drawing.Size(120, 120);
|
this.buttonMotor.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonMotorSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonMotor.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonMotorSetting.TabIndex = 12;
|
this.buttonMotor.TabIndex = 12;
|
||||||
this.buttonMotorSetting.TextColor = System.Drawing.Color.Black;
|
this.buttonMotor.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonMotorSetting.TextDownColor = System.Drawing.Color.White;
|
this.buttonMotor.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonMotorSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonMotor.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonMotorSetting.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonMotor.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonMotorSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonMotor.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonMotorSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotorSetting.UpImage")));
|
this.buttonMotor.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonMotor.UpImage")));
|
||||||
this.buttonMotorSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonMotor.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonFactoryInitialize
|
// buttonInitialization
|
||||||
//
|
//
|
||||||
this.buttonFactoryInitialize.BackPictureBox = null;
|
this.buttonInitialization.BackPictureBox = null;
|
||||||
this.buttonFactoryInitialize.BackPictureBox1 = null;
|
this.buttonInitialization.BackPictureBox1 = null;
|
||||||
this.buttonFactoryInitialize.BackPictureBox2 = null;
|
this.buttonInitialization.BackPictureBox2 = null;
|
||||||
this.buttonFactoryInitialize.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonInitialization.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonFactoryInitialize.ButtonImageAutoSize = true;
|
this.buttonInitialization.ButtonImageAutoSize = true;
|
||||||
this.buttonFactoryInitialize.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonInitialization.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonFactoryInitialize.DisableImage = null;
|
this.buttonInitialization.DisableImage = null;
|
||||||
this.buttonFactoryInitialize.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.DownImage")));
|
this.buttonInitialization.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialization.DownImage")));
|
||||||
this.buttonFactoryInitialize.GroupID = 0;
|
this.buttonInitialization.GroupID = 0;
|
||||||
this.buttonFactoryInitialize.InitVisible = true;
|
this.buttonInitialization.InitVisible = true;
|
||||||
this.buttonFactoryInitialize.Location = new System.Drawing.Point(465, 223);
|
this.buttonInitialization.Location = new System.Drawing.Point(591, 223);
|
||||||
this.buttonFactoryInitialize.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonInitialization.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonFactoryInitialize.Name = "buttonFactoryInitialize";
|
this.buttonInitialization.Name = "buttonInitialization";
|
||||||
this.buttonFactoryInitialize.NestedClickEventPrevent = false;
|
this.buttonInitialization.NestedClickEventPrevent = false;
|
||||||
this.buttonFactoryInitialize.OutlinePixel = 1;
|
this.buttonInitialization.OutlinePixel = 1;
|
||||||
this.buttonFactoryInitialize.RepeatInterval = 200;
|
this.buttonInitialization.RepeatInterval = 200;
|
||||||
this.buttonFactoryInitialize.RepeatIntervalAccelerate = null;
|
this.buttonInitialization.RepeatIntervalAccelerate = null;
|
||||||
this.buttonFactoryInitialize.SafeInterval = 200;
|
this.buttonInitialization.SafeInterval = 200;
|
||||||
this.buttonFactoryInitialize.Size = new System.Drawing.Size(120, 120);
|
this.buttonInitialization.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonFactoryInitialize.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonInitialization.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonFactoryInitialize.TabIndex = 14;
|
this.buttonInitialization.TabIndex = 14;
|
||||||
this.buttonFactoryInitialize.TextColor = System.Drawing.Color.Black;
|
this.buttonInitialization.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonFactoryInitialize.TextDownColor = System.Drawing.Color.White;
|
this.buttonInitialization.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonFactoryInitialize.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonInitialization.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonFactoryInitialize.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonInitialization.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonFactoryInitialize.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonInitialization.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonFactoryInitialize.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFactoryInitialize.UpImage")));
|
this.buttonInitialization.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInitialization.UpImage")));
|
||||||
this.buttonFactoryInitialize.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonInitialization.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonUpdate
|
// buttonUpdate
|
||||||
//
|
//
|
||||||
|
@ -361,7 +361,7 @@
|
||||||
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
this.buttonUpdate.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUpdate.DownImage")));
|
||||||
this.buttonUpdate.GroupID = 0;
|
this.buttonUpdate.GroupID = 0;
|
||||||
this.buttonUpdate.InitVisible = true;
|
this.buttonUpdate.InitVisible = true;
|
||||||
this.buttonUpdate.Location = new System.Drawing.Point(339, 223);
|
this.buttonUpdate.Location = new System.Drawing.Point(465, 223);
|
||||||
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonUpdate.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonUpdate.Name = "buttonUpdate";
|
this.buttonUpdate.Name = "buttonUpdate";
|
||||||
this.buttonUpdate.NestedClickEventPrevent = false;
|
this.buttonUpdate.NestedClickEventPrevent = false;
|
||||||
|
@ -388,11 +388,11 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
this.labelTitle.Location = new System.Drawing.Point(69, 16);
|
this.labelTitle.Location = new System.Drawing.Point(69, 11);
|
||||||
this.labelTitle.Name = "labelTitle";
|
this.labelTitle.Name = "labelTitle";
|
||||||
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
this.labelTitle.Size = new System.Drawing.Size(382, 45);
|
||||||
this.labelTitle.TabIndex = 146;
|
this.labelTitle.TabIndex = 146;
|
||||||
|
@ -404,40 +404,40 @@
|
||||||
// pictureBoxFormIcon
|
// pictureBoxFormIcon
|
||||||
//
|
//
|
||||||
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
this.pictureBoxFormIcon.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxFormIcon.Image")));
|
||||||
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 16);
|
this.pictureBoxFormIcon.Location = new System.Drawing.Point(16, 11);
|
||||||
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
||||||
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
||||||
//
|
//
|
||||||
// buttonEquipmentSetting
|
// buttonEquipment
|
||||||
//
|
//
|
||||||
this.buttonEquipmentSetting.BackPictureBox = null;
|
this.buttonEquipment.BackPictureBox = null;
|
||||||
this.buttonEquipmentSetting.BackPictureBox1 = null;
|
this.buttonEquipment.BackPictureBox1 = null;
|
||||||
this.buttonEquipmentSetting.BackPictureBox2 = null;
|
this.buttonEquipment.BackPictureBox2 = null;
|
||||||
this.buttonEquipmentSetting.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonEquipment.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonEquipmentSetting.ButtonImageAutoSize = true;
|
this.buttonEquipment.ButtonImageAutoSize = true;
|
||||||
this.buttonEquipmentSetting.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonEquipment.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonEquipmentSetting.DisableImage = null;
|
this.buttonEquipment.DisableImage = null;
|
||||||
this.buttonEquipmentSetting.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.DownImage")));
|
this.buttonEquipment.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.DownImage")));
|
||||||
this.buttonEquipmentSetting.GroupID = 0;
|
this.buttonEquipment.GroupID = 0;
|
||||||
this.buttonEquipmentSetting.InitVisible = true;
|
this.buttonEquipment.InitVisible = true;
|
||||||
this.buttonEquipmentSetting.Location = new System.Drawing.Point(87, 349);
|
this.buttonEquipment.Location = new System.Drawing.Point(339, 223);
|
||||||
this.buttonEquipmentSetting.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonEquipment.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonEquipmentSetting.Name = "buttonEquipmentSetting";
|
this.buttonEquipment.Name = "buttonEquipment";
|
||||||
this.buttonEquipmentSetting.NestedClickEventPrevent = false;
|
this.buttonEquipment.NestedClickEventPrevent = false;
|
||||||
this.buttonEquipmentSetting.OutlinePixel = 1;
|
this.buttonEquipment.OutlinePixel = 1;
|
||||||
this.buttonEquipmentSetting.RepeatInterval = 200;
|
this.buttonEquipment.RepeatInterval = 200;
|
||||||
this.buttonEquipmentSetting.RepeatIntervalAccelerate = null;
|
this.buttonEquipment.RepeatIntervalAccelerate = null;
|
||||||
this.buttonEquipmentSetting.SafeInterval = 200;
|
this.buttonEquipment.SafeInterval = 200;
|
||||||
this.buttonEquipmentSetting.Size = new System.Drawing.Size(120, 120);
|
this.buttonEquipment.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonEquipmentSetting.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonEquipment.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonEquipmentSetting.TabIndex = 149;
|
this.buttonEquipment.TabIndex = 149;
|
||||||
this.buttonEquipmentSetting.TextColor = System.Drawing.Color.Black;
|
this.buttonEquipment.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonEquipmentSetting.TextDownColor = System.Drawing.Color.White;
|
this.buttonEquipment.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonEquipmentSetting.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonEquipment.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonEquipmentSetting.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonEquipment.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonEquipmentSetting.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonEquipment.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonEquipmentSetting.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentSetting.UpImage")));
|
this.buttonEquipment.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipment.UpImage")));
|
||||||
this.buttonEquipmentSetting.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonEquipment.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonIOTest
|
// buttonIOTest
|
||||||
//
|
//
|
||||||
|
@ -451,7 +451,7 @@
|
||||||
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
this.buttonIOTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.DownImage")));
|
||||||
this.buttonIOTest.GroupID = 0;
|
this.buttonIOTest.GroupID = 0;
|
||||||
this.buttonIOTest.InitVisible = true;
|
this.buttonIOTest.InitVisible = true;
|
||||||
this.buttonIOTest.Location = new System.Drawing.Point(591, 223);
|
this.buttonIOTest.Location = new System.Drawing.Point(213, 223);
|
||||||
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonIOTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonIOTest.Name = "buttonIOTest";
|
this.buttonIOTest.Name = "buttonIOTest";
|
||||||
this.buttonIOTest.NestedClickEventPrevent = false;
|
this.buttonIOTest.NestedClickEventPrevent = false;
|
||||||
|
@ -470,36 +470,36 @@
|
||||||
this.buttonIOTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.UpImage")));
|
this.buttonIOTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonIOTest.UpImage")));
|
||||||
this.buttonIOTest.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonIOTest.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonEquipmentTest
|
// buttonTest
|
||||||
//
|
//
|
||||||
this.buttonEquipmentTest.BackPictureBox = null;
|
this.buttonTest.BackPictureBox = null;
|
||||||
this.buttonEquipmentTest.BackPictureBox1 = null;
|
this.buttonTest.BackPictureBox1 = null;
|
||||||
this.buttonEquipmentTest.BackPictureBox2 = null;
|
this.buttonTest.BackPictureBox2 = null;
|
||||||
this.buttonEquipmentTest.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonTest.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonEquipmentTest.ButtonImageAutoSize = true;
|
this.buttonTest.ButtonImageAutoSize = true;
|
||||||
this.buttonEquipmentTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonTest.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonEquipmentTest.DisableImage = null;
|
this.buttonTest.DisableImage = null;
|
||||||
this.buttonEquipmentTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.DownImage")));
|
this.buttonTest.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.DownImage")));
|
||||||
this.buttonEquipmentTest.GroupID = 0;
|
this.buttonTest.GroupID = 0;
|
||||||
this.buttonEquipmentTest.InitVisible = true;
|
this.buttonTest.InitVisible = true;
|
||||||
this.buttonEquipmentTest.Location = new System.Drawing.Point(87, 475);
|
this.buttonTest.Location = new System.Drawing.Point(87, 475);
|
||||||
this.buttonEquipmentTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonTest.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonEquipmentTest.Name = "buttonEquipmentTest";
|
this.buttonTest.Name = "buttonTest";
|
||||||
this.buttonEquipmentTest.NestedClickEventPrevent = false;
|
this.buttonTest.NestedClickEventPrevent = false;
|
||||||
this.buttonEquipmentTest.OutlinePixel = 1;
|
this.buttonTest.OutlinePixel = 1;
|
||||||
this.buttonEquipmentTest.RepeatInterval = 200;
|
this.buttonTest.RepeatInterval = 200;
|
||||||
this.buttonEquipmentTest.RepeatIntervalAccelerate = null;
|
this.buttonTest.RepeatIntervalAccelerate = null;
|
||||||
this.buttonEquipmentTest.SafeInterval = 200;
|
this.buttonTest.SafeInterval = 200;
|
||||||
this.buttonEquipmentTest.Size = new System.Drawing.Size(120, 120);
|
this.buttonTest.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonEquipmentTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonTest.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonEquipmentTest.TabIndex = 152;
|
this.buttonTest.TabIndex = 152;
|
||||||
this.buttonEquipmentTest.TextColor = System.Drawing.Color.Black;
|
this.buttonTest.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonEquipmentTest.TextDownColor = System.Drawing.Color.White;
|
this.buttonTest.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonEquipmentTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonTest.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonEquipmentTest.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonTest.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonEquipmentTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonTest.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonEquipmentTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonEquipmentTest.UpImage")));
|
this.buttonTest.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.UpImage")));
|
||||||
this.buttonEquipmentTest.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonTest.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// labelUserLevel
|
// labelUserLevel
|
||||||
//
|
//
|
||||||
|
@ -509,7 +509,7 @@
|
||||||
this.labelUserLevel.BackPictureBox2 = null;
|
this.labelUserLevel.BackPictureBox2 = null;
|
||||||
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
this.labelUserLevel.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelUserLevel.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
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.ForeColor = System.Drawing.Color.White;
|
this.labelUserLevel.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelUserLevel.InitVisible = true;
|
this.labelUserLevel.InitVisible = true;
|
||||||
this.labelUserLevel.LineSpacing = 0F;
|
this.labelUserLevel.LineSpacing = 0F;
|
||||||
|
@ -530,7 +530,7 @@
|
||||||
this.labelUserID.BackPictureBox2 = null;
|
this.labelUserID.BackPictureBox2 = null;
|
||||||
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
this.labelUserID.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelUserID.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
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.ForeColor = System.Drawing.Color.White;
|
this.labelUserID.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelUserID.InitVisible = true;
|
this.labelUserID.InitVisible = true;
|
||||||
this.labelUserID.LineSpacing = 0F;
|
this.labelUserID.LineSpacing = 0F;
|
||||||
|
@ -555,7 +555,7 @@
|
||||||
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
this.buttonUser.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonUser.DownImage")));
|
||||||
this.buttonUser.GroupID = 0;
|
this.buttonUser.GroupID = 0;
|
||||||
this.buttonUser.InitVisible = true;
|
this.buttonUser.InitVisible = true;
|
||||||
this.buttonUser.Location = new System.Drawing.Point(339, 349);
|
this.buttonUser.Location = new System.Drawing.Point(213, 349);
|
||||||
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonUser.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonUser.Name = "buttonUser";
|
this.buttonUser.Name = "buttonUser";
|
||||||
this.buttonUser.NestedClickEventPrevent = false;
|
this.buttonUser.NestedClickEventPrevent = false;
|
||||||
|
@ -618,7 +618,7 @@
|
||||||
this.buttonCommunication.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DownImage")));
|
this.buttonCommunication.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCommunication.DownImage")));
|
||||||
this.buttonCommunication.GroupID = 0;
|
this.buttonCommunication.GroupID = 0;
|
||||||
this.buttonCommunication.InitVisible = true;
|
this.buttonCommunication.InitVisible = true;
|
||||||
this.buttonCommunication.Location = new System.Drawing.Point(465, 97);
|
this.buttonCommunication.Location = new System.Drawing.Point(339, 97);
|
||||||
this.buttonCommunication.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
this.buttonCommunication.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
||||||
this.buttonCommunication.Name = "buttonCommunication";
|
this.buttonCommunication.Name = "buttonCommunication";
|
||||||
this.buttonCommunication.NestedClickEventPrevent = false;
|
this.buttonCommunication.NestedClickEventPrevent = false;
|
||||||
|
@ -645,8 +645,8 @@
|
||||||
this.buttonDataStatistics.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonDataStatistics.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonDataStatistics.ButtonImageAutoSize = true;
|
this.buttonDataStatistics.ButtonImageAutoSize = true;
|
||||||
this.buttonDataStatistics.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonDataStatistics.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonDataStatistics.DisableImage = null;
|
this.buttonDataStatistics.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DisableImage")));
|
||||||
this.buttonDataStatistics.DownImage = null;
|
this.buttonDataStatistics.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.DownImage")));
|
||||||
this.buttonDataStatistics.GroupID = 0;
|
this.buttonDataStatistics.GroupID = 0;
|
||||||
this.buttonDataStatistics.InitVisible = true;
|
this.buttonDataStatistics.InitVisible = true;
|
||||||
this.buttonDataStatistics.Location = new System.Drawing.Point(465, 349);
|
this.buttonDataStatistics.Location = new System.Drawing.Point(465, 349);
|
||||||
|
@ -660,13 +660,12 @@
|
||||||
this.buttonDataStatistics.Size = new System.Drawing.Size(120, 120);
|
this.buttonDataStatistics.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonDataStatistics.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonDataStatistics.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonDataStatistics.TabIndex = 168;
|
this.buttonDataStatistics.TabIndex = 168;
|
||||||
this.buttonDataStatistics.Text = "데이터 통계";
|
|
||||||
this.buttonDataStatistics.TextColor = System.Drawing.Color.Black;
|
this.buttonDataStatistics.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonDataStatistics.TextDownColor = System.Drawing.Color.White;
|
this.buttonDataStatistics.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonDataStatistics.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonDataStatistics.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonDataStatistics.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonDataStatistics.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonDataStatistics.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonDataStatistics.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonDataStatistics.UpImage = null;
|
this.buttonDataStatistics.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataStatistics.UpImage")));
|
||||||
this.buttonDataStatistics.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonDataStatistics.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// buttonDataViewer
|
// buttonDataViewer
|
||||||
|
@ -677,8 +676,8 @@
|
||||||
this.buttonDataViewer.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonDataViewer.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonDataViewer.ButtonImageAutoSize = true;
|
this.buttonDataViewer.ButtonImageAutoSize = true;
|
||||||
this.buttonDataViewer.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonDataViewer.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonDataViewer.DisableImage = null;
|
this.buttonDataViewer.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.DisableImage")));
|
||||||
this.buttonDataViewer.DownImage = null;
|
this.buttonDataViewer.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.DownImage")));
|
||||||
this.buttonDataViewer.GroupID = 0;
|
this.buttonDataViewer.GroupID = 0;
|
||||||
this.buttonDataViewer.InitVisible = true;
|
this.buttonDataViewer.InitVisible = true;
|
||||||
this.buttonDataViewer.Location = new System.Drawing.Point(591, 349);
|
this.buttonDataViewer.Location = new System.Drawing.Point(591, 349);
|
||||||
|
@ -692,13 +691,12 @@
|
||||||
this.buttonDataViewer.Size = new System.Drawing.Size(120, 120);
|
this.buttonDataViewer.Size = new System.Drawing.Size(120, 120);
|
||||||
this.buttonDataViewer.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
this.buttonDataViewer.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
||||||
this.buttonDataViewer.TabIndex = 169;
|
this.buttonDataViewer.TabIndex = 169;
|
||||||
this.buttonDataViewer.Text = "데이터 뷰어";
|
|
||||||
this.buttonDataViewer.TextColor = System.Drawing.Color.Black;
|
this.buttonDataViewer.TextColor = System.Drawing.Color.Black;
|
||||||
this.buttonDataViewer.TextDownColor = System.Drawing.Color.White;
|
this.buttonDataViewer.TextDownColor = System.Drawing.Color.White;
|
||||||
this.buttonDataViewer.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
this.buttonDataViewer.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
||||||
this.buttonDataViewer.TextLocation = new System.Drawing.Point(0, 0);
|
this.buttonDataViewer.TextLocation = new System.Drawing.Point(0, 0);
|
||||||
this.buttonDataViewer.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
this.buttonDataViewer.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
||||||
this.buttonDataViewer.UpImage = null;
|
this.buttonDataViewer.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonDataViewer.UpImage")));
|
||||||
this.buttonDataViewer.Click += new System.EventHandler(this.buttonMenu_Click);
|
this.buttonDataViewer.Click += new System.EventHandler(this.buttonMenu_Click);
|
||||||
//
|
//
|
||||||
// FormMenu
|
// FormMenu
|
||||||
|
@ -714,20 +712,20 @@
|
||||||
this.Controls.Add(this.buttonUser);
|
this.Controls.Add(this.buttonUser);
|
||||||
this.Controls.Add(this.labelUserID);
|
this.Controls.Add(this.labelUserID);
|
||||||
this.Controls.Add(this.labelUserLevel);
|
this.Controls.Add(this.labelUserLevel);
|
||||||
this.Controls.Add(this.buttonEquipmentTest);
|
this.Controls.Add(this.buttonTest);
|
||||||
this.Controls.Add(this.buttonIOTest);
|
this.Controls.Add(this.buttonIOTest);
|
||||||
this.Controls.Add(this.buttonEquipmentSetting);
|
this.Controls.Add(this.buttonEquipment);
|
||||||
this.Controls.Add(this.labelTitle);
|
this.Controls.Add(this.labelTitle);
|
||||||
this.Controls.Add(this.pictureBoxFormIcon);
|
this.Controls.Add(this.pictureBoxFormIcon);
|
||||||
this.Controls.Add(this.buttonUpdate);
|
this.Controls.Add(this.buttonUpdate);
|
||||||
this.Controls.Add(this.buttonFactoryInitialize);
|
this.Controls.Add(this.buttonInitialization);
|
||||||
this.Controls.Add(this.buttonMotorSetting);
|
this.Controls.Add(this.buttonMotor);
|
||||||
this.Controls.Add(this.buttonConfiguration);
|
this.Controls.Add(this.buttonConfiguration);
|
||||||
this.Controls.Add(this.buttonCalibration);
|
this.Controls.Add(this.buttonCalibration);
|
||||||
this.Controls.Add(this.buttonSysConfig);
|
this.Controls.Add(this.buttonSystem);
|
||||||
this.Controls.Add(this.buttonDataBackup);
|
this.Controls.Add(this.buttonDataBackup);
|
||||||
this.Controls.Add(this.buttonInformation);
|
this.Controls.Add(this.buttonInformation);
|
||||||
this.Controls.Add(this.buttonTimeSetting);
|
this.Controls.Add(this.buttonTime);
|
||||||
this.Controls.Add(this.buttonBack);
|
this.Controls.Add(this.buttonBack);
|
||||||
this.Controls.Add(this.smartForm1);
|
this.Controls.Add(this.smartForm1);
|
||||||
this.Name = "FormMenu";
|
this.Name = "FormMenu";
|
||||||
|
@ -741,20 +739,20 @@
|
||||||
|
|
||||||
private SmartX.SmartForm smartForm1;
|
private SmartX.SmartForm smartForm1;
|
||||||
private SmartX.SmartButton buttonBack;
|
private SmartX.SmartButton buttonBack;
|
||||||
private SmartX.SmartButton buttonTimeSetting;
|
private SmartX.SmartButton buttonTime;
|
||||||
private SmartX.SmartButton buttonInformation;
|
private SmartX.SmartButton buttonInformation;
|
||||||
private SmartX.SmartButton buttonDataBackup;
|
private SmartX.SmartButton buttonDataBackup;
|
||||||
private SmartX.SmartButton buttonSysConfig;
|
private SmartX.SmartButton buttonSystem;
|
||||||
private SmartX.SmartButton buttonCalibration;
|
private SmartX.SmartButton buttonCalibration;
|
||||||
private SmartX.SmartButton buttonConfiguration;
|
private SmartX.SmartButton buttonConfiguration;
|
||||||
private SmartX.SmartButton buttonMotorSetting;
|
private SmartX.SmartButton buttonMotor;
|
||||||
private SmartX.SmartButton buttonFactoryInitialize;
|
private SmartX.SmartButton buttonInitialization;
|
||||||
private SmartX.SmartButton buttonUpdate;
|
private SmartX.SmartButton buttonUpdate;
|
||||||
private SmartX.SmartLabel labelTitle;
|
private SmartX.SmartLabel labelTitle;
|
||||||
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
private System.Windows.Forms.PictureBox pictureBoxFormIcon;
|
||||||
private SmartX.SmartButton buttonEquipmentSetting;
|
private SmartX.SmartButton buttonEquipment;
|
||||||
private SmartX.SmartButton buttonIOTest;
|
private SmartX.SmartButton buttonIOTest;
|
||||||
private SmartX.SmartButton buttonEquipmentTest;
|
private SmartX.SmartButton buttonTest;
|
||||||
private SmartX.SmartLabel labelUserLevel;
|
private SmartX.SmartLabel labelUserLevel;
|
||||||
private SmartX.SmartLabel labelUserID;
|
private SmartX.SmartLabel labelUserID;
|
||||||
private SmartX.SmartButton buttonUser;
|
private SmartX.SmartButton buttonUser;
|
||||||
|
|
|
@ -52,69 +52,107 @@ namespace INT69DB_2A.Forms
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Menu";
|
this.labelTitle.Text = "Menu";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCalibrationDisable));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
|
|
||||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCalibrationDown));
|
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCalibrationDown));
|
||||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCalibrationUp));
|
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCalibrationUp));
|
||||||
|
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCommunicationDisable));
|
||||||
|
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCommunicationDown));
|
||||||
|
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuCommunicationUp));
|
||||||
|
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuConfigurationDisable));
|
||||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuConfigurationDown));
|
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuConfigurationDown));
|
||||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuConfigurationUp));
|
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuConfigurationUp));
|
||||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDatabackupDown));
|
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataBackupDisable));
|
||||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDatabackupUp));
|
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataBackupDown));
|
||||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuFactoryResetDown));
|
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataBackupUp));
|
||||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuFactoryResetUp));
|
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentDisable));
|
||||||
|
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentDown));
|
||||||
|
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentUp));
|
||||||
|
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInformationDisable));
|
||||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInformationDown));
|
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInformationDown));
|
||||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInformationUp));
|
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInformationUp));
|
||||||
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuMotorSettingDown));
|
this.buttonInitialization.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInitializationDisable));
|
||||||
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuMotorSettingUp));
|
this.buttonInitialization.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInitializationDown));
|
||||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuSystemSettingDown));
|
this.buttonInitialization.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuInitializationUp));
|
||||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuSystemSettingUp));
|
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuIOTestDisable));
|
||||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTimeSettingDown));
|
|
||||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTimeSettingUp));
|
|
||||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUpdateDown));
|
|
||||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUpdateUp));
|
|
||||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentSettingDown));
|
|
||||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentSettingUp));
|
|
||||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentTestDown));
|
|
||||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuEquipmentTestUp));
|
|
||||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuIOTestDown));
|
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuIOTestDown));
|
||||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuIOTestUp));
|
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuIOTestUp));
|
||||||
|
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuMotorDisable));
|
||||||
|
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuMotorDown));
|
||||||
|
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuMotorUp));
|
||||||
|
this.buttonSystem.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuSystemDisable));
|
||||||
|
this.buttonSystem.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuSystemDown));
|
||||||
|
this.buttonSystem.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuSystemUp));
|
||||||
|
this.buttonTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTestDisable));
|
||||||
|
this.buttonTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTestDown));
|
||||||
|
this.buttonTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTestUp));
|
||||||
|
this.buttonTime.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTimeDisable));
|
||||||
|
this.buttonTime.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTimeDown));
|
||||||
|
this.buttonTime.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuTimeUp));
|
||||||
|
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUpdateDisable));
|
||||||
|
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUpdateDown));
|
||||||
|
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUpdateUp));
|
||||||
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUserDisable));
|
||||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUserDown));
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUserDown));
|
||||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUserUp));
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuUserUp));
|
||||||
|
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuStatisticsDisable));
|
||||||
|
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuStatisticsDown));
|
||||||
|
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuStatisticsUp));
|
||||||
|
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataViewerDisable));
|
||||||
|
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataViewerDown));
|
||||||
|
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormMenuDataViewerUp));
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "菜单";
|
this.labelTitle.Text = "菜单";
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
this.buttonCalibration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCalibrationDisable));
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
|
|
||||||
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCalibrationDown));
|
this.buttonCalibration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCalibrationDown));
|
||||||
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCalibrationUp));
|
this.buttonCalibration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCalibrationUp));
|
||||||
|
this.buttonCommunication.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCommunicationDisable));
|
||||||
|
this.buttonCommunication.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCommunicationDown));
|
||||||
|
this.buttonCommunication.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuCommunicationUp));
|
||||||
|
this.buttonConfiguration.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuConfigurationDisable));
|
||||||
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuConfigurationDown));
|
this.buttonConfiguration.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuConfigurationDown));
|
||||||
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuConfigurationUp));
|
this.buttonConfiguration.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuConfigurationUp));
|
||||||
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDatabackupDown));
|
this.buttonDataBackup.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataBackupDisable));
|
||||||
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDatabackupUp));
|
this.buttonDataBackup.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataBackupDown));
|
||||||
this.buttonFactoryInitialize.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuFactoryResetDown));
|
this.buttonDataBackup.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataBackupUp));
|
||||||
this.buttonFactoryInitialize.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuFactoryResetUp));
|
this.buttonEquipment.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentDisable));
|
||||||
|
this.buttonEquipment.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentDown));
|
||||||
|
this.buttonEquipment.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentUp));
|
||||||
|
this.buttonInformation.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInformationDisable));
|
||||||
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInformationDown));
|
this.buttonInformation.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInformationDown));
|
||||||
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInformationUp));
|
this.buttonInformation.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInformationUp));
|
||||||
this.buttonMotorSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuMotorSettingDown));
|
this.buttonInitialization.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInitializationDisable));
|
||||||
this.buttonMotorSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuMotorSettingUp));
|
this.buttonInitialization.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInitializationDown));
|
||||||
this.buttonSysConfig.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuSystemSettingDown));
|
this.buttonInitialization.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuInitializationUp));
|
||||||
this.buttonSysConfig.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuSystemSettingUp));
|
this.buttonIOTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuIOTestDisable));
|
||||||
this.buttonTimeSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTimeSettingDown));
|
|
||||||
this.buttonTimeSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTimeSettingUp));
|
|
||||||
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUpdateDown));
|
|
||||||
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUpdateUp));
|
|
||||||
this.buttonEquipmentSetting.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentSettingDown));
|
|
||||||
this.buttonEquipmentSetting.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentSettingUp));
|
|
||||||
this.buttonEquipmentTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentTestDown));
|
|
||||||
this.buttonEquipmentTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuEquipmentTestUp));
|
|
||||||
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuIOTestDown));
|
this.buttonIOTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuIOTestDown));
|
||||||
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuIOTestUp));
|
this.buttonIOTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuIOTestUp));
|
||||||
|
this.buttonMotor.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuMotorDisable));
|
||||||
|
this.buttonMotor.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuMotorDown));
|
||||||
|
this.buttonMotor.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuMotorUp));
|
||||||
|
this.buttonSystem.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuSystemDisable));
|
||||||
|
this.buttonSystem.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuSystemDown));
|
||||||
|
this.buttonSystem.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuSystemUp));
|
||||||
|
this.buttonTest.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTestDisable));
|
||||||
|
this.buttonTest.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTestDown));
|
||||||
|
this.buttonTest.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTestUp));
|
||||||
|
this.buttonTime.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTimeDisable));
|
||||||
|
this.buttonTime.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTimeDown));
|
||||||
|
this.buttonTime.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuTimeUp));
|
||||||
|
this.buttonUpdate.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUpdateDisable));
|
||||||
|
this.buttonUpdate.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUpdateDown));
|
||||||
|
this.buttonUpdate.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUpdateUp));
|
||||||
|
this.buttonUser.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUserDisable));
|
||||||
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUserDown));
|
this.buttonUser.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUserDown));
|
||||||
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUserUp));
|
this.buttonUser.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuUserUp));
|
||||||
|
this.buttonDataStatistics.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuStatisticsDisable));
|
||||||
|
this.buttonDataStatistics.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuStatisticsDown));
|
||||||
|
this.buttonDataStatistics.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuStatisticsUp));
|
||||||
|
this.buttonDataViewer.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataViewerDisable));
|
||||||
|
this.buttonDataViewer.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataViewerDown));
|
||||||
|
this.buttonDataViewer.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormMenuDataViewerUp));
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
@ -132,9 +170,9 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelUserID.Visible = false;
|
this.labelUserID.Visible = false;
|
||||||
this.labelUserLevel.Visible = false;
|
this.labelUserLevel.Visible = false;
|
||||||
this.buttonUser.Visible = false;
|
this.buttonUser.Visible = false;
|
||||||
this.buttonEquipmentTest.Visible = false;
|
this.buttonTest.Visible = false;
|
||||||
this.buttonEquipmentTest.Location = new Point(592, 378);
|
this.buttonTest.Location = new Point(592, 378);
|
||||||
this.buttonEquipmentTest.BringToFront();
|
this.buttonTest.BringToFront();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -156,22 +194,22 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
|
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
|
||||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup;
|
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup;
|
||||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration;
|
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.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting;
|
this.buttonSystem.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem;
|
||||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting;
|
this.buttonMotor.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor;
|
||||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate;
|
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate;
|
||||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset;
|
this.buttonInitialization.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization;
|
||||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
|
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting;
|
this.buttonEquipment.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment;
|
||||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting;
|
this.buttonTime.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuTime;
|
||||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
|
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level1.IsMenuUser;
|
||||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics;
|
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics;
|
||||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataViewer;
|
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Visible = false;
|
this.buttonTest.Visible = false;
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Level2:
|
case DataStore.UserStatus.Level2:
|
||||||
id = user.ID;
|
id = user.ID;
|
||||||
|
@ -183,22 +221,22 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
|
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
|
||||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup;
|
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup;
|
||||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration;
|
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.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting;
|
this.buttonSystem.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem;
|
||||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting;
|
this.buttonMotor.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor;
|
||||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate;
|
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate;
|
||||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset;
|
this.buttonInitialization.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization;
|
||||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
|
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting;
|
this.buttonEquipment.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment;
|
||||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting;
|
this.buttonTime.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuTime;
|
||||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
|
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level2.IsMenuUser;
|
||||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics;
|
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics;
|
||||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataViewer;
|
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Visible = false;
|
this.buttonTest.Visible = false;
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Level3:
|
case DataStore.UserStatus.Level3:
|
||||||
id = user.ID;
|
id = user.ID;
|
||||||
|
@ -210,22 +248,22 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
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.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
this.buttonSystem.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem;
|
||||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
this.buttonMotor.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor;
|
||||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
this.buttonInitialization.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization;
|
||||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
this.buttonEquipment.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment;
|
||||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
this.buttonTime.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTime;
|
||||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUser;
|
||||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataViewer;
|
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Visible = false;
|
this.buttonTest.Visible = false;
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Admin:
|
case DataStore.UserStatus.Admin:
|
||||||
id = user.ID;
|
id = user.ID;
|
||||||
|
@ -237,22 +275,22 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
||||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
||||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
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.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
this.buttonSystem.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem;
|
||||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
this.buttonMotor.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor;
|
||||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
||||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
this.buttonInitialization.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization;
|
||||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
this.buttonEquipment.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment;
|
||||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
this.buttonTime.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuTime;
|
||||||
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
this.buttonUser.Enabled = this.ParentForm.CurrentUserGroup.Level3.IsMenuUser;
|
||||||
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
this.buttonDataStatistics.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics;
|
||||||
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataViewer;
|
this.buttonDataViewer.Visible = this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Visible = false;
|
this.buttonTest.Visible = false;
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Developer:
|
case DataStore.UserStatus.Developer:
|
||||||
id = user.ID;
|
id = user.ID;
|
||||||
|
@ -267,37 +305,37 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonCommunication.Enabled = true;
|
this.buttonCommunication.Enabled = true;
|
||||||
this.buttonCalibration.Enabled = true;
|
this.buttonCalibration.Enabled = true;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = true;
|
this.buttonSystem.Enabled = true;
|
||||||
this.buttonMotorSetting.Enabled = true;
|
this.buttonMotor.Enabled = true;
|
||||||
this.buttonUpdate.Enabled = true;
|
this.buttonUpdate.Enabled = true;
|
||||||
this.buttonFactoryInitialize.Enabled = true;
|
this.buttonInitialization.Enabled = true;
|
||||||
this.buttonIOTest.Enabled = true;
|
this.buttonIOTest.Enabled = true;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = true;
|
this.buttonEquipment.Enabled = true;
|
||||||
this.buttonTimeSetting.Enabled = true;
|
this.buttonTime.Enabled = true;
|
||||||
this.buttonUser.Enabled = true;
|
this.buttonUser.Enabled = true;
|
||||||
this.buttonDataStatistics.Visible = true;
|
this.buttonDataStatistics.Visible = true;
|
||||||
this.buttonDataViewer.Visible = true;
|
this.buttonDataViewer.Visible = true;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Visible = true;
|
this.buttonTest.Visible = true;
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.NotLogin:
|
case DataStore.UserStatus.NotLogin:
|
||||||
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation;
|
this.buttonInformation.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation;
|
||||||
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup;
|
this.buttonDataBackup.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup;
|
||||||
this.buttonConfiguration.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration;
|
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.buttonCalibration.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration;
|
||||||
|
|
||||||
this.buttonSysConfig.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystemSetting;
|
this.buttonSystem.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem;
|
||||||
this.buttonMotorSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotorSetting;
|
this.buttonMotor.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor;
|
||||||
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate;
|
this.buttonUpdate.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate;
|
||||||
this.buttonFactoryInitialize.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuFactoryReset;
|
this.buttonInitialization.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization;
|
||||||
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest;
|
this.buttonIOTest.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest;
|
||||||
|
|
||||||
this.buttonEquipmentSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipmentSetting;
|
this.buttonEquipment.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment;
|
||||||
this.buttonTimeSetting.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTimeSetting;
|
this.buttonTime.Enabled = this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime;
|
||||||
|
|
||||||
this.buttonEquipmentTest.Enabled = false;
|
this.buttonTest.Enabled = false;
|
||||||
this.buttonUser.Enabled = false;
|
this.buttonUser.Enabled = false;
|
||||||
this.buttonDataViewer.Visible = false;
|
this.buttonDataViewer.Visible = false;
|
||||||
this.buttonDataStatistics.Visible = false;
|
this.buttonDataStatistics.Visible = false;
|
||||||
|
@ -333,7 +371,7 @@ namespace INT69DB_2A.Forms
|
||||||
if (button == null)
|
if (button == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (button == this.buttonTimeSetting)
|
if (button == this.buttonTime)
|
||||||
{
|
{
|
||||||
#region 시간설정
|
#region 시간설정
|
||||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormTimeSetting);
|
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormTimeSetting);
|
||||||
|
@ -354,7 +392,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.ChildFormDataBackup.DisplayRefresh();
|
this.ParentForm.ChildFormDataBackup.DisplayRefresh();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
else if (button == this.buttonSysConfig)
|
else if (button == this.buttonSystem)
|
||||||
{
|
{
|
||||||
#region 시스템설정
|
#region 시스템설정
|
||||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormSystemSetting);
|
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormSystemSetting);
|
||||||
|
@ -382,7 +420,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.ChildFormCommunication.DisplayRefresh();
|
this.ParentForm.ChildFormCommunication.DisplayRefresh();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
else if (button == this.buttonMotorSetting)
|
else if (button == this.buttonMotor)
|
||||||
{
|
{
|
||||||
#region 모터설정
|
#region 모터설정
|
||||||
this.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress._1104_ImpellerMotorIndividualDirection, "");
|
this.ParentForm.TransferDataStream(CommunicationCommand.Read, CommunicationID.MainBoard, CommunicationAddress._1104_ImpellerMotorIndividualDirection, "");
|
||||||
|
@ -390,7 +428,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.ChildFormMotorSetting.DisplayRefresh();
|
this.ParentForm.ChildFormMotorSetting.DisplayRefresh();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
else if (button == this.buttonFactoryInitialize)
|
else if (button == this.buttonInitialization)
|
||||||
{
|
{
|
||||||
#region 공장초기화
|
#region 공장초기화
|
||||||
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 5);
|
DialogFormYesNo myDlg = new DialogFormYesNo(this.ParentForm.SystemConfig.Language, 5);
|
||||||
|
@ -411,7 +449,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.ChildFormProgramUpdate.DisplayRefresh();
|
this.ParentForm.ChildFormProgramUpdate.DisplayRefresh();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
else if (button == this.buttonEquipmentSetting)
|
else if (button == this.buttonEquipment)
|
||||||
{
|
{
|
||||||
#region 장비설정
|
#region 장비설정
|
||||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentSetting);
|
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentSetting);
|
||||||
|
@ -425,7 +463,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.ChildFormIOTest.DisplayRefresh();
|
this.ParentForm.ChildFormIOTest.DisplayRefresh();
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
else if (button == this.buttonEquipmentTest)
|
else if (button == this.buttonTest)
|
||||||
{
|
{
|
||||||
#region 장비테스트
|
#region 장비테스트
|
||||||
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentTest);
|
((FormMain)(Owner)).smartForm.Show((int)DataStore.FormStore.FormEquipmentTest);
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -165,7 +165,7 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Motor settings";
|
this.labelTitle.Text = "Motor";
|
||||||
|
|
||||||
this.groupBoxSelectImpeller.Text = "Select impeller";
|
this.groupBoxSelectImpeller.Text = "Select impeller";
|
||||||
this.groupBoxEachDownload.Text = "Individual motor program download";
|
this.groupBoxEachDownload.Text = "Individual motor program download";
|
||||||
|
@ -188,20 +188,10 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse";
|
this.buttonAllReverse.Text = this.buttonEachReverse.Text = this.buttonCom1TestReverse.Text = "Reverse";
|
||||||
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
this.buttonAllContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
||||||
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
this.buttonEachContinue.Font = new Font("Arial", 9, FontStyle.Bold);
|
||||||
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Consecutively";
|
this.buttonAllContinue.Text = this.buttonEachContinue.Text = "Continue";
|
||||||
|
|
||||||
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
||||||
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
||||||
|
|
||||||
//this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDisable));
|
|
||||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenDown));
|
|
||||||
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engScreenUp));
|
|
||||||
//this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDisable));
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
|
@ -237,16 +227,6 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
this.labelDiscription1.Text = this.labelDiscription2.Text = this.labelDiscription3.Text
|
||||||
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
= this.labelDiscription4.Text = this.labelDiscription5.Text = this.labelDiscription6.Text = "";
|
||||||
|
|
||||||
//this.buttonScreen.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDisable));
|
|
||||||
this.buttonScreen.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenDown));
|
|
||||||
this.buttonScreen.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnScreenUp));
|
|
||||||
//this.buttonSave.DisableImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveDisable));
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveUp));
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -56,10 +56,12 @@
|
||||||
this.labelADCValue = new SmartX.SmartLabel();
|
this.labelADCValue = new SmartX.SmartLabel();
|
||||||
this.groupBoxJudgment = new SmartX.SmartGroupBox();
|
this.groupBoxJudgment = new SmartX.SmartGroupBox();
|
||||||
this.labelDynamicCorrection = new SmartX.SmartLabel();
|
this.labelDynamicCorrection = new SmartX.SmartLabel();
|
||||||
|
this.labelForcedZeroDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelJudgmentCount = new SmartX.SmartLabel();
|
this.labelJudgmentCount = new SmartX.SmartLabel();
|
||||||
this.labelDoubleDelayTime = new SmartX.SmartLabel();
|
this.labelDoubleDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelJudgmentDelayTime = new SmartX.SmartLabel();
|
this.labelJudgmentDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelFilter = new SmartX.SmartLabel();
|
this.labelFilter = new SmartX.SmartLabel();
|
||||||
|
this.labelStaticForcedZeroDelayTime = new SmartX.SmartLabel();
|
||||||
this.labelStaticDynamic = new SmartX.SmartLabel();
|
this.labelStaticDynamic = new SmartX.SmartLabel();
|
||||||
this.labelStaticJudgmentCount = new SmartX.SmartLabel();
|
this.labelStaticJudgmentCount = new SmartX.SmartLabel();
|
||||||
this.labelStaticDoubleDelayTime = new SmartX.SmartLabel();
|
this.labelStaticDoubleDelayTime = new SmartX.SmartLabel();
|
||||||
|
@ -69,6 +71,15 @@
|
||||||
this.labelWeightJudgment = new SmartX.SmartLabel();
|
this.labelWeightJudgment = new SmartX.SmartLabel();
|
||||||
this.labelWeightReference = new SmartX.SmartLabel();
|
this.labelWeightReference = new SmartX.SmartLabel();
|
||||||
this.smartDraw = new SmartX.SmartDraw();
|
this.smartDraw = new SmartX.SmartDraw();
|
||||||
|
this.groupBoxConveyor = new SmartX.SmartGroupBox();
|
||||||
|
this.labelFeedingConveyorRunTime = new SmartX.SmartLabel();
|
||||||
|
this.labelRejectConveyorDelayTime = new SmartX.SmartLabel();
|
||||||
|
this.labelRejectConveyorRunTime = new SmartX.SmartLabel();
|
||||||
|
this.labelStaticRejectConveyorDelayTime = new SmartX.SmartLabel();
|
||||||
|
this.labelFeedingConveyorDelayTime = new SmartX.SmartLabel();
|
||||||
|
this.labelStaticFeedingRunTime = new SmartX.SmartLabel();
|
||||||
|
this.labelStaticFeedingDelayTime = new SmartX.SmartLabel();
|
||||||
|
this.labelStaticRejectConveyorRunTime = new SmartX.SmartLabel();
|
||||||
this.buttonItemNo = new SmartX.SmartButton();
|
this.buttonItemNo = new SmartX.SmartButton();
|
||||||
this.buttonCopy = new SmartX.SmartButton();
|
this.buttonCopy = new SmartX.SmartButton();
|
||||||
this.buttonPaste = new SmartX.SmartButton();
|
this.buttonPaste = new SmartX.SmartButton();
|
||||||
|
@ -82,15 +93,6 @@
|
||||||
this.smartKeyboard = new SmartX.SmartKeyboard();
|
this.smartKeyboard = new SmartX.SmartKeyboard();
|
||||||
this.labelTitle = new SmartX.SmartLabel();
|
this.labelTitle = new SmartX.SmartLabel();
|
||||||
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
this.pictureBoxFormIcon = new System.Windows.Forms.PictureBox();
|
||||||
this.groupBoxConveyor = new SmartX.SmartGroupBox();
|
|
||||||
this.labelFeedingConveyorRunTime = new SmartX.SmartLabel();
|
|
||||||
this.labelRejectConveyorDelayTime = new SmartX.SmartLabel();
|
|
||||||
this.labelRejectConveyorRunTime = new SmartX.SmartLabel();
|
|
||||||
this.labelStaticRejectConveyorDelayTime = new SmartX.SmartLabel();
|
|
||||||
this.labelFeedingConveyorDelayTime = new SmartX.SmartLabel();
|
|
||||||
this.labelStaticFeedingRunTime = new SmartX.SmartLabel();
|
|
||||||
this.labelStaticFeedingDelayTime = new SmartX.SmartLabel();
|
|
||||||
this.labelStaticRejectConveyorRunTime = new SmartX.SmartLabel();
|
|
||||||
this.pictureBoxStop = new System.Windows.Forms.PictureBox();
|
this.pictureBoxStop = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBoxStart = new System.Windows.Forms.PictureBox();
|
this.pictureBoxStart = new System.Windows.Forms.PictureBox();
|
||||||
this.buttonClear = new System.Windows.Forms.Button();
|
this.buttonClear = new System.Windows.Forms.Button();
|
||||||
|
@ -101,8 +103,6 @@
|
||||||
this.buttonLine9 = new SmartX.SmartButton();
|
this.buttonLine9 = new SmartX.SmartButton();
|
||||||
this.buttonLine8 = new SmartX.SmartButton();
|
this.buttonLine8 = new SmartX.SmartButton();
|
||||||
this.buttonLine7 = new SmartX.SmartButton();
|
this.buttonLine7 = new SmartX.SmartButton();
|
||||||
this.smartLabel1 = new SmartX.SmartLabel();
|
|
||||||
this.labelForcedZeroDelayTime = new SmartX.SmartLabel();
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
||||||
this.tabControl.SuspendLayout();
|
this.tabControl.SuspendLayout();
|
||||||
this.tabProduct.SuspendLayout();
|
this.tabProduct.SuspendLayout();
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -166,7 +166,7 @@
|
||||||
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonSave.ButtonImageAutoSize = true;
|
this.buttonSave.ButtonImageAutoSize = true;
|
||||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonSave.DisableImage = null;
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
||||||
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
||||||
this.buttonSave.GroupID = 0;
|
this.buttonSave.GroupID = 0;
|
||||||
this.buttonSave.InitVisible = true;
|
this.buttonSave.InitVisible = true;
|
||||||
|
@ -193,7 +193,7 @@
|
||||||
//
|
//
|
||||||
this.tabControl.Controls.Add(this.tabProduct);
|
this.tabControl.Controls.Add(this.tabProduct);
|
||||||
this.tabControl.Controls.Add(this.tabJudgment);
|
this.tabControl.Controls.Add(this.tabJudgment);
|
||||||
this.tabControl.Font = new System.Drawing.Font("New Gulim", 14F, System.Drawing.FontStyle.Regular);
|
this.tabControl.Font = new System.Drawing.Font("새굴림", 14F, System.Drawing.FontStyle.Regular);
|
||||||
this.tabControl.Location = new System.Drawing.Point(0, 127);
|
this.tabControl.Location = new System.Drawing.Point(0, 127);
|
||||||
this.tabControl.Name = "tabControl";
|
this.tabControl.Name = "tabControl";
|
||||||
this.tabControl.SelectedIndex = 0;
|
this.tabControl.SelectedIndex = 0;
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
//
|
//
|
||||||
// buttonLotEdit
|
// buttonLotEdit
|
||||||
//
|
//
|
||||||
this.buttonLotEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonLotEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonLotEdit.Location = new System.Drawing.Point(714, 96);
|
this.buttonLotEdit.Location = new System.Drawing.Point(714, 96);
|
||||||
this.buttonLotEdit.Name = "buttonLotEdit";
|
this.buttonLotEdit.Name = "buttonLotEdit";
|
||||||
this.buttonLotEdit.Size = new System.Drawing.Size(70, 32);
|
this.buttonLotEdit.Size = new System.Drawing.Size(70, 32);
|
||||||
|
@ -231,7 +231,7 @@
|
||||||
//
|
//
|
||||||
// buttonNameEdit
|
// buttonNameEdit
|
||||||
//
|
//
|
||||||
this.buttonNameEdit.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonNameEdit.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonNameEdit.Location = new System.Drawing.Point(714, 58);
|
this.buttonNameEdit.Location = new System.Drawing.Point(714, 58);
|
||||||
this.buttonNameEdit.Name = "buttonNameEdit";
|
this.buttonNameEdit.Name = "buttonNameEdit";
|
||||||
this.buttonNameEdit.Size = new System.Drawing.Size(70, 32);
|
this.buttonNameEdit.Size = new System.Drawing.Size(70, 32);
|
||||||
|
@ -258,7 +258,7 @@
|
||||||
this.labelTitleLOT.BackPictureBox2 = null;
|
this.labelTitleLOT.BackPictureBox2 = null;
|
||||||
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleLOT.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleLOT.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleLOT.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleLOT.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleLOT.InitVisible = true;
|
this.labelTitleLOT.InitVisible = true;
|
||||||
this.labelTitleLOT.LineSpacing = 0F;
|
this.labelTitleLOT.LineSpacing = 0F;
|
||||||
this.labelTitleLOT.Location = new System.Drawing.Point(312, 98);
|
this.labelTitleLOT.Location = new System.Drawing.Point(312, 98);
|
||||||
|
@ -299,7 +299,7 @@
|
||||||
this.labelTitleName.BackPictureBox2 = null;
|
this.labelTitleName.BackPictureBox2 = null;
|
||||||
this.labelTitleName.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleName.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleName.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleName.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleName.InitVisible = true;
|
this.labelTitleName.InitVisible = true;
|
||||||
this.labelTitleName.LineSpacing = 0F;
|
this.labelTitleName.LineSpacing = 0F;
|
||||||
this.labelTitleName.Location = new System.Drawing.Point(312, 60);
|
this.labelTitleName.Location = new System.Drawing.Point(312, 60);
|
||||||
|
@ -318,7 +318,7 @@
|
||||||
this.labelTitleNo.BackPictureBox2 = null;
|
this.labelTitleNo.BackPictureBox2 = null;
|
||||||
this.labelTitleNo.BorderColor = System.Drawing.Color.Black;
|
this.labelTitleNo.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitleNo.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitleNo.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.labelTitleNo.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitleNo.InitVisible = true;
|
this.labelTitleNo.InitVisible = true;
|
||||||
this.labelTitleNo.LineSpacing = 0F;
|
this.labelTitleNo.LineSpacing = 0F;
|
||||||
this.labelTitleNo.Location = new System.Drawing.Point(312, 22);
|
this.labelTitleNo.Location = new System.Drawing.Point(312, 22);
|
||||||
|
@ -350,7 +350,7 @@
|
||||||
this.groupBoxWeightSetting.Controls.Add(this.buttonOver);
|
this.groupBoxWeightSetting.Controls.Add(this.buttonOver);
|
||||||
this.groupBoxWeightSetting.Controls.Add(this.buttonPass);
|
this.groupBoxWeightSetting.Controls.Add(this.buttonPass);
|
||||||
this.groupBoxWeightSetting.Controls.Add(this.buttonUnder);
|
this.groupBoxWeightSetting.Controls.Add(this.buttonUnder);
|
||||||
this.groupBoxWeightSetting.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.groupBoxWeightSetting.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxWeightSetting.ForeColor = System.Drawing.Color.DarkGray;
|
this.groupBoxWeightSetting.ForeColor = System.Drawing.Color.DarkGray;
|
||||||
this.groupBoxWeightSetting.FrameLineColor1 = System.Drawing.Color.Gray;
|
this.groupBoxWeightSetting.FrameLineColor1 = System.Drawing.Color.Gray;
|
||||||
this.groupBoxWeightSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxWeightSetting.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
|
@ -528,7 +528,7 @@
|
||||||
this.smartLabel33.BackPictureBox2 = null;
|
this.smartLabel33.BackPictureBox2 = null;
|
||||||
this.smartLabel33.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel33.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.smartLabel33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.smartLabel33.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartLabel33.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel33.InitVisible = true;
|
this.smartLabel33.InitVisible = true;
|
||||||
this.smartLabel33.LineSpacing = 0F;
|
this.smartLabel33.LineSpacing = 0F;
|
||||||
this.smartLabel33.Location = new System.Drawing.Point(654, 289);
|
this.smartLabel33.Location = new System.Drawing.Point(654, 289);
|
||||||
|
@ -569,7 +569,7 @@
|
||||||
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonWeightReference.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonWeightReference.DisableImage = null;
|
this.buttonWeightReference.DisableImage = null;
|
||||||
this.buttonWeightReference.DownImage = null;
|
this.buttonWeightReference.DownImage = null;
|
||||||
this.buttonWeightReference.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.buttonWeightReference.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonWeightReference.GroupID = 0;
|
this.buttonWeightReference.GroupID = 0;
|
||||||
this.buttonWeightReference.InitVisible = true;
|
this.buttonWeightReference.InitVisible = true;
|
||||||
this.buttonWeightReference.Location = new System.Drawing.Point(342, 289);
|
this.buttonWeightReference.Location = new System.Drawing.Point(342, 289);
|
||||||
|
@ -640,13 +640,13 @@
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelDoubleDelayTime);
|
this.groupBoxJudgment.Controls.Add(this.labelDoubleDelayTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelJudgmentDelayTime);
|
this.groupBoxJudgment.Controls.Add(this.labelJudgmentDelayTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelFilter);
|
this.groupBoxJudgment.Controls.Add(this.labelFilter);
|
||||||
this.groupBoxJudgment.Controls.Add(this.smartLabel1);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticForcedZeroDelayTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticDynamic);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticDynamic);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentCount);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentCount);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticDoubleDelayTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticJudgmentDelayTime);
|
||||||
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
|
this.groupBoxJudgment.Controls.Add(this.labelStaticFilter);
|
||||||
this.groupBoxJudgment.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.groupBoxJudgment.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
this.groupBoxJudgment.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxJudgment.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxJudgment.FrameLineThickness = 1;
|
this.groupBoxJudgment.FrameLineThickness = 1;
|
||||||
|
@ -656,7 +656,7 @@
|
||||||
this.groupBoxJudgment.Location = new System.Drawing.Point(7, 3);
|
this.groupBoxJudgment.Location = new System.Drawing.Point(7, 3);
|
||||||
this.groupBoxJudgment.Name = "groupBoxJudgment";
|
this.groupBoxJudgment.Name = "groupBoxJudgment";
|
||||||
this.groupBoxJudgment.RoundRadius = 10;
|
this.groupBoxJudgment.RoundRadius = 10;
|
||||||
this.groupBoxJudgment.Size = new System.Drawing.Size(265, 199);
|
this.groupBoxJudgment.Size = new System.Drawing.Size(292, 199);
|
||||||
this.groupBoxJudgment.TabIndex = 111;
|
this.groupBoxJudgment.TabIndex = 111;
|
||||||
this.groupBoxJudgment.Text = "판정설정";
|
this.groupBoxJudgment.Text = "판정설정";
|
||||||
this.groupBoxJudgment.TextColor = System.Drawing.Color.Black;
|
this.groupBoxJudgment.TextColor = System.Drawing.Color.Black;
|
||||||
|
@ -672,7 +672,7 @@
|
||||||
this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
this.labelDynamicCorrection.Font = new System.Drawing.Font("Arial", 15F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelDynamicCorrection.InitVisible = true;
|
this.labelDynamicCorrection.InitVisible = true;
|
||||||
this.labelDynamicCorrection.LineSpacing = 0F;
|
this.labelDynamicCorrection.LineSpacing = 0F;
|
||||||
this.labelDynamicCorrection.Location = new System.Drawing.Point(128, 129);
|
this.labelDynamicCorrection.Location = new System.Drawing.Point(164, 129);
|
||||||
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
|
this.labelDynamicCorrection.Name = "labelDynamicCorrection";
|
||||||
this.labelDynamicCorrection.Size = new System.Drawing.Size(100, 20);
|
this.labelDynamicCorrection.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelDynamicCorrection.TabIndex = 108;
|
this.labelDynamicCorrection.TabIndex = 108;
|
||||||
|
@ -682,6 +682,27 @@
|
||||||
this.labelDynamicCorrection.Wordwrap = false;
|
this.labelDynamicCorrection.Wordwrap = false;
|
||||||
this.labelDynamicCorrection.Click += new System.EventHandler(this.labelDynamicCorrection_Click);
|
this.labelDynamicCorrection.Click += new System.EventHandler(this.labelDynamicCorrection_Click);
|
||||||
//
|
//
|
||||||
|
// labelForcedZeroDelayTime
|
||||||
|
//
|
||||||
|
this.labelForcedZeroDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelForcedZeroDelayTime.BackPictureBox = null;
|
||||||
|
this.labelForcedZeroDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelForcedZeroDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelForcedZeroDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelForcedZeroDelayTime.InitVisible = true;
|
||||||
|
this.labelForcedZeroDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelForcedZeroDelayTime.Location = new System.Drawing.Point(164, 155);
|
||||||
|
this.labelForcedZeroDelayTime.Name = "labelForcedZeroDelayTime";
|
||||||
|
this.labelForcedZeroDelayTime.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelForcedZeroDelayTime.TabIndex = 108;
|
||||||
|
this.labelForcedZeroDelayTime.Text = "100";
|
||||||
|
this.labelForcedZeroDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelForcedZeroDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelForcedZeroDelayTime.Wordwrap = false;
|
||||||
|
this.labelForcedZeroDelayTime.Click += new System.EventHandler(this.labelForcedZeroDelayTime_Click);
|
||||||
|
//
|
||||||
// labelJudgmentCount
|
// labelJudgmentCount
|
||||||
//
|
//
|
||||||
this.labelJudgmentCount.BackColor = System.Drawing.SystemColors.Window;
|
this.labelJudgmentCount.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
@ -693,7 +714,7 @@
|
||||||
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelJudgmentCount.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelJudgmentCount.InitVisible = true;
|
this.labelJudgmentCount.InitVisible = true;
|
||||||
this.labelJudgmentCount.LineSpacing = 0F;
|
this.labelJudgmentCount.LineSpacing = 0F;
|
||||||
this.labelJudgmentCount.Location = new System.Drawing.Point(128, 103);
|
this.labelJudgmentCount.Location = new System.Drawing.Point(164, 103);
|
||||||
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
this.labelJudgmentCount.Name = "labelJudgmentCount";
|
||||||
this.labelJudgmentCount.Size = new System.Drawing.Size(100, 20);
|
this.labelJudgmentCount.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelJudgmentCount.TabIndex = 108;
|
this.labelJudgmentCount.TabIndex = 108;
|
||||||
|
@ -714,7 +735,7 @@
|
||||||
this.labelDoubleDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelDoubleDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelDoubleDelayTime.InitVisible = true;
|
this.labelDoubleDelayTime.InitVisible = true;
|
||||||
this.labelDoubleDelayTime.LineSpacing = 0F;
|
this.labelDoubleDelayTime.LineSpacing = 0F;
|
||||||
this.labelDoubleDelayTime.Location = new System.Drawing.Point(128, 77);
|
this.labelDoubleDelayTime.Location = new System.Drawing.Point(164, 77);
|
||||||
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
|
this.labelDoubleDelayTime.Name = "labelDoubleDelayTime";
|
||||||
this.labelDoubleDelayTime.Size = new System.Drawing.Size(100, 20);
|
this.labelDoubleDelayTime.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelDoubleDelayTime.TabIndex = 108;
|
this.labelDoubleDelayTime.TabIndex = 108;
|
||||||
|
@ -735,7 +756,7 @@
|
||||||
this.labelJudgmentDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelJudgmentDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelJudgmentDelayTime.InitVisible = true;
|
this.labelJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
this.labelJudgmentDelayTime.LineSpacing = 0F;
|
||||||
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(128, 51);
|
this.labelJudgmentDelayTime.Location = new System.Drawing.Point(164, 51);
|
||||||
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
this.labelJudgmentDelayTime.Name = "labelJudgmentDelayTime";
|
||||||
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(100, 20);
|
this.labelJudgmentDelayTime.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelJudgmentDelayTime.TabIndex = 108;
|
this.labelJudgmentDelayTime.TabIndex = 108;
|
||||||
|
@ -756,7 +777,7 @@
|
||||||
this.labelFilter.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
this.labelFilter.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelFilter.InitVisible = true;
|
this.labelFilter.InitVisible = true;
|
||||||
this.labelFilter.LineSpacing = 0F;
|
this.labelFilter.LineSpacing = 0F;
|
||||||
this.labelFilter.Location = new System.Drawing.Point(128, 25);
|
this.labelFilter.Location = new System.Drawing.Point(164, 25);
|
||||||
this.labelFilter.Name = "labelFilter";
|
this.labelFilter.Name = "labelFilter";
|
||||||
this.labelFilter.Size = new System.Drawing.Size(100, 20);
|
this.labelFilter.Size = new System.Drawing.Size(100, 20);
|
||||||
this.labelFilter.TabIndex = 108;
|
this.labelFilter.TabIndex = 108;
|
||||||
|
@ -766,6 +787,25 @@
|
||||||
this.labelFilter.Wordwrap = false;
|
this.labelFilter.Wordwrap = false;
|
||||||
this.labelFilter.Click += new System.EventHandler(this.labelFilter_Click);
|
this.labelFilter.Click += new System.EventHandler(this.labelFilter_Click);
|
||||||
//
|
//
|
||||||
|
// labelStaticForcedZeroDelayTime
|
||||||
|
//
|
||||||
|
this.labelStaticForcedZeroDelayTime.BackPictureBox = null;
|
||||||
|
this.labelStaticForcedZeroDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelStaticForcedZeroDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelStaticForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticForcedZeroDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelStaticForcedZeroDelayTime.InitVisible = true;
|
||||||
|
this.labelStaticForcedZeroDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelStaticForcedZeroDelayTime.Location = new System.Drawing.Point(18, 155);
|
||||||
|
this.labelStaticForcedZeroDelayTime.Name = "labelStaticForcedZeroDelayTime";
|
||||||
|
this.labelStaticForcedZeroDelayTime.Size = new System.Drawing.Size(140, 20);
|
||||||
|
this.labelStaticForcedZeroDelayTime.TabIndex = 107;
|
||||||
|
this.labelStaticForcedZeroDelayTime.Text = "강제영점지연";
|
||||||
|
this.labelStaticForcedZeroDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticForcedZeroDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticForcedZeroDelayTime.Wordwrap = false;
|
||||||
|
//
|
||||||
// labelStaticDynamic
|
// labelStaticDynamic
|
||||||
//
|
//
|
||||||
this.labelStaticDynamic.BackPictureBox = null;
|
this.labelStaticDynamic.BackPictureBox = null;
|
||||||
|
@ -773,12 +813,12 @@
|
||||||
this.labelStaticDynamic.BackPictureBox2 = null;
|
this.labelStaticDynamic.BackPictureBox2 = null;
|
||||||
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDynamic.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDynamic.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDynamic.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDynamic.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDynamic.InitVisible = true;
|
this.labelStaticDynamic.InitVisible = true;
|
||||||
this.labelStaticDynamic.LineSpacing = 0F;
|
this.labelStaticDynamic.LineSpacing = 0F;
|
||||||
this.labelStaticDynamic.Location = new System.Drawing.Point(22, 129);
|
this.labelStaticDynamic.Location = new System.Drawing.Point(18, 129);
|
||||||
this.labelStaticDynamic.Name = "labelStaticDynamic";
|
this.labelStaticDynamic.Name = "labelStaticDynamic";
|
||||||
this.labelStaticDynamic.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticDynamic.Size = new System.Drawing.Size(140, 20);
|
||||||
this.labelStaticDynamic.TabIndex = 107;
|
this.labelStaticDynamic.TabIndex = 107;
|
||||||
this.labelStaticDynamic.Text = "동보정";
|
this.labelStaticDynamic.Text = "동보정";
|
||||||
this.labelStaticDynamic.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticDynamic.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -792,12 +832,12 @@
|
||||||
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
this.labelStaticJudgmentCount.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentCount.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentCount.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentCount.InitVisible = true;
|
this.labelStaticJudgmentCount.InitVisible = true;
|
||||||
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
this.labelStaticJudgmentCount.LineSpacing = 0F;
|
||||||
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(22, 103);
|
this.labelStaticJudgmentCount.Location = new System.Drawing.Point(18, 103);
|
||||||
this.labelStaticJudgmentCount.Name = "labelStaticJudgmentCount";
|
this.labelStaticJudgmentCount.Name = "labelStaticJudgmentCount";
|
||||||
this.labelStaticJudgmentCount.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticJudgmentCount.Size = new System.Drawing.Size(140, 20);
|
||||||
this.labelStaticJudgmentCount.TabIndex = 107;
|
this.labelStaticJudgmentCount.TabIndex = 107;
|
||||||
this.labelStaticJudgmentCount.Text = "판정개수";
|
this.labelStaticJudgmentCount.Text = "판정개수";
|
||||||
this.labelStaticJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticJudgmentCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -811,12 +851,12 @@
|
||||||
this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
|
this.labelStaticDoubleDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticDoubleDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticDoubleDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticDoubleDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticDoubleDelayTime.InitVisible = true;
|
this.labelStaticDoubleDelayTime.InitVisible = true;
|
||||||
this.labelStaticDoubleDelayTime.LineSpacing = 0F;
|
this.labelStaticDoubleDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticDoubleDelayTime.Location = new System.Drawing.Point(22, 77);
|
this.labelStaticDoubleDelayTime.Location = new System.Drawing.Point(18, 77);
|
||||||
this.labelStaticDoubleDelayTime.Name = "labelStaticDoubleDelayTime";
|
this.labelStaticDoubleDelayTime.Name = "labelStaticDoubleDelayTime";
|
||||||
this.labelStaticDoubleDelayTime.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticDoubleDelayTime.Size = new System.Drawing.Size(140, 20);
|
||||||
this.labelStaticDoubleDelayTime.TabIndex = 107;
|
this.labelStaticDoubleDelayTime.TabIndex = 107;
|
||||||
this.labelStaticDoubleDelayTime.Text = "이중지연";
|
this.labelStaticDoubleDelayTime.Text = "이중지연";
|
||||||
this.labelStaticDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticDoubleDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -830,12 +870,12 @@
|
||||||
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
this.labelStaticJudgmentDelayTime.BackPictureBox2 = null;
|
||||||
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticJudgmentDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticJudgmentDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticJudgmentDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
this.labelStaticJudgmentDelayTime.InitVisible = true;
|
||||||
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
this.labelStaticJudgmentDelayTime.LineSpacing = 0F;
|
||||||
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(22, 51);
|
this.labelStaticJudgmentDelayTime.Location = new System.Drawing.Point(18, 51);
|
||||||
this.labelStaticJudgmentDelayTime.Name = "labelStaticJudgmentDelayTime";
|
this.labelStaticJudgmentDelayTime.Name = "labelStaticJudgmentDelayTime";
|
||||||
this.labelStaticJudgmentDelayTime.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticJudgmentDelayTime.Size = new System.Drawing.Size(140, 20);
|
||||||
this.labelStaticJudgmentDelayTime.TabIndex = 107;
|
this.labelStaticJudgmentDelayTime.TabIndex = 107;
|
||||||
this.labelStaticJudgmentDelayTime.Text = "판정지연";
|
this.labelStaticJudgmentDelayTime.Text = "판정지연";
|
||||||
this.labelStaticJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticJudgmentDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -849,12 +889,12 @@
|
||||||
this.labelStaticFilter.BackPictureBox2 = null;
|
this.labelStaticFilter.BackPictureBox2 = null;
|
||||||
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
|
this.labelStaticFilter.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelStaticFilter.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelStaticFilter.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
this.labelStaticFilter.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelStaticFilter.InitVisible = true;
|
this.labelStaticFilter.InitVisible = true;
|
||||||
this.labelStaticFilter.LineSpacing = 0F;
|
this.labelStaticFilter.LineSpacing = 0F;
|
||||||
this.labelStaticFilter.Location = new System.Drawing.Point(22, 25);
|
this.labelStaticFilter.Location = new System.Drawing.Point(18, 25);
|
||||||
this.labelStaticFilter.Name = "labelStaticFilter";
|
this.labelStaticFilter.Name = "labelStaticFilter";
|
||||||
this.labelStaticFilter.Size = new System.Drawing.Size(100, 20);
|
this.labelStaticFilter.Size = new System.Drawing.Size(140, 20);
|
||||||
this.labelStaticFilter.TabIndex = 107;
|
this.labelStaticFilter.TabIndex = 107;
|
||||||
this.labelStaticFilter.Text = "필터";
|
this.labelStaticFilter.Text = "필터";
|
||||||
this.labelStaticFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
this.labelStaticFilter.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
@ -868,7 +908,7 @@
|
||||||
this.smartLabel31.BackPictureBox2 = null;
|
this.smartLabel31.BackPictureBox2 = null;
|
||||||
this.smartLabel31.BorderColor = System.Drawing.Color.Black;
|
this.smartLabel31.BorderColor = System.Drawing.Color.Black;
|
||||||
this.smartLabel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.smartLabel31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.smartLabel31.Font = new System.Drawing.Font("New Gulim", 12F, System.Drawing.FontStyle.Bold);
|
this.smartLabel31.Font = new System.Drawing.Font("새굴림", 12F, System.Drawing.FontStyle.Bold);
|
||||||
this.smartLabel31.InitVisible = true;
|
this.smartLabel31.InitVisible = true;
|
||||||
this.smartLabel31.LineSpacing = 0F;
|
this.smartLabel31.LineSpacing = 0F;
|
||||||
this.smartLabel31.Location = new System.Drawing.Point(428, 289);
|
this.smartLabel31.Location = new System.Drawing.Point(428, 289);
|
||||||
|
@ -936,6 +976,193 @@
|
||||||
this.smartDraw.TabIndex = 97;
|
this.smartDraw.TabIndex = 97;
|
||||||
this.smartDraw.Text = "smartDraw2";
|
this.smartDraw.Text = "smartDraw2";
|
||||||
//
|
//
|
||||||
|
// groupBoxConveyor
|
||||||
|
//
|
||||||
|
this.groupBoxConveyor.BackPictureBox = null;
|
||||||
|
this.groupBoxConveyor.BackPictureBox1 = null;
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelFeedingConveyorRunTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelRejectConveyorDelayTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelRejectConveyorRunTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorDelayTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelFeedingConveyorDelayTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
||||||
|
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
||||||
|
this.groupBoxConveyor.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
|
||||||
|
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
|
this.groupBoxConveyor.FrameLineThickness = 1;
|
||||||
|
this.groupBoxConveyor.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
||||||
|
this.groupBoxConveyor.Image = null;
|
||||||
|
this.groupBoxConveyor.InitVisible = true;
|
||||||
|
this.groupBoxConveyor.Location = new System.Drawing.Point(7, 208);
|
||||||
|
this.groupBoxConveyor.Name = "groupBoxConveyor";
|
||||||
|
this.groupBoxConveyor.RoundRadius = 10;
|
||||||
|
this.groupBoxConveyor.Size = new System.Drawing.Size(292, 151);
|
||||||
|
this.groupBoxConveyor.TabIndex = 238;
|
||||||
|
this.groupBoxConveyor.Text = "컨베어설정";
|
||||||
|
this.groupBoxConveyor.TextColor = System.Drawing.Color.Black;
|
||||||
|
//
|
||||||
|
// labelFeedingConveyorRunTime
|
||||||
|
//
|
||||||
|
this.labelFeedingConveyorRunTime.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelFeedingConveyorRunTime.BackPictureBox = null;
|
||||||
|
this.labelFeedingConveyorRunTime.BackPictureBox1 = null;
|
||||||
|
this.labelFeedingConveyorRunTime.BackPictureBox2 = null;
|
||||||
|
this.labelFeedingConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelFeedingConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelFeedingConveyorRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelFeedingConveyorRunTime.InitVisible = true;
|
||||||
|
this.labelFeedingConveyorRunTime.LineSpacing = 0F;
|
||||||
|
this.labelFeedingConveyorRunTime.Location = new System.Drawing.Point(164, 106);
|
||||||
|
this.labelFeedingConveyorRunTime.Name = "labelFeedingConveyorRunTime";
|
||||||
|
this.labelFeedingConveyorRunTime.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelFeedingConveyorRunTime.TabIndex = 241;
|
||||||
|
this.labelFeedingConveyorRunTime.Text = "100";
|
||||||
|
this.labelFeedingConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelFeedingConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelFeedingConveyorRunTime.Wordwrap = false;
|
||||||
|
this.labelFeedingConveyorRunTime.Click += new System.EventHandler(this.labelFeedingConveyorRunTime_Click);
|
||||||
|
//
|
||||||
|
// labelRejectConveyorDelayTime
|
||||||
|
//
|
||||||
|
this.labelRejectConveyorDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelRejectConveyorDelayTime.BackPictureBox = null;
|
||||||
|
this.labelRejectConveyorDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelRejectConveyorDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelRejectConveyorDelayTime.InitVisible = true;
|
||||||
|
this.labelRejectConveyorDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelRejectConveyorDelayTime.Location = new System.Drawing.Point(164, 28);
|
||||||
|
this.labelRejectConveyorDelayTime.Name = "labelRejectConveyorDelayTime";
|
||||||
|
this.labelRejectConveyorDelayTime.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelRejectConveyorDelayTime.TabIndex = 246;
|
||||||
|
this.labelRejectConveyorDelayTime.Text = "100";
|
||||||
|
this.labelRejectConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelRejectConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelRejectConveyorDelayTime.Wordwrap = false;
|
||||||
|
this.labelRejectConveyorDelayTime.Click += new System.EventHandler(this.labelRejectConveyorDelayTime_Click);
|
||||||
|
//
|
||||||
|
// labelRejectConveyorRunTime
|
||||||
|
//
|
||||||
|
this.labelRejectConveyorRunTime.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelRejectConveyorRunTime.BackPictureBox = null;
|
||||||
|
this.labelRejectConveyorRunTime.BackPictureBox1 = null;
|
||||||
|
this.labelRejectConveyorRunTime.BackPictureBox2 = null;
|
||||||
|
this.labelRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelRejectConveyorRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelRejectConveyorRunTime.InitVisible = true;
|
||||||
|
this.labelRejectConveyorRunTime.LineSpacing = 0F;
|
||||||
|
this.labelRejectConveyorRunTime.Location = new System.Drawing.Point(164, 54);
|
||||||
|
this.labelRejectConveyorRunTime.Name = "labelRejectConveyorRunTime";
|
||||||
|
this.labelRejectConveyorRunTime.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelRejectConveyorRunTime.TabIndex = 245;
|
||||||
|
this.labelRejectConveyorRunTime.Text = "100";
|
||||||
|
this.labelRejectConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelRejectConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelRejectConveyorRunTime.Wordwrap = false;
|
||||||
|
this.labelRejectConveyorRunTime.Click += new System.EventHandler(this.labelRejectConveyorRunTime_Click);
|
||||||
|
//
|
||||||
|
// labelStaticRejectConveyorDelayTime
|
||||||
|
//
|
||||||
|
this.labelStaticRejectConveyorDelayTime.BackPictureBox = null;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(18, 28);
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Name = "labelStaticRejectConveyorDelayTime";
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Size = new System.Drawing.Size(140, 20);
|
||||||
|
this.labelStaticRejectConveyorDelayTime.TabIndex = 243;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Text = "배출CV지연";
|
||||||
|
this.labelStaticRejectConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticRejectConveyorDelayTime.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelFeedingConveyorDelayTime
|
||||||
|
//
|
||||||
|
this.labelFeedingConveyorDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
||||||
|
this.labelFeedingConveyorDelayTime.BackPictureBox = null;
|
||||||
|
this.labelFeedingConveyorDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelFeedingConveyorDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelFeedingConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelFeedingConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.labelFeedingConveyorDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelFeedingConveyorDelayTime.InitVisible = true;
|
||||||
|
this.labelFeedingConveyorDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelFeedingConveyorDelayTime.Location = new System.Drawing.Point(164, 80);
|
||||||
|
this.labelFeedingConveyorDelayTime.Name = "labelFeedingConveyorDelayTime";
|
||||||
|
this.labelFeedingConveyorDelayTime.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.labelFeedingConveyorDelayTime.TabIndex = 242;
|
||||||
|
this.labelFeedingConveyorDelayTime.Text = "100";
|
||||||
|
this.labelFeedingConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
||||||
|
this.labelFeedingConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelFeedingConveyorDelayTime.Wordwrap = false;
|
||||||
|
this.labelFeedingConveyorDelayTime.Click += new System.EventHandler(this.labelFeedingConveyorDelayTime_Click);
|
||||||
|
//
|
||||||
|
// labelStaticFeedingRunTime
|
||||||
|
//
|
||||||
|
this.labelStaticFeedingRunTime.BackPictureBox = null;
|
||||||
|
this.labelStaticFeedingRunTime.BackPictureBox1 = null;
|
||||||
|
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
||||||
|
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelStaticFeedingRunTime.InitVisible = true;
|
||||||
|
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
||||||
|
this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(18, 106);
|
||||||
|
this.labelStaticFeedingRunTime.Name = "labelStaticFeedingRunTime";
|
||||||
|
this.labelStaticFeedingRunTime.Size = new System.Drawing.Size(140, 20);
|
||||||
|
this.labelStaticFeedingRunTime.TabIndex = 239;
|
||||||
|
this.labelStaticFeedingRunTime.Text = "이송CV동작";
|
||||||
|
this.labelStaticFeedingRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticFeedingRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticFeedingRunTime.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelStaticFeedingDelayTime
|
||||||
|
//
|
||||||
|
this.labelStaticFeedingDelayTime.BackPictureBox = null;
|
||||||
|
this.labelStaticFeedingDelayTime.BackPictureBox1 = null;
|
||||||
|
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
||||||
|
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("새굴림", 9F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelStaticFeedingDelayTime.InitVisible = true;
|
||||||
|
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
||||||
|
this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(18, 80);
|
||||||
|
this.labelStaticFeedingDelayTime.Name = "labelStaticFeedingDelayTime";
|
||||||
|
this.labelStaticFeedingDelayTime.Size = new System.Drawing.Size(140, 20);
|
||||||
|
this.labelStaticFeedingDelayTime.TabIndex = 240;
|
||||||
|
this.labelStaticFeedingDelayTime.Text = "이송CV지연";
|
||||||
|
this.labelStaticFeedingDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticFeedingDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticFeedingDelayTime.Wordwrap = false;
|
||||||
|
//
|
||||||
|
// labelStaticRejectConveyorRunTime
|
||||||
|
//
|
||||||
|
this.labelStaticRejectConveyorRunTime.BackPictureBox = null;
|
||||||
|
this.labelStaticRejectConveyorRunTime.BackPictureBox1 = null;
|
||||||
|
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
||||||
|
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
||||||
|
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
|
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Bold);
|
||||||
|
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
||||||
|
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
||||||
|
this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(18, 54);
|
||||||
|
this.labelStaticRejectConveyorRunTime.Name = "labelStaticRejectConveyorRunTime";
|
||||||
|
this.labelStaticRejectConveyorRunTime.Size = new System.Drawing.Size(140, 20);
|
||||||
|
this.labelStaticRejectConveyorRunTime.TabIndex = 244;
|
||||||
|
this.labelStaticRejectConveyorRunTime.Text = "배출CV동작";
|
||||||
|
this.labelStaticRejectConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
||||||
|
this.labelStaticRejectConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
||||||
|
this.labelStaticRejectConveyorRunTime.Wordwrap = false;
|
||||||
|
//
|
||||||
// buttonItemNo
|
// buttonItemNo
|
||||||
//
|
//
|
||||||
this.buttonItemNo.BackPictureBox = null;
|
this.buttonItemNo.BackPictureBox = null;
|
||||||
|
@ -979,7 +1206,7 @@
|
||||||
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonCopy.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonCopy.DisableImage = null;
|
this.buttonCopy.DisableImage = null;
|
||||||
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
|
this.buttonCopy.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.DownImage")));
|
||||||
this.buttonCopy.Font = new System.Drawing.Font("Gulim", 18F, System.Drawing.FontStyle.Bold);
|
this.buttonCopy.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
|
||||||
this.buttonCopy.GroupID = 0;
|
this.buttonCopy.GroupID = 0;
|
||||||
this.buttonCopy.InitVisible = true;
|
this.buttonCopy.InitVisible = true;
|
||||||
this.buttonCopy.Location = new System.Drawing.Point(11, 525);
|
this.buttonCopy.Location = new System.Drawing.Point(11, 525);
|
||||||
|
@ -1300,7 +1527,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
@ -1320,193 +1547,6 @@
|
||||||
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
this.pictureBoxFormIcon.Name = "pictureBoxFormIcon";
|
||||||
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
this.pictureBoxFormIcon.Size = new System.Drawing.Size(47, 45);
|
||||||
//
|
//
|
||||||
// groupBoxConveyor
|
|
||||||
//
|
|
||||||
this.groupBoxConveyor.BackPictureBox = null;
|
|
||||||
this.groupBoxConveyor.BackPictureBox1 = null;
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelFeedingConveyorRunTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelRejectConveyorDelayTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelRejectConveyorRunTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorDelayTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelFeedingConveyorDelayTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingRunTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticFeedingDelayTime);
|
|
||||||
this.groupBoxConveyor.Controls.Add(this.labelStaticRejectConveyorRunTime);
|
|
||||||
this.groupBoxConveyor.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.groupBoxConveyor.FrameLineColor1 = System.Drawing.Color.Black;
|
|
||||||
this.groupBoxConveyor.FrameLineColor2 = System.Drawing.Color.Black;
|
|
||||||
this.groupBoxConveyor.FrameLineThickness = 1;
|
|
||||||
this.groupBoxConveyor.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.RoundRectangle;
|
|
||||||
this.groupBoxConveyor.Image = null;
|
|
||||||
this.groupBoxConveyor.InitVisible = true;
|
|
||||||
this.groupBoxConveyor.Location = new System.Drawing.Point(7, 208);
|
|
||||||
this.groupBoxConveyor.Name = "groupBoxConveyor";
|
|
||||||
this.groupBoxConveyor.RoundRadius = 10;
|
|
||||||
this.groupBoxConveyor.Size = new System.Drawing.Size(265, 151);
|
|
||||||
this.groupBoxConveyor.TabIndex = 238;
|
|
||||||
this.groupBoxConveyor.Text = "컨베어설정";
|
|
||||||
this.groupBoxConveyor.TextColor = System.Drawing.Color.Black;
|
|
||||||
//
|
|
||||||
// labelFeedingConveyorRunTime
|
|
||||||
//
|
|
||||||
this.labelFeedingConveyorRunTime.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelFeedingConveyorRunTime.BackPictureBox = null;
|
|
||||||
this.labelFeedingConveyorRunTime.BackPictureBox1 = null;
|
|
||||||
this.labelFeedingConveyorRunTime.BackPictureBox2 = null;
|
|
||||||
this.labelFeedingConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelFeedingConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelFeedingConveyorRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelFeedingConveyorRunTime.InitVisible = true;
|
|
||||||
this.labelFeedingConveyorRunTime.LineSpacing = 0F;
|
|
||||||
this.labelFeedingConveyorRunTime.Location = new System.Drawing.Point(144, 106);
|
|
||||||
this.labelFeedingConveyorRunTime.Name = "labelFeedingConveyorRunTime";
|
|
||||||
this.labelFeedingConveyorRunTime.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelFeedingConveyorRunTime.TabIndex = 241;
|
|
||||||
this.labelFeedingConveyorRunTime.Text = "100";
|
|
||||||
this.labelFeedingConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelFeedingConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelFeedingConveyorRunTime.Wordwrap = false;
|
|
||||||
this.labelFeedingConveyorRunTime.Click += new System.EventHandler(this.labelFeedingConveyorRunTime_Click);
|
|
||||||
//
|
|
||||||
// labelRejectConveyorDelayTime
|
|
||||||
//
|
|
||||||
this.labelRejectConveyorDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelRejectConveyorDelayTime.BackPictureBox = null;
|
|
||||||
this.labelRejectConveyorDelayTime.BackPictureBox1 = null;
|
|
||||||
this.labelRejectConveyorDelayTime.BackPictureBox2 = null;
|
|
||||||
this.labelRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelRejectConveyorDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelRejectConveyorDelayTime.InitVisible = true;
|
|
||||||
this.labelRejectConveyorDelayTime.LineSpacing = 0F;
|
|
||||||
this.labelRejectConveyorDelayTime.Location = new System.Drawing.Point(144, 28);
|
|
||||||
this.labelRejectConveyorDelayTime.Name = "labelRejectConveyorDelayTime";
|
|
||||||
this.labelRejectConveyorDelayTime.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelRejectConveyorDelayTime.TabIndex = 246;
|
|
||||||
this.labelRejectConveyorDelayTime.Text = "100";
|
|
||||||
this.labelRejectConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelRejectConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelRejectConveyorDelayTime.Wordwrap = false;
|
|
||||||
this.labelRejectConveyorDelayTime.Click += new System.EventHandler(this.labelRejectConveyorDelayTime_Click);
|
|
||||||
//
|
|
||||||
// labelRejectConveyorRunTime
|
|
||||||
//
|
|
||||||
this.labelRejectConveyorRunTime.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelRejectConveyorRunTime.BackPictureBox = null;
|
|
||||||
this.labelRejectConveyorRunTime.BackPictureBox1 = null;
|
|
||||||
this.labelRejectConveyorRunTime.BackPictureBox2 = null;
|
|
||||||
this.labelRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelRejectConveyorRunTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelRejectConveyorRunTime.InitVisible = true;
|
|
||||||
this.labelRejectConveyorRunTime.LineSpacing = 0F;
|
|
||||||
this.labelRejectConveyorRunTime.Location = new System.Drawing.Point(144, 54);
|
|
||||||
this.labelRejectConveyorRunTime.Name = "labelRejectConveyorRunTime";
|
|
||||||
this.labelRejectConveyorRunTime.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelRejectConveyorRunTime.TabIndex = 245;
|
|
||||||
this.labelRejectConveyorRunTime.Text = "100";
|
|
||||||
this.labelRejectConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelRejectConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelRejectConveyorRunTime.Wordwrap = false;
|
|
||||||
this.labelRejectConveyorRunTime.Click += new System.EventHandler(this.labelRejectConveyorRunTime_Click);
|
|
||||||
//
|
|
||||||
// labelStaticRejectConveyorDelayTime
|
|
||||||
//
|
|
||||||
this.labelStaticRejectConveyorDelayTime.BackPictureBox = null;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.BackPictureBox1 = null;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.BackPictureBox2 = null;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelStaticRejectConveyorDelayTime.InitVisible = true;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.LineSpacing = 0F;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Location = new System.Drawing.Point(18, 28);
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Name = "labelStaticRejectConveyorDelayTime";
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Size = new System.Drawing.Size(120, 20);
|
|
||||||
this.labelStaticRejectConveyorDelayTime.TabIndex = 243;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Text = "배출CV지연";
|
|
||||||
this.labelStaticRejectConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticRejectConveyorDelayTime.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelFeedingConveyorDelayTime
|
|
||||||
//
|
|
||||||
this.labelFeedingConveyorDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelFeedingConveyorDelayTime.BackPictureBox = null;
|
|
||||||
this.labelFeedingConveyorDelayTime.BackPictureBox1 = null;
|
|
||||||
this.labelFeedingConveyorDelayTime.BackPictureBox2 = null;
|
|
||||||
this.labelFeedingConveyorDelayTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelFeedingConveyorDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelFeedingConveyorDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelFeedingConveyorDelayTime.InitVisible = true;
|
|
||||||
this.labelFeedingConveyorDelayTime.LineSpacing = 0F;
|
|
||||||
this.labelFeedingConveyorDelayTime.Location = new System.Drawing.Point(144, 80);
|
|
||||||
this.labelFeedingConveyorDelayTime.Name = "labelFeedingConveyorDelayTime";
|
|
||||||
this.labelFeedingConveyorDelayTime.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelFeedingConveyorDelayTime.TabIndex = 242;
|
|
||||||
this.labelFeedingConveyorDelayTime.Text = "100";
|
|
||||||
this.labelFeedingConveyorDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelFeedingConveyorDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelFeedingConveyorDelayTime.Wordwrap = false;
|
|
||||||
this.labelFeedingConveyorDelayTime.Click += new System.EventHandler(this.labelFeedingConveyorDelayTime_Click);
|
|
||||||
//
|
|
||||||
// labelStaticFeedingRunTime
|
|
||||||
//
|
|
||||||
this.labelStaticFeedingRunTime.BackPictureBox = null;
|
|
||||||
this.labelStaticFeedingRunTime.BackPictureBox1 = null;
|
|
||||||
this.labelStaticFeedingRunTime.BackPictureBox2 = null;
|
|
||||||
this.labelStaticFeedingRunTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticFeedingRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticFeedingRunTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelStaticFeedingRunTime.InitVisible = true;
|
|
||||||
this.labelStaticFeedingRunTime.LineSpacing = 0F;
|
|
||||||
this.labelStaticFeedingRunTime.Location = new System.Drawing.Point(18, 106);
|
|
||||||
this.labelStaticFeedingRunTime.Name = "labelStaticFeedingRunTime";
|
|
||||||
this.labelStaticFeedingRunTime.Size = new System.Drawing.Size(120, 20);
|
|
||||||
this.labelStaticFeedingRunTime.TabIndex = 239;
|
|
||||||
this.labelStaticFeedingRunTime.Text = "이송CV동작";
|
|
||||||
this.labelStaticFeedingRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticFeedingRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticFeedingRunTime.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelStaticFeedingDelayTime
|
|
||||||
//
|
|
||||||
this.labelStaticFeedingDelayTime.BackPictureBox = null;
|
|
||||||
this.labelStaticFeedingDelayTime.BackPictureBox1 = null;
|
|
||||||
this.labelStaticFeedingDelayTime.BackPictureBox2 = null;
|
|
||||||
this.labelStaticFeedingDelayTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticFeedingDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticFeedingDelayTime.Font = new System.Drawing.Font("New Gulim", 9F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelStaticFeedingDelayTime.InitVisible = true;
|
|
||||||
this.labelStaticFeedingDelayTime.LineSpacing = 0F;
|
|
||||||
this.labelStaticFeedingDelayTime.Location = new System.Drawing.Point(18, 80);
|
|
||||||
this.labelStaticFeedingDelayTime.Name = "labelStaticFeedingDelayTime";
|
|
||||||
this.labelStaticFeedingDelayTime.Size = new System.Drawing.Size(120, 20);
|
|
||||||
this.labelStaticFeedingDelayTime.TabIndex = 240;
|
|
||||||
this.labelStaticFeedingDelayTime.Text = "이송CV지연";
|
|
||||||
this.labelStaticFeedingDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticFeedingDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticFeedingDelayTime.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelStaticRejectConveyorRunTime
|
|
||||||
//
|
|
||||||
this.labelStaticRejectConveyorRunTime.BackPictureBox = null;
|
|
||||||
this.labelStaticRejectConveyorRunTime.BackPictureBox1 = null;
|
|
||||||
this.labelStaticRejectConveyorRunTime.BackPictureBox2 = null;
|
|
||||||
this.labelStaticRejectConveyorRunTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelStaticRejectConveyorRunTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.labelStaticRejectConveyorRunTime.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelStaticRejectConveyorRunTime.InitVisible = true;
|
|
||||||
this.labelStaticRejectConveyorRunTime.LineSpacing = 0F;
|
|
||||||
this.labelStaticRejectConveyorRunTime.Location = new System.Drawing.Point(18, 54);
|
|
||||||
this.labelStaticRejectConveyorRunTime.Name = "labelStaticRejectConveyorRunTime";
|
|
||||||
this.labelStaticRejectConveyorRunTime.Size = new System.Drawing.Size(120, 20);
|
|
||||||
this.labelStaticRejectConveyorRunTime.TabIndex = 244;
|
|
||||||
this.labelStaticRejectConveyorRunTime.Text = "배출CV동작";
|
|
||||||
this.labelStaticRejectConveyorRunTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.labelStaticRejectConveyorRunTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelStaticRejectConveyorRunTime.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// pictureBoxStop
|
// pictureBoxStop
|
||||||
//
|
//
|
||||||
this.pictureBoxStop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStop.Image")));
|
this.pictureBoxStop.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxStop.Image")));
|
||||||
|
@ -1524,7 +1564,7 @@
|
||||||
//
|
//
|
||||||
// buttonClear
|
// buttonClear
|
||||||
//
|
//
|
||||||
this.buttonClear.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonClear.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonClear.Location = new System.Drawing.Point(432, 521);
|
this.buttonClear.Location = new System.Drawing.Point(432, 521);
|
||||||
this.buttonClear.Name = "buttonClear";
|
this.buttonClear.Name = "buttonClear";
|
||||||
this.buttonClear.Size = new System.Drawing.Size(72, 20);
|
this.buttonClear.Size = new System.Drawing.Size(72, 20);
|
||||||
|
@ -1535,7 +1575,7 @@
|
||||||
//
|
//
|
||||||
// buttonMax
|
// buttonMax
|
||||||
//
|
//
|
||||||
this.buttonMax.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonMax.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonMax.Location = new System.Drawing.Point(354, 521);
|
this.buttonMax.Location = new System.Drawing.Point(354, 521);
|
||||||
this.buttonMax.Name = "buttonMax";
|
this.buttonMax.Name = "buttonMax";
|
||||||
this.buttonMax.Size = new System.Drawing.Size(72, 20);
|
this.buttonMax.Size = new System.Drawing.Size(72, 20);
|
||||||
|
@ -1546,7 +1586,7 @@
|
||||||
//
|
//
|
||||||
// button2
|
// button2
|
||||||
//
|
//
|
||||||
this.button2.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.button2.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.button2.Location = new System.Drawing.Point(354, 547);
|
this.button2.Location = new System.Drawing.Point(354, 547);
|
||||||
this.button2.Name = "button2";
|
this.button2.Name = "button2";
|
||||||
this.button2.Size = new System.Drawing.Size(72, 20);
|
this.button2.Size = new System.Drawing.Size(72, 20);
|
||||||
|
@ -1557,7 +1597,7 @@
|
||||||
//
|
//
|
||||||
// buttonMin
|
// buttonMin
|
||||||
//
|
//
|
||||||
this.buttonMin.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Regular);
|
this.buttonMin.Font = new System.Drawing.Font("새굴림", 10F, System.Drawing.FontStyle.Regular);
|
||||||
this.buttonMin.Location = new System.Drawing.Point(354, 573);
|
this.buttonMin.Location = new System.Drawing.Point(354, 573);
|
||||||
this.buttonMin.Name = "buttonMin";
|
this.buttonMin.Name = "buttonMin";
|
||||||
this.buttonMin.Size = new System.Drawing.Size(72, 20);
|
this.buttonMin.Size = new System.Drawing.Size(72, 20);
|
||||||
|
@ -1698,46 +1738,6 @@
|
||||||
this.buttonLine7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine7.UpImage")));
|
this.buttonLine7.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonLine7.UpImage")));
|
||||||
this.buttonLine7.Click += new System.EventHandler(this.buttonLine_Click);
|
this.buttonLine7.Click += new System.EventHandler(this.buttonLine_Click);
|
||||||
//
|
//
|
||||||
// smartLabel1
|
|
||||||
//
|
|
||||||
this.smartLabel1.BackPictureBox = null;
|
|
||||||
this.smartLabel1.BackPictureBox1 = null;
|
|
||||||
this.smartLabel1.BackPictureBox2 = null;
|
|
||||||
this.smartLabel1.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.smartLabel1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
||||||
this.smartLabel1.Font = new System.Drawing.Font("New Gulim", 10F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.smartLabel1.InitVisible = true;
|
|
||||||
this.smartLabel1.LineSpacing = 0F;
|
|
||||||
this.smartLabel1.Location = new System.Drawing.Point(22, 155);
|
|
||||||
this.smartLabel1.Name = "smartLabel1";
|
|
||||||
this.smartLabel1.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.smartLabel1.TabIndex = 107;
|
|
||||||
this.smartLabel1.Text = "강제영점지연";
|
|
||||||
this.smartLabel1.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
||||||
this.smartLabel1.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.smartLabel1.Wordwrap = false;
|
|
||||||
//
|
|
||||||
// labelForcedZeroDelayTime
|
|
||||||
//
|
|
||||||
this.labelForcedZeroDelayTime.BackColor = System.Drawing.SystemColors.Window;
|
|
||||||
this.labelForcedZeroDelayTime.BackPictureBox = null;
|
|
||||||
this.labelForcedZeroDelayTime.BackPictureBox1 = null;
|
|
||||||
this.labelForcedZeroDelayTime.BackPictureBox2 = null;
|
|
||||||
this.labelForcedZeroDelayTime.BorderColor = System.Drawing.Color.Black;
|
|
||||||
this.labelForcedZeroDelayTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.labelForcedZeroDelayTime.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold);
|
|
||||||
this.labelForcedZeroDelayTime.InitVisible = true;
|
|
||||||
this.labelForcedZeroDelayTime.LineSpacing = 0F;
|
|
||||||
this.labelForcedZeroDelayTime.Location = new System.Drawing.Point(128, 155);
|
|
||||||
this.labelForcedZeroDelayTime.Name = "labelForcedZeroDelayTime";
|
|
||||||
this.labelForcedZeroDelayTime.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.labelForcedZeroDelayTime.TabIndex = 108;
|
|
||||||
this.labelForcedZeroDelayTime.Text = "100";
|
|
||||||
this.labelForcedZeroDelayTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Right;
|
|
||||||
this.labelForcedZeroDelayTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
||||||
this.labelForcedZeroDelayTime.Wordwrap = false;
|
|
||||||
this.labelForcedZeroDelayTime.Click += new System.EventHandler(this.labelForcedZeroDelayTime_Click);
|
|
||||||
//
|
|
||||||
// FormSystemSetting
|
// FormSystemSetting
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
||||||
|
@ -1859,6 +1859,6 @@
|
||||||
private SmartX.SmartButton buttonLine8;
|
private SmartX.SmartButton buttonLine8;
|
||||||
private SmartX.SmartButton buttonLine7;
|
private SmartX.SmartButton buttonLine7;
|
||||||
public SmartX.SmartLabel labelForcedZeroDelayTime;
|
public SmartX.SmartLabel labelForcedZeroDelayTime;
|
||||||
private SmartX.SmartLabel smartLabel1;
|
private SmartX.SmartLabel labelStaticForcedZeroDelayTime;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -58,7 +58,7 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "System setting";
|
this.labelTitle.Text = "System";
|
||||||
this.tabProduct.Text = "Product";
|
this.tabProduct.Text = "Product";
|
||||||
this.tabJudgment.Text = "Judgment";
|
this.tabJudgment.Text = "Judgment";
|
||||||
this.groupBoxWeightSetting.Text = "Weight setting";
|
this.groupBoxWeightSetting.Text = "Weight setting";
|
||||||
|
@ -69,6 +69,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticDoubleDelayTime.Text = "Overlap";
|
this.labelStaticDoubleDelayTime.Text = "Overlap";
|
||||||
this.labelStaticJudgmentCount.Text = "J.Count";
|
this.labelStaticJudgmentCount.Text = "J.Count";
|
||||||
this.labelStaticDynamic.Text = "Dynamic";
|
this.labelStaticDynamic.Text = "Dynamic";
|
||||||
|
this.labelStaticForcedZeroDelayTime.Text = "Forced Zero Delay";
|
||||||
|
|
||||||
this.buttonWeightReference.Text = "Reference";
|
this.buttonWeightReference.Text = "Reference";
|
||||||
this.smartLabel31.Text = "Judgment";
|
this.smartLabel31.Text = "Judgment";
|
||||||
|
@ -79,11 +80,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticFeedingDelayTime.Text = "Feeding CV Delay";
|
this.labelStaticFeedingDelayTime.Text = "Feeding CV Delay";
|
||||||
this.labelStaticFeedingRunTime.Text = "Feeding CV Run";
|
this.labelStaticFeedingRunTime.Text = "Feeding CV Run";
|
||||||
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
|
|
||||||
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormSystemSettingNoDown));
|
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormSystemSettingNoDown));
|
||||||
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormSystemSettingNoUp));
|
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engFormSystemSettingNoUp));
|
||||||
|
|
||||||
|
@ -121,6 +117,7 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelStaticDoubleDelayTime.Text = "重复";
|
this.labelStaticDoubleDelayTime.Text = "重复";
|
||||||
this.labelStaticJudgmentCount.Text = "重复延迟";
|
this.labelStaticJudgmentCount.Text = "重复延迟";
|
||||||
this.labelStaticDynamic.Text = "动态校正";
|
this.labelStaticDynamic.Text = "动态校正";
|
||||||
|
this.labelStaticForcedZeroDelayTime.Text = "强制零延迟";
|
||||||
|
|
||||||
this.buttonWeightReference.Text = "参考价值";
|
this.buttonWeightReference.Text = "参考价值";
|
||||||
this.smartLabel31.Text = "结果";
|
this.smartLabel31.Text = "结果";
|
||||||
|
@ -133,11 +130,6 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.smartLabel33.Text = "重量";
|
this.smartLabel33.Text = "重量";
|
||||||
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveUp));
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
|
|
||||||
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoDown));
|
this.buttonItemNo.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoDown));
|
||||||
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoUp));
|
this.buttonItemNo.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnFormSystemSettingNoUp));
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -74,7 +74,7 @@
|
||||||
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonBack.ButtonImageAutoSize = true;
|
this.buttonBack.ButtonImageAutoSize = true;
|
||||||
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonBack.DisableImage = null;
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
||||||
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
||||||
this.buttonBack.GroupID = 0;
|
this.buttonBack.GroupID = 0;
|
||||||
this.buttonBack.InitVisible = true;
|
this.buttonBack.InitVisible = true;
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
||||||
this.buttonSave.ButtonImageAutoSize = true;
|
this.buttonSave.ButtonImageAutoSize = true;
|
||||||
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
||||||
this.buttonSave.DisableImage = null;
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
||||||
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
||||||
this.buttonSave.GroupID = 0;
|
this.buttonSave.GroupID = 0;
|
||||||
this.buttonSave.InitVisible = true;
|
this.buttonSave.InitVisible = true;
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
this.labelTitle.BackPictureBox2 = null;
|
this.labelTitle.BackPictureBox2 = null;
|
||||||
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
||||||
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 23F, System.Drawing.FontStyle.Bold);
|
this.labelTitle.Font = new System.Drawing.Font("새굴림", 23F, System.Drawing.FontStyle.Bold);
|
||||||
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
this.labelTitle.ForeColor = System.Drawing.Color.White;
|
||||||
this.labelTitle.InitVisible = true;
|
this.labelTitle.InitVisible = true;
|
||||||
this.labelTitle.LineSpacing = 0F;
|
this.labelTitle.LineSpacing = 0F;
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
this.groupBoxPresentTime.BackPictureBox = this.smartForm1;
|
this.groupBoxPresentTime.BackPictureBox = this.smartForm1;
|
||||||
this.groupBoxPresentTime.BackPictureBox1 = null;
|
this.groupBoxPresentTime.BackPictureBox1 = null;
|
||||||
this.groupBoxPresentTime.Controls.Add(this.labelCurrentTime);
|
this.groupBoxPresentTime.Controls.Add(this.labelCurrentTime);
|
||||||
this.groupBoxPresentTime.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.groupBoxPresentTime.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxPresentTime.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.groupBoxPresentTime.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||||
this.groupBoxPresentTime.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxPresentTime.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxPresentTime.FrameLineThickness = 1;
|
this.groupBoxPresentTime.FrameLineThickness = 1;
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
this.groupBoxTimeChange.Controls.Add(this.upDownHour);
|
this.groupBoxTimeChange.Controls.Add(this.upDownHour);
|
||||||
this.groupBoxTimeChange.Controls.Add(this.upDownDate);
|
this.groupBoxTimeChange.Controls.Add(this.upDownDate);
|
||||||
this.groupBoxTimeChange.Controls.Add(this.upDownMonth);
|
this.groupBoxTimeChange.Controls.Add(this.upDownMonth);
|
||||||
this.groupBoxTimeChange.Font = new System.Drawing.Font("New Gulim", 13F, System.Drawing.FontStyle.Bold);
|
this.groupBoxTimeChange.Font = new System.Drawing.Font("새굴림", 13F, System.Drawing.FontStyle.Bold);
|
||||||
this.groupBoxTimeChange.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
this.groupBoxTimeChange.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(54)))), ((int)(((byte)(66)))), ((int)(((byte)(44)))));
|
||||||
this.groupBoxTimeChange.FrameLineColor2 = System.Drawing.Color.Black;
|
this.groupBoxTimeChange.FrameLineColor2 = System.Drawing.Color.Black;
|
||||||
this.groupBoxTimeChange.FrameLineThickness = 1;
|
this.groupBoxTimeChange.FrameLineThickness = 1;
|
||||||
|
|
|
@ -50,27 +50,15 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Time setting";
|
this.labelTitle.Text = "Time";
|
||||||
this.groupBoxPresentTime.Text = "Present time";
|
this.groupBoxPresentTime.Text = "Present time";
|
||||||
this.groupBoxTimeChange.Text = "Time change";
|
this.groupBoxTimeChange.Text = "Time change";
|
||||||
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engSaveUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.engBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "时间设定";
|
this.labelTitle.Text = "时间设定";
|
||||||
this.groupBoxPresentTime.Text = "当前时间";
|
this.groupBoxPresentTime.Text = "当前时间";
|
||||||
this.groupBoxTimeChange.Text = "设置";
|
this.groupBoxTimeChange.Text = "设置";
|
||||||
|
|
||||||
this.buttonSave.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveDown));
|
|
||||||
this.buttonSave.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnSaveUp));
|
|
||||||
|
|
||||||
this.buttonBack.DownImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackDown));
|
|
||||||
this.buttonBack.UpImage = new Bitmap(images.GetImage(ImageDll.ButtonImages.chnBackUp));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -55,35 +55,19 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.English)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "User settings";
|
this.labelTitle.Text = "User";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Chinese)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "用户设置";
|
this.labelTitle.Text = "用户设置";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.Czech)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "uživatelské nastavení";
|
this.labelTitle.Text = "uživatelské nastavení";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
else if (this.ParentForm.SystemConfig.Language == DataStore.LanguageID.German)
|
||||||
{
|
{
|
||||||
this.labelTitle.Text = "Benutzereinstellungen";
|
this.labelTitle.Text = "Benutzereinstellungen";
|
||||||
|
|
||||||
//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));
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -309,6 +293,13 @@ namespace INT69DB_2A.Forms
|
||||||
this.labelID.Enabled = true;
|
this.labelID.Enabled = true;
|
||||||
this.labelID.BackColor = Color.WhiteSmoke;
|
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)
|
private void CheckBoxCheckedAsLevel(DataStore.UserStatus level)
|
||||||
{
|
{
|
||||||
switch (level)
|
switch (level)
|
||||||
|
@ -323,25 +314,26 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level1_Name;
|
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level1_Name;
|
||||||
|
|
||||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo;
|
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayProductNo);
|
||||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear;
|
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayClear);
|
||||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu;
|
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplaySubMenu);
|
||||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting;
|
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting;
|
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation);
|
||||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation;
|
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration);
|
||||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup;
|
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunication);
|
||||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration;
|
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration);
|
||||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuCommunicationSetting;
|
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem);
|
||||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration;
|
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor);
|
||||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting;
|
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest);
|
||||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting;
|
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment);
|
||||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate;
|
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate);
|
||||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset;
|
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization);
|
||||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting;
|
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuTime);
|
||||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest;
|
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuUser);
|
||||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics;
|
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup);
|
||||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting;
|
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics);
|
||||||
|
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level1.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Level2:
|
case DataStore.UserStatus.Level2:
|
||||||
this.buttonLevel1.ButtonUp();
|
this.buttonLevel1.ButtonUp();
|
||||||
|
@ -353,25 +345,26 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level2_Name;
|
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level2_Name;
|
||||||
|
|
||||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo;
|
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayProductNo);
|
||||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear;
|
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayClear);
|
||||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu;
|
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplaySubMenu);
|
||||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting;
|
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting;
|
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation);
|
||||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation;
|
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration);
|
||||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup;
|
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunication);
|
||||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration;
|
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration);
|
||||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuCommunicationSetting;
|
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem);
|
||||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration;
|
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor);
|
||||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting;
|
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest);
|
||||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting;
|
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment);
|
||||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate;
|
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate);
|
||||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset;
|
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization);
|
||||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting;
|
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuTime);
|
||||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest;
|
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuUser);
|
||||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics;
|
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup);
|
||||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting;
|
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics);
|
||||||
|
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level2.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
case DataStore.UserStatus.Level3:
|
case DataStore.UserStatus.Level3:
|
||||||
this.buttonLevel1.ButtonUp();
|
this.buttonLevel1.ButtonUp();
|
||||||
|
@ -383,55 +376,58 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level3_Name;
|
this.labelAccessRight.Text = this.ParentForm.SystemConfig.User_Level3_Name;
|
||||||
|
|
||||||
this.cbMainProductNo.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo;
|
this.labelProductNo.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayProductNo);
|
||||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
|
this.labelClear.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear);
|
||||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu;
|
this.labelSubMenu.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu);
|
||||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting;
|
this.labelWeightSetting.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting);
|
||||||
|
|
||||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
this.labelInformation.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation);
|
||||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
this.labelConfiguration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration);
|
||||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
this.labelCommunication.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunication);
|
||||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
this.labelCalibration.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration);
|
||||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunicationSetting;
|
this.labelSystem.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem);
|
||||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
this.labelMotor.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor);
|
||||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
this.labelIOTest.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest);
|
||||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
this.labelEquipment.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment);
|
||||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
this.labelUpdate.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate);
|
||||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
this.labelInitialization.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization);
|
||||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
this.labelTime.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuTime);
|
||||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
this.labelUser.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuUser);
|
||||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
this.labelDataBackup.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup);
|
||||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
this.labelStatistics.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics);
|
||||||
|
this.labelViewer.ForeColor = this.ReturnColor(this.ParentForm.CurrentUserGroup.Level3.IsMenuViewer);
|
||||||
break;
|
break;
|
||||||
|
case DataStore.UserStatus.Developer:
|
||||||
case DataStore.UserStatus.Admin:
|
case DataStore.UserStatus.Admin:
|
||||||
this.buttonLevel1.ButtonUp();
|
this.buttonLevel1.ButtonUp();
|
||||||
this.buttonLevel2.ButtonUp();
|
this.buttonLevel2.ButtonUp();
|
||||||
this.buttonLevel3.ButtonDown();
|
this.buttonLevel3.ButtonUp();
|
||||||
this.buttonLevel1.Enabled = true;
|
this.buttonLevel1.Enabled = false;
|
||||||
this.buttonLevel2.Enabled = true;
|
this.buttonLevel2.Enabled = false;
|
||||||
this.buttonLevel3.Enabled = true;
|
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.labelProductNo.ForeColor = Color.Black;
|
||||||
this.cbMainClear.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayClear;
|
this.labelClear.ForeColor = Color.Black;
|
||||||
this.cbMainSubMenu.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplaySubMenu;
|
this.labelSubMenu.ForeColor = Color.Black;
|
||||||
this.cbMainWeightSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMainDisplayWeightSetting;
|
this.labelWeightSetting.ForeColor = Color.Black;
|
||||||
|
|
||||||
this.cbMenuTimeSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting;
|
this.labelInformation.ForeColor = Color.Black;
|
||||||
this.cbMenuInformation.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation;
|
this.labelConfiguration.ForeColor = Color.Black;
|
||||||
this.cbMenuDataBackup.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup;
|
this.labelCommunication.ForeColor = Color.Black;
|
||||||
this.cbMenuCalibration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration;
|
this.labelCalibration.ForeColor = Color.Black;
|
||||||
this.cbMenuCommunication.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuCommunicationSetting;
|
this.labelSystem.ForeColor = Color.Black;
|
||||||
this.cbMenuConfiguration.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration;
|
this.labelMotor.ForeColor = Color.Black;
|
||||||
this.cbMenuSystemSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting;
|
this.labelIOTest.ForeColor = Color.Black;
|
||||||
this.cbMenuMotorSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting;
|
this.labelEquipment.ForeColor = Color.Black;
|
||||||
this.cbMenuUpdate.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate;
|
this.labelUpdate.ForeColor = Color.Black;
|
||||||
this.cbMenuFactoryReset.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset;
|
this.labelInitialization.ForeColor = Color.Black;
|
||||||
this.cbMenuEquipmentSet.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting;
|
this.labelTime.ForeColor = Color.Black;
|
||||||
this.cbMenuIOTest.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest;
|
this.labelUser.ForeColor = Color.Black;
|
||||||
this.cbMenuDataStatistics.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics;
|
this.labelDataBackup.ForeColor = Color.Black;
|
||||||
this.cbMenuUserEditor.Checked = this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting;
|
this.labelStatistics.ForeColor = Color.Black;
|
||||||
|
this.labelViewer.ForeColor = Color.Black;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
this.buttonLevel1.ButtonUp();
|
this.buttonLevel1.ButtonUp();
|
||||||
|
@ -442,26 +438,6 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonLevel3.Enabled = true;
|
this.buttonLevel3.Enabled = true;
|
||||||
|
|
||||||
this.labelAccessRight.Text = "";
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -594,24 +570,26 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
private void UpdateDefaultSetAccessrightDisplay(UserGroupItem item)
|
private void UpdateDefaultSetAccessrightDisplay(UserGroupItem item)
|
||||||
{
|
{
|
||||||
this.cbMainProductNo.Checked = item.IsMainDisplayProductNo;
|
this.labelProductNo.ForeColor = this.ReturnColor(item.IsMainDisplayProductNo);
|
||||||
this.cbMainWeightSet.Checked = item.IsMainDisplayWeightSetting;
|
this.labelWeightSetting.ForeColor = this.ReturnColor(item.IsMainDisplayWeightSetting);
|
||||||
this.cbMainClear.Checked = item.IsMainDisplayClear;
|
this.labelClear.ForeColor = this.ReturnColor(item.IsMainDisplayClear);
|
||||||
this.cbMainSubMenu.Checked = item.IsMainDisplaySubMenu;
|
this.labelSubMenu.ForeColor = this.ReturnColor(item.IsMainDisplaySubMenu);
|
||||||
|
|
||||||
this.cbMenuCalibration.Checked = item.IsMenuCalibration;
|
this.labelInformation.ForeColor = this.ReturnColor(item.IsMenuInformation);
|
||||||
this.cbMenuConfiguration.Checked = item.IsMenuConfiguration;
|
this.labelConfiguration.ForeColor = this.ReturnColor(item.IsMenuConfiguration);
|
||||||
this.cbMenuDataBackup.Checked = item.IsMenuDataBackup;
|
this.labelCommunication.ForeColor = this.ReturnColor(item.IsMenuCommunication);
|
||||||
this.cbMenuDataStatistics.Checked = item.IsMenuDataStatistics;
|
this.labelCalibration.ForeColor = this.ReturnColor(item.IsMenuCalibration);
|
||||||
this.cbMenuEquipmentSet.Checked = item.IsMenuEquipmentSetting;
|
this.labelSystem.ForeColor = this.ReturnColor(item.IsMenuSystem);
|
||||||
this.cbMenuFactoryReset.Checked = item.IsMenuFactoryReset;
|
this.labelMotor.ForeColor = this.ReturnColor(item.IsMenuMotor);
|
||||||
this.cbMenuInformation.Checked = item.IsMenuInformation;
|
this.labelIOTest.ForeColor = this.ReturnColor(item.IsMenuIOTest);
|
||||||
this.cbMenuIOTest.Checked = item.IsMenuIOTest;
|
this.labelEquipment.ForeColor = this.ReturnColor(item.IsMenuEquipment);
|
||||||
this.cbMenuMotorSet.Checked = item.IsMenuMotorSetting;
|
this.labelUpdate.ForeColor = this.ReturnColor(item.IsMenuUpdate);
|
||||||
this.cbMenuSystemSet.Checked = item.IsMenuSystemSetting;
|
this.labelInitialization.ForeColor = this.ReturnColor(item.IsMenuInitialization);
|
||||||
this.cbMenuTimeSet.Checked = item.IsMenuTimeSetting;
|
this.labelTime.ForeColor = this.ReturnColor(item.IsMenuTime);
|
||||||
this.cbMenuUpdate.Checked = item.IsMenuUpdate;
|
this.labelUser.ForeColor = this.ReturnColor(item.IsMenuUser);
|
||||||
this.cbMenuUserEditor.Checked = item.IsMenuUserSetting;
|
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)
|
public void CallBackGetUserData(UserManager.UserMgr_user_list_t user)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -9,6 +9,7 @@ using System.Text;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
using INT69DB_2A.Part11_UserManager;
|
using INT69DB_2A.Part11_UserManager;
|
||||||
|
using SmartX;
|
||||||
|
|
||||||
namespace INT69DB_2A.Forms
|
namespace INT69DB_2A.Forms
|
||||||
{
|
{
|
||||||
|
@ -17,14 +18,14 @@ namespace INT69DB_2A.Forms
|
||||||
#region Field
|
#region Field
|
||||||
private FormMain m_ParentForm;
|
private FormMain m_ParentForm;
|
||||||
|
|
||||||
private Collection<Point> CollectionLevel1Location;
|
|
||||||
private Collection<Point> CollectionLevel2Location;
|
|
||||||
private Collection<Point> CollectionLevel3Location;
|
|
||||||
|
|
||||||
private Collection<Control> CollectionLevel1Control;
|
private Collection<Control> CollectionLevel1Control;
|
||||||
private Collection<Control> CollectionLevel2Control;
|
private Collection<Control> CollectionLevel2Control;
|
||||||
private Collection<Control> CollectionLevel3Control;
|
private Collection<Control> CollectionLevel3Control;
|
||||||
private Collection<Control> CollectionLevel4Control;
|
private Collection<Control> CollectionNotLoginControl;
|
||||||
|
|
||||||
|
private string BeforeTextBox1;
|
||||||
|
private string BeforeTextBox2;
|
||||||
|
private string BeforeTextBox3;
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Constructor
|
#region Constructor
|
||||||
|
@ -60,68 +61,9 @@ namespace INT69DB_2A.Forms
|
||||||
}
|
}
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.CollectionLevel1Location = new Collection<Point>();
|
this.BeforeTextBox1 = "";
|
||||||
this.CollectionLevel1Location.Add(this.labelTitle1.Location);
|
this.BeforeTextBox2 = "";
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainProductNo.Location);
|
this.BeforeTextBox3 = "";
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainWeightSet.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainClear.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MainSubMenu.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuTimeSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuInformation.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuDataBackup.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuConfiguration.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuCalibration.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuSystemSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuMotorSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuIOTest.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuUpdate.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuFactoryReset.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuUserSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuUserGroupSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuEquipmentSetting.Location);
|
|
||||||
this.CollectionLevel1Location.Add(this.checkBoxL1MenuDataStatistics.Location);
|
|
||||||
|
|
||||||
this.CollectionLevel2Location = new Collection<Point>();
|
|
||||||
this.CollectionLevel2Location.Add(this.labelTitle2.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainProductNo.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainWeightSet.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainClear.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MainSubMenu.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuTimeSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuInformation.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuDataBackup.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuConfiguration.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuCalibration.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuSystemSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuMotorSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuIOTest.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuUpdate.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuFactoryReset.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuUserSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuUserGroupSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuEquipmentSetting.Location);
|
|
||||||
this.CollectionLevel2Location.Add(this.checkBoxL2MenuDataStatistics.Location);
|
|
||||||
|
|
||||||
this.CollectionLevel3Location = new Collection<Point>();
|
|
||||||
this.CollectionLevel3Location.Add(this.labelTitle3.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainProductNo.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainWeightSet.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainClear.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MainSubMenu.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuTimeSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuInformation.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuDataBackup.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuConfiguration.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuCalibration.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuSystemSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuMotorSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuIOTest.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuUpdate.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuFactoryReset.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuUserSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuUserGroupSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuEquipmentSetting.Location);
|
|
||||||
this.CollectionLevel3Location.Add(this.checkBoxL3MenuDataStatistics.Location);
|
|
||||||
|
|
||||||
this.CollectionLevel1Control = new Collection<Control>();
|
this.CollectionLevel1Control = new Collection<Control>();
|
||||||
this.CollectionLevel1Control.Add(this.labelTitle1);
|
this.CollectionLevel1Control.Add(this.labelTitle1);
|
||||||
|
@ -129,20 +71,21 @@ namespace INT69DB_2A.Forms
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainWeightSet);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainWeightSet);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainClear);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainClear);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MainSubMenu);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MainSubMenu);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuTimeSetting);
|
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuInformation);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuInformation);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuDataBackup);
|
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuConfiguration);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuConfiguration);
|
||||||
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuCommunication);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuCalibration);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuCalibration);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuSystemSetting);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuSystem);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuMotorSetting);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuMotor);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuIOTest);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuIOTest);
|
||||||
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuEquipment);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuUpdate);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuUpdate);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuFactoryReset);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuInitialization);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuUserSetting);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuTime);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuUserGroupSetting);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuUser);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuEquipmentSetting);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuDataBackup);
|
||||||
this.CollectionLevel1Control.Add(this.checkBoxL1MenuDataStatistics);
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuStatistics);
|
||||||
|
this.CollectionLevel1Control.Add(this.checkBoxL1MenuViewer);
|
||||||
|
|
||||||
this.CollectionLevel2Control = new Collection<Control>();
|
this.CollectionLevel2Control = new Collection<Control>();
|
||||||
this.CollectionLevel2Control.Add(this.labelTitle2);
|
this.CollectionLevel2Control.Add(this.labelTitle2);
|
||||||
|
@ -150,20 +93,21 @@ namespace INT69DB_2A.Forms
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainWeightSet);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainWeightSet);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainClear);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainClear);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MainSubMenu);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MainSubMenu);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuTimeSetting);
|
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuInformation);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuInformation);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuDataBackup);
|
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuConfiguration);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuConfiguration);
|
||||||
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuCommunication);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuCalibration);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuCalibration);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuSystemSetting);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuSystem);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuMotorSetting);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuMotor);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuIOTest);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuIOTest);
|
||||||
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuEquipment);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuUpdate);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuUpdate);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuFactoryReset);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuInitialization);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuUserSetting);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuTime);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuUserGroupSetting);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuUser);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuEquipmentSetting);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuDataBackup);
|
||||||
this.CollectionLevel2Control.Add(this.checkBoxL2MenuDataStatistics);
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuStatistics);
|
||||||
|
this.CollectionLevel2Control.Add(this.checkBoxL2MenuViewer);
|
||||||
|
|
||||||
this.CollectionLevel3Control = new Collection<Control>();
|
this.CollectionLevel3Control = new Collection<Control>();
|
||||||
this.CollectionLevel3Control.Add(this.labelTitle3);
|
this.CollectionLevel3Control.Add(this.labelTitle3);
|
||||||
|
@ -171,41 +115,43 @@ namespace INT69DB_2A.Forms
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainWeightSet);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainWeightSet);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainClear);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainClear);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MainSubMenu);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MainSubMenu);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuTimeSetting);
|
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuInformation);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuInformation);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuDataBackup);
|
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuConfiguration);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuConfiguration);
|
||||||
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuCommunication);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuCalibration);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuCalibration);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuSystemSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuSystem);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuMotorSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuMotor);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuIOTest);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuIOTest);
|
||||||
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuEquipment);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuUpdate);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuUpdate);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuFactoryReset);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuInitialization);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuUserSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuTime);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuUserGroupSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuUser);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuEquipmentSetting);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuDataBackup);
|
||||||
this.CollectionLevel3Control.Add(this.checkBoxL3MenuDataStatistics);
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuStatistics);
|
||||||
|
this.CollectionLevel3Control.Add(this.checkBoxL3MenuViewer);
|
||||||
|
|
||||||
this.CollectionLevel4Control = new Collection<Control>();
|
this.CollectionNotLoginControl = new Collection<Control>();
|
||||||
this.CollectionLevel4Control.Add(this.labelTitle4);
|
this.CollectionNotLoginControl.Add(this.labelTitle4);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainProductNo);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMainProductNo);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainWeightSet);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMainWeightSet);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainClear);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMainClear);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMainSubMenu);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMainSubMenu);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuTimeSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuInformation);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuInformation);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuConfiguration);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataBackup);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuCommunication);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuConfiguration);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuCalibration);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuCalibration);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuSystem);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuSystemSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuMotor);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuMotorSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuIOTest);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuIOTest);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuEquipment);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUpdate);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuUpdate);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuFactoryReset);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuInitialization);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuTime);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuUserGroupSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuUser);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuEquipmentSetting);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuDataBackup);
|
||||||
this.CollectionLevel4Control.Add(this.checkBoxNotLoginMenuDataStatistics);
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuStatistics);
|
||||||
|
this.CollectionNotLoginControl.Add(this.checkBoxNotLoginMenuViewer);
|
||||||
|
|
||||||
this.UpdateDisplay(this.ParentForm.CurrentUserGroup, this.ParentForm.SystemConfig);
|
this.UpdateDisplay(this.ParentForm.CurrentUserGroup, this.ParentForm.SystemConfig);
|
||||||
}
|
}
|
||||||
|
@ -225,17 +171,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.checkBoxL1MenuCalibration.Checked = group.Level1.IsMenuCalibration;
|
this.checkBoxL1MenuCalibration.Checked = group.Level1.IsMenuCalibration;
|
||||||
this.checkBoxL1MenuConfiguration.Checked = group.Level1.IsMenuConfiguration;
|
this.checkBoxL1MenuConfiguration.Checked = group.Level1.IsMenuConfiguration;
|
||||||
this.checkBoxL1MenuDataBackup.Checked = group.Level1.IsMenuDataBackup;
|
this.checkBoxL1MenuDataBackup.Checked = group.Level1.IsMenuDataBackup;
|
||||||
this.checkBoxL1MenuDataStatistics.Checked = group.Level1.IsMenuDataStatistics;
|
this.checkBoxL1MenuStatistics.Checked = group.Level1.IsMenuStatistics;
|
||||||
this.checkBoxL1MenuEquipmentSetting.Checked = group.Level1.IsMenuEquipmentSetting;
|
this.checkBoxL1MenuEquipment.Checked = group.Level1.IsMenuEquipment;
|
||||||
this.checkBoxL1MenuFactoryReset.Checked = group.Level1.IsMenuFactoryReset;
|
this.checkBoxL1MenuInitialization.Checked = group.Level1.IsMenuInitialization;
|
||||||
this.checkBoxL1MenuInformation.Checked = group.Level1.IsMenuInformation;
|
this.checkBoxL1MenuInformation.Checked = group.Level1.IsMenuInformation;
|
||||||
this.checkBoxL1MenuIOTest.Checked = group.Level1.IsMenuIOTest;
|
this.checkBoxL1MenuIOTest.Checked = group.Level1.IsMenuIOTest;
|
||||||
this.checkBoxL1MenuMotorSetting.Checked = group.Level1.IsMenuMotorSetting;
|
this.checkBoxL1MenuMotor.Checked = group.Level1.IsMenuMotor;
|
||||||
this.checkBoxL1MenuSystemSetting.Checked = group.Level1.IsMenuSystemSetting;
|
this.checkBoxL1MenuSystem.Checked = group.Level1.IsMenuSystem;
|
||||||
this.checkBoxL1MenuTimeSetting.Checked = group.Level1.IsMenuTimeSetting;
|
this.checkBoxL1MenuTime.Checked = group.Level1.IsMenuTime;
|
||||||
this.checkBoxL1MenuUpdate.Checked = group.Level1.IsMenuUpdate;
|
this.checkBoxL1MenuUpdate.Checked = group.Level1.IsMenuUpdate;
|
||||||
this.checkBoxL1MenuUserGroupSetting.Checked = group.Level1.IsMenuUserGroupSetting;
|
this.checkBoxL1MenuUser.Checked = group.Level1.IsMenuUser;
|
||||||
this.checkBoxL1MenuUserSetting.Checked = group.Level1.IsMenuUserSetting;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level2
|
#region Level2
|
||||||
|
@ -247,17 +192,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.checkBoxL2MenuCalibration.Checked = group.Level2.IsMenuCalibration;
|
this.checkBoxL2MenuCalibration.Checked = group.Level2.IsMenuCalibration;
|
||||||
this.checkBoxL2MenuConfiguration.Checked = group.Level2.IsMenuConfiguration;
|
this.checkBoxL2MenuConfiguration.Checked = group.Level2.IsMenuConfiguration;
|
||||||
this.checkBoxL2MenuDataBackup.Checked = group.Level2.IsMenuDataBackup;
|
this.checkBoxL2MenuDataBackup.Checked = group.Level2.IsMenuDataBackup;
|
||||||
this.checkBoxL2MenuDataStatistics.Checked = group.Level2.IsMenuDataStatistics;
|
this.checkBoxL2MenuStatistics.Checked = group.Level2.IsMenuStatistics;
|
||||||
this.checkBoxL2MenuEquipmentSetting.Checked = group.Level2.IsMenuEquipmentSetting;
|
this.checkBoxL2MenuEquipment.Checked = group.Level2.IsMenuEquipment;
|
||||||
this.checkBoxL2MenuFactoryReset.Checked = group.Level2.IsMenuFactoryReset;
|
this.checkBoxL2MenuInitialization.Checked = group.Level2.IsMenuInitialization;
|
||||||
this.checkBoxL2MenuInformation.Checked = group.Level2.IsMenuInformation;
|
this.checkBoxL2MenuInformation.Checked = group.Level2.IsMenuInformation;
|
||||||
this.checkBoxL2MenuIOTest.Checked = group.Level2.IsMenuIOTest;
|
this.checkBoxL2MenuIOTest.Checked = group.Level2.IsMenuIOTest;
|
||||||
this.checkBoxL2MenuMotorSetting.Checked = group.Level2.IsMenuMotorSetting;
|
this.checkBoxL2MenuMotor.Checked = group.Level2.IsMenuMotor;
|
||||||
this.checkBoxL2MenuSystemSetting.Checked = group.Level2.IsMenuSystemSetting;
|
this.checkBoxL2MenuSystem.Checked = group.Level2.IsMenuSystem;
|
||||||
this.checkBoxL2MenuTimeSetting.Checked = group.Level2.IsMenuTimeSetting;
|
this.checkBoxL2MenuTime.Checked = group.Level2.IsMenuTime;
|
||||||
this.checkBoxL2MenuUpdate.Checked = group.Level2.IsMenuUpdate;
|
this.checkBoxL2MenuUpdate.Checked = group.Level2.IsMenuUpdate;
|
||||||
this.checkBoxL2MenuUserGroupSetting.Checked = group.Level2.IsMenuUserGroupSetting;
|
this.checkBoxL2MenuUser.Checked = group.Level2.IsMenuUser;
|
||||||
this.checkBoxL2MenuUserSetting.Checked = group.Level2.IsMenuUserSetting;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level3
|
#region Level3
|
||||||
|
@ -269,17 +213,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.checkBoxL3MenuCalibration.Checked = group.Level3.IsMenuCalibration;
|
this.checkBoxL3MenuCalibration.Checked = group.Level3.IsMenuCalibration;
|
||||||
this.checkBoxL3MenuConfiguration.Checked = group.Level3.IsMenuConfiguration;
|
this.checkBoxL3MenuConfiguration.Checked = group.Level3.IsMenuConfiguration;
|
||||||
this.checkBoxL3MenuDataBackup.Checked = group.Level3.IsMenuDataBackup;
|
this.checkBoxL3MenuDataBackup.Checked = group.Level3.IsMenuDataBackup;
|
||||||
this.checkBoxL3MenuDataStatistics.Checked = group.Level3.IsMenuDataStatistics;
|
this.checkBoxL3MenuStatistics.Checked = group.Level3.IsMenuStatistics;
|
||||||
this.checkBoxL3MenuEquipmentSetting.Checked = group.Level3.IsMenuEquipmentSetting;
|
this.checkBoxL3MenuEquipment.Checked = group.Level3.IsMenuEquipment;
|
||||||
this.checkBoxL3MenuFactoryReset.Checked = group.Level3.IsMenuFactoryReset;
|
this.checkBoxL3MenuInitialization.Checked = group.Level3.IsMenuInitialization;
|
||||||
this.checkBoxL3MenuInformation.Checked = group.Level3.IsMenuInformation;
|
this.checkBoxL3MenuInformation.Checked = group.Level3.IsMenuInformation;
|
||||||
this.checkBoxL3MenuIOTest.Checked = group.Level3.IsMenuIOTest;
|
this.checkBoxL3MenuIOTest.Checked = group.Level3.IsMenuIOTest;
|
||||||
this.checkBoxL3MenuMotorSetting.Checked = group.Level3.IsMenuMotorSetting;
|
this.checkBoxL3MenuMotor.Checked = group.Level3.IsMenuMotor;
|
||||||
this.checkBoxL3MenuSystemSetting.Checked = group.Level3.IsMenuSystemSetting;
|
this.checkBoxL3MenuSystem.Checked = group.Level3.IsMenuSystem;
|
||||||
this.checkBoxL3MenuTimeSetting.Checked = group.Level3.IsMenuTimeSetting;
|
this.checkBoxL3MenuTime.Checked = group.Level3.IsMenuTime;
|
||||||
this.checkBoxL3MenuUpdate.Checked = group.Level3.IsMenuUpdate;
|
this.checkBoxL3MenuUpdate.Checked = group.Level3.IsMenuUpdate;
|
||||||
this.checkBoxL3MenuUserGroupSetting.Checked = group.Level3.IsMenuUserGroupSetting;
|
this.checkBoxL3MenuUser.Checked = group.Level3.IsMenuUser;
|
||||||
this.checkBoxL3MenuUserSetting.Checked = group.Level3.IsMenuUserSetting;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
|
@ -291,17 +234,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
|
this.checkBoxNotLoginMenuCalibration.Checked = group.NotLogin.IsMenuCalibration;
|
||||||
this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
|
this.checkBoxNotLoginMenuConfiguration.Checked = group.NotLogin.IsMenuConfiguration;
|
||||||
this.checkBoxNotLoginMenuDataBackup.Checked = group.NotLogin.IsMenuDataBackup;
|
this.checkBoxNotLoginMenuDataBackup.Checked = group.NotLogin.IsMenuDataBackup;
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Checked = group.NotLogin.IsMenuDataStatistics;
|
this.checkBoxNotLoginMenuStatistics.Checked = group.NotLogin.IsMenuStatistics;
|
||||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = group.NotLogin.IsMenuEquipmentSetting;
|
this.checkBoxNotLoginMenuEquipment.Checked = group.NotLogin.IsMenuEquipment;
|
||||||
this.checkBoxNotLoginMenuFactoryReset.Checked = group.NotLogin.IsMenuFactoryReset;
|
this.checkBoxNotLoginMenuInitialization.Checked = group.NotLogin.IsMenuInitialization;
|
||||||
this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
|
this.checkBoxNotLoginMenuInformation.Checked = group.NotLogin.IsMenuInformation;
|
||||||
this.checkBoxNotLoginMenuIOTest.Checked = group.NotLogin.IsMenuIOTest;
|
this.checkBoxNotLoginMenuIOTest.Checked = group.NotLogin.IsMenuIOTest;
|
||||||
this.checkBoxNotLoginMenuMotorSetting.Checked = group.NotLogin.IsMenuMotorSetting;
|
this.checkBoxNotLoginMenuMotor.Checked = group.NotLogin.IsMenuMotor;
|
||||||
this.checkBoxNotLoginMenuSystemSetting.Checked = group.NotLogin.IsMenuSystemSetting;
|
this.checkBoxNotLoginMenuSystem.Checked = group.NotLogin.IsMenuSystem;
|
||||||
this.checkBoxNotLoginMenuTimeSetting.Checked = group.NotLogin.IsMenuTimeSetting;
|
this.checkBoxNotLoginMenuTime.Checked = group.NotLogin.IsMenuTime;
|
||||||
this.checkBoxNotLoginMenuUpdate.Checked = group.NotLogin.IsMenuUpdate;
|
this.checkBoxNotLoginMenuUpdate.Checked = group.NotLogin.IsMenuUpdate;
|
||||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = group.NotLogin.IsMenuUserGroupSetting;
|
this.checkBoxNotLoginMenuUser.Checked = group.NotLogin.IsMenuUser;
|
||||||
this.checkBoxNotLoginMenuUserSetting.Checked = group.NotLogin.IsMenuUserSetting;
|
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,7 +261,7 @@ namespace INT69DB_2A.Forms
|
||||||
//this.CollectionLevel2Control[i].Location = new Point(this.CollectionLevel3Location[i].X, this.CollectionLevel3Location[i].Y);
|
//this.CollectionLevel2Control[i].Location = new Point(this.CollectionLevel3Location[i].X, this.CollectionLevel3Location[i].Y);
|
||||||
|
|
||||||
//this.CollectionLevel3Control[i].Visible = false;
|
//this.CollectionLevel3Control[i].Visible = false;
|
||||||
this.CollectionLevel4Control[i].Visible = false;
|
this.CollectionNotLoginControl[i].Visible = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -330,17 +272,17 @@ namespace INT69DB_2A.Forms
|
||||||
//this.CollectionLevel2Control[i].Location = new Point(this.CollectionLevel2Location[i].X, this.CollectionLevel2Location[i].Y);
|
//this.CollectionLevel2Control[i].Location = new Point(this.CollectionLevel2Location[i].X, this.CollectionLevel2Location[i].Y);
|
||||||
|
|
||||||
//this.CollectionLevel3Control[i].Visible = true;
|
//this.CollectionLevel3Control[i].Visible = true;
|
||||||
this.CollectionLevel4Control[i].Visible = true;
|
this.CollectionNotLoginControl[i].Visible = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
// 현재 데이터 통계 메뉴가 없어서 Visible = false 처리함
|
||||||
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
// 추후에 데이터 통계 메뉴 추가 되면 삭제
|
||||||
this.labelTitleDataStatistics.Visible = false;
|
this.labelTitleStatistics.Visible = false;
|
||||||
this.checkBoxL1MenuDataStatistics.Visible = false;
|
this.checkBoxL1MenuStatistics.Visible = false;
|
||||||
this.checkBoxL2MenuDataStatistics.Visible = false;
|
this.checkBoxL2MenuStatistics.Visible = false;
|
||||||
this.checkBoxL3MenuDataStatistics.Visible = false;
|
this.checkBoxL3MenuStatistics.Visible = false;
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Visible = false;
|
this.checkBoxNotLoginMenuStatistics.Visible = false;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -361,17 +303,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuCalibration = this.checkBoxL1MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuConfiguration = this.checkBoxL1MenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup = this.checkBoxL1MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataBackup = this.checkBoxL1MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuDataStatistics = this.checkBoxL1MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuStatistics = this.checkBoxL1MenuStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipmentSetting = this.checkBoxL1MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuEquipment = this.checkBoxL1MenuEquipment.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuFactoryReset = this.checkBoxL1MenuFactoryReset.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuInitialization = this.checkBoxL1MenuInitialization.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation = this.checkBoxL1MenuInformation.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuInformation = this.checkBoxL1MenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest = this.checkBoxL1MenuIOTest.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuIOTest = this.checkBoxL1MenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuMotorSetting = this.checkBoxL1MenuMotorSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuMotor = this.checkBoxL1MenuMotor.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuSystemSetting = this.checkBoxL1MenuSystemSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuSystem = this.checkBoxL1MenuSystem.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuTimeSetting = this.checkBoxL1MenuTimeSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuTime = this.checkBoxL1MenuTime.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate = this.checkBoxL1MenuUpdate.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuUpdate = this.checkBoxL1MenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUserGroupSetting = this.checkBoxL1MenuUserGroupSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level1.IsMenuUser = this.checkBoxL1MenuUser.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level1.IsMenuUserSetting = this.checkBoxL1MenuUserSetting.Checked;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level2
|
#region Level2
|
||||||
|
@ -383,17 +324,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuCalibration = this.checkBoxL2MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuConfiguration = this.checkBoxL2MenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup = this.checkBoxL2MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataBackup = this.checkBoxL2MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuDataStatistics = this.checkBoxL2MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuStatistics = this.checkBoxL2MenuStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipmentSetting = this.checkBoxL2MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuEquipment = this.checkBoxL2MenuEquipment.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuFactoryReset = this.checkBoxL2MenuFactoryReset.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuInitialization = this.checkBoxL2MenuInitialization.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation = this.checkBoxL2MenuInformation.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuInformation = this.checkBoxL2MenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest = this.checkBoxL2MenuIOTest.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuIOTest = this.checkBoxL2MenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuMotorSetting = this.checkBoxL2MenuMotorSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuMotor = this.checkBoxL2MenuMotor.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuSystemSetting = this.checkBoxL2MenuSystemSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuSystem = this.checkBoxL2MenuSystem.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuTimeSetting = this.checkBoxL2MenuTimeSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuTime = this.checkBoxL2MenuTime.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate = this.checkBoxL2MenuUpdate.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuUpdate = this.checkBoxL2MenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUserGroupSetting = this.checkBoxL2MenuUserGroupSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level2.IsMenuUser = this.checkBoxL2MenuUser.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level2.IsMenuUserSetting = this.checkBoxL2MenuUserSetting.Checked;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Level3
|
#region Level3
|
||||||
|
@ -405,17 +345,16 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuCalibration = this.checkBoxL3MenuCalibration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuConfiguration = this.checkBoxL3MenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup = this.checkBoxL3MenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataBackup = this.checkBoxL3MenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuDataStatistics = this.checkBoxL3MenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuStatistics = this.checkBoxL3MenuStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipmentSetting = this.checkBoxL3MenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuEquipment = this.checkBoxL3MenuEquipment.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuFactoryReset = this.checkBoxL3MenuFactoryReset.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuInitialization = this.checkBoxL3MenuInitialization.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuInformation = this.checkBoxL3MenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuIOTest = this.checkBoxL3MenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotorSetting = this.checkBoxL3MenuMotorSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuMotor = this.checkBoxL3MenuMotor.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystemSetting = this.checkBoxL3MenuSystemSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuSystem = this.checkBoxL3MenuSystem.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuTimeSetting = this.checkBoxL3MenuTimeSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuTime = this.checkBoxL3MenuTime.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate = this.checkBoxL3MenuUpdate.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuUpdate = this.checkBoxL3MenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserGroupSetting = this.checkBoxL3MenuUserGroupSetting.Checked;
|
this.ParentForm.CurrentUserGroup.Level3.IsMenuUser = this.checkBoxL3MenuUser.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.Level3.IsMenuUserSetting = this.checkBoxL3MenuUserSetting.Checked;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region NotLogin
|
#region NotLogin
|
||||||
|
@ -425,19 +364,19 @@ namespace INT69DB_2A.Forms
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplaySubMenu = this.checkBoxNotLoginMainSubMenu.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMainDisplaySubMenu = this.checkBoxNotLoginMainSubMenu.Checked;
|
||||||
|
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCalibration = this.checkBoxNotLoginMenuCalibration.Checked;
|
||||||
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuCommunication = this.checkBoxNotLoginMenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuConfiguration = this.checkBoxNotLoginMenuConfiguration.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup = this.checkBoxNotLoginMenuDataBackup.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataBackup = this.checkBoxNotLoginMenuDataBackup.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuDataStatistics = this.checkBoxNotLoginMenuDataStatistics.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuStatistics = this.checkBoxNotLoginMenuStatistics.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipmentSetting = this.checkBoxNotLoginMenuEquipmentSetting.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuEquipment = this.checkBoxNotLoginMenuEquipment.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuFactoryReset = this.checkBoxNotLoginMenuFactoryReset.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInitialization = this.checkBoxNotLoginMenuInitialization.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuInformation = this.checkBoxNotLoginMenuInformation.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest = this.checkBoxNotLoginMenuIOTest.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuIOTest = this.checkBoxNotLoginMenuIOTest.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotorSetting = this.checkBoxNotLoginMenuMotorSetting.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuMotor = this.checkBoxNotLoginMenuMotor.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystemSetting = this.checkBoxNotLoginMenuSystemSetting.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuSystem = this.checkBoxNotLoginMenuSystem.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTimeSetting = this.checkBoxNotLoginMenuTimeSetting.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuTime = this.checkBoxNotLoginMenuTime.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate = this.checkBoxNotLoginMenuUpdate.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUpdate = this.checkBoxNotLoginMenuUpdate.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserGroupSetting = this.checkBoxNotLoginMenuUserGroupSetting.Checked;
|
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUser = this.checkBoxNotLoginMenuUser.Checked;
|
||||||
this.ParentForm.CurrentUserGroup.NotLogin.IsMenuUserSetting = this.checkBoxNotLoginMenuUserSetting.Checked;
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
this.ParentForm.SaveUserGroupFile(this.ParentForm.CurrentUserGroup);
|
this.ParentForm.SaveUserGroupFile(this.ParentForm.CurrentUserGroup);
|
||||||
|
@ -445,6 +384,38 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonSave.Visible = false;
|
this.buttonSave.Visible = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void buttonEdit_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
SmartButton button = sender as SmartButton;
|
||||||
|
|
||||||
|
this.smartKeyboard.KeyboardType = SmartX.SmartKeyboard.KEYBOARDTYPES.NORMAL;
|
||||||
|
this.smartKeyboard.Location = new Point(8, 0);
|
||||||
|
this.smartKeyboard.Size = new Size(695, 377);
|
||||||
|
this.smartKeyboard.KeyFillColor = Color.Black;
|
||||||
|
this.smartKeyboard.BackColor = Color.FromArgb(30, 30, 30);
|
||||||
|
|
||||||
|
if (button == this.buttonEditLevel1)
|
||||||
|
{
|
||||||
|
this.BeforeTextBox1 = this.textBoxLevel1.Text;
|
||||||
|
this.smartKeyboard.TargetInputObject = this.textBoxLevel1;
|
||||||
|
this.textBoxLevel1.Select(this.textBoxLevel1.Text.Length, 0);
|
||||||
|
}
|
||||||
|
else if (button == this.buttonEditLevel2)
|
||||||
|
{
|
||||||
|
this.BeforeTextBox2 = this.textBoxLevel2.Text;
|
||||||
|
this.smartKeyboard.TargetInputObject = this.textBoxLevel2;
|
||||||
|
this.textBoxLevel2.Select(this.textBoxLevel2.Text.Length, 0);
|
||||||
|
}
|
||||||
|
else if (button == this.buttonEditLevel3)
|
||||||
|
{
|
||||||
|
this.BeforeTextBox3 = this.textBoxLevel3.Text;
|
||||||
|
this.smartKeyboard.TargetInputObject = this.textBoxLevel3;
|
||||||
|
this.textBoxLevel3.Select(this.textBoxLevel3.Text.Length, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
this.smartKeyboard.Show();
|
||||||
|
}
|
||||||
|
|
||||||
private void labelTitle1_Click(object sender, EventArgs e)
|
private void labelTitle1_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (this.ParentForm.SystemConfig.CurrentUser.Status == DataStore.UserStatus.Developer)
|
if (this.ParentForm.SystemConfig.CurrentUser.Status == DataStore.UserStatus.Developer)
|
||||||
|
@ -456,18 +427,18 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.checkBoxL1MenuInformation.Checked = true;
|
this.checkBoxL1MenuInformation.Checked = true;
|
||||||
this.checkBoxL1MenuDataBackup.Checked = true;
|
this.checkBoxL1MenuDataBackup.Checked = true;
|
||||||
|
this.checkBoxL1MenuCommunication.Checked = true;
|
||||||
this.checkBoxL1MenuConfiguration.Checked = true;
|
this.checkBoxL1MenuConfiguration.Checked = true;
|
||||||
this.checkBoxL1MenuCalibration.Checked = true;
|
this.checkBoxL1MenuCalibration.Checked = true;
|
||||||
this.checkBoxL1MenuSystemSetting.Checked = true;
|
this.checkBoxL1MenuSystem.Checked = true;
|
||||||
this.checkBoxL1MenuMotorSetting.Checked = true;
|
this.checkBoxL1MenuMotor.Checked = true;
|
||||||
this.checkBoxL1MenuIOTest.Checked = true;
|
this.checkBoxL1MenuIOTest.Checked = true;
|
||||||
this.checkBoxL1MenuUpdate.Checked = true;
|
this.checkBoxL1MenuUpdate.Checked = true;
|
||||||
this.checkBoxL1MenuFactoryReset.Checked = true;
|
this.checkBoxL1MenuInitialization.Checked = true;
|
||||||
this.checkBoxL1MenuUserSetting.Checked = true;
|
this.checkBoxL1MenuUser.Checked = true;
|
||||||
this.checkBoxL1MenuUserGroupSetting.Checked = true;
|
this.checkBoxL1MenuEquipment.Checked = true;
|
||||||
this.checkBoxL1MenuEquipmentSetting.Checked = true;
|
this.checkBoxL1MenuStatistics.Checked = true;
|
||||||
this.checkBoxL1MenuDataStatistics.Checked = true;
|
this.checkBoxL1MenuTime.Checked = true;
|
||||||
this.checkBoxL1MenuTimeSetting.Checked = true;
|
|
||||||
|
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
|
@ -483,18 +454,18 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.checkBoxL2MenuInformation.Checked = true;
|
this.checkBoxL2MenuInformation.Checked = true;
|
||||||
this.checkBoxL2MenuDataBackup.Checked = true;
|
this.checkBoxL2MenuDataBackup.Checked = true;
|
||||||
|
this.checkBoxL2MenuCommunication.Checked = true;
|
||||||
this.checkBoxL2MenuConfiguration.Checked = true;
|
this.checkBoxL2MenuConfiguration.Checked = true;
|
||||||
this.checkBoxL2MenuCalibration.Checked = true;
|
this.checkBoxL2MenuCalibration.Checked = true;
|
||||||
this.checkBoxL2MenuSystemSetting.Checked = true;
|
this.checkBoxL2MenuSystem.Checked = true;
|
||||||
this.checkBoxL2MenuMotorSetting.Checked = true;
|
this.checkBoxL2MenuMotor.Checked = true;
|
||||||
this.checkBoxL2MenuIOTest.Checked = true;
|
this.checkBoxL2MenuIOTest.Checked = true;
|
||||||
this.checkBoxL2MenuUpdate.Checked = true;
|
this.checkBoxL2MenuUpdate.Checked = true;
|
||||||
this.checkBoxL2MenuFactoryReset.Checked = true;
|
this.checkBoxL2MenuInitialization.Checked = true;
|
||||||
this.checkBoxL2MenuUserSetting.Checked = true;
|
this.checkBoxL2MenuUser.Checked = true;
|
||||||
this.checkBoxL2MenuUserGroupSetting.Checked = true;
|
this.checkBoxL2MenuEquipment.Checked = true;
|
||||||
this.checkBoxL2MenuEquipmentSetting.Checked = true;
|
this.checkBoxL2MenuStatistics.Checked = true;
|
||||||
this.checkBoxL2MenuDataStatistics.Checked = true;
|
this.checkBoxL2MenuTime.Checked = true;
|
||||||
this.checkBoxL2MenuTimeSetting.Checked = true;
|
|
||||||
|
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
|
@ -510,18 +481,18 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.checkBoxL3MenuInformation.Checked = true;
|
this.checkBoxL3MenuInformation.Checked = true;
|
||||||
this.checkBoxL3MenuDataBackup.Checked = true;
|
this.checkBoxL3MenuDataBackup.Checked = true;
|
||||||
|
this.checkBoxL3MenuCommunication.Checked = true;
|
||||||
this.checkBoxL3MenuConfiguration.Checked = true;
|
this.checkBoxL3MenuConfiguration.Checked = true;
|
||||||
this.checkBoxL3MenuCalibration.Checked = true;
|
this.checkBoxL3MenuCalibration.Checked = true;
|
||||||
this.checkBoxL3MenuSystemSetting.Checked = true;
|
this.checkBoxL3MenuSystem.Checked = true;
|
||||||
this.checkBoxL3MenuMotorSetting.Checked = true;
|
this.checkBoxL3MenuMotor.Checked = true;
|
||||||
this.checkBoxL3MenuIOTest.Checked = true;
|
this.checkBoxL3MenuIOTest.Checked = true;
|
||||||
this.checkBoxL3MenuUpdate.Checked = true;
|
this.checkBoxL3MenuUpdate.Checked = true;
|
||||||
this.checkBoxL3MenuFactoryReset.Checked = true;
|
this.checkBoxL3MenuInitialization.Checked = true;
|
||||||
this.checkBoxL3MenuUserSetting.Checked = true;
|
this.checkBoxL3MenuUser.Checked = true;
|
||||||
this.checkBoxL3MenuUserGroupSetting.Checked = true;
|
this.checkBoxL3MenuEquipment.Checked = true;
|
||||||
this.checkBoxL3MenuEquipmentSetting.Checked = true;
|
this.checkBoxL3MenuStatistics.Checked = true;
|
||||||
this.checkBoxL3MenuDataStatistics.Checked = true;
|
this.checkBoxL3MenuTime.Checked = true;
|
||||||
this.checkBoxL3MenuTimeSetting.Checked = true;
|
|
||||||
|
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
|
@ -537,18 +508,18 @@ namespace INT69DB_2A.Forms
|
||||||
|
|
||||||
this.checkBoxNotLoginMenuInformation.Checked = true;
|
this.checkBoxNotLoginMenuInformation.Checked = true;
|
||||||
this.checkBoxNotLoginMenuDataBackup.Checked = true;
|
this.checkBoxNotLoginMenuDataBackup.Checked = true;
|
||||||
|
this.checkBoxNotLoginMenuCommunication.Checked = true;
|
||||||
this.checkBoxNotLoginMenuConfiguration.Checked = true;
|
this.checkBoxNotLoginMenuConfiguration.Checked = true;
|
||||||
this.checkBoxNotLoginMenuCalibration.Checked = true;
|
this.checkBoxNotLoginMenuCalibration.Checked = true;
|
||||||
this.checkBoxNotLoginMenuSystemSetting.Checked = true;
|
this.checkBoxNotLoginMenuSystem.Checked = true;
|
||||||
this.checkBoxNotLoginMenuMotorSetting.Checked = true;
|
this.checkBoxNotLoginMenuMotor.Checked = true;
|
||||||
this.checkBoxNotLoginMenuIOTest.Checked = true;
|
this.checkBoxNotLoginMenuIOTest.Checked = true;
|
||||||
this.checkBoxNotLoginMenuUpdate.Checked = true;
|
this.checkBoxNotLoginMenuUpdate.Checked = true;
|
||||||
this.checkBoxNotLoginMenuFactoryReset.Checked = true;
|
this.checkBoxNotLoginMenuInitialization.Checked = true;
|
||||||
this.checkBoxNotLoginMenuUserSetting.Checked = true;
|
this.checkBoxNotLoginMenuUser.Checked = true;
|
||||||
this.checkBoxNotLoginMenuUserGroupSetting.Checked = true;
|
this.checkBoxNotLoginMenuEquipment.Checked = true;
|
||||||
this.checkBoxNotLoginMenuEquipmentSetting.Checked = true;
|
this.checkBoxNotLoginMenuStatistics.Checked = true;
|
||||||
this.checkBoxNotLoginMenuDataStatistics.Checked = true;
|
this.checkBoxNotLoginMenuTime.Checked = true;
|
||||||
this.checkBoxNotLoginMenuTimeSetting.Checked = true;
|
|
||||||
|
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
|
@ -560,5 +531,10 @@ namespace INT69DB_2A.Forms
|
||||||
this.buttonSave.Visible = true;
|
this.buttonSave.Visible = true;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private void smartKeyboard_OnXKeyClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -237,22 +237,22 @@ namespace INT69DB_2A.Part11_UserManager
|
||||||
private bool m_IsMainDisplayClear;
|
private bool m_IsMainDisplayClear;
|
||||||
private bool m_IsMainDisplaySubMenu;
|
private bool m_IsMainDisplaySubMenu;
|
||||||
|
|
||||||
private bool m_IsMenuTimeSetting;
|
private bool m_IsMenuTime;
|
||||||
private bool m_IsMenuInformation;
|
private bool m_IsMenuInformation;
|
||||||
private bool m_IsMenuDataBackup;
|
private bool m_IsMenuDataBackup;
|
||||||
private bool m_IsMenuCalibration;
|
private bool m_IsMenuCalibration;
|
||||||
private bool m_IsMenuCommunicationSetting;
|
private bool m_IsMenuCommunication;
|
||||||
private bool m_IsMenuConfiguration;
|
private bool m_IsMenuConfiguration;
|
||||||
private bool m_IsMenuSystemSetting;
|
private bool m_IsMenuSystem;
|
||||||
private bool m_IsMenuMotorSetting;
|
private bool m_IsMenuMotor;
|
||||||
private bool m_IsMenuUpdate;
|
private bool m_IsMenuUpdate;
|
||||||
private bool m_IsMenuFactoryReset;
|
private bool m_IsMenuInitialization;
|
||||||
private bool m_IsMenuEquipmentSetting;
|
private bool m_IsMenuEquipment;
|
||||||
private bool m_IsMenuIOTest;
|
private bool m_IsMenuIOTest;
|
||||||
private bool m_IsMenuDataStatistics;
|
private bool m_IsMenuStatistics;
|
||||||
private bool m_IsMenuUserSetting;
|
private bool m_IsMenuUser;
|
||||||
private bool m_IsMenuUserGroupSetting;
|
private bool m_IsMenuUserGroupEditor;
|
||||||
private bool m_IsMenuDataViewer;
|
private bool m_IsMenuViewer;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -285,10 +285,10 @@ namespace INT69DB_2A.Part11_UserManager
|
||||||
set { this.m_IsMainDisplaySubMenu = value; }
|
set { this.m_IsMainDisplaySubMenu = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsMenuTimeSetting
|
public bool IsMenuTime
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuTimeSetting; }
|
get { return this.m_IsMenuTime; }
|
||||||
set { this.m_IsMenuTimeSetting = value; }
|
set { this.m_IsMenuTime = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuInformation
|
public bool IsMenuInformation
|
||||||
{
|
{
|
||||||
|
@ -305,65 +305,65 @@ namespace INT69DB_2A.Part11_UserManager
|
||||||
get { return this.m_IsMenuCalibration; }
|
get { return this.m_IsMenuCalibration; }
|
||||||
set { this.m_IsMenuCalibration = value; }
|
set { this.m_IsMenuCalibration = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuCommunicationSetting
|
public bool IsMenuCommunication
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuCommunicationSetting; }
|
get { return this.m_IsMenuCommunication; }
|
||||||
set { this.m_IsMenuCommunicationSetting = value; }
|
set { this.m_IsMenuCommunication = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuConfiguration
|
public bool IsMenuConfiguration
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuConfiguration; }
|
get { return this.m_IsMenuConfiguration; }
|
||||||
set { this.m_IsMenuConfiguration = value; }
|
set { this.m_IsMenuConfiguration = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuSystemSetting
|
public bool IsMenuSystem
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuSystemSetting; }
|
get { return this.m_IsMenuSystem; }
|
||||||
set { this.m_IsMenuSystemSetting = value; }
|
set { this.m_IsMenuSystem = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuMotorSetting
|
public bool IsMenuMotor
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuMotorSetting; }
|
get { return this.m_IsMenuMotor; }
|
||||||
set { this.m_IsMenuMotorSetting = value; }
|
set { this.m_IsMenuMotor = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuUpdate
|
public bool IsMenuUpdate
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuUpdate; }
|
get { return this.m_IsMenuUpdate; }
|
||||||
set { this.m_IsMenuUpdate = value; }
|
set { this.m_IsMenuUpdate = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuFactoryReset
|
public bool IsMenuInitialization
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuFactoryReset; }
|
get { return this.m_IsMenuInitialization; }
|
||||||
set { this.m_IsMenuFactoryReset = value; }
|
set { this.m_IsMenuInitialization = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuEquipmentSetting
|
public bool IsMenuEquipment
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuEquipmentSetting; }
|
get { return this.m_IsMenuEquipment; }
|
||||||
set { this.m_IsMenuEquipmentSetting = value; }
|
set { this.m_IsMenuEquipment = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuIOTest
|
public bool IsMenuIOTest
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuIOTest; }
|
get { return this.m_IsMenuIOTest; }
|
||||||
set { this.m_IsMenuIOTest = value; }
|
set { this.m_IsMenuIOTest = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuDataStatistics
|
public bool IsMenuStatistics
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuDataStatistics; }
|
get { return this.m_IsMenuStatistics; }
|
||||||
set { this.m_IsMenuDataStatistics = value; }
|
set { this.m_IsMenuStatistics = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuUserSetting
|
public bool IsMenuUser
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuUserSetting; }
|
get { return this.m_IsMenuUser; }
|
||||||
set { this.m_IsMenuUserSetting = value; }
|
set { this.m_IsMenuUser = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuUserGroupSetting
|
public bool IsMenuUserGroupEditor
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuUserGroupSetting; }
|
get { return this.m_IsMenuUserGroupEditor; }
|
||||||
set { this.m_IsMenuUserGroupSetting = value; }
|
set { this.m_IsMenuUserGroupEditor = value; }
|
||||||
}
|
}
|
||||||
public bool IsMenuDataViewer
|
public bool IsMenuViewer
|
||||||
{
|
{
|
||||||
get { return this.m_IsMenuDataViewer; }
|
get { return this.m_IsMenuViewer; }
|
||||||
set { this.m_IsMenuDataViewer = value; }
|
set { this.m_IsMenuViewer = value; }
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
@ -375,22 +375,22 @@ namespace INT69DB_2A.Part11_UserManager
|
||||||
this.IsMainDisplayClear = false;
|
this.IsMainDisplayClear = false;
|
||||||
this.IsMainDisplaySubMenu = false;
|
this.IsMainDisplaySubMenu = false;
|
||||||
|
|
||||||
this.IsMenuTimeSetting = false;
|
this.IsMenuTime = false;
|
||||||
this.IsMenuInformation = false;
|
this.IsMenuInformation = false;
|
||||||
this.IsMenuDataBackup = false;
|
this.IsMenuDataBackup = false;
|
||||||
this.IsMenuCalibration = false;
|
this.IsMenuCalibration = false;
|
||||||
this.IsMenuCommunicationSetting = false;
|
this.IsMenuCommunication = false;
|
||||||
this.IsMenuConfiguration = false;
|
this.IsMenuConfiguration = false;
|
||||||
this.IsMenuSystemSetting = false;
|
this.IsMenuSystem = false;
|
||||||
this.IsMenuMotorSetting = false;
|
this.IsMenuMotor = false;
|
||||||
this.IsMenuUpdate = false;
|
this.IsMenuUpdate = false;
|
||||||
this.IsMenuFactoryReset = false;
|
this.IsMenuInitialization = false;
|
||||||
this.IsMenuEquipmentSetting = false;
|
this.IsMenuEquipment = false;
|
||||||
this.IsMenuIOTest = false;
|
this.IsMenuIOTest = false;
|
||||||
this.IsMenuDataStatistics = false;
|
this.IsMenuStatistics = false;
|
||||||
this.IsMenuUserSetting = false;
|
this.IsMenuUser = false;
|
||||||
this.IsMenuUserGroupSetting = false;
|
this.IsMenuUserGroupEditor = false;
|
||||||
this.IsMenuDataViewer = false;
|
this.IsMenuViewer = false;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
@ -404,22 +404,22 @@ namespace INT69DB_2A.Part11_UserManager
|
||||||
public bool IsMainDisplayClear;
|
public bool IsMainDisplayClear;
|
||||||
public bool IsMainDispalySubMenu;
|
public bool IsMainDispalySubMenu;
|
||||||
|
|
||||||
public bool IsMenuTimeSetting;
|
public bool IsMenuTime;
|
||||||
public bool IsMenuInformation;
|
public bool IsMenuInformation;
|
||||||
public bool IsMenuDataBackup;
|
public bool IsMenuDataBackup;
|
||||||
public bool IsMenuCalibration;
|
public bool IsMenuCalibration;
|
||||||
public bool IsMenuCommunicationSetting;
|
public bool IsMenuCommunication;
|
||||||
public bool IsMenuConfiguration;
|
public bool IsMenuConfiguration;
|
||||||
public bool IsMenuSystemSetting;
|
public bool IsMenuSystem;
|
||||||
public bool IsMenuMotorSetting;
|
public bool IsMenuMotor;
|
||||||
public bool IsMenuUpdate;
|
public bool IsMenuUpdate;
|
||||||
public bool IsMenuFactoryReset;
|
public bool IsMenuInitialization;
|
||||||
public bool IsMenuEquipmentSetting;
|
public bool IsMenuEquipment;
|
||||||
public bool IsMenuIOTest;
|
public bool IsMenuIOTest;
|
||||||
public bool IsMenuDataStatistics;
|
public bool IsMenuStatistics;
|
||||||
public bool IsMenuUserSetting;
|
public bool IsMenuUser;
|
||||||
public bool IsMenuUserGroupSetting;
|
public bool IsMenuUserGroupEditor;
|
||||||
public bool IsMenuDataViewer;
|
public bool IsMenuViewer;
|
||||||
|
|
||||||
public bool Dummy1;
|
public bool Dummy1;
|
||||||
public bool Dummy2;
|
public bool Dummy2;
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
- 2023.07.17
|
- 2023.07.17
|
||||||
- Ver 4.5.0 Modify
|
- Ver 4.5.0 Modify
|
||||||
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
|
- Framework : SmartX Framework V3.1.1(update: 2019.03.21)
|
||||||
|
- (V4.5.1) 영문화면 영문 변경 안되는 버그 수정
|
||||||
- Part 11 적용
|
- Part 11 적용
|
||||||
INT69DC_7C V11.0.0 참조
|
INT69DC_7C V11.0.0 참조
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -483,3 +483,80 @@ D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\
|
||||||
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormDataViewerFilter.resources
|
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormDataViewerFilter.resources
|
||||||
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormHistoryData.resources
|
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormHistoryData.resources
|
||||||
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataStatistics.resources
|
D:\Intech\Work\Software\VisualStudio\INT69DB_3A(3-10 임펠러)-10.4인치\Code\INT69DB_2A_V5.0.0\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataStatistics.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\INT69DB_2A.exe
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\INT69DB_2A.pdb
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\INT69DB_2A_ImageDll.dll
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\SmartX_IEC1000.dll
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\SmartXCommon.dll
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\bin\Release\INT69DB_2A_ImageDll.pdb
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\ResolveAssemblyReference.cache
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration10.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration2.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration3.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration4.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration5.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration6.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration7.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlCalibration8.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlConfiguration.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlEquipmentTest.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplay2.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph10.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph2.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph3.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph4.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph5.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph6.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph7.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayDotGraph8.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph10.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph2.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph3.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph4.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph5.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph6.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph7.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayEachBarGraph8.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable10.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable2.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable3.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable4.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable5.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable6.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable7.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlMainDisplayTable8.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Controls.ControlUserSetting.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormDataStatistics.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormDataViewerFilter.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormHistoryData.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormLogOn.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormPasswordKeyPad1.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormMessage.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormNumKeyPad.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormUserEditorKeyboard.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.DialogForms.DialogFormYesNo.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormCalibration.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormConfiguration.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataBackup.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataBackup_Part11.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataStatistics.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormDataViewer.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormEquipmentSetting.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormFactoryReset.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormInformation.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormIOTest.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormSystemSetting.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormMain.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormMainDisplay.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormMenu.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormMotorSetting.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormProgramUpdate.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormEquipmentTest.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormTimeSetting.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormUserEditor.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormUserGroupEditor.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Forms.FormCommunication.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.Properties.Resources.resources
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.csproj.GenerateResource.Cache
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.exe
|
||||||
|
D:\Laboratory\INT69DB_2A\INT69DB_2A\obj\Release\INT69DB_2A.pdb
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -190,60 +190,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnEnterUp.png" />
|
<None Include="Resources\chnEnterUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuConfigurationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuConfigurationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuDatabackupDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuDatabackupUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuEquipmentSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuEquipmentSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuEquipmentTestDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuEquipmentTestUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuFactoryResetDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuFactoryResetUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuIOTestDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuIOTestUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuMotorSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuMotorSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuSystemSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuSystemSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuTimeSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuTimeSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnMenuDown.png" />
|
<None Include="Resources\chnMenuDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -274,12 +220,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnScreenUp.png" />
|
<None Include="Resources\chnScreenUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnZeroDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnZeroUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engBackDown.png" />
|
<None Include="Resources\engBackDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -322,9 +262,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engEnterUp.png" />
|
<None Include="Resources\engEnterUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormCalibration.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormCalibrationCancelDisable.png" />
|
<None Include="Resources\engFormCalibrationCancelDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -352,111 +289,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormCalibrationWeightUp.png" />
|
<None Include="Resources\engFormCalibrationWeightUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormConfiguration.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormDataBackup.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormFactoryReset.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormInformation.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormIOTest.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormJudgmentSetting.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenu.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuCalibrationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuCalibrationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuConfigurationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuConfigurationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuDatabackupDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuDatabackupUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuEquipmentSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuEquipmentSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuEquipmentTestDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuEquipmentTestUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuFactoryResetDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuFactoryResetUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuInformationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuInformationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuIOTestDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuIOTestUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuMotorSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuMotorSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuSystemSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuSystemSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuTimeSettingDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuTimeSettingUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuUpdateDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuUpdateUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMotorSetting.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormProductSetting.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormProgramUpdate.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormSystemSetting.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormSystemSettingNoDown.png" />
|
<None Include="Resources\engFormSystemSettingNoDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -487,15 +319,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormSystemSettingUnderUp.png" />
|
<None Include="Resources\engFormSystemSettingUnderUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormTimeSetting.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engMenuDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engMenuUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engPasteAllDown.png" />
|
<None Include="Resources\engPasteAllDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -520,12 +343,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engScreenUp.png" />
|
<None Include="Resources\engScreenUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engZeroDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engZeroUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\Line2ImpellerDisable.png" />
|
<None Include="Resources\Line2ImpellerDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -547,78 +364,18 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engMainLoginUp.png" />
|
<None Include="Resources\engMainLoginUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayClearDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayClearDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayClearUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLoginDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLoginDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLoginUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLogoutDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLogoutDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayLogoutUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayMenuDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korFormMainDisplayMenuDown.png" />
|
<None Include="Resources\korFormMainDisplayMenuDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korFormMainDisplayMenuUp.png" />
|
<None Include="Resources\korFormMainDisplayMenuUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayZeroDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayZeroDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMainDisplayZeroUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayMenuDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayMenuDown.png" />
|
<None Include="Resources\chnFormMainDisplayMenuDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayMenuUp.png" />
|
<None Include="Resources\chnFormMainDisplayMenuUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayZeroDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayZeroDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayZeroUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayClearDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayClearDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayClearUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayLoginDisable.png" />
|
<None Include="Resources\chnFormMainDisplayLoginDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -637,33 +394,12 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayLogoutUp.png" />
|
<None Include="Resources\chnFormMainDisplayLogoutUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayMenuDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayMenuDown.png" />
|
<None Include="Resources\engFormMainDisplayMenuDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayMenuUp.png" />
|
<None Include="Resources\engFormMainDisplayMenuUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayZeroDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayZeroDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayZeroUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayClearDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayClearDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayClearUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayLoginDisable.png" />
|
<None Include="Resources\engFormMainDisplayLoginDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -682,24 +418,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayLogoutUp.png" />
|
<None Include="Resources\engFormMainDisplayLogoutUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuUserUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMenuUserDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuUserUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuUserDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMenuUserUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\korFormMenuUserDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormCalibrationWeightUp.png" />
|
<None Include="Resources\chnFormCalibrationWeightUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -766,9 +484,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainTareUp.png" />
|
<None Include="Resources\engFormMainTareUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainUnderDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainUnderDown.png" />
|
<None Include="Resources\engFormMainUnderDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -778,12 +493,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainOverDown.png" />
|
<None Include="Resources\engFormMainOverDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuInformationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuInformationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korFormMainDisplayMenuBigDisable.png" />
|
<None Include="Resources\korFormMainDisplayMenuBigDisable.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -793,45 +502,18 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\korFormMainDisplayMenuBigUp.png" />
|
<None Include="Resources\korFormMainDisplayMenuBigUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainDisplayMenuBigDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayMenuBigDown.png" />
|
<None Include="Resources\chnFormMainDisplayMenuBigDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMainDisplayMenuBigUp.png" />
|
<None Include="Resources\chnFormMainDisplayMenuBigUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainDisplayMenuBigDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayMenuBigDown.png" />
|
<None Include="Resources\engFormMainDisplayMenuBigDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMainDisplayMenuBigUp.png" />
|
<None Include="Resources\engFormMainDisplayMenuBigUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainOverDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainPassDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\engFormMainTareDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainOverDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainPassDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainTareDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMainUnderDisable.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engBypassOnceDown.png" />
|
<None Include="Resources\engBypassOnceDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -856,18 +538,6 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engBypassCountDown.png" />
|
<None Include="Resources\engBypassCountDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuUpdateUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuCalibrationDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuCalibrationUp.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<None Include="Resources\chnFormMenuUpdateDown.png" />
|
|
||||||
</ItemGroup>
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormSystemSettingTareDown.png" />
|
<None Include="Resources\chnFormSystemSettingTareDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -922,18 +592,543 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnMainLoginDown.png" />
|
<None Include="Resources\chnMainLoginDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayOverDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayOverDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayOverUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayPassDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayPassDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayPassUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayTareDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayTareDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayTareUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayUnderDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayUnderDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korMainDisplayUnderUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayMenuDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLoginDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLoginDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLoginUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLogoutDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLogoutDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMainDisplayLogoutUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korBypassCountDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korBypassCountUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korBypassOccasionDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korBypassOccasionUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCalibrationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCalibrationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCalibrationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCommunicationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCommunicationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuCommunicationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuConfigurationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuConfigurationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuConfigurationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataBackupDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataBackupDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataBackupUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuEquipmentDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuEquipmentDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuEquipmentUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInformationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInformationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInformationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInitializationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInitializationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuInitializationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuIOTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuIOTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuIOTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuMotorDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuMotorDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuMotorUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuSystemDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuSystemDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuSystemUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTimeDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTimeDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuTimeUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUpdateDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUpdateDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUpdateUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUserDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuCalibrationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuCalibrationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuCalibrationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuCommunicationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMenuCommunicationDown.png" />
|
<None Include="Resources\engFormMenuCommunicationDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\engFormMenuCommunicationUp.png" />
|
<None Include="Resources\engFormMenuCommunicationUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuConfigurationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuConfigurationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuConfigurationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataBackupDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataBackupDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataBackupUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuEquipmentDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuEquipmentDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuEquipmentUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInformationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInformationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInformationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInitializationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInitializationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuInitializationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuIOTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuIOTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuIOTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuMotorDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuMotorDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuMotorUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuSystemDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuSystemDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuSystemUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTimeDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTimeDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuTimeUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUpdateDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUpdateDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUpdateUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUserDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUserDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuUserUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUserDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuUserUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTimeDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTimeUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUpdateDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUpdateDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUpdateUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUserDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUserDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuUserUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuCalibrationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuCalibrationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuCalibrationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuCommunicationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMenuCommunicationDown.png" />
|
<None Include="Resources\chnFormMenuCommunicationDown.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="Resources\chnFormMenuCommunicationUp.png" />
|
<None Include="Resources\chnFormMenuCommunicationUp.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuConfigurationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuConfigurationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuConfigurationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataBackupDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataBackupDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataBackupUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuEquipmentDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuEquipmentDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuEquipmentUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInformationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInformationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInformationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInitializationDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInitializationDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuInitializationUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuIOTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuIOTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuIOTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuMotorDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuMotorDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuMotorUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuSystemDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuSystemDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuSystemUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTestDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTestDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTestUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuTimeDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainDisplayMenuDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainOverDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainPassDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainTareDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainUnderDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMainDisplayMenuBigDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainOverDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainPassDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainTareDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainUnderDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainDisplayMenuBigDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMainDisplayMenuDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataViewerDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataViewerDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuDataViewerUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuStatisticsDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuStatisticsDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\engFormMenuStatisticsUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuStatisticsDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuStatisticsDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuStatisticsUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataViewerDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataViewerDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\korFormMenuDataViewerUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuStatisticsUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataViewerDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataViewerDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuDataViewerUp.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuStatisticsDisable.png" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="Resources\chnFormMenuStatisticsDown.png" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|
|
@ -12,10 +12,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
public enum ButtonImages
|
public enum ButtonImages
|
||||||
{
|
{
|
||||||
#region English
|
#region English
|
||||||
engBackDown,
|
|
||||||
engBackUp,
|
|
||||||
engBackupDown,
|
|
||||||
engBackupUp,
|
|
||||||
engBigEnterDown,
|
engBigEnterDown,
|
||||||
engBigEnterUp,
|
engBigEnterUp,
|
||||||
engBypassCountDown,
|
engBypassCountDown,
|
||||||
|
@ -59,32 +55,52 @@ namespace INT69DB_2A_ImageDll
|
||||||
engFormMainUnderDisable,
|
engFormMainUnderDisable,
|
||||||
engFormMainUnderDown,
|
engFormMainUnderDown,
|
||||||
engFormMainUnderUp,
|
engFormMainUnderUp,
|
||||||
|
engFormMenuCalibrationDisable,
|
||||||
engFormMenuCalibrationDown,
|
engFormMenuCalibrationDown,
|
||||||
engFormMenuCalibrationUp,
|
engFormMenuCalibrationUp,
|
||||||
engFormMenuConfigurationDown,
|
engFormMenuCommunicationDisable,
|
||||||
engFormMenuConfigurationUp,
|
|
||||||
engFormMenuCommunicationDown,
|
engFormMenuCommunicationDown,
|
||||||
engFormMenuCommunicationUp,
|
engFormMenuCommunicationUp,
|
||||||
engFormMenuDatabackupDown,
|
engFormMenuConfigurationDisable,
|
||||||
engFormMenuDatabackupUp,
|
engFormMenuConfigurationDown,
|
||||||
engFormMenuEquipmentSettingDown,
|
engFormMenuConfigurationUp,
|
||||||
engFormMenuEquipmentSettingUp,
|
engFormMenuDataBackupDisable,
|
||||||
engFormMenuEquipmentTestDown,
|
engFormMenuDataBackupDown,
|
||||||
engFormMenuEquipmentTestUp,
|
engFormMenuDataBackupUp,
|
||||||
engFormMenuFactoryResetDown,
|
engFormMenuDataViewerDisable,
|
||||||
engFormMenuFactoryResetUp,
|
engFormMenuDataViewerDown,
|
||||||
|
engFormMenuDataViewerUp,
|
||||||
|
engFormMenuEquipmentDisable,
|
||||||
|
engFormMenuEquipmentDown,
|
||||||
|
engFormMenuEquipmentUp,
|
||||||
|
engFormMenuInformationDisable,
|
||||||
engFormMenuInformationDown,
|
engFormMenuInformationDown,
|
||||||
engFormMenuInformationUp,
|
engFormMenuInformationUp,
|
||||||
|
engFormMenuInitializationDisable,
|
||||||
|
engFormMenuInitializationDown,
|
||||||
|
engFormMenuInitializationUp,
|
||||||
|
engFormMenuIOTestDisable,
|
||||||
engFormMenuIOTestDown,
|
engFormMenuIOTestDown,
|
||||||
engFormMenuIOTestUp,
|
engFormMenuIOTestUp,
|
||||||
engFormMenuMotorSettingDown,
|
engFormMenuMotorDisable,
|
||||||
engFormMenuMotorSettingUp,
|
engFormMenuMotorDown,
|
||||||
engFormMenuSystemSettingDown,
|
engFormMenuMotorUp,
|
||||||
engFormMenuSystemSettingUp,
|
engFormMenuStatisticsDisable,
|
||||||
engFormMenuTimeSettingDown,
|
engFormMenuStatisticsDown,
|
||||||
engFormMenuTimeSettingUp,
|
engFormMenuStatisticsUp,
|
||||||
|
engFormMenuSystemDisable,
|
||||||
|
engFormMenuSystemDown,
|
||||||
|
engFormMenuSystemUp,
|
||||||
|
engFormMenuTestDisable,
|
||||||
|
engFormMenuTestDown,
|
||||||
|
engFormMenuTestUp,
|
||||||
|
engFormMenuTimeDisable,
|
||||||
|
engFormMenuTimeDown,
|
||||||
|
engFormMenuTimeUp,
|
||||||
|
engFormMenuUpdateDisable,
|
||||||
engFormMenuUpdateDown,
|
engFormMenuUpdateDown,
|
||||||
engFormMenuUpdateUp,
|
engFormMenuUpdateUp,
|
||||||
|
engFormMenuUserDisable,
|
||||||
engFormMenuUserDown,
|
engFormMenuUserDown,
|
||||||
engFormMenuUserUp,
|
engFormMenuUserUp,
|
||||||
engFormMotorSetting,
|
engFormMotorSetting,
|
||||||
|
@ -102,10 +118,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
engPasteAllUp,
|
engPasteAllUp,
|
||||||
engPasteDown,
|
engPasteDown,
|
||||||
engPasteUp,
|
engPasteUp,
|
||||||
engSaveDown,
|
|
||||||
engSaveUp,
|
|
||||||
engScreenDown,
|
|
||||||
engScreenUp,
|
|
||||||
engMainLoginDisable,
|
engMainLoginDisable,
|
||||||
engMainLoginDown,
|
engMainLoginDown,
|
||||||
engMainLoginUp,
|
engMainLoginUp,
|
||||||
|
@ -115,11 +127,7 @@ namespace INT69DB_2A_ImageDll
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Chinese
|
#region Chinese
|
||||||
chnBackDown,
|
|
||||||
chnBackgroundUserLogin,
|
chnBackgroundUserLogin,
|
||||||
chnBackUp,
|
|
||||||
chnBackupDown,
|
|
||||||
chnBackupUp,
|
|
||||||
chnBigEnterDown,
|
chnBigEnterDown,
|
||||||
chnBigEnterUp,
|
chnBigEnterUp,
|
||||||
chnBypassCountDown,
|
chnBypassCountDown,
|
||||||
|
@ -167,32 +175,52 @@ namespace INT69DB_2A_ImageDll
|
||||||
chnFormMainUnderDisable,
|
chnFormMainUnderDisable,
|
||||||
chnFormMainUnderDown,
|
chnFormMainUnderDown,
|
||||||
chnFormMainUnderUp,
|
chnFormMainUnderUp,
|
||||||
|
chnFormMenuCalibrationDisable,
|
||||||
chnFormMenuCalibrationDown,
|
chnFormMenuCalibrationDown,
|
||||||
chnFormMenuCalibrationUp,
|
chnFormMenuCalibrationUp,
|
||||||
chnFormMenuConfigurationDown,
|
chnFormMenuCommunicationDisable,
|
||||||
chnFormMenuConfigurationUp,
|
|
||||||
chnFormMenuCommunicationDown,
|
chnFormMenuCommunicationDown,
|
||||||
chnFormMenuCommunicationUp,
|
chnFormMenuCommunicationUp,
|
||||||
chnFormMenuDatabackupDown,
|
chnFormMenuConfigurationDisable,
|
||||||
chnFormMenuDatabackupUp,
|
chnFormMenuConfigurationDown,
|
||||||
chnFormMenuEquipmentSettingDown,
|
chnFormMenuConfigurationUp,
|
||||||
chnFormMenuEquipmentSettingUp,
|
chnFormMenuDataBackupDisable,
|
||||||
chnFormMenuEquipmentTestDown,
|
chnFormMenuDataBackupDown,
|
||||||
chnFormMenuEquipmentTestUp,
|
chnFormMenuDataBackupUp,
|
||||||
chnFormMenuFactoryResetDown,
|
chnFormMenuDataViewerDisable,
|
||||||
chnFormMenuFactoryResetUp,
|
chnFormMenuDataViewerDown,
|
||||||
|
chnFormMenuDataViewerUp,
|
||||||
|
chnFormMenuEquipmentDisable,
|
||||||
|
chnFormMenuEquipmentDown,
|
||||||
|
chnFormMenuEquipmentUp,
|
||||||
|
chnFormMenuInformationDisable,
|
||||||
chnFormMenuInformationDown,
|
chnFormMenuInformationDown,
|
||||||
chnFormMenuInformationUp,
|
chnFormMenuInformationUp,
|
||||||
|
chnFormMenuInitializationDisable,
|
||||||
|
chnFormMenuInitializationDown,
|
||||||
|
chnFormMenuInitializationUp,
|
||||||
|
chnFormMenuIOTestDisable,
|
||||||
chnFormMenuIOTestDown,
|
chnFormMenuIOTestDown,
|
||||||
chnFormMenuIOTestUp,
|
chnFormMenuIOTestUp,
|
||||||
chnFormMenuMotorSettingDown,
|
chnFormMenuMotorDisable,
|
||||||
chnFormMenuMotorSettingUp,
|
chnFormMenuMotorDown,
|
||||||
chnFormMenuSystemSettingDown,
|
chnFormMenuMotorUp,
|
||||||
chnFormMenuSystemSettingUp,
|
chnFormMenuStatisticsDisable,
|
||||||
chnFormMenuTimeSettingDown,
|
chnFormMenuStatisticsDown,
|
||||||
chnFormMenuTimeSettingUp,
|
chnFormMenuStatisticsUp,
|
||||||
|
chnFormMenuSystemDisable,
|
||||||
|
chnFormMenuSystemDown,
|
||||||
|
chnFormMenuSystemUp,
|
||||||
|
chnFormMenuTestDisable,
|
||||||
|
chnFormMenuTestDown,
|
||||||
|
chnFormMenuTestUp,
|
||||||
|
chnFormMenuTimeDisable,
|
||||||
|
chnFormMenuTimeDown,
|
||||||
|
chnFormMenuTimeUp,
|
||||||
|
chnFormMenuUpdateDisable,
|
||||||
chnFormMenuUpdateDown,
|
chnFormMenuUpdateDown,
|
||||||
chnFormMenuUpdateUp,
|
chnFormMenuUpdateUp,
|
||||||
|
chnFormMenuUserDisable,
|
||||||
chnFormMenuUserDown,
|
chnFormMenuUserDown,
|
||||||
chnFormMenuUserUp,
|
chnFormMenuUserUp,
|
||||||
chnFormMotorSetting,
|
chnFormMotorSetting,
|
||||||
|
@ -210,10 +238,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
chnPasteAllUp,
|
chnPasteAllUp,
|
||||||
chnPasteDown,
|
chnPasteDown,
|
||||||
chnPasteUp,
|
chnPasteUp,
|
||||||
chnSaveDown,
|
|
||||||
chnSaveUp,
|
|
||||||
chnScreenDown,
|
|
||||||
chnScreenUp,
|
|
||||||
chnMainCancelDisable,
|
chnMainCancelDisable,
|
||||||
chnMainCancelDown,
|
chnMainCancelDown,
|
||||||
chnMainCancelUp,
|
chnMainCancelUp,
|
||||||
|
@ -227,37 +251,55 @@ namespace INT69DB_2A_ImageDll
|
||||||
korFormMainDisplayMenuBigDisable,
|
korFormMainDisplayMenuBigDisable,
|
||||||
korFormMainDisplayMenuBigDown,
|
korFormMainDisplayMenuBigDown,
|
||||||
korFormMainDisplayMenuBigUp,
|
korFormMainDisplayMenuBigUp,
|
||||||
|
korFormMenuCalibrationDisable,
|
||||||
|
korFormMenuCalibrationDown,
|
||||||
|
korFormMenuCalibrationUp,
|
||||||
|
korFormMenuCommunicationDisable,
|
||||||
|
korFormMenuCommunicationDown,
|
||||||
|
korFormMenuCommunicationUp,
|
||||||
|
korFormMenuConfigurationDisable,
|
||||||
|
korFormMenuConfigurationDown,
|
||||||
|
korFormMenuConfigurationUp,
|
||||||
|
korFormMenuDataBackupDisable,
|
||||||
|
korFormMenuDataBackupDown,
|
||||||
|
korFormMenuDataBackupUp,
|
||||||
|
korFormMenuDataViewerDisable,
|
||||||
|
korFormMenuDataViewerDown,
|
||||||
|
korFormMenuDataViewerUp,
|
||||||
|
korFormMenuEquipmentDisable,
|
||||||
|
korFormMenuEquipmentDown,
|
||||||
|
korFormMenuEquipmentUp,
|
||||||
|
korFormMenuInformationDisable,
|
||||||
|
korFormMenuInformationDown,
|
||||||
|
korFormMenuInformationUp,
|
||||||
|
korFormMenuInitializationDisable,
|
||||||
|
korFormMenuInitializationDown,
|
||||||
|
korFormMenuInitializationUp,
|
||||||
|
korFormMenuIOTestDisable,
|
||||||
|
korFormMenuIOTestDown,
|
||||||
|
korFormMenuIOTestUp,
|
||||||
|
korFormMenuMotorDisable,
|
||||||
|
korFormMenuMotorDown,
|
||||||
|
korFormMenuMotorUp,
|
||||||
|
korFormMenuStatisticsDisable,
|
||||||
|
korFormMenuStatisticsDown,
|
||||||
|
korFormMenuStatisticsUp,
|
||||||
|
korFormMenuSystemDisable,
|
||||||
|
korFormMenuSystemDown,
|
||||||
|
korFormMenuSystemUp,
|
||||||
|
korFormMenuTestDisable,
|
||||||
|
korFormMenuTestDown,
|
||||||
|
korFormMenuTestUp,
|
||||||
|
korFormMenuTimeDisable,
|
||||||
|
korFormMenuTimeDown,
|
||||||
|
korFormMenuTimeUp,
|
||||||
|
korFormMenuUpdateDisable,
|
||||||
|
korFormMenuUpdateDown,
|
||||||
|
korFormMenuUpdateUp,
|
||||||
|
korFormMenuUserDisable,
|
||||||
korFormMenuUserDown,
|
korFormMenuUserDown,
|
||||||
korFormMenuUserUp,
|
korFormMenuUserUp,
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region 이미지
|
|
||||||
Line2ImpellerDisable,
|
|
||||||
Line2ImpellerDown,
|
|
||||||
Line2ImpellerUp,
|
|
||||||
Line2ZeroDown,
|
|
||||||
Line2ZeroUp,
|
|
||||||
Line3ImpellerDisable,
|
|
||||||
Line3ImpellerDown,
|
|
||||||
Line3ImpellerUp,
|
|
||||||
Line3ZeroDown,
|
|
||||||
Line3ZeroUp,
|
|
||||||
Line4ImpellerDisable,
|
|
||||||
Line4ImpellerDown,
|
|
||||||
Line4ImpellerUp,
|
|
||||||
Line4ZeroDown,
|
|
||||||
Line4ZeroUp,
|
|
||||||
Line5ImpellerDisable,
|
|
||||||
Line5ImpellerDown,
|
|
||||||
Line5ImpellerUp,
|
|
||||||
Line5ZeroDown,
|
|
||||||
Line5ZeroUp,
|
|
||||||
Line6ImpellerDisable,
|
|
||||||
Line6ImpellerDown,
|
|
||||||
Line6ImpellerUp,
|
|
||||||
Line6ZeroDown,
|
|
||||||
Line6ZeroUp,
|
|
||||||
#endregion
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Bitmap GetImage(ButtonImages image)
|
public Bitmap GetImage(ButtonImages image)
|
||||||
|
@ -267,18 +309,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
switch (image)
|
switch (image)
|
||||||
{
|
{
|
||||||
#region 영문
|
#region 영문
|
||||||
case ButtonImages.engBackDown:
|
|
||||||
bt = new Bitmap(Resource1.engBackDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engBackUp:
|
|
||||||
bt = new Bitmap(Resource1.engBackUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engBackupDown:
|
|
||||||
bt = new Bitmap(Resource1.engBackupDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engBackupUp:
|
|
||||||
bt = new Bitmap(Resource1.engBackupUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engBigEnterDown:
|
case ButtonImages.engBigEnterDown:
|
||||||
bt = new Bitmap(Resource1.engBigEnterDown);
|
bt = new Bitmap(Resource1.engBigEnterDown);
|
||||||
break;
|
break;
|
||||||
|
@ -408,17 +438,18 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.engFormMainUnderUp:
|
case ButtonImages.engFormMainUnderUp:
|
||||||
bt = new Bitmap(Resource1.engFormMainUnderUp);
|
bt = new Bitmap(Resource1.engFormMainUnderUp);
|
||||||
break;
|
break;
|
||||||
|
#region 메뉴
|
||||||
|
case ButtonImages.engFormMenuCalibrationDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuCalibrationDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMenuCalibrationDown:
|
case ButtonImages.engFormMenuCalibrationDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuCalibrationDown);
|
bt = new Bitmap(Resource1.engFormMenuCalibrationDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuCalibrationUp:
|
case ButtonImages.engFormMenuCalibrationUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuCalibrationUp);
|
bt = new Bitmap(Resource1.engFormMenuCalibrationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuConfigurationDown:
|
case ButtonImages.engFormMenuCommunicationDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuConfigurationDown);
|
bt = new Bitmap(Resource1.engFormMenuCommunicationDisable);
|
||||||
break;
|
|
||||||
case ButtonImages.engFormMenuConfigurationUp:
|
|
||||||
bt = new Bitmap(Resource1.engFormMenuConfigurationUp);
|
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuCommunicationDown:
|
case ButtonImages.engFormMenuCommunicationDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuCommunicationDown);
|
bt = new Bitmap(Resource1.engFormMenuCommunicationDown);
|
||||||
|
@ -426,29 +457,44 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.engFormMenuCommunicationUp:
|
case ButtonImages.engFormMenuCommunicationUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuCommunicationUp);
|
bt = new Bitmap(Resource1.engFormMenuCommunicationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuDatabackupDown:
|
case ButtonImages.engFormMenuConfigurationDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuDatabackupDown);
|
bt = new Bitmap(Resource1.engFormMenuConfigurationDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuDatabackupUp:
|
case ButtonImages.engFormMenuConfigurationDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuDatabackupUp);
|
bt = new Bitmap(Resource1.engFormMenuConfigurationDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuEquipmentSettingDown:
|
case ButtonImages.engFormMenuConfigurationUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuEquipmentSettingDown);
|
bt = new Bitmap(Resource1.engFormMenuConfigurationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuEquipmentSettingUp:
|
case ButtonImages.engFormMenuDataBackupDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuEquipmentSettingUp);
|
bt = new Bitmap(Resource1.engFormMenuDataBackupDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuEquipmentTestDown:
|
case ButtonImages.engFormMenuDataBackupDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuEquipmentTestDown);
|
bt = new Bitmap(Resource1.engFormMenuDataBackupDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuEquipmentTestUp:
|
case ButtonImages.engFormMenuDataBackupUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuEquipmentTestUp);
|
bt = new Bitmap(Resource1.engFormMenuDataBackupUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuFactoryResetDown:
|
case ButtonImages.engFormMenuDataViewerDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuFactoryResetDown);
|
bt = new Bitmap(Resource1.engFormMenuDataViewerDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuFactoryResetUp:
|
case ButtonImages.engFormMenuDataViewerDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuFactoryResetUp);
|
bt = new Bitmap(Resource1.engFormMenuDataViewerDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuDataViewerUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuDataViewerUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuEquipmentDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuEquipmentDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuEquipmentDown:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuEquipmentDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuEquipmentUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuEquipmentUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuInformationDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuInformationDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuInformationDown:
|
case ButtonImages.engFormMenuInformationDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuInformationDown);
|
bt = new Bitmap(Resource1.engFormMenuInformationDown);
|
||||||
|
@ -456,29 +502,71 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.engFormMenuInformationUp:
|
case ButtonImages.engFormMenuInformationUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuInformationUp);
|
bt = new Bitmap(Resource1.engFormMenuInformationUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMenuInitializationDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuInitializationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuInitializationDown:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuInitializationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuInitializationUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuInitializationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuIOTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuIOTestDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMenuIOTestDown:
|
case ButtonImages.engFormMenuIOTestDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuIOTestDown);
|
bt = new Bitmap(Resource1.engFormMenuIOTestDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuIOTestUp:
|
case ButtonImages.engFormMenuIOTestUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuIOTestUp);
|
bt = new Bitmap(Resource1.engFormMenuIOTestUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuMotorSettingDown:
|
case ButtonImages.engFormMenuMotorDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuMotorSettingDown);
|
bt = new Bitmap(Resource1.engFormMenuMotorDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuMotorSettingUp:
|
case ButtonImages.engFormMenuMotorDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuMotorSettingUp);
|
bt = new Bitmap(Resource1.engFormMenuMotorDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuSystemSettingDown:
|
case ButtonImages.engFormMenuMotorUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuSystemSettingDown);
|
bt = new Bitmap(Resource1.engFormMenuMotorUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuSystemSettingUp:
|
case ButtonImages.engFormMenuStatisticsDisable:
|
||||||
bt = new Bitmap(Resource1.engFormMenuSystemSettingUp);
|
bt = new Bitmap(Resource1.engFormMenuStatisticsDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuTimeSettingDown:
|
case ButtonImages.engFormMenuStatisticsDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuTimeSettingDown);
|
bt = new Bitmap(Resource1.engFormMenuStatisticsDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuTimeSettingUp:
|
case ButtonImages.engFormMenuStatisticsUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuTimeSettingUp);
|
bt = new Bitmap(Resource1.engFormMenuStatisticsUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuSystemDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuSystemDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuSystemDown:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuSystemDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuSystemUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuSystemUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTestDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTestDown:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTestDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTestUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTestUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTimeDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTimeDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTimeDown:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTimeDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuTimeUp:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuTimeUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.engFormMenuUpdateDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuUpdateDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuUpdateDown:
|
case ButtonImages.engFormMenuUpdateDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuUpdateDown);
|
bt = new Bitmap(Resource1.engFormMenuUpdateDown);
|
||||||
|
@ -486,12 +574,16 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.engFormMenuUpdateUp:
|
case ButtonImages.engFormMenuUpdateUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuUpdateUp);
|
bt = new Bitmap(Resource1.engFormMenuUpdateUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.engFormMenuUserDisable:
|
||||||
|
bt = new Bitmap(Resource1.engFormMenuUserDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.engFormMenuUserDown:
|
case ButtonImages.engFormMenuUserDown:
|
||||||
bt = new Bitmap(Resource1.engFormMenuUserDown);
|
bt = new Bitmap(Resource1.engFormMenuUserDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engFormMenuUserUp:
|
case ButtonImages.engFormMenuUserUp:
|
||||||
bt = new Bitmap(Resource1.engFormMenuUserUp);
|
bt = new Bitmap(Resource1.engFormMenuUserUp);
|
||||||
break;
|
break;
|
||||||
|
#endregion
|
||||||
case ButtonImages.engFormSystemSettingNoDown:
|
case ButtonImages.engFormSystemSettingNoDown:
|
||||||
bt = new Bitmap(Resource1.engFormSystemSettingNoDown);
|
bt = new Bitmap(Resource1.engFormSystemSettingNoDown);
|
||||||
break;
|
break;
|
||||||
|
@ -534,18 +626,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.engPasteUp:
|
case ButtonImages.engPasteUp:
|
||||||
bt = new Bitmap(Resource1.engPasteUp);
|
bt = new Bitmap(Resource1.engPasteUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.engSaveDown:
|
|
||||||
bt = new Bitmap(Resource1.engSaveDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engSaveUp:
|
|
||||||
bt = new Bitmap(Resource1.engSaveUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engScreenDown:
|
|
||||||
bt = new Bitmap(Resource1.engScreenDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engScreenUp:
|
|
||||||
bt = new Bitmap(Resource1.engScreenUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.engMainLoginDisable:
|
case ButtonImages.engMainLoginDisable:
|
||||||
bt = new Bitmap(Resource1.engMainLoginDisable);
|
bt = new Bitmap(Resource1.engMainLoginDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -566,21 +646,9 @@ namespace INT69DB_2A_ImageDll
|
||||||
break;
|
break;
|
||||||
#endregion
|
#endregion
|
||||||
#region 중문
|
#region 중문
|
||||||
case ButtonImages.chnBackDown:
|
|
||||||
bt = new Bitmap(Resource1.chnBackDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnBackgroundUserLogin:
|
case ButtonImages.chnBackgroundUserLogin:
|
||||||
bt = new Bitmap(Resource1.chnBackgroundUserLogin);
|
bt = new Bitmap(Resource1.chnBackgroundUserLogin);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnBackUp:
|
|
||||||
bt = new Bitmap(Resource1.chnBackUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnBackupDown:
|
|
||||||
bt = new Bitmap(Resource1.chnBackupDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnBackupUp:
|
|
||||||
bt = new Bitmap(Resource1.chnBackupUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnBigEnterDown:
|
case ButtonImages.chnBigEnterDown:
|
||||||
bt = new Bitmap(Resource1.chnBigEnterDown);
|
bt = new Bitmap(Resource1.chnBigEnterDown);
|
||||||
break;
|
break;
|
||||||
|
@ -722,17 +790,18 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.chnFormMainUnderUp:
|
case ButtonImages.chnFormMainUnderUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMainUnderUp);
|
bt = new Bitmap(Resource1.chnFormMainUnderUp);
|
||||||
break;
|
break;
|
||||||
|
#region 메뉴
|
||||||
|
case ButtonImages.chnFormMenuCalibrationDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuCalibrationDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.chnFormMenuCalibrationDown:
|
case ButtonImages.chnFormMenuCalibrationDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuCalibrationDown);
|
bt = new Bitmap(Resource1.chnFormMenuCalibrationDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuCalibrationUp:
|
case ButtonImages.chnFormMenuCalibrationUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuCalibrationUp);
|
bt = new Bitmap(Resource1.chnFormMenuCalibrationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuConfigurationDown:
|
case ButtonImages.chnFormMenuCommunicationDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuConfigurationDown);
|
bt = new Bitmap(Resource1.chnFormMenuCommunicationDisable);
|
||||||
break;
|
|
||||||
case ButtonImages.chnFormMenuConfigurationUp:
|
|
||||||
bt = new Bitmap(Resource1.chnFormMenuConfigurationUp);
|
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuCommunicationDown:
|
case ButtonImages.chnFormMenuCommunicationDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationDown);
|
bt = new Bitmap(Resource1.chnFormMenuCommunicationDown);
|
||||||
|
@ -740,29 +809,44 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.chnFormMenuCommunicationUp:
|
case ButtonImages.chnFormMenuCommunicationUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuCommunicationUp);
|
bt = new Bitmap(Resource1.chnFormMenuCommunicationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuDatabackupDown:
|
case ButtonImages.chnFormMenuConfigurationDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuDatabackupDown);
|
bt = new Bitmap(Resource1.chnFormMenuConfigurationDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuDatabackupUp:
|
case ButtonImages.chnFormMenuConfigurationDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuDatabackupUp);
|
bt = new Bitmap(Resource1.chnFormMenuConfigurationDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuEquipmentSettingDown:
|
case ButtonImages.chnFormMenuConfigurationUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentSettingDown);
|
bt = new Bitmap(Resource1.chnFormMenuConfigurationUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuEquipmentSettingUp:
|
case ButtonImages.chnFormMenuDataBackupDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentSettingUp);
|
bt = new Bitmap(Resource1.chnFormMenuDataBackupDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuEquipmentTestDown:
|
case ButtonImages.chnFormMenuDataBackupDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentTestDown);
|
bt = new Bitmap(Resource1.chnFormMenuDataBackupDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuEquipmentTestUp:
|
case ButtonImages.chnFormMenuDataBackupUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuEquipmentTestUp);
|
bt = new Bitmap(Resource1.chnFormMenuDataBackupUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuFactoryResetDown:
|
case ButtonImages.chnFormMenuDataViewerDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuFactoryResetDown);
|
bt = new Bitmap(Resource1.chnFormMenuDataViewerDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuFactoryResetUp:
|
case ButtonImages.chnFormMenuDataViewerDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuFactoryResetUp);
|
bt = new Bitmap(Resource1.chnFormMenuDataViewerDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuDataViewerUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuDataViewerUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuEquipmentDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuEquipmentDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuEquipmentDown:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuEquipmentDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuEquipmentUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuEquipmentUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuInformationDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuInformationDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuInformationDown:
|
case ButtonImages.chnFormMenuInformationDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuInformationDown);
|
bt = new Bitmap(Resource1.chnFormMenuInformationDown);
|
||||||
|
@ -770,29 +854,71 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.chnFormMenuInformationUp:
|
case ButtonImages.chnFormMenuInformationUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuInformationUp);
|
bt = new Bitmap(Resource1.chnFormMenuInformationUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.chnFormMenuInitializationDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuInitializationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuInitializationDown:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuInitializationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuInitializationUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuInitializationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuIOTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuIOTestDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.chnFormMenuIOTestDown:
|
case ButtonImages.chnFormMenuIOTestDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuIOTestDown);
|
bt = new Bitmap(Resource1.chnFormMenuIOTestDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuIOTestUp:
|
case ButtonImages.chnFormMenuIOTestUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuIOTestUp);
|
bt = new Bitmap(Resource1.chnFormMenuIOTestUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuMotorSettingDown:
|
case ButtonImages.chnFormMenuMotorDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuMotorSettingDown);
|
bt = new Bitmap(Resource1.chnFormMenuMotorDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuMotorSettingUp:
|
case ButtonImages.chnFormMenuMotorDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuMotorSettingUp);
|
bt = new Bitmap(Resource1.chnFormMenuMotorDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuSystemSettingDown:
|
case ButtonImages.chnFormMenuMotorUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuSystemSettingDown);
|
bt = new Bitmap(Resource1.chnFormMenuMotorUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuSystemSettingUp:
|
case ButtonImages.chnFormMenuStatisticsDisable:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuSystemSettingUp);
|
bt = new Bitmap(Resource1.chnFormMenuStatisticsDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuTimeSettingDown:
|
case ButtonImages.chnFormMenuStatisticsDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuTimeSettingDown);
|
bt = new Bitmap(Resource1.chnFormMenuStatisticsDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuTimeSettingUp:
|
case ButtonImages.chnFormMenuStatisticsUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuTimeSettingUp);
|
bt = new Bitmap(Resource1.chnFormMenuStatisticsUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuSystemDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuSystemDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuSystemDown:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuSystemDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuSystemUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuSystemUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTestDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTestDown:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTestDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTestUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTestUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTimeDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTimeDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTimeDown:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTimeDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuTimeUp:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuTimeUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.chnFormMenuUpdateDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuUpdateDisable);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuUpdateDown:
|
case ButtonImages.chnFormMenuUpdateDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuUpdateDown);
|
bt = new Bitmap(Resource1.chnFormMenuUpdateDown);
|
||||||
|
@ -800,12 +926,16 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.chnFormMenuUpdateUp:
|
case ButtonImages.chnFormMenuUpdateUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuUpdateUp);
|
bt = new Bitmap(Resource1.chnFormMenuUpdateUp);
|
||||||
break;
|
break;
|
||||||
|
case ButtonImages.chnFormMenuUserDisable:
|
||||||
|
bt = new Bitmap(Resource1.chnFormMenuUserDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.chnFormMenuUserDown:
|
case ButtonImages.chnFormMenuUserDown:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuUserDown);
|
bt = new Bitmap(Resource1.chnFormMenuUserDown);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnFormMenuUserUp:
|
case ButtonImages.chnFormMenuUserUp:
|
||||||
bt = new Bitmap(Resource1.chnFormMenuUserUp);
|
bt = new Bitmap(Resource1.chnFormMenuUserUp);
|
||||||
break;
|
break;
|
||||||
|
#endregion
|
||||||
case ButtonImages.chnFormSystemSettingNoDown:
|
case ButtonImages.chnFormSystemSettingNoDown:
|
||||||
bt = new Bitmap(Resource1.chnFormSystemSettingNoDown);
|
bt = new Bitmap(Resource1.chnFormSystemSettingNoDown);
|
||||||
break;
|
break;
|
||||||
|
@ -848,18 +978,6 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.chnPasteUp:
|
case ButtonImages.chnPasteUp:
|
||||||
bt = new Bitmap(Resource1.chnPasteUp);
|
bt = new Bitmap(Resource1.chnPasteUp);
|
||||||
break;
|
break;
|
||||||
case ButtonImages.chnSaveDown:
|
|
||||||
bt = new Bitmap(Resource1.chnSaveDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnSaveUp:
|
|
||||||
bt = new Bitmap(Resource1.chnSaveUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnScreenDown:
|
|
||||||
bt = new Bitmap(Resource1.chnScreenDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnScreenUp:
|
|
||||||
bt = new Bitmap(Resource1.chnScreenUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.chnMainCancelDisable:
|
case ButtonImages.chnMainCancelDisable:
|
||||||
bt = new Bitmap(Resource1.chnMainCancelDisable);
|
bt = new Bitmap(Resource1.chnMainCancelDisable);
|
||||||
break;
|
break;
|
||||||
|
@ -892,6 +1010,145 @@ namespace INT69DB_2A_ImageDll
|
||||||
case ButtonImages.korFormMainDisplayMenuBigUp:
|
case ButtonImages.korFormMainDisplayMenuBigUp:
|
||||||
bt = new Bitmap(Resource1.korFormMainDisplayMenuBigUp);
|
bt = new Bitmap(Resource1.korFormMainDisplayMenuBigUp);
|
||||||
break;
|
break;
|
||||||
|
#region 메뉴
|
||||||
|
case ButtonImages.korFormMenuCalibrationDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCalibrationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuCalibrationDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCalibrationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuCalibrationUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCalibrationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuCommunicationDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCommunicationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuCommunicationDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCommunicationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuCommunicationUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuCommunicationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuConfigurationDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuConfigurationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuConfigurationDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuConfigurationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuConfigurationUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuConfigurationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataBackupDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataBackupDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataBackupDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataBackupDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataBackupUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataBackupUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataViewerDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataViewerDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataViewerDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataViewerDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuDataViewerUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuDataViewerUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuEquipmentDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuEquipmentDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuEquipmentDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuEquipmentDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuEquipmentUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuEquipmentUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInformationDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInformationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInformationDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInformationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInformationUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInformationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInitializationDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInitializationDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInitializationDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInitializationDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuInitializationUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuInitializationUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuIOTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuIOTestDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuIOTestDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuIOTestDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuIOTestUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuIOTestUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuMotorDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuMotorDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuMotorDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuMotorDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuMotorUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuMotorUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuStatisticsDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuStatisticsDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuStatisticsDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuStatisticsDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuStatisticsUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuStatisticsUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuSystemDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuSystemDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuSystemDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuSystemDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuSystemUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuSystemUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTestDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTestDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTestDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTestDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTestUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTestUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTimeDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTimeDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTimeDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTimeDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuTimeUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuTimeUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuUpdateDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuUpdateDisable);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuUpdateDown:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuUpdateDown);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuUpdateUp:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuUpdateUp);
|
||||||
|
break;
|
||||||
|
case ButtonImages.korFormMenuUserDisable:
|
||||||
|
bt = new Bitmap(Resource1.korFormMenuUserDisable);
|
||||||
|
break;
|
||||||
case ButtonImages.korFormMenuUserDown:
|
case ButtonImages.korFormMenuUserDown:
|
||||||
bt = new Bitmap(Resource1.korFormMenuUserDown);
|
bt = new Bitmap(Resource1.korFormMenuUserDown);
|
||||||
break;
|
break;
|
||||||
|
@ -899,68 +1156,9 @@ namespace INT69DB_2A_ImageDll
|
||||||
bt = new Bitmap(Resource1.korFormMenuUserUp);
|
bt = new Bitmap(Resource1.korFormMenuUserUp);
|
||||||
break;
|
break;
|
||||||
#endregion
|
#endregion
|
||||||
case ButtonImages.Line2ImpellerDown:
|
#endregion
|
||||||
bt = new Bitmap(Resource1.Line2ImpellerDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line2ImpellerUp:
|
|
||||||
bt = new Bitmap(Resource1.Line2ImpellerUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line2ZeroDown:
|
|
||||||
bt = new Bitmap(Resource1.Line2ZeroDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line2ZeroUp:
|
|
||||||
bt = new Bitmap(Resource1.Line2ZeroUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line3ImpellerDown:
|
|
||||||
bt = new Bitmap(Resource1.Line3ImpellerDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line3ImpellerUp:
|
|
||||||
bt = new Bitmap(Resource1.Line3ImpellerUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line3ZeroDown:
|
|
||||||
bt = new Bitmap(Resource1.Line3ZeroDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line3ZeroUp:
|
|
||||||
bt = new Bitmap(Resource1.Line3ZeroUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line4ImpellerDown:
|
|
||||||
bt = new Bitmap(Resource1.Line4ImpellerDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line4ImpellerUp:
|
|
||||||
bt = new Bitmap(Resource1.Line4ImpellerUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line4ZeroDown:
|
|
||||||
bt = new Bitmap(Resource1.Line4ZeroDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line4ZeroUp:
|
|
||||||
bt = new Bitmap(Resource1.Line4ZeroUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line5ImpellerDown:
|
|
||||||
bt = new Bitmap(Resource1.Line5ImpellerDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line5ImpellerUp:
|
|
||||||
bt = new Bitmap(Resource1.Line5ImpellerUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line5ZeroDown:
|
|
||||||
bt = new Bitmap(Resource1.Line5ZeroDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line5ZeroUp:
|
|
||||||
bt = new Bitmap(Resource1.Line5ZeroUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line6ImpellerDown:
|
|
||||||
bt = new Bitmap(Resource1.Line6ImpellerDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line6ImpellerUp:
|
|
||||||
bt = new Bitmap(Resource1.Line6ImpellerUp);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line6ZeroDown:
|
|
||||||
bt = new Bitmap(Resource1.Line6ZeroDown);
|
|
||||||
break;
|
|
||||||
case ButtonImages.Line6ZeroUp:
|
|
||||||
bt = new Bitmap(Resource1.Line6ZeroUp);
|
|
||||||
break;
|
|
||||||
default :
|
default :
|
||||||
bt = new Bitmap(Resource1.Line6ZeroUp);
|
bt = new Bitmap(Resource1.korFormMenuUserUp);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -118,18 +118,6 @@
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
<data name="chnBackDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnBackDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnBackUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnBackUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -211,78 +199,6 @@
|
||||||
<data name="chnFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuDatabackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuDatabackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuDatabackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuDatabackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuEquipmentSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuEquipmentSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuEquipmentSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuEquipmentSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuEquipmentTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuEquipmentTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuEquipmentTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuEquipmentTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuFactoryResetDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuFactoryResetDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuFactoryResetUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuFactoryResetUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuMotorSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuMotorSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuMotorSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuMotorSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuSystemSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuSystemSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuSystemSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuSystemSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuTimeSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuTimeSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuTimeSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuTimeSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormSystemSettingOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnFormSystemSettingOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnFormSystemSettingOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnFormSystemSettingOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -319,30 +235,6 @@
|
||||||
<data name="chnPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnSaveDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnSaveDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnSaveUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnSaveUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnScreenDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnScreenDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnScreenUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnScreenUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engBackDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engBackDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engBackUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engBackUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engBigEnterDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engBigEnterDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -367,9 +259,6 @@
|
||||||
<data name="engEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engEnterUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engEnterUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engFormCalibration" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormCalibration.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormCalibrationCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormCalibrationCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -397,24 +286,6 @@
|
||||||
<data name="engFormCalibrationWeightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormCalibrationWeightUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormCalibrationWeightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormCalibrationWeightUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engFormConfiguration" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormConfiguration.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormDataBackup" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormDataBackup.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormFactoryReset" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormFactoryReset.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormInformation" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormInformation.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormIOTest" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormIOTest.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormJudgmentSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormJudgmentSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMainOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormMainOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormMainOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormMainOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -439,93 +310,6 @@
|
||||||
<data name="engFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormMainUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormMainUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engFormMenu" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenu.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuDatabackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuDatabackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuDatabackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuDatabackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuEquipmentSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuEquipmentSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuEquipmentSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuEquipmentSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuEquipmentTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuEquipmentTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuEquipmentTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuEquipmentTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuFactoryResetDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuFactoryResetDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuFactoryResetUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuFactoryResetUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuMotorSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuMotorSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuMotorSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuMotorSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuSystemSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuSystemSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuSystemSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuSystemSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuTimeSettingDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuTimeSettingDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuTimeSettingUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuTimeSettingUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMotorSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMotorSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormProductSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormProductSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormProgramUpdate" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormProgramUpdate.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormSystemSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormSystemSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormSystemSettingNoDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormSystemSettingNoDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormSystemSettingNoDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormSystemSettingNoDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -556,9 +340,6 @@
|
||||||
<data name="engFormSystemSettingUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormSystemSettingUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormSystemSettingUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormSystemSettingUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engFormTimeSetting" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormTimeSetting.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engPasteAllDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engPasteAllDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engPasteAllDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engPasteAllDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -571,93 +352,6 @@
|
||||||
<data name="engPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engPasteUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engPasteUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engSaveDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engSaveDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engSaveUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engSaveUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engScreenDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engScreenDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engScreenUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engScreenUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line2ImpellerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line2ImpellerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line2ImpellerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line2ImpellerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line2ImpellerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line2ImpellerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line2ZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line2ZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line2ZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line2ZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line3ImpellerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line3ImpellerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line3ImpellerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line3ImpellerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line3ImpellerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line3ImpellerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line3ZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line3ZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line3ZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line3ZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line4ImpellerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line4ImpellerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line4ImpellerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line4ImpellerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line4ImpellerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line4ImpellerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line4ZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line4ZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line4ZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line4ZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line5ImpellerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line5ImpellerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line5ImpellerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line5ImpellerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line5ImpellerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line5ImpellerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line5ZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line5ZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line5ZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line5ZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line6ImpellerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line6ImpellerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line6ImpellerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line6ImpellerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line6ImpellerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line6ImpellerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line6ZeroDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line6ZeroDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="Line6ZeroUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\Line6ZeroUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnMainCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnMainCancelDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnMainCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnMainCancelDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -772,18 +466,6 @@
|
||||||
<data name="chnFormSystemSettingNoUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnFormSystemSettingNoUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnFormSystemSettingNoUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnFormSystemSettingNoUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="chnFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\chnFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="engFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
|
||||||
<value>Resources\engFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
|
||||||
</data>
|
|
||||||
<data name="korFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="korFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\korFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\korFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
@ -874,16 +556,478 @@
|
||||||
<data name="korBackgroundUserLogin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="korBackgroundUserLogin" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\korBackgroundUserLogin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\korBackgroundUserLogin.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="chnFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="chnFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="chnFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="chnFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\chnFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\chnFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="chnFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="engFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="engFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="engFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>Resources\engFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>Resources\engFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="engFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUserDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUserDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuUserUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuUserUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korBypassCountDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korBypassCountDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korBypassCountUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korBypassCountUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korBypassOccasionDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korBypassOccasionDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korBypassOccasionUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korBypassOccasionUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCalibrationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCalibrationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCalibrationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCalibrationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCalibrationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCalibrationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCommunicationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCommunicationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCommunicationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCommunicationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuCommunicationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuCommunicationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuConfigurationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuConfigurationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuConfigurationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuConfigurationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuConfigurationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuConfigurationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataBackupDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataBackupDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataBackupDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataBackupDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataBackupUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataBackupUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuEquipmentDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuEquipmentDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuEquipmentDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuEquipmentDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuEquipmentUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuEquipmentUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInformationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInformationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInformationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInformationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInformationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInformationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInitializationDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInitializationDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInitializationDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInitializationDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuInitializationUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuInitializationUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuIOTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuIOTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuIOTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuIOTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuIOTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuIOTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuMotorDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuMotorDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuMotorDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuMotorDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuMotorUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuMotorUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuSystemDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuSystemDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuSystemDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuSystemDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuSystemUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuSystemUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTestDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTestDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTestDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTestDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTestUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTestUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTimeDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTimeDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTimeDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTimeDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuTimeUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuTimeUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuUpdateDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuUpdateDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuUpdateDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuUpdateDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuUpdateUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuUpdateUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuUserDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuUserDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayOverDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayOverDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayOverDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayOverDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayOverUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayOverUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayPassDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayPassDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayPassDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayPassDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayPassUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayPassUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayTareDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayTareDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayTareDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayTareDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayTareUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayTareUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayUnderDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayUnderDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayUnderDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayUnderDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korMainDisplayUnderUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korMainDisplayUnderUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="chnFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\chnFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="engFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\engFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataViewerDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataViewerDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataViewerDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataViewerDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuDataViewerUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuDataViewerUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuStatisticsDisable" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuStatisticsDisable.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuStatisticsDown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuStatisticsDown.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
<data name="korFormMenuStatisticsUp" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>Resources\korFormMenuStatisticsUp.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue