에뮬레이터 개발 전.
This commit is contained in:
59
Cs_HMI/Project/fSetup.Designer.cs
generated
59
Cs_HMI/Project/fSetup.Designer.cs
generated
@@ -175,7 +175,6 @@
|
||||
this.tbMCID = new System.Windows.Forms.TextBox();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.chkDetectManualCharge = new System.Windows.Forms.CheckBox();
|
||||
this.chkAGVDirBack = new System.Windows.Forms.CheckBox();
|
||||
this.chkFullScreen = new System.Windows.Forms.CheckBox();
|
||||
this.nudMusicVol = new System.Windows.Forms.NumericUpDown();
|
||||
this.label22 = new System.Windows.Forms.Label();
|
||||
@@ -251,7 +250,7 @@
|
||||
this.tabControl1.Multiline = true;
|
||||
this.tabControl1.Name = "tabControl1";
|
||||
this.tabControl1.SelectedIndex = 0;
|
||||
this.tabControl1.Size = new System.Drawing.Size(1270, 598);
|
||||
this.tabControl1.Size = new System.Drawing.Size(1270, 578);
|
||||
this.tabControl1.TabIndex = 14;
|
||||
//
|
||||
// tabPage6
|
||||
@@ -259,7 +258,7 @@
|
||||
this.tabPage6.Controls.Add(this.panel1);
|
||||
this.tabPage6.Location = new System.Drawing.Point(4, 4);
|
||||
this.tabPage6.Name = "tabPage6";
|
||||
this.tabPage6.Size = new System.Drawing.Size(1244, 590);
|
||||
this.tabPage6.Size = new System.Drawing.Size(1244, 570);
|
||||
this.tabPage6.TabIndex = 6;
|
||||
this.tabPage6.Text = "일반";
|
||||
this.tabPage6.UseVisualStyleBackColor = true;
|
||||
@@ -276,19 +275,21 @@
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.btMusic, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.btAutoCharge, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.btSpeaker, 0, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.btMusic, 0, 1);
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(17, 17);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 2;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1238, 648);
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1227, 550);
|
||||
this.tableLayoutPanel1.TabIndex = 24;
|
||||
//
|
||||
// btMusic
|
||||
@@ -308,7 +309,7 @@
|
||||
this.btMusic.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
||||
this.btMusic.GradientRepeatBG = false;
|
||||
this.btMusic.isButton = true;
|
||||
this.btMusic.Location = new System.Drawing.Point(3, 327);
|
||||
this.btMusic.Location = new System.Drawing.Point(3, 278);
|
||||
this.btMusic.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btMusic.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btMusic.msg = null;
|
||||
@@ -328,7 +329,7 @@
|
||||
this.btMusic.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btMusic.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btMusic.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btMusic.Size = new System.Drawing.Size(613, 318);
|
||||
this.btMusic.Size = new System.Drawing.Size(607, 269);
|
||||
this.btMusic.TabIndex = 23;
|
||||
this.btMusic.Tag = "2";
|
||||
this.btMusic.Text = "배경음악";
|
||||
@@ -354,7 +355,7 @@
|
||||
this.btAutoCharge.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
||||
this.btAutoCharge.GradientRepeatBG = false;
|
||||
this.btAutoCharge.isButton = true;
|
||||
this.btAutoCharge.Location = new System.Drawing.Point(622, 3);
|
||||
this.btAutoCharge.Location = new System.Drawing.Point(616, 3);
|
||||
this.btAutoCharge.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btAutoCharge.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btAutoCharge.msg = null;
|
||||
@@ -374,7 +375,7 @@
|
||||
this.btAutoCharge.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btAutoCharge.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btAutoCharge.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btAutoCharge.Size = new System.Drawing.Size(613, 318);
|
||||
this.btAutoCharge.Size = new System.Drawing.Size(608, 269);
|
||||
this.btAutoCharge.TabIndex = 20;
|
||||
this.btAutoCharge.Tag = "1";
|
||||
this.btAutoCharge.Text = "자동충전";
|
||||
@@ -420,7 +421,7 @@
|
||||
this.btSpeaker.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btSpeaker.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btSpeaker.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btSpeaker.Size = new System.Drawing.Size(613, 318);
|
||||
this.btSpeaker.Size = new System.Drawing.Size(607, 269);
|
||||
this.btSpeaker.TabIndex = 11;
|
||||
this.btSpeaker.Tag = "0";
|
||||
this.btSpeaker.Text = "음성지원";
|
||||
@@ -481,7 +482,7 @@
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 4);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1244, 590);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1244, 570);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "AGV";
|
||||
//
|
||||
@@ -1640,7 +1641,7 @@
|
||||
this.label44.AutoSize = true;
|
||||
this.label44.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label44.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.label44.Location = new System.Drawing.Point(473, 546);
|
||||
this.label44.Location = new System.Drawing.Point(1152, 201);
|
||||
this.label44.Name = "label44";
|
||||
this.label44.Size = new System.Drawing.Size(49, 24);
|
||||
this.label44.TabIndex = 64;
|
||||
@@ -1651,7 +1652,7 @@
|
||||
this.label29.AutoSize = true;
|
||||
this.label29.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label29.ForeColor = System.Drawing.Color.SkyBlue;
|
||||
this.label29.Location = new System.Drawing.Point(51, 546);
|
||||
this.label29.Location = new System.Drawing.Point(730, 201);
|
||||
this.label29.Name = "label29";
|
||||
this.label29.Size = new System.Drawing.Size(211, 24);
|
||||
this.label29.TabIndex = 62;
|
||||
@@ -1706,7 +1707,7 @@
|
||||
this.label28.AutoSize = true;
|
||||
this.label28.Font = new System.Drawing.Font("궁서체", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.label28.ForeColor = System.Drawing.Color.SkyBlue;
|
||||
this.label28.Location = new System.Drawing.Point(138, 503);
|
||||
this.label28.Location = new System.Drawing.Point(817, 158);
|
||||
this.label28.Name = "label28";
|
||||
this.label28.Size = new System.Drawing.Size(124, 24);
|
||||
this.label28.TabIndex = 29;
|
||||
@@ -1913,7 +1914,7 @@
|
||||
this.vcChargeWaitSec.FontSideButton = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.vcChargeWaitSec.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.vcChargeWaitSec.ForeColorButton = System.Drawing.Color.Black;
|
||||
this.vcChargeWaitSec.Location = new System.Drawing.Point(270, 540);
|
||||
this.vcChargeWaitSec.Location = new System.Drawing.Point(949, 195);
|
||||
this.vcChargeWaitSec.MaxValue = 999999D;
|
||||
this.vcChargeWaitSec.MinValue = 0D;
|
||||
this.vcChargeWaitSec.Name = "vcChargeWaitSec";
|
||||
@@ -1937,7 +1938,7 @@
|
||||
this.tbChargerID.FontSideButton = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tbChargerID.ForeColor = System.Drawing.Color.WhiteSmoke;
|
||||
this.tbChargerID.ForeColorButton = System.Drawing.Color.Black;
|
||||
this.tbChargerID.Location = new System.Drawing.Point(270, 497);
|
||||
this.tbChargerID.Location = new System.Drawing.Point(949, 152);
|
||||
this.tbChargerID.MaxValue = 999999D;
|
||||
this.tbChargerID.MinValue = 0D;
|
||||
this.tbChargerID.Name = "tbChargerID";
|
||||
@@ -2729,7 +2730,6 @@
|
||||
this.groupBox3.Controls.Add(this.propertyGrid1);
|
||||
this.groupBox3.Controls.Add(this.groupBox1);
|
||||
this.groupBox3.Controls.Add(this.chkDetectManualCharge);
|
||||
this.groupBox3.Controls.Add(this.chkAGVDirBack);
|
||||
this.groupBox3.Controls.Add(this.chkFullScreen);
|
||||
this.groupBox3.Controls.Add(this.nudMusicVol);
|
||||
this.groupBox3.Controls.Add(this.label22);
|
||||
@@ -2765,7 +2765,7 @@
|
||||
this.propertyGrid1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.propertyGrid1.Location = new System.Drawing.Point(678, 109);
|
||||
this.propertyGrid1.Name = "propertyGrid1";
|
||||
this.propertyGrid1.Size = new System.Drawing.Size(538, 448);
|
||||
this.propertyGrid1.Size = new System.Drawing.Size(538, 426);
|
||||
this.propertyGrid1.TabIndex = 11;
|
||||
//
|
||||
// groupBox1
|
||||
@@ -2806,18 +2806,6 @@
|
||||
this.chkDetectManualCharge.Text = "수동 충전 감지";
|
||||
this.chkDetectManualCharge.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkAGVDirBack
|
||||
//
|
||||
this.chkAGVDirBack.AutoSize = true;
|
||||
this.chkAGVDirBack.Font = new System.Drawing.Font("궁서체", 20F, System.Drawing.FontStyle.Bold);
|
||||
this.chkAGVDirBack.ForeColor = System.Drawing.Color.Red;
|
||||
this.chkAGVDirBack.Location = new System.Drawing.Point(27, 72);
|
||||
this.chkAGVDirBack.Name = "chkAGVDirBack";
|
||||
this.chkAGVDirBack.Size = new System.Drawing.Size(619, 31);
|
||||
this.chkAGVDirBack.TabIndex = 8;
|
||||
this.chkAGVDirBack.Text = "FVI 이동시 Backward 방향으로 이동 합니다";
|
||||
this.chkAGVDirBack.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkFullScreen
|
||||
//
|
||||
this.chkFullScreen.AutoSize = true;
|
||||
@@ -3374,13 +3362,13 @@
|
||||
this.btSave.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
|
||||
this.btSave.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.btSave.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.btSave.Font = new System.Drawing.Font("궁서체", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btSave.Font = new System.Drawing.Font("궁서체", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.btSave.ForeColor = System.Drawing.Color.White;
|
||||
this.btSave.GradientEnable = true;
|
||||
this.btSave.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
|
||||
this.btSave.GradientRepeatBG = false;
|
||||
this.btSave.isButton = true;
|
||||
this.btSave.Location = new System.Drawing.Point(5, 740);
|
||||
this.btSave.Location = new System.Drawing.Point(5, 720);
|
||||
this.btSave.MouseDownColor = System.Drawing.Color.Yellow;
|
||||
this.btSave.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||||
this.btSave.msg = null;
|
||||
@@ -3400,7 +3388,7 @@
|
||||
this.btSave.SignAlign = System.Drawing.ContentAlignment.BottomRight;
|
||||
this.btSave.SignColor = System.Drawing.Color.Yellow;
|
||||
this.btSave.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.btSave.Size = new System.Drawing.Size(1270, 55);
|
||||
this.btSave.Size = new System.Drawing.Size(1270, 75);
|
||||
this.btSave.TabIndex = 8;
|
||||
this.btSave.Text = "저장";
|
||||
this.btSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
@@ -3569,7 +3557,6 @@
|
||||
private AGVControl.ValueSelect vcChargeStartLevel;
|
||||
private AGVControl.ValueSelect vcChargeMaxLevel;
|
||||
private System.Windows.Forms.GroupBox groupBox3;
|
||||
private System.Windows.Forms.CheckBox chkAGVDirBack;
|
||||
private System.Windows.Forms.CheckBox chkFullScreen;
|
||||
private System.Windows.Forms.NumericUpDown nudMusicVol;
|
||||
private System.Windows.Forms.Label label22;
|
||||
|
||||
Reference in New Issue
Block a user