sync 전용 화면 만들기 전 백업.
This commit is contained in:
29
Cs_HMI/Project/fSetup.Designer.cs
generated
29
Cs_HMI/Project/fSetup.Designer.cs
generated
@@ -39,6 +39,7 @@
|
||||
this.btAutoCharge = new arCtl.arLabel();
|
||||
this.btSpeaker = new arCtl.arLabel();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.button8 = new System.Windows.Forms.Button();
|
||||
this.vcGDS = new AGVControl.ValueSelect();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.vcXBID = new AGVControl.ValueSelect();
|
||||
@@ -205,7 +206,6 @@
|
||||
this.bt1 = new arCtl.arLabel();
|
||||
this.bt0 = new arCtl.arLabel();
|
||||
this.btSave = new arCtl.arLabel();
|
||||
this.button8 = new System.Windows.Forms.Button();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage6.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
@@ -485,6 +485,19 @@
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "AGV";
|
||||
//
|
||||
// button8
|
||||
//
|
||||
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.button8.Font = new System.Drawing.Font("궁서체", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.button8.Location = new System.Drawing.Point(480, 509);
|
||||
this.button8.Name = "button8";
|
||||
this.button8.Size = new System.Drawing.Size(147, 54);
|
||||
this.button8.TabIndex = 82;
|
||||
this.button8.Tag = "SCH";
|
||||
this.button8.Text = "TurnGDS";
|
||||
this.button8.UseVisualStyleBackColor = true;
|
||||
this.button8.Click += new System.EventHandler(this.button8_Click);
|
||||
//
|
||||
// vcGDS
|
||||
//
|
||||
this.vcGDS.BackColorButton = System.Drawing.Color.White;
|
||||
@@ -506,6 +519,7 @@
|
||||
this.vcGDS.Tag = "SDH";
|
||||
this.vcGDS.Text = "1000";
|
||||
this.vcGDS.Value = 1000D;
|
||||
this.vcGDS.ButtonClick += new System.EventHandler<AGVControl.ValueSelect.ButtonClickEventArgs>(this.vcChargeLow_ButtonClick);
|
||||
//
|
||||
// label7
|
||||
//
|
||||
@@ -3394,19 +3408,6 @@
|
||||
this.btSave.TextVisible = true;
|
||||
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
||||
//
|
||||
// button8
|
||||
//
|
||||
this.button8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.button8.Font = new System.Drawing.Font("궁서체", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.button8.Location = new System.Drawing.Point(480, 509);
|
||||
this.button8.Name = "button8";
|
||||
this.button8.Size = new System.Drawing.Size(147, 54);
|
||||
this.button8.TabIndex = 82;
|
||||
this.button8.Tag = "SCH";
|
||||
this.button8.Text = "TurnGDS";
|
||||
this.button8.UseVisualStyleBackColor = true;
|
||||
this.button8.Click += new System.EventHandler(this.button8_Click);
|
||||
//
|
||||
// fSetup
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
|
||||
Reference in New Issue
Block a user