..
This commit is contained in:
25
Cs_HMI/Project/fMain.Designer.cs
generated
25
Cs_HMI/Project/fMain.Designer.cs
generated
@@ -131,6 +131,7 @@ namespace Project
|
||||
this.mapFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.demoListLotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.refreshListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -143,7 +144,6 @@ namespace Project
|
||||
this.arPanel2 = new arCtl.arPanel();
|
||||
this.arPanel1 = new arCtl.arPanel();
|
||||
this.ctlPos1 = new Project.CtlPos();
|
||||
this.editorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.panRight.SuspendLayout();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
@@ -167,7 +167,7 @@ namespace Project
|
||||
this.MenuLift.FlatAppearance.BorderSize = 0;
|
||||
this.MenuLift.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.MenuLift.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Bold);
|
||||
this.MenuLift.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.MenuLift.ForeColor = System.Drawing.Color.Red;
|
||||
this.MenuLift.Location = new System.Drawing.Point(285, 0);
|
||||
this.MenuLift.Name = "MenuLift";
|
||||
this.MenuLift.Size = new System.Drawing.Size(92, 50);
|
||||
@@ -175,6 +175,7 @@ namespace Project
|
||||
this.MenuLift.Text = "LIFT";
|
||||
this.toolTip1.SetToolTip(this.MenuLift, "I/O 및 FLAG를 확인 합니다");
|
||||
this.MenuLift.UseVisualStyleBackColor = true;
|
||||
this.MenuLift.Visible = false;
|
||||
this.MenuLift.Click += new System.EventHandler(this.MenuLift_Click);
|
||||
//
|
||||
// MenuMAN
|
||||
@@ -1690,7 +1691,7 @@ namespace Project
|
||||
this.toolStripMenuItem5,
|
||||
this.refreshListToolStripMenuItem});
|
||||
this.cmDebug.Name = "cmVision";
|
||||
this.cmDebug.Size = new System.Drawing.Size(229, 346);
|
||||
this.cmDebug.Size = new System.Drawing.Size(229, 324);
|
||||
//
|
||||
// mapFileToolStripMenuItem
|
||||
//
|
||||
@@ -1705,17 +1706,24 @@ namespace Project
|
||||
// saveToolStripMenuItem
|
||||
//
|
||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
|
||||
this.saveToolStripMenuItem.Text = "Save";
|
||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
||||
//
|
||||
// loadToolStripMenuItem
|
||||
//
|
||||
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
|
||||
this.loadToolStripMenuItem.Text = "Load";
|
||||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
|
||||
//
|
||||
// editorToolStripMenuItem
|
||||
//
|
||||
this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
|
||||
this.editorToolStripMenuItem.Size = new System.Drawing.Size(105, 22);
|
||||
this.editorToolStripMenuItem.Text = "Editor";
|
||||
this.editorToolStripMenuItem.Click += new System.EventHandler(this.editorToolStripMenuItem_Click);
|
||||
//
|
||||
// demoListLotToolStripMenuItem
|
||||
//
|
||||
this.demoListLotToolStripMenuItem.Name = "demoListLotToolStripMenuItem";
|
||||
@@ -2188,13 +2196,6 @@ namespace Project
|
||||
this.ctlPos1.Text = "ctlPos1";
|
||||
this.ctlPos1.Visible = false;
|
||||
//
|
||||
// editorToolStripMenuItem
|
||||
//
|
||||
this.editorToolStripMenuItem.Name = "editorToolStripMenuItem";
|
||||
this.editorToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||
this.editorToolStripMenuItem.Text = "Editor";
|
||||
this.editorToolStripMenuItem.Click += new System.EventHandler(this.editorToolStripMenuItem_Click);
|
||||
//
|
||||
// fMain
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
|
||||
Reference in New Issue
Block a user