612 lines
		
	
	
		
			28 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			612 lines
		
	
	
		
			28 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project.Dialog
 | |
| {
 | |
|     partial class fManualPrint
 | |
|     {
 | |
|         /// <summary>
 | |
|         /// Required designer variable.
 | |
|         /// </summary>
 | |
|         private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Clean up any resources being used.
 | |
|         /// </summary>
 | |
|         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
|         protected override void Dispose(bool disposing)
 | |
|         {
 | |
|             if (disposing && (components != null))
 | |
|             {
 | |
|                 components.Dispose();
 | |
|             }
 | |
|             base.Dispose(disposing);
 | |
|         }
 | |
| 
 | |
|         #region Windows Form Designer generated code
 | |
| 
 | |
|         /// <summary>
 | |
|         /// Required method for Designer support - do not modify
 | |
|         /// the contents of this method with the code editor.
 | |
|         /// </summary>
 | |
|         private void InitializeComponent()
 | |
|         {
 | |
|             this.groupBox1 = new System.Windows.Forms.GroupBox();
 | |
|             this.chkDelinfo = new System.Windows.Forms.CheckBox();
 | |
|             this.nudCnt = new System.Windows.Forms.NumericUpDown();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.radRight = new System.Windows.Forms.RadioButton();
 | |
|             this.radLeft = new System.Windows.Forms.RadioButton();
 | |
|             this.btPrint = new System.Windows.Forms.Button();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.panel8 = new System.Windows.Forms.Panel();
 | |
|             this.tbPN = new System.Windows.Forms.TextBox();
 | |
|             this.button9 = new System.Windows.Forms.Button();
 | |
|             this.button7 = new System.Windows.Forms.Button();
 | |
|             this.label8 = new System.Windows.Forms.Label();
 | |
|             this.panel7 = new System.Windows.Forms.Panel();
 | |
|             this.tbSPY = new System.Windows.Forms.TextBox();
 | |
|             this.button8 = new System.Windows.Forms.Button();
 | |
|             this.button6 = new System.Windows.Forms.Button();
 | |
|             this.label7 = new System.Windows.Forms.Label();
 | |
|             this.panel6 = new System.Windows.Forms.Panel();
 | |
|             this.tbRID = new System.Windows.Forms.TextBox();
 | |
|             this.button5 = new System.Windows.Forms.Button();
 | |
|             this.label6 = new System.Windows.Forms.Label();
 | |
|             this.panel5 = new System.Windows.Forms.Panel();
 | |
|             this.tbDate = new System.Windows.Forms.TextBox();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.label5 = new System.Windows.Forms.Label();
 | |
|             this.panel4 = new System.Windows.Forms.Panel();
 | |
|             this.tbQty = new System.Windows.Forms.TextBox();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.panel3 = new System.Windows.Forms.Panel();
 | |
|             this.tbVLot = new System.Windows.Forms.TextBox();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.tbSID = new System.Windows.Forms.TextBox();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.groupBox2 = new System.Windows.Forms.GroupBox();
 | |
|             this.tbBarcodeInput = new System.Windows.Forms.TextBox();
 | |
|             this.groupBox1.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCnt)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel8.SuspendLayout();
 | |
|             this.panel7.SuspendLayout();
 | |
|             this.panel6.SuspendLayout();
 | |
|             this.panel5.SuspendLayout();
 | |
|             this.panel4.SuspendLayout();
 | |
|             this.panel3.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.groupBox2.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // groupBox1
 | |
|             // 
 | |
|             this.groupBox1.Controls.Add(this.chkDelinfo);
 | |
|             this.groupBox1.Controls.Add(this.nudCnt);
 | |
|             this.groupBox1.Controls.Add(this.label1);
 | |
|             this.groupBox1.Controls.Add(this.radRight);
 | |
|             this.groupBox1.Controls.Add(this.radLeft);
 | |
|             this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.groupBox1.Location = new System.Drawing.Point(10, 10);
 | |
|             this.groupBox1.Name = "groupBox1";
 | |
|             this.groupBox1.Size = new System.Drawing.Size(522, 68);
 | |
|             this.groupBox1.TabIndex = 0;
 | |
|             this.groupBox1.TabStop = false;
 | |
|             this.groupBox1.Text = "Printer";
 | |
|             // 
 | |
|             // chkDelinfo
 | |
|             // 
 | |
|             this.chkDelinfo.AutoSize = true;
 | |
|             this.chkDelinfo.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.chkDelinfo.Location = new System.Drawing.Point(345, 31);
 | |
|             this.chkDelinfo.Name = "chkDelinfo";
 | |
|             this.chkDelinfo.Size = new System.Drawing.Size(169, 23);
 | |
|             this.chkDelinfo.TabIndex = 4;
 | |
|             this.chkDelinfo.Text = "Delete after printing";
 | |
|             this.chkDelinfo.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // nudCnt
 | |
|             // 
 | |
|             this.nudCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.nudCnt.Location = new System.Drawing.Point(236, 27);
 | |
|             this.nudCnt.Maximum = new decimal(new int[] {
 | |
|             99999,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             this.nudCnt.Name = "nudCnt";
 | |
|             this.nudCnt.Size = new System.Drawing.Size(100, 30);
 | |
|             this.nudCnt.TabIndex = 3;
 | |
|             this.nudCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | |
|             this.nudCnt.Value = new decimal(new int[] {
 | |
|             1,
 | |
|             0,
 | |
|             0,
 | |
|             0});
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(157, 31);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(59, 23);
 | |
|             this.label1.TabIndex = 2;
 | |
|             this.label1.Text = "Count";
 | |
|             // 
 | |
|             // radRight
 | |
|             // 
 | |
|             this.radRight.AutoSize = true;
 | |
|             this.radRight.Checked = true;
 | |
|             this.radRight.Location = new System.Drawing.Point(78, 29);
 | |
|             this.radRight.Name = "radRight";
 | |
|             this.radRight.Size = new System.Drawing.Size(72, 27);
 | |
|             this.radRight.TabIndex = 1;
 | |
|             this.radRight.TabStop = true;
 | |
|             this.radRight.Text = "Right";
 | |
|             this.radRight.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // radLeft
 | |
|             // 
 | |
|             this.radLeft.AutoSize = true;
 | |
|             this.radLeft.Location = new System.Drawing.Point(10, 29);
 | |
|             this.radLeft.Name = "radLeft";
 | |
|             this.radLeft.Size = new System.Drawing.Size(59, 27);
 | |
|             this.radLeft.TabIndex = 0;
 | |
|             this.radLeft.Text = "Left";
 | |
|             this.radLeft.UseVisualStyleBackColor = true;
 | |
|             // 
 | |
|             // btPrint
 | |
|             // 
 | |
|             this.btPrint.Dock = System.Windows.Forms.DockStyle.Bottom;
 | |
|             this.btPrint.Font = new System.Drawing.Font("맑은 고딕", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btPrint.Location = new System.Drawing.Point(10, 466);
 | |
|             this.btPrint.Name = "btPrint";
 | |
|             this.btPrint.Size = new System.Drawing.Size(522, 84);
 | |
|             this.btPrint.TabIndex = 1;
 | |
|             this.btPrint.Text = "Print";
 | |
|             this.btPrint.UseVisualStyleBackColor = true;
 | |
|             this.btPrint.Click += new System.EventHandler(this.btPrint_Click);
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.panel8);
 | |
|             this.panel1.Controls.Add(this.panel7);
 | |
|             this.panel1.Controls.Add(this.panel6);
 | |
|             this.panel1.Controls.Add(this.panel5);
 | |
|             this.panel1.Controls.Add(this.panel4);
 | |
|             this.panel1.Controls.Add(this.panel3);
 | |
|             this.panel1.Controls.Add(this.panel2);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(10, 78);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
 | |
|             this.panel1.Size = new System.Drawing.Size(522, 307);
 | |
|             this.panel1.TabIndex = 2;
 | |
|             // 
 | |
|             // panel8
 | |
|             // 
 | |
|             this.panel8.Controls.Add(this.tbPN);
 | |
|             this.panel8.Controls.Add(this.button9);
 | |
|             this.panel8.Controls.Add(this.button7);
 | |
|             this.panel8.Controls.Add(this.label8);
 | |
|             this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel8.Location = new System.Drawing.Point(0, 257);
 | |
|             this.panel8.Name = "panel8";
 | |
|             this.panel8.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel8.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel8.TabIndex = 5;
 | |
|             // 
 | |
|             // tbPN
 | |
|             // 
 | |
|             this.tbPN.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbPN.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbPN.Name = "tbPN";
 | |
|             this.tbPN.Size = new System.Drawing.Size(235, 30);
 | |
|             this.tbPN.TabIndex = 1;
 | |
|             this.tbPN.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button9
 | |
|             // 
 | |
|             this.button9.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button9.Location = new System.Drawing.Point(372, 5);
 | |
|             this.button9.Name = "button9";
 | |
|             this.button9.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button9.TabIndex = 2;
 | |
|             this.button9.Text = "N/A";
 | |
|             this.button9.UseVisualStyleBackColor = true;
 | |
|             this.button9.Click += new System.EventHandler(this.button9_Click);
 | |
|             // 
 | |
|             // button7
 | |
|             // 
 | |
|             this.button7.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button7.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button7.Name = "button7";
 | |
|             this.button7.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button7.TabIndex = 3;
 | |
|             this.button7.Text = "Delete";
 | |
|             this.button7.UseVisualStyleBackColor = true;
 | |
|             this.button7.Click += new System.EventHandler(this.button7_Click);
 | |
|             // 
 | |
|             // label8
 | |
|             // 
 | |
|             this.label8.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label8.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label8.Name = "label8";
 | |
|             this.label8.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label8.TabIndex = 0;
 | |
|             this.label8.Text = "PN#";
 | |
|             this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel7
 | |
|             // 
 | |
|             this.panel7.Controls.Add(this.tbSPY);
 | |
|             this.panel7.Controls.Add(this.button8);
 | |
|             this.panel7.Controls.Add(this.button6);
 | |
|             this.panel7.Controls.Add(this.label7);
 | |
|             this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel7.Location = new System.Drawing.Point(0, 214);
 | |
|             this.panel7.Name = "panel7";
 | |
|             this.panel7.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel7.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel7.TabIndex = 4;
 | |
|             // 
 | |
|             // tbSPY
 | |
|             // 
 | |
|             this.tbSPY.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbSPY.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbSPY.Name = "tbSPY";
 | |
|             this.tbSPY.Size = new System.Drawing.Size(235, 30);
 | |
|             this.tbSPY.TabIndex = 1;
 | |
|             this.tbSPY.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button8
 | |
|             // 
 | |
|             this.button8.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button8.Location = new System.Drawing.Point(372, 5);
 | |
|             this.button8.Name = "button8";
 | |
|             this.button8.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button8.TabIndex = 2;
 | |
|             this.button8.Text = "N/A";
 | |
|             this.button8.UseVisualStyleBackColor = true;
 | |
|             this.button8.Click += new System.EventHandler(this.button8_Click);
 | |
|             // 
 | |
|             // button6
 | |
|             // 
 | |
|             this.button6.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button6.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button6.Name = "button6";
 | |
|             this.button6.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button6.TabIndex = 3;
 | |
|             this.button6.Text = "Delete";
 | |
|             this.button6.UseVisualStyleBackColor = true;
 | |
|             this.button6.Click += new System.EventHandler(this.button6_Click);
 | |
|             // 
 | |
|             // label7
 | |
|             // 
 | |
|             this.label7.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label7.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label7.Name = "label7";
 | |
|             this.label7.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label7.TabIndex = 0;
 | |
|             this.label7.Text = "SPY";
 | |
|             this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel6
 | |
|             // 
 | |
|             this.panel6.Controls.Add(this.tbRID);
 | |
|             this.panel6.Controls.Add(this.button5);
 | |
|             this.panel6.Controls.Add(this.label6);
 | |
|             this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel6.Location = new System.Drawing.Point(0, 171);
 | |
|             this.panel6.Name = "panel6";
 | |
|             this.panel6.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel6.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel6.TabIndex = 3;
 | |
|             // 
 | |
|             // tbRID
 | |
|             // 
 | |
|             this.tbRID.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbRID.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbRID.Name = "tbRID";
 | |
|             this.tbRID.Size = new System.Drawing.Size(310, 30);
 | |
|             this.tbRID.TabIndex = 1;
 | |
|             this.tbRID.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button5
 | |
|             // 
 | |
|             this.button5.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button5.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button5.Name = "button5";
 | |
|             this.button5.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button5.TabIndex = 2;
 | |
|             this.button5.Text = "Delete";
 | |
|             this.button5.UseVisualStyleBackColor = true;
 | |
|             this.button5.Click += new System.EventHandler(this.button5_Click);
 | |
|             // 
 | |
|             // label6
 | |
|             // 
 | |
|             this.label6.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label6.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label6.Name = "label6";
 | |
|             this.label6.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label6.TabIndex = 0;
 | |
|             this.label6.Text = "RID";
 | |
|             this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel5
 | |
|             // 
 | |
|             this.panel5.Controls.Add(this.tbDate);
 | |
|             this.panel5.Controls.Add(this.button4);
 | |
|             this.panel5.Controls.Add(this.label5);
 | |
|             this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel5.Location = new System.Drawing.Point(0, 128);
 | |
|             this.panel5.Name = "panel5";
 | |
|             this.panel5.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel5.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel5.TabIndex = 2;
 | |
|             // 
 | |
|             // tbDate
 | |
|             // 
 | |
|             this.tbDate.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbDate.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbDate.Name = "tbDate";
 | |
|             this.tbDate.Size = new System.Drawing.Size(310, 30);
 | |
|             this.tbDate.TabIndex = 1;
 | |
|             this.tbDate.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button4.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button4.TabIndex = 2;
 | |
|             this.button4.Text = "Delete";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             this.button4.Click += new System.EventHandler(this.button4_Click);
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label5.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label5.TabIndex = 0;
 | |
|             this.label5.Text = "DATE";
 | |
|             this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel4
 | |
|             // 
 | |
|             this.panel4.Controls.Add(this.tbQty);
 | |
|             this.panel4.Controls.Add(this.button3);
 | |
|             this.panel4.Controls.Add(this.label4);
 | |
|             this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel4.Location = new System.Drawing.Point(0, 85);
 | |
|             this.panel4.Name = "panel4";
 | |
|             this.panel4.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel4.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel4.TabIndex = 1;
 | |
|             // 
 | |
|             // tbQty
 | |
|             // 
 | |
|             this.tbQty.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbQty.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbQty.Name = "tbQty";
 | |
|             this.tbQty.Size = new System.Drawing.Size(310, 30);
 | |
|             this.tbQty.TabIndex = 1;
 | |
|             this.tbQty.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button3.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button3.TabIndex = 2;
 | |
|             this.button3.Text = "Delete";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label4.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label4.TabIndex = 0;
 | |
|             this.label4.Text = "QTY";
 | |
|             this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel3
 | |
|             // 
 | |
|             this.panel3.Controls.Add(this.tbVLot);
 | |
|             this.panel3.Controls.Add(this.button2);
 | |
|             this.panel3.Controls.Add(this.label3);
 | |
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel3.Location = new System.Drawing.Point(0, 42);
 | |
|             this.panel3.Name = "panel3";
 | |
|             this.panel3.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel3.Size = new System.Drawing.Size(522, 43);
 | |
|             this.panel3.TabIndex = 0;
 | |
|             // 
 | |
|             // tbVLot
 | |
|             // 
 | |
|             this.tbVLot.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbVLot.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbVLot.Name = "tbVLot";
 | |
|             this.tbVLot.Size = new System.Drawing.Size(310, 30);
 | |
|             this.tbVLot.TabIndex = 1;
 | |
|             this.tbVLot.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button2.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(75, 38);
 | |
|             this.button2.TabIndex = 2;
 | |
|             this.button2.Text = "Delete";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click);
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label3.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(137, 38);
 | |
|             this.label3.TabIndex = 0;
 | |
|             this.label3.Text = "VLOT";
 | |
|             this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.tbSID);
 | |
|             this.panel2.Controls.Add(this.button1);
 | |
|             this.panel2.Controls.Add(this.label2);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
 | |
|             this.panel2.Size = new System.Drawing.Size(522, 42);
 | |
|             this.panel2.TabIndex = 0;
 | |
|             // 
 | |
|             // tbSID
 | |
|             // 
 | |
|             this.tbSID.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbSID.Location = new System.Drawing.Point(137, 5);
 | |
|             this.tbSID.Name = "tbSID";
 | |
|             this.tbSID.Size = new System.Drawing.Size(310, 30);
 | |
|             this.tbSID.TabIndex = 1;
 | |
|             this.tbSID.Click += new System.EventHandler(this.tbSID_Click);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Right;
 | |
|             this.button1.Location = new System.Drawing.Point(447, 5);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(75, 37);
 | |
|             this.button1.TabIndex = 2;
 | |
|             this.button1.Text = "Delete";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.label2.Location = new System.Drawing.Point(0, 5);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(137, 37);
 | |
|             this.label2.TabIndex = 0;
 | |
|             this.label2.Text = "SID";
 | |
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
 | |
|             // 
 | |
|             // groupBox2
 | |
|             // 
 | |
|             this.groupBox2.Controls.Add(this.tbBarcodeInput);
 | |
|             this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.groupBox2.Location = new System.Drawing.Point(10, 385);
 | |
|             this.groupBox2.Name = "groupBox2";
 | |
|             this.groupBox2.Padding = new System.Windows.Forms.Padding(10);
 | |
|             this.groupBox2.Size = new System.Drawing.Size(522, 81);
 | |
|             this.groupBox2.TabIndex = 0;
 | |
|             this.groupBox2.TabStop = false;
 | |
|             this.groupBox2.Text = "Barcode input field (move cursor and enter)";
 | |
|             // 
 | |
|             // tbBarcodeInput
 | |
|             // 
 | |
|             this.tbBarcodeInput.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tbBarcodeInput.Location = new System.Drawing.Point(10, 33);
 | |
|             this.tbBarcodeInput.Name = "tbBarcodeInput";
 | |
|             this.tbBarcodeInput.Size = new System.Drawing.Size(502, 30);
 | |
|             this.tbBarcodeInput.TabIndex = 0;
 | |
|             this.tbBarcodeInput.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbBarcodeInput_KeyDown);
 | |
|             // 
 | |
|             // fManualPrint
 | |
|             // 
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
 | |
|             this.ClientSize = new System.Drawing.Size(542, 560);
 | |
|             this.Controls.Add(this.groupBox2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Controls.Add(this.btPrint);
 | |
|             this.Controls.Add(this.groupBox1);
 | |
|             this.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "fManualPrint";
 | |
|             this.Padding = new System.Windows.Forms.Padding(10);
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "Manual Print";
 | |
|             this.Load += new System.EventHandler(this.fManualPrint_Load);
 | |
|             this.groupBox1.ResumeLayout(false);
 | |
|             this.groupBox1.PerformLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.nudCnt)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel8.ResumeLayout(false);
 | |
|             this.panel8.PerformLayout();
 | |
|             this.panel7.ResumeLayout(false);
 | |
|             this.panel7.PerformLayout();
 | |
|             this.panel6.ResumeLayout(false);
 | |
|             this.panel6.PerformLayout();
 | |
|             this.panel5.ResumeLayout(false);
 | |
|             this.panel5.PerformLayout();
 | |
|             this.panel4.ResumeLayout(false);
 | |
|             this.panel4.PerformLayout();
 | |
|             this.panel3.ResumeLayout(false);
 | |
|             this.panel3.PerformLayout();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.panel2.PerformLayout();
 | |
|             this.groupBox2.ResumeLayout(false);
 | |
|             this.groupBox2.PerformLayout();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.GroupBox groupBox1;
 | |
|         private System.Windows.Forms.RadioButton radLeft;
 | |
|         private System.Windows.Forms.Button btPrint;
 | |
|         private System.Windows.Forms.RadioButton radRight;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.NumericUpDown nudCnt;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.TextBox tbSID;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Panel panel8;
 | |
|         private System.Windows.Forms.TextBox tbPN;
 | |
|         private System.Windows.Forms.Label label8;
 | |
|         private System.Windows.Forms.Panel panel7;
 | |
|         private System.Windows.Forms.TextBox tbSPY;
 | |
|         private System.Windows.Forms.Label label7;
 | |
|         private System.Windows.Forms.Panel panel6;
 | |
|         private System.Windows.Forms.TextBox tbRID;
 | |
|         private System.Windows.Forms.Label label6;
 | |
|         private System.Windows.Forms.Panel panel5;
 | |
|         private System.Windows.Forms.TextBox tbDate;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.Panel panel4;
 | |
|         private System.Windows.Forms.TextBox tbQty;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Panel panel3;
 | |
|         private System.Windows.Forms.TextBox tbVLot;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.CheckBox chkDelinfo;
 | |
|         private System.Windows.Forms.Button button7;
 | |
|         private System.Windows.Forms.Button button6;
 | |
|         private System.Windows.Forms.Button button5;
 | |
|         private System.Windows.Forms.Button button4;
 | |
|         private System.Windows.Forms.Button button3;
 | |
|         private System.Windows.Forms.Button button2;
 | |
|         private System.Windows.Forms.Button button1;
 | |
|         private System.Windows.Forms.Button button9;
 | |
|         private System.Windows.Forms.Button button8;
 | |
|         private System.Windows.Forms.GroupBox groupBox2;
 | |
|         private System.Windows.Forms.TextBox tbBarcodeInput;
 | |
|     }
 | |
| } | 
