|
|
|
@ -30,13 +30,13 @@
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StockTrayLocationRecipe));
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
|
this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.moveToolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
@ -104,10 +104,14 @@
|
|
|
|
|
this.btnSm = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnMoveMarkX2 = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnMoveMarkX1 = new System.Windows.Forms.Button();
|
|
|
|
|
this.txtColumnNum = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtRowNum = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtSlotOffsetDistY = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtSlotOffsetDistX = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtMark2CenterDistY = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txtMark2CenterDistX = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.txttxtStockTrayOffsetY = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.txtMarkY2 = new System.Windows.Forms.TextBox();
|
|
|
|
@ -145,7 +149,6 @@
|
|
|
|
|
//
|
|
|
|
|
// contextMenuStrip1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.goToolStripMenuItem,
|
|
|
|
|
this.nozzle1GOToolStripMenuItem,
|
|
|
|
@ -158,303 +161,304 @@
|
|
|
|
|
this.nozzle8GOToolStripMenuItem,
|
|
|
|
|
this.nozzle9GOToolStripMenuItem});
|
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
|
|
//
|
|
|
|
|
// goToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.goToolStripMenuItem, "goToolStripMenuItem");
|
|
|
|
|
this.goToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.moveToolStripMenuItem9,
|
|
|
|
|
this.grabPosToolStripMenuItem});
|
|
|
|
|
this.goToolStripMenuItem.Name = "goToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.goToolStripMenuItem, "goToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem9
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem9, "moveToolStripMenuItem9");
|
|
|
|
|
this.moveToolStripMenuItem9.Name = "moveToolStripMenuItem9";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem9, "moveToolStripMenuItem9");
|
|
|
|
|
this.moveToolStripMenuItem9.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// grabPosToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.grabPosToolStripMenuItem, "grabPosToolStripMenuItem");
|
|
|
|
|
this.grabPosToolStripMenuItem.Name = "grabPosToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.grabPosToolStripMenuItem, "grabPosToolStripMenuItem");
|
|
|
|
|
this.grabPosToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle1GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle1GOToolStripMenuItem, "nozzle1GOToolStripMenuItem");
|
|
|
|
|
this.nozzle1GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem,
|
|
|
|
|
this.dumpProductToolStripMenuItem,
|
|
|
|
|
this.moveToolStripMenuItem});
|
|
|
|
|
this.nozzle1GOToolStripMenuItem.Name = "nozzle1GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle1GOToolStripMenuItem, "nozzle1GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem, "takeProductToolStripMenuItem");
|
|
|
|
|
this.takeProductToolStripMenuItem.Name = "takeProductToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem, "takeProductToolStripMenuItem");
|
|
|
|
|
this.takeProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem, "dumpProductToolStripMenuItem");
|
|
|
|
|
this.dumpProductToolStripMenuItem.Name = "dumpProductToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem, "dumpProductToolStripMenuItem");
|
|
|
|
|
this.dumpProductToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem, "moveToolStripMenuItem");
|
|
|
|
|
this.moveToolStripMenuItem.Name = "moveToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem, "moveToolStripMenuItem");
|
|
|
|
|
this.moveToolStripMenuItem.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle2GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle2GOToolStripMenuItem, "nozzle2GOToolStripMenuItem");
|
|
|
|
|
this.nozzle2GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem1,
|
|
|
|
|
this.dumpProductToolStripMenuItem1,
|
|
|
|
|
this.moveToolStripMenuItem1});
|
|
|
|
|
this.nozzle2GOToolStripMenuItem.Name = "nozzle2GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle2GOToolStripMenuItem, "nozzle2GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem1, "takeProductToolStripMenuItem1");
|
|
|
|
|
this.takeProductToolStripMenuItem1.Name = "takeProductToolStripMenuItem1";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem1, "takeProductToolStripMenuItem1");
|
|
|
|
|
this.takeProductToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem1, "dumpProductToolStripMenuItem1");
|
|
|
|
|
this.dumpProductToolStripMenuItem1.Name = "dumpProductToolStripMenuItem1";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem1, "dumpProductToolStripMenuItem1");
|
|
|
|
|
this.dumpProductToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem1, "moveToolStripMenuItem1");
|
|
|
|
|
this.moveToolStripMenuItem1.Name = "moveToolStripMenuItem1";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem1, "moveToolStripMenuItem1");
|
|
|
|
|
this.moveToolStripMenuItem1.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle3GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle3GOToolStripMenuItem, "nozzle3GOToolStripMenuItem");
|
|
|
|
|
this.nozzle3GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem2,
|
|
|
|
|
this.dumpProductToolStripMenuItem2,
|
|
|
|
|
this.moveToolStripMenuItem2});
|
|
|
|
|
this.nozzle3GOToolStripMenuItem.Name = "nozzle3GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle3GOToolStripMenuItem, "nozzle3GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem2, "takeProductToolStripMenuItem2");
|
|
|
|
|
this.takeProductToolStripMenuItem2.Name = "takeProductToolStripMenuItem2";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem2, "takeProductToolStripMenuItem2");
|
|
|
|
|
this.takeProductToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem2, "dumpProductToolStripMenuItem2");
|
|
|
|
|
this.dumpProductToolStripMenuItem2.Name = "dumpProductToolStripMenuItem2";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem2, "dumpProductToolStripMenuItem2");
|
|
|
|
|
this.dumpProductToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem2, "moveToolStripMenuItem2");
|
|
|
|
|
this.moveToolStripMenuItem2.Name = "moveToolStripMenuItem2";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem2, "moveToolStripMenuItem2");
|
|
|
|
|
this.moveToolStripMenuItem2.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle4GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle4GOToolStripMenuItem, "nozzle4GOToolStripMenuItem");
|
|
|
|
|
this.nozzle4GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem3,
|
|
|
|
|
this.dumpProductToolStripMenuItem3,
|
|
|
|
|
this.moveToolStripMenuItem3});
|
|
|
|
|
this.nozzle4GOToolStripMenuItem.Name = "nozzle4GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle4GOToolStripMenuItem, "nozzle4GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem3, "takeProductToolStripMenuItem3");
|
|
|
|
|
this.takeProductToolStripMenuItem3.Name = "takeProductToolStripMenuItem3";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem3, "takeProductToolStripMenuItem3");
|
|
|
|
|
this.takeProductToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem3, "dumpProductToolStripMenuItem3");
|
|
|
|
|
this.dumpProductToolStripMenuItem3.Name = "dumpProductToolStripMenuItem3";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem3, "dumpProductToolStripMenuItem3");
|
|
|
|
|
this.dumpProductToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem3, "moveToolStripMenuItem3");
|
|
|
|
|
this.moveToolStripMenuItem3.Name = "moveToolStripMenuItem3";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem3, "moveToolStripMenuItem3");
|
|
|
|
|
this.moveToolStripMenuItem3.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle5GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle5GOToolStripMenuItem, "nozzle5GOToolStripMenuItem");
|
|
|
|
|
this.nozzle5GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem4,
|
|
|
|
|
this.dumpProductToolStripMenuItem4,
|
|
|
|
|
this.moveToolStripMenuItem4});
|
|
|
|
|
this.nozzle5GOToolStripMenuItem.Name = "nozzle5GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle5GOToolStripMenuItem, "nozzle5GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem4, "takeProductToolStripMenuItem4");
|
|
|
|
|
this.takeProductToolStripMenuItem4.Name = "takeProductToolStripMenuItem4";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem4, "takeProductToolStripMenuItem4");
|
|
|
|
|
this.takeProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem4, "dumpProductToolStripMenuItem4");
|
|
|
|
|
this.dumpProductToolStripMenuItem4.Name = "dumpProductToolStripMenuItem4";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem4, "dumpProductToolStripMenuItem4");
|
|
|
|
|
this.dumpProductToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem4, "moveToolStripMenuItem4");
|
|
|
|
|
this.moveToolStripMenuItem4.Name = "moveToolStripMenuItem4";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem4, "moveToolStripMenuItem4");
|
|
|
|
|
this.moveToolStripMenuItem4.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle6GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle6GOToolStripMenuItem, "nozzle6GOToolStripMenuItem");
|
|
|
|
|
this.nozzle6GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem5,
|
|
|
|
|
this.dumpProductToolStripMenuItem5,
|
|
|
|
|
this.moveToolStripMenuItem5});
|
|
|
|
|
this.nozzle6GOToolStripMenuItem.Name = "nozzle6GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle6GOToolStripMenuItem, "nozzle6GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem5, "takeProductToolStripMenuItem5");
|
|
|
|
|
this.takeProductToolStripMenuItem5.Name = "takeProductToolStripMenuItem5";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem5, "takeProductToolStripMenuItem5");
|
|
|
|
|
this.takeProductToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem5, "dumpProductToolStripMenuItem5");
|
|
|
|
|
this.dumpProductToolStripMenuItem5.Name = "dumpProductToolStripMenuItem5";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem5, "dumpProductToolStripMenuItem5");
|
|
|
|
|
this.dumpProductToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem5, "moveToolStripMenuItem5");
|
|
|
|
|
this.moveToolStripMenuItem5.Name = "moveToolStripMenuItem5";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem5, "moveToolStripMenuItem5");
|
|
|
|
|
this.moveToolStripMenuItem5.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle7GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle7GOToolStripMenuItem, "nozzle7GOToolStripMenuItem");
|
|
|
|
|
this.nozzle7GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem6,
|
|
|
|
|
this.dumpProductToolStripMenuItem6,
|
|
|
|
|
this.moveToolStripMenuItem6});
|
|
|
|
|
this.nozzle7GOToolStripMenuItem.Name = "nozzle7GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle7GOToolStripMenuItem, "nozzle7GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem6
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem6, "takeProductToolStripMenuItem6");
|
|
|
|
|
this.takeProductToolStripMenuItem6.Name = "takeProductToolStripMenuItem6";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem6, "takeProductToolStripMenuItem6");
|
|
|
|
|
this.takeProductToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem6
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem6, "dumpProductToolStripMenuItem6");
|
|
|
|
|
this.dumpProductToolStripMenuItem6.Name = "dumpProductToolStripMenuItem6";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem6, "dumpProductToolStripMenuItem6");
|
|
|
|
|
this.dumpProductToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem6
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem6, "moveToolStripMenuItem6");
|
|
|
|
|
this.moveToolStripMenuItem6.Name = "moveToolStripMenuItem6";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem6, "moveToolStripMenuItem6");
|
|
|
|
|
this.moveToolStripMenuItem6.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle8GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle8GOToolStripMenuItem, "nozzle8GOToolStripMenuItem");
|
|
|
|
|
this.nozzle8GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem7,
|
|
|
|
|
this.dumpProductToolStripMenuItem7,
|
|
|
|
|
this.moveToolStripMenuItem7});
|
|
|
|
|
this.nozzle8GOToolStripMenuItem.Name = "nozzle8GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle8GOToolStripMenuItem, "nozzle8GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem7
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem7, "takeProductToolStripMenuItem7");
|
|
|
|
|
this.takeProductToolStripMenuItem7.Name = "takeProductToolStripMenuItem7";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem7, "takeProductToolStripMenuItem7");
|
|
|
|
|
this.takeProductToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem7
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem7, "dumpProductToolStripMenuItem7");
|
|
|
|
|
this.dumpProductToolStripMenuItem7.Name = "dumpProductToolStripMenuItem7";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem7, "dumpProductToolStripMenuItem7");
|
|
|
|
|
this.dumpProductToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem7
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem7, "moveToolStripMenuItem7");
|
|
|
|
|
this.moveToolStripMenuItem7.Name = "moveToolStripMenuItem7";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem7, "moveToolStripMenuItem7");
|
|
|
|
|
this.moveToolStripMenuItem7.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// nozzle9GOToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.nozzle9GOToolStripMenuItem, "nozzle9GOToolStripMenuItem");
|
|
|
|
|
this.nozzle9GOToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.takeProductToolStripMenuItem8,
|
|
|
|
|
this.dumpProductToolStripMenuItem8,
|
|
|
|
|
this.moveToolStripMenuItem8});
|
|
|
|
|
this.nozzle9GOToolStripMenuItem.Name = "nozzle9GOToolStripMenuItem";
|
|
|
|
|
resources.ApplyResources(this.nozzle9GOToolStripMenuItem, "nozzle9GOToolStripMenuItem");
|
|
|
|
|
//
|
|
|
|
|
// takeProductToolStripMenuItem8
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem8, "takeProductToolStripMenuItem8");
|
|
|
|
|
this.takeProductToolStripMenuItem8.Name = "takeProductToolStripMenuItem8";
|
|
|
|
|
resources.ApplyResources(this.takeProductToolStripMenuItem8, "takeProductToolStripMenuItem8");
|
|
|
|
|
this.takeProductToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// dumpProductToolStripMenuItem8
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem8, "dumpProductToolStripMenuItem8");
|
|
|
|
|
this.dumpProductToolStripMenuItem8.Name = "dumpProductToolStripMenuItem8";
|
|
|
|
|
resources.ApplyResources(this.dumpProductToolStripMenuItem8, "dumpProductToolStripMenuItem8");
|
|
|
|
|
this.dumpProductToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// moveToolStripMenuItem8
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem8, "moveToolStripMenuItem8");
|
|
|
|
|
this.moveToolStripMenuItem8.Name = "moveToolStripMenuItem8";
|
|
|
|
|
resources.ApplyResources(this.moveToolStripMenuItem8, "moveToolStripMenuItem8");
|
|
|
|
|
this.moveToolStripMenuItem8.Click += new System.EventHandler(this.goToolStripMenuItem_Click);
|
|
|
|
|
//
|
|
|
|
|
// panelEx2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx2, "panelEx2");
|
|
|
|
|
this.panelEx2.Controls.Add(this.panelEx5);
|
|
|
|
|
this.panelEx2.Controls.Add(this.panelEx3);
|
|
|
|
|
resources.ApplyResources(this.panelEx2, "panelEx2");
|
|
|
|
|
this.panelEx2.Name = "panelEx2";
|
|
|
|
|
//
|
|
|
|
|
// panelEx5
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx5, "panelEx5");
|
|
|
|
|
this.panelEx5.Controls.Add(this.panelEx4);
|
|
|
|
|
resources.ApplyResources(this.panelEx5, "panelEx5");
|
|
|
|
|
this.panelEx5.Name = "panelEx5";
|
|
|
|
|
//
|
|
|
|
|
// panelEx4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx4, "panelEx4");
|
|
|
|
|
this.panelEx4.Controls.Add(this.groupBox2);
|
|
|
|
|
resources.ApplyResources(this.panelEx4, "panelEx4");
|
|
|
|
|
this.panelEx4.Name = "panelEx4";
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
|
|
|
this.groupBox2.Controls.Add(this.rsTray1);
|
|
|
|
|
resources.ApplyResources(this.groupBox2, "groupBox2");
|
|
|
|
|
this.groupBox2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// rsTray1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rsTray1, "rsTray1");
|
|
|
|
|
this.rsTray1.CanDraw = true;
|
|
|
|
|
this.rsTray1.ColSpace = 10;
|
|
|
|
|
this.rsTray1.ColumnNum = 10;
|
|
|
|
|
resources.ApplyResources(this.rsTray1, "rsTray1");
|
|
|
|
|
this.rsTray1.HeadText = null;
|
|
|
|
|
this.rsTray1.InitSlotStatus = Rs.Controls.ESlotStatus.NotHave;
|
|
|
|
|
this.rsTray1.ItemName = null;
|
|
|
|
@ -476,13 +480,12 @@
|
|
|
|
|
//
|
|
|
|
|
// panelEx3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx3, "panelEx3");
|
|
|
|
|
this.panelEx3.Controls.Add(this.groupBox1);
|
|
|
|
|
resources.ApplyResources(this.panelEx3, "panelEx3");
|
|
|
|
|
this.panelEx3.Name = "panelEx3";
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtStockTakePictureOffsetY);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtStockTakePictureOffsetX);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label11);
|
|
|
|
@ -503,10 +506,14 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnSm);
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX2);
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtColumnNum);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtRowNum);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtSlotOffsetDistY);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtSlotOffsetDistX);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtMark2CenterDistY);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtMark2CenterDistX);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txttxtStockTrayOffsetY);
|
|
|
|
|
this.groupBox1.Controls.Add(this.txtMarkY2);
|
|
|
|
@ -523,15 +530,16 @@
|
|
|
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
|
|
|
resources.ApplyResources(this.groupBox1, "groupBox1");
|
|
|
|
|
this.groupBox1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// txtStockTakePictureOffsetY
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtStockTakePictureOffsetY, "txtStockTakePictureOffsetY");
|
|
|
|
|
this.txtStockTakePictureOffsetY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtStockTakePictureOffsetY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtStockTakePictureOffsetY, "txtStockTakePictureOffsetY");
|
|
|
|
|
this.txtStockTakePictureOffsetY.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtStockTakePictureOffsetY.Name = "txtStockTakePictureOffsetY";
|
|
|
|
|
this.txtStockTakePictureOffsetY.Tag = "";
|
|
|
|
@ -539,9 +547,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtStockTakePictureOffsetX
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtStockTakePictureOffsetX, "txtStockTakePictureOffsetX");
|
|
|
|
|
this.txtStockTakePictureOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtStockTakePictureOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtStockTakePictureOffsetX, "txtStockTakePictureOffsetX");
|
|
|
|
|
this.txtStockTakePictureOffsetX.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtStockTakePictureOffsetX.Name = "txtStockTakePictureOffsetX";
|
|
|
|
|
this.txtStockTakePictureOffsetX.Tag = "";
|
|
|
|
@ -559,9 +567,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnCreateTrayStatus
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnCreateTrayStatus, "btnCreateTrayStatus");
|
|
|
|
|
this.btnCreateTrayStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnCreateTrayStatus.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnCreateTrayStatus, "btnCreateTrayStatus");
|
|
|
|
|
this.btnCreateTrayStatus.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnCreateTrayStatus.Name = "btnCreateTrayStatus";
|
|
|
|
|
this.btnCreateTrayStatus.Tag = "LoadY";
|
|
|
|
@ -592,9 +600,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtTeachMarkY2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtTeachMarkY2, "txtTeachMarkY2");
|
|
|
|
|
this.txtTeachMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.txtTeachMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.txtTeachMarkY2, "txtTeachMarkY2");
|
|
|
|
|
this.txtTeachMarkY2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTeachMarkY2.Name = "txtTeachMarkY2";
|
|
|
|
|
this.txtTeachMarkY2.Tag = "LoadY";
|
|
|
|
@ -603,9 +611,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnTeachMarkY1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnTeachMarkY1, "btnTeachMarkY1");
|
|
|
|
|
this.btnTeachMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnTeachMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnTeachMarkY1, "btnTeachMarkY1");
|
|
|
|
|
this.btnTeachMarkY1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnTeachMarkY1.Name = "btnTeachMarkY1";
|
|
|
|
|
this.btnTeachMarkY1.Tag = "LoadY";
|
|
|
|
@ -636,9 +644,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtTeachMarkX2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtTeachMarkX2, "txtTeachMarkX2");
|
|
|
|
|
this.txtTeachMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.txtTeachMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.txtTeachMarkX2, "txtTeachMarkX2");
|
|
|
|
|
this.txtTeachMarkX2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtTeachMarkX2.Name = "txtTeachMarkX2";
|
|
|
|
|
this.txtTeachMarkX2.Tag = "LoadX";
|
|
|
|
@ -647,9 +655,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnTeachMarkX1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnTeachMarkX1, "btnTeachMarkX1");
|
|
|
|
|
this.btnTeachMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnTeachMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnTeachMarkX1, "btnTeachMarkX1");
|
|
|
|
|
this.btnTeachMarkX1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnTeachMarkX1.Name = "btnTeachMarkX1";
|
|
|
|
|
this.btnTeachMarkX1.Tag = "LoadX";
|
|
|
|
@ -669,9 +677,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnMoveMarkY2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkY2, "btnMoveMarkY2");
|
|
|
|
|
this.btnMoveMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnMoveMarkY2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkY2, "btnMoveMarkY2");
|
|
|
|
|
this.btnMoveMarkY2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMoveMarkY2.Name = "btnMoveMarkY2";
|
|
|
|
|
this.btnMoveMarkY2.Tag = "LoadY";
|
|
|
|
@ -680,9 +688,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnMoveMarkY1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkY1, "btnMoveMarkY1");
|
|
|
|
|
this.btnMoveMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnMoveMarkY1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkY1, "btnMoveMarkY1");
|
|
|
|
|
this.btnMoveMarkY1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMoveMarkY1.Name = "btnMoveMarkY1";
|
|
|
|
|
this.btnMoveMarkY1.Tag = "LoadY";
|
|
|
|
@ -713,9 +721,9 @@
|
|
|
|
|
//
|
|
|
|
|
// btnMoveMarkX2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkX2, "btnMoveMarkX2");
|
|
|
|
|
this.btnMoveMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnMoveMarkX2.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkX2, "btnMoveMarkX2");
|
|
|
|
|
this.btnMoveMarkX2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMoveMarkX2.Name = "btnMoveMarkX2";
|
|
|
|
|
this.btnMoveMarkX2.Tag = "LoadX";
|
|
|
|
@ -724,15 +732,35 @@
|
|
|
|
|
//
|
|
|
|
|
// btnMoveMarkX1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkX1, "btnMoveMarkX1");
|
|
|
|
|
this.btnMoveMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
this.btnMoveMarkX1.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
resources.ApplyResources(this.btnMoveMarkX1, "btnMoveMarkX1");
|
|
|
|
|
this.btnMoveMarkX1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnMoveMarkX1.Name = "btnMoveMarkX1";
|
|
|
|
|
this.btnMoveMarkX1.Tag = "LoadX";
|
|
|
|
|
this.btnMoveMarkX1.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnMoveMarkX1.Click += new System.EventHandler(this.btnMove_Click);
|
|
|
|
|
//
|
|
|
|
|
// txtColumnNum
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtColumnNum, "txtColumnNum");
|
|
|
|
|
this.txtColumnNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtColumnNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtColumnNum.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtColumnNum.Name = "txtColumnNum";
|
|
|
|
|
this.txtColumnNum.Tag = "LoadY";
|
|
|
|
|
this.txtColumnNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRow_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// txtRowNum
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtRowNum, "txtRowNum");
|
|
|
|
|
this.txtRowNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtRowNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
this.txtRowNum.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtRowNum.Name = "txtRowNum";
|
|
|
|
|
this.txtRowNum.Tag = "LoadY";
|
|
|
|
|
this.txtRowNum.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtRow_KeyUp);
|
|
|
|
|
//
|
|
|
|
|
// txtSlotOffsetDistY
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtSlotOffsetDistY, "txtSlotOffsetDistY");
|
|
|
|
@ -760,6 +788,11 @@
|
|
|
|
|
this.txtMark2CenterDistY.Name = "txtMark2CenterDistY";
|
|
|
|
|
this.txtMark2CenterDistY.Tag = "LoadY";
|
|
|
|
|
//
|
|
|
|
|
// label14
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label14, "label14");
|
|
|
|
|
this.label14.Name = "label14";
|
|
|
|
|
//
|
|
|
|
|
// txtMark2CenterDistX
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtMark2CenterDistX, "txtMark2CenterDistX");
|
|
|
|
@ -769,6 +802,11 @@
|
|
|
|
|
this.txtMark2CenterDistX.Name = "txtMark2CenterDistX";
|
|
|
|
|
this.txtMark2CenterDistX.Tag = "LoadX";
|
|
|
|
|
//
|
|
|
|
|
// label13
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label13, "label13");
|
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label4, "label4");
|
|
|
|
@ -776,9 +814,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txttxtStockTrayOffsetY
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txttxtStockTrayOffsetY, "txttxtStockTrayOffsetY");
|
|
|
|
|
this.txttxtStockTrayOffsetY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txttxtStockTrayOffsetY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txttxtStockTrayOffsetY, "txttxtStockTrayOffsetY");
|
|
|
|
|
this.txttxtStockTrayOffsetY.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txttxtStockTrayOffsetY.Name = "txttxtStockTrayOffsetY";
|
|
|
|
|
this.txttxtStockTrayOffsetY.Tag = "";
|
|
|
|
@ -786,9 +824,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtMarkY2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtMarkY2, "txtMarkY2");
|
|
|
|
|
this.txtMarkY2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtMarkY2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtMarkY2, "txtMarkY2");
|
|
|
|
|
this.txtMarkY2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtMarkY2.Name = "txtMarkY2";
|
|
|
|
|
this.txtMarkY2.ReadOnly = true;
|
|
|
|
@ -796,9 +834,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtMarkY1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtMarkY1, "txtMarkY1");
|
|
|
|
|
this.txtMarkY1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtMarkY1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtMarkY1, "txtMarkY1");
|
|
|
|
|
this.txtMarkY1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtMarkY1.Name = "txtMarkY1";
|
|
|
|
|
this.txtMarkY1.ReadOnly = true;
|
|
|
|
@ -806,9 +844,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtStockTrayOffsetX
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtStockTrayOffsetX, "txtStockTrayOffsetX");
|
|
|
|
|
this.txtStockTrayOffsetX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtStockTrayOffsetX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtStockTrayOffsetX, "txtStockTrayOffsetX");
|
|
|
|
|
this.txtStockTrayOffsetX.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtStockTrayOffsetX.Name = "txtStockTrayOffsetX";
|
|
|
|
|
this.txtStockTrayOffsetX.Tag = "";
|
|
|
|
@ -821,9 +859,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtMarkX2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtMarkX2, "txtMarkX2");
|
|
|
|
|
this.txtMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtMarkX2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtMarkX2, "txtMarkX2");
|
|
|
|
|
this.txtMarkX2.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtMarkX2.Name = "txtMarkX2";
|
|
|
|
|
this.txtMarkX2.ReadOnly = true;
|
|
|
|
@ -841,9 +879,9 @@
|
|
|
|
|
//
|
|
|
|
|
// txtMarkX1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.txtMarkX1, "txtMarkX1");
|
|
|
|
|
this.txtMarkX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16)))));
|
|
|
|
|
this.txtMarkX1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
resources.ApplyResources(this.txtMarkX1, "txtMarkX1");
|
|
|
|
|
this.txtMarkX1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.txtMarkX1.Name = "txtMarkX1";
|
|
|
|
|
this.txtMarkX1.ReadOnly = true;
|
|
|
|
@ -881,56 +919,56 @@
|
|
|
|
|
//
|
|
|
|
|
// panelEx1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.panelEx1, "panelEx1");
|
|
|
|
|
this.panelEx1.Controls.Add(this.groupBox3);
|
|
|
|
|
resources.ApplyResources(this.panelEx1, "panelEx1");
|
|
|
|
|
this.panelEx1.Name = "panelEx1";
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
|
|
|
|
this.groupBox3.Controls.Add(this.dgvRunPoints);
|
|
|
|
|
resources.ApplyResources(this.groupBox3, "groupBox3");
|
|
|
|
|
this.groupBox3.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// dgvRunPoints
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.dgvRunPoints, "dgvRunPoints");
|
|
|
|
|
this.dgvRunPoints.AllowUserToAddRows = false;
|
|
|
|
|
this.dgvRunPoints.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dgvRunPoints.AllowUserToResizeColumns = false;
|
|
|
|
|
this.dgvRunPoints.AllowUserToResizeRows = false;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
|
|
this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
resources.ApplyResources(this.dgvRunPoints, "dgvRunPoints");
|
|
|
|
|
this.dgvRunPoints.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
|
this.dataGridViewTextBoxColumn2,
|
|
|
|
|
this.dataGridViewTextBoxColumn3,
|
|
|
|
|
this.dataGridViewLinkColumn1});
|
|
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
|
|
this.dgvRunPoints.EnableHeadersVisualStyles = false;
|
|
|
|
|
this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
|
this.dgvRunPoints.MultiSelect = false;
|
|
|
|
|
this.dgvRunPoints.Name = "dgvRunPoints";
|
|
|
|
|
this.dgvRunPoints.ReadOnly = true;
|
|
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
|
|
|
this.dgvRunPoints.RowHeadersVisible = false;
|
|
|
|
|
this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
|
this.dgvRunPoints.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
@ -943,8 +981,8 @@
|
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex";
|
|
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.FillWeight = 10F;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1");
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
@ -953,8 +991,8 @@
|
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
|
|
|
|
|
dataGridViewCellStyle3.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
dataGridViewCellStyle10.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle10;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.FillWeight = 40F;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2");
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
@ -963,8 +1001,8 @@
|
|
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
|
|
|
|
|
dataGridViewCellStyle4.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
|
dataGridViewCellStyle11.Format = "0.000";
|
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle11;
|
|
|
|
|
this.dataGridViewTextBoxColumn3.FillWeight = 40F;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn3, "dataGridViewTextBoxColumn3");
|
|
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
|
@ -973,10 +1011,10 @@
|
|
|
|
|
// dataGridViewLinkColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Silver;
|
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle12.BackColor = System.Drawing.Color.Silver;
|
|
|
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
|
|
this.dataGridViewLinkColumn1.FillWeight = 10F;
|
|
|
|
|
resources.ApplyResources(this.dataGridViewLinkColumn1, "dataGridViewLinkColumn1");
|
|
|
|
|
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
|
|
@ -1107,5 +1145,9 @@
|
|
|
|
|
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
|
|
|
|
|
private System.Windows.Forms.Button btnLg;
|
|
|
|
|
private System.Windows.Forms.Button btnSm;
|
|
|
|
|
private System.Windows.Forms.TextBox txtColumnNum;
|
|
|
|
|
private System.Windows.Forms.TextBox txtRowNum;
|
|
|
|
|
private System.Windows.Forms.Label label14;
|
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
|
}
|
|
|
|
|
}
|