..
This commit is contained in:
21
Handler/Project/Dialog/fLoaderInfo.Designer.cs
generated
21
Handler/Project/Dialog/fLoaderInfo.Designer.cs
generated
@@ -112,6 +112,7 @@
|
||||
this.tmAutoConfirm = new System.Windows.Forms.Timer(this.components);
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
||||
this.copyToClipboardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.cmbarc.SuspendLayout();
|
||||
this.panel7.SuspendLayout();
|
||||
@@ -233,14 +234,15 @@
|
||||
// cmbarc
|
||||
//
|
||||
this.cmbarc.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.회전기준바코드로설정ToolStripMenuItem});
|
||||
this.회전기준바코드로설정ToolStripMenuItem,
|
||||
this.copyToClipboardToolStripMenuItem});
|
||||
this.cmbarc.Name = "cmbarc";
|
||||
this.cmbarc.Size = new System.Drawing.Size(207, 26);
|
||||
this.cmbarc.Size = new System.Drawing.Size(248, 70);
|
||||
//
|
||||
// 회전기준바코드로설정ToolStripMenuItem
|
||||
//
|
||||
this.회전기준바코드로설정ToolStripMenuItem.Name = "회전기준바코드로설정ToolStripMenuItem";
|
||||
this.회전기준바코드로설정ToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
|
||||
this.회전기준바코드로설정ToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
||||
this.회전기준바코드로설정ToolStripMenuItem.Text = "Set as rotation reference barcode";
|
||||
this.회전기준바코드로설정ToolStripMenuItem.Click += new System.EventHandler(this.회전기준바코드로설정ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -371,8 +373,7 @@
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.label1.Size = new System.Drawing.Size(363, 74);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "Display all data read from the current barcode reader. \r\n1. First select the data field you want to input from the left side\r\n2. Input data " +
|
||||
"from the list below\r\n3. Press the \"Input\" button at the bottom";
|
||||
this.label1.Text = resources.GetString("label1.Text");
|
||||
//
|
||||
// tbRID
|
||||
//
|
||||
@@ -1155,9 +1156,16 @@
|
||||
// toolStripStatusLabel1
|
||||
//
|
||||
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(121, 17);
|
||||
this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
|
||||
this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
|
||||
//
|
||||
// copyToClipboardToolStripMenuItem
|
||||
//
|
||||
this.copyToClipboardToolStripMenuItem.Name = "copyToClipboardToolStripMenuItem";
|
||||
this.copyToClipboardToolStripMenuItem.Size = new System.Drawing.Size(247, 22);
|
||||
this.copyToClipboardToolStripMenuItem.Text = "Copy To Clipboard";
|
||||
this.copyToClipboardToolStripMenuItem.Click += new System.EventHandler(this.copyToClipboardToolStripMenuItem_Click);
|
||||
//
|
||||
// fLoaderInfo
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F);
|
||||
@@ -1284,5 +1292,6 @@
|
||||
private System.Windows.Forms.TextBox tbBatch;
|
||||
private System.Windows.Forms.LinkLabel linkLabel10;
|
||||
private System.Windows.Forms.TextBox tbQtyMax;
|
||||
private System.Windows.Forms.ToolStripMenuItem copyToClipboardToolStripMenuItem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user