agv 노드 정보 정리 세분화
This commit is contained in:
106
Cs_HMI/Project/fSetup.Designer.cs
generated
106
Cs_HMI/Project/fSetup.Designer.cs
generated
@@ -39,6 +39,8 @@
|
||||
this.btAutoCharge = new arCtl.arLabel();
|
||||
this.btSpeaker = new arCtl.arLabel();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.vcXBID = new AGVControl.ValueSelect();
|
||||
this.tbagvchannel = new System.Windows.Forms.TextBox();
|
||||
this.tbagvpanid = new System.Windows.Forms.TextBox();
|
||||
this.tbagvaddr = new System.Windows.Forms.TextBox();
|
||||
@@ -202,8 +204,8 @@
|
||||
this.bt1 = new arCtl.arLabel();
|
||||
this.bt0 = new arCtl.arLabel();
|
||||
this.btSave = new arCtl.arLabel();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.vcXBID = new AGVControl.ValueSelect();
|
||||
this.label13 = new System.Windows.Forms.Label();
|
||||
this.vcGDS = new AGVControl.ValueSelect();
|
||||
this.tabControl1.SuspendLayout();
|
||||
this.tabPage6.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
@@ -430,6 +432,8 @@
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.BackColor = System.Drawing.Color.Navy;
|
||||
this.tabPage1.Controls.Add(this.label13);
|
||||
this.tabPage1.Controls.Add(this.vcGDS);
|
||||
this.tabPage1.Controls.Add(this.label7);
|
||||
this.tabPage1.Controls.Add(this.vcXBID);
|
||||
this.tabPage1.Controls.Add(this.tbagvchannel);
|
||||
@@ -481,6 +485,41 @@
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "AGV";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label7.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label7.Location = new System.Drawing.Point(162, 524);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(101, 24);
|
||||
this.label7.TabIndex = 79;
|
||||
this.label7.Text = "Xbee ID";
|
||||
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// vcXBID
|
||||
//
|
||||
this.vcXBID.BackColorButton = System.Drawing.Color.White;
|
||||
this.vcXBID.ButtonWidth = "30";
|
||||
this.vcXBID.ColorBorder = System.Drawing.Color.White;
|
||||
this.vcXBID.DecimalPosition = ((ushort)(0));
|
||||
this.vcXBID.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.vcXBID.FontSideButton = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.vcXBID.ForeColor = System.Drawing.Color.White;
|
||||
this.vcXBID.ForeColorButton = System.Drawing.Color.Black;
|
||||
this.vcXBID.Location = new System.Drawing.Point(269, 509);
|
||||
this.vcXBID.MaxValue = 9999D;
|
||||
this.vcXBID.MinValue = 0D;
|
||||
this.vcXBID.Name = "vcXBID";
|
||||
this.vcXBID.NullDisplay = "--";
|
||||
this.vcXBID.SideButtonClickValue = 1D;
|
||||
this.vcXBID.Size = new System.Drawing.Size(164, 54);
|
||||
this.vcXBID.TabIndex = 78;
|
||||
this.vcXBID.Tag = "SDH";
|
||||
this.vcXBID.Text = "30";
|
||||
this.vcXBID.Value = 30D;
|
||||
this.vcXBID.ButtonClick += new System.EventHandler<AGVControl.ValueSelect.ButtonClickEventArgs>(this.vcChargeLow_ButtonClick);
|
||||
//
|
||||
// tbagvchannel
|
||||
//
|
||||
this.tbagvchannel.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold);
|
||||
@@ -3333,40 +3372,39 @@
|
||||
this.btSave.TextVisible = true;
|
||||
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
||||
//
|
||||
// label7
|
||||
// label13
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label7.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label7.Location = new System.Drawing.Point(162, 524);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(101, 24);
|
||||
this.label7.TabIndex = 79;
|
||||
this.label7.Text = "Xbee ID";
|
||||
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
this.label13.AutoSize = true;
|
||||
this.label13.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label13.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label13.Location = new System.Drawing.Point(526, 524);
|
||||
this.label13.Name = "label13";
|
||||
this.label13.Size = new System.Drawing.Size(101, 24);
|
||||
this.label13.TabIndex = 81;
|
||||
this.label13.Text = "TurnGDS";
|
||||
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// vcXBID
|
||||
// vcTurnGDS
|
||||
//
|
||||
this.vcXBID.BackColorButton = System.Drawing.Color.White;
|
||||
this.vcXBID.ButtonWidth = "30";
|
||||
this.vcXBID.ColorBorder = System.Drawing.Color.White;
|
||||
this.vcXBID.DecimalPosition = ((ushort)(0));
|
||||
this.vcXBID.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.vcXBID.FontSideButton = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.vcXBID.ForeColor = System.Drawing.Color.White;
|
||||
this.vcXBID.ForeColorButton = System.Drawing.Color.Black;
|
||||
this.vcXBID.Location = new System.Drawing.Point(269, 509);
|
||||
this.vcXBID.MaxValue = 9999D;
|
||||
this.vcXBID.MinValue = 0D;
|
||||
this.vcXBID.Name = "vcXBID";
|
||||
this.vcXBID.NullDisplay = "--";
|
||||
this.vcXBID.SideButtonClickValue = 1D;
|
||||
this.vcXBID.Size = new System.Drawing.Size(164, 54);
|
||||
this.vcXBID.TabIndex = 78;
|
||||
this.vcXBID.Tag = "SDH";
|
||||
this.vcXBID.Text = "30";
|
||||
this.vcXBID.Value = 30D;
|
||||
this.vcXBID.ButtonClick += new System.EventHandler<AGVControl.ValueSelect.ButtonClickEventArgs>(this.vcChargeLow_ButtonClick);
|
||||
this.vcGDS.BackColorButton = System.Drawing.Color.White;
|
||||
this.vcGDS.ButtonWidth = "30";
|
||||
this.vcGDS.ColorBorder = System.Drawing.Color.White;
|
||||
this.vcGDS.DecimalPosition = ((ushort)(0));
|
||||
this.vcGDS.Font = new System.Drawing.Font("맑은 고딕", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.vcGDS.FontSideButton = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.vcGDS.ForeColor = System.Drawing.Color.White;
|
||||
this.vcGDS.ForeColorButton = System.Drawing.Color.Black;
|
||||
this.vcGDS.Location = new System.Drawing.Point(633, 509);
|
||||
this.vcGDS.MaxValue = 9999D;
|
||||
this.vcGDS.MinValue = 0D;
|
||||
this.vcGDS.Name = "vcTurnGDS";
|
||||
this.vcGDS.NullDisplay = "--";
|
||||
this.vcGDS.SideButtonClickValue = 1D;
|
||||
this.vcGDS.Size = new System.Drawing.Size(164, 54);
|
||||
this.vcGDS.TabIndex = 80;
|
||||
this.vcGDS.Tag = "SDH";
|
||||
this.vcGDS.Text = "1000";
|
||||
this.vcGDS.Value = 1000D;
|
||||
//
|
||||
// fSetup
|
||||
//
|
||||
@@ -3588,5 +3626,7 @@
|
||||
private System.Windows.Forms.CheckBox chkClearPos;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private AGVControl.ValueSelect vcXBID;
|
||||
private System.Windows.Forms.Label label13;
|
||||
private AGVControl.ValueSelect vcGDS;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user