..
This commit is contained in:
19
Cs_HMI/Project/fMain.Designer.cs
generated
19
Cs_HMI/Project/fMain.Designer.cs
generated
@@ -172,7 +172,7 @@ namespace Project
|
||||
MenuLift.Text = "LIFT";
|
||||
toolTip1.SetToolTip(MenuLift, "I/O 및 FLAG를 확인 합니다");
|
||||
MenuLift.UseVisualStyleBackColor = true;
|
||||
MenuLift.Click += button3_Click;
|
||||
MenuLift.Click += MenuLift_Click;
|
||||
//
|
||||
// MenuMAN
|
||||
//
|
||||
@@ -189,7 +189,7 @@ namespace Project
|
||||
MenuMAN.Text = "MANUAL";
|
||||
toolTip1.SetToolTip(MenuMAN, "작업 내역을 확인 합니다");
|
||||
MenuMAN.UseVisualStyleBackColor = true;
|
||||
MenuMAN.Click += button4_Click;
|
||||
MenuMAN.Click += ManualMan_Click;
|
||||
//
|
||||
// MenuFlag
|
||||
//
|
||||
@@ -206,7 +206,7 @@ namespace Project
|
||||
MenuFlag.Text = "FLAG";
|
||||
toolTip1.SetToolTip(MenuFlag, "I/O 및 FLAG를 확인 합니다");
|
||||
MenuFlag.UseVisualStyleBackColor = true;
|
||||
MenuFlag.Click += button1_Click;
|
||||
MenuFlag.Click += btMenuFlag_Click;
|
||||
//
|
||||
// MenuAuto
|
||||
//
|
||||
@@ -223,7 +223,7 @@ namespace Project
|
||||
MenuAuto.Text = "AUTO";
|
||||
toolTip1.SetToolTip(MenuAuto, "작업 내역을 확인 합니다");
|
||||
MenuAuto.UseVisualStyleBackColor = true;
|
||||
MenuAuto.Click += button2_Click;
|
||||
MenuAuto.Click += btMenuAuto_Click;
|
||||
//
|
||||
// MenuLog
|
||||
//
|
||||
@@ -258,7 +258,7 @@ namespace Project
|
||||
MenuAGV.Text = "AGV";
|
||||
toolTip1.SetToolTip(MenuAGV, "I/O 및 FLAG를 확인 합니다");
|
||||
MenuAGV.UseVisualStyleBackColor = false;
|
||||
MenuAGV.Click += button1_Click_1;
|
||||
MenuAGV.Click += btMenuAGV_Click_1;
|
||||
//
|
||||
// MenuBMS
|
||||
//
|
||||
@@ -275,7 +275,7 @@ namespace Project
|
||||
MenuBMS.Text = "BMS";
|
||||
toolTip1.SetToolTip(MenuBMS, "I/O 및 FLAG를 확인 합니다");
|
||||
MenuBMS.UseVisualStyleBackColor = true;
|
||||
MenuBMS.Click += button2_Click_1;
|
||||
MenuBMS.Click += btMenuBMS_Click_1;
|
||||
//
|
||||
// btAutoRun
|
||||
//
|
||||
@@ -323,7 +323,7 @@ namespace Project
|
||||
btAutoRun.TextShadow = true;
|
||||
btAutoRun.TextVisible = true;
|
||||
toolTip1.SetToolTip(btAutoRun, "작업상태(자동/수동)를 표시 합니다");
|
||||
btAutoRun.Click += btStart_Click;
|
||||
btAutoRun.Click += btAutorun_Click;
|
||||
//
|
||||
// btChargeA
|
||||
//
|
||||
@@ -837,14 +837,12 @@ namespace Project
|
||||
gridviewTestToolStripMenuItem.Name = "gridviewTestToolStripMenuItem";
|
||||
gridviewTestToolStripMenuItem.Size = new Size(228, 22);
|
||||
gridviewTestToolStripMenuItem.Text = "GridviewTest";
|
||||
gridviewTestToolStripMenuItem.Click += gridviewTestToolStripMenuItem_Click;
|
||||
//
|
||||
// 으ㅆㄷㄴㅅToolStripMenuItem
|
||||
//
|
||||
으ㅆㄷㄴㅅToolStripMenuItem.Name = "으ㅆㄷㄴㅅToolStripMenuItem";
|
||||
으ㅆㄷㄴㅅToolStripMenuItem.Size = new Size(228, 22);
|
||||
으ㅆㄷㄴㅅToolStripMenuItem.Text = "Test DataMatrix StripID";
|
||||
으ㅆㄷㄴㅅToolStripMenuItem.Click += 으ㅆㄷㄴㅅToolStripMenuItem_Click;
|
||||
//
|
||||
// messageToolStripMenuItem
|
||||
//
|
||||
@@ -879,7 +877,6 @@ namespace Project
|
||||
reloadLotListToolStripMenuItem.Name = "reloadLotListToolStripMenuItem";
|
||||
reloadLotListToolStripMenuItem.Size = new Size(228, 22);
|
||||
reloadLotListToolStripMenuItem.Text = "Reload Lot List";
|
||||
reloadLotListToolStripMenuItem.Click += reloadLotListToolStripMenuItem_Click;
|
||||
//
|
||||
// moveSourceListToDestListToolStripMenuItem
|
||||
//
|
||||
@@ -1044,7 +1041,7 @@ namespace Project
|
||||
btHome.TextAlign = ContentAlignment.MiddleCenter;
|
||||
btHome.TextShadow = true;
|
||||
btHome.TextVisible = true;
|
||||
btHome.Click += arLabel1_Click;
|
||||
btHome.Click += brHome_Click;
|
||||
//
|
||||
// btChargeM
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user