324 lines
12 KiB
C#
324 lines
12 KiB
C#
namespace Project.Dialog
|
|
{
|
|
partial class fDebug
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.tbBcd = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 150;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// tbBcd
|
|
//
|
|
this.tbBcd.Location = new System.Drawing.Point(12, 381);
|
|
this.tbBcd.Name = "tbBcd";
|
|
this.tbBcd.Size = new System.Drawing.Size(335, 21);
|
|
this.tbBcd.TabIndex = 44;
|
|
this.tbBcd.Text = "101409576;FF8N03FA2;MURATA;10000;8N09AFQPF;20181109;";
|
|
this.tbBcd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(10, 360);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(97, 12);
|
|
this.label2.TabIndex = 45;
|
|
this.label2.Text = "Manual barcode";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(12, 408);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(335, 24);
|
|
this.button1.TabIndex = 46;
|
|
this.button1.Text = "send";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(14, 29);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(335, 21);
|
|
this.textBox1.TabIndex = 47;
|
|
this.textBox1.Text = "101409930;L99294875498;KYOCERA;30000;037920827134011M001;2020-08-27;ABCDEFGHIJ123" +
|
|
"4567890ABCDEFGHIJ";
|
|
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(12, 81);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(335, 21);
|
|
this.textBox2.TabIndex = 47;
|
|
this.textBox2.Text = "101409930;L99294875498;KYOCERA;30000;037920827134011M001;2020-08-27;ABCDEFGHIJ123" +
|
|
"4567890ABCDEFGHIJ";
|
|
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(10, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(93, 12);
|
|
this.label1.TabIndex = 45;
|
|
this.label1.Text = "Print Command";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(10, 66);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(93, 12);
|
|
this.label3.TabIndex = 45;
|
|
this.label3.Text = "Print Command";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(252, 2);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(95, 24);
|
|
this.button2.TabIndex = 48;
|
|
this.button2.Text = "Print";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(252, 54);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(95, 24);
|
|
this.button3.TabIndex = 48;
|
|
this.button3.Text = "Print";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(12, 135);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(151, 21);
|
|
this.textBox3.TabIndex = 50;
|
|
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(10, 120);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 12);
|
|
this.label4.TabIndex = 49;
|
|
this.label4.Text = "manu\'";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(12, 178);
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(151, 21);
|
|
this.textBox4.TabIndex = 52;
|
|
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(10, 163);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(26, 12);
|
|
this.label5.TabIndex = 51;
|
|
this.label5.Text = "mfg";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(169, 135);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(49, 24);
|
|
this.button4.TabIndex = 53;
|
|
this.button4.Text = "n/a";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(169, 178);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(49, 24);
|
|
this.button5.TabIndex = 53;
|
|
this.button5.Text = "n/a";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.Location = new System.Drawing.Point(12, 205);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(95, 24);
|
|
this.button6.TabIndex = 54;
|
|
this.button6.Text = "print L";
|
|
this.button6.UseVisualStyleBackColor = true;
|
|
this.button6.Click += new System.EventHandler(this.button6_Click);
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Location = new System.Drawing.Point(123, 205);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(95, 24);
|
|
this.button7.TabIndex = 55;
|
|
this.button7.Text = "print R";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.Location = new System.Drawing.Point(224, 178);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(49, 24);
|
|
this.button8.TabIndex = 56;
|
|
this.button8.Text = "clr";
|
|
this.button8.UseVisualStyleBackColor = true;
|
|
this.button8.Click += new System.EventHandler(this.button8_Click);
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.Location = new System.Drawing.Point(224, 135);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(49, 24);
|
|
this.button9.TabIndex = 57;
|
|
this.button9.Text = "clr";
|
|
this.button9.UseVisualStyleBackColor = true;
|
|
this.button9.Click += new System.EventHandler(this.button9_Click);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(14, 250);
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(459, 21);
|
|
this.textBox5.TabIndex = 58;
|
|
this.textBox5.Text = "101416868;01A3KX;KYOCERA;20000;RC00014A225001I;20220511;N/A";
|
|
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.Location = new System.Drawing.Point(12, 277);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(461, 24);
|
|
this.button10.TabIndex = 59;
|
|
this.button10.Text = "Parser Amkor STD Barcode";
|
|
this.button10.UseVisualStyleBackColor = true;
|
|
this.button10.Click += new System.EventHandler(this.button10_Click);
|
|
//
|
|
// fDebug
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(495, 444);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.textBox5);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tbBcd);
|
|
this.Name = "fDebug";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "fDebug";
|
|
this.Load += new System.EventHandler(this.fDebug_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.TextBox tbBcd;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Button button10;
|
|
}
|
|
} |