namespace Project.Dialog.Debug { partial class fSendInboutData { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.tbsid = new System.Windows.Forms.TextBox(); this.tbrid = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbvname = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tblot = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbpart = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.tbbatch = new System.Windows.Forms.TextBox(); this.tbbadge = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.tbinch = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.tbmfg = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.tbqty = new System.Windows.Forms.TextBox(); this.tbeqid = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.tbeqname = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.tboper = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.dv1 = new arCtl.arDatagridView(); this.button2 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(37, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(22, 12); this.label1.TabIndex = 0; this.label1.Text = "sid"; // // tbsid // this.tbsid.Location = new System.Drawing.Point(69, 25); this.tbsid.Name = "tbsid"; this.tbsid.Size = new System.Drawing.Size(261, 21); this.tbsid.TabIndex = 1; this.tbsid.Text = "103000000"; this.tbsid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbrid // this.tbrid.Location = new System.Drawing.Point(69, 131); this.tbrid.Name = "tbrid"; this.tbrid.Size = new System.Drawing.Size(261, 21); this.tbrid.TabIndex = 3; this.tbrid.Text = "RCTEST000000000"; this.tbrid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(40, 134); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(19, 12); this.label2.TabIndex = 2; this.label2.Text = "rid"; // // tbvname // this.tbvname.Location = new System.Drawing.Point(69, 77); this.tbvname.Name = "tbvname"; this.tbvname.Size = new System.Drawing.Size(261, 21); this.tbvname.TabIndex = 7; this.tbvname.Text = "v.name"; this.tbvname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(43, 12); this.label3.TabIndex = 6; this.label3.Text = "vname"; // // tblot // this.tblot.Location = new System.Drawing.Point(69, 52); this.tblot.Name = "tblot"; this.tblot.Size = new System.Drawing.Size(261, 21); this.tblot.TabIndex = 5; this.tblot.Text = "v.lot"; this.tblot.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(41, 55); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(18, 12); this.label4.TabIndex = 4; this.label4.Text = "lot"; // // tbpart // this.tbpart.Location = new System.Drawing.Point(69, 185); this.tbpart.Name = "tbpart"; this.tbpart.Size = new System.Drawing.Size(261, 21); this.tbpart.TabIndex = 9; this.tbpart.Text = "part"; this.tbpart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(33, 188); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(26, 12); this.label5.TabIndex = 8; this.label5.Text = "part"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(23, 223); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 12); this.label6.TabIndex = 8; this.label6.Text = "batch"; // // tbbatch // this.tbbatch.Location = new System.Drawing.Point(69, 220); this.tbbatch.Name = "tbbatch"; this.tbbatch.Size = new System.Drawing.Size(261, 21); this.tbbatch.TabIndex = 9; this.tbbatch.Text = "batch"; this.tbbatch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbbadge // this.tbbadge.Location = new System.Drawing.Point(69, 247); this.tbbadge.Name = "tbbadge"; this.tbbadge.Size = new System.Drawing.Size(261, 21); this.tbbadge.TabIndex = 11; this.tbbadge.Text = "badge"; this.tbbadge.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(19, 250); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(40, 12); this.label7.TabIndex = 10; this.label7.Text = "badge"; // // tbinch // this.tbinch.Location = new System.Drawing.Point(69, 274); this.tbinch.Name = "tbinch"; this.tbinch.Size = new System.Drawing.Size(261, 21); this.tbinch.TabIndex = 13; this.tbinch.Text = "7"; this.tbinch.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(30, 277); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(29, 12); this.label8.TabIndex = 12; this.label8.Text = "inch"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(33, 161); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(26, 12); this.label9.TabIndex = 8; this.label9.Text = "mfg"; // // tbmfg // this.tbmfg.Location = new System.Drawing.Point(69, 158); this.tbmfg.Name = "tbmfg"; this.tbmfg.Size = new System.Drawing.Size(261, 21); this.tbmfg.TabIndex = 9; this.tbmfg.Text = "2325"; this.tbmfg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(37, 107); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(22, 12); this.label10.TabIndex = 8; this.label10.Text = "qty"; // // tbqty // this.tbqty.Location = new System.Drawing.Point(69, 104); this.tbqty.Name = "tbqty"; this.tbqty.Size = new System.Drawing.Size(261, 21); this.tbqty.TabIndex = 9; this.tbqty.Text = "1000"; this.tbqty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // tbeqid // this.tbeqid.Location = new System.Drawing.Point(69, 301); this.tbeqid.Name = "tbeqid"; this.tbeqid.Size = new System.Drawing.Size(100, 21); this.tbeqid.TabIndex = 15; this.tbeqid.Text = "R0"; this.tbeqid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(40, 304); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(19, 12); this.label11.TabIndex = 14; this.label11.Text = "eq"; // // tbeqname // this.tbeqname.Location = new System.Drawing.Point(175, 301); this.tbeqname.Name = "tbeqname"; this.tbeqname.Size = new System.Drawing.Size(155, 21); this.tbeqname.TabIndex = 15; this.tbeqname.Text = "eq name"; this.tbeqname.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(29, 331); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(30, 12); this.label12.TabIndex = 12; this.label12.Text = "oper"; // // tboper // this.tboper.Location = new System.Drawing.Point(69, 328); this.tboper.Name = "tboper"; this.tboper.Size = new System.Drawing.Size(261, 21); this.tboper.TabIndex = 13; this.tboper.Text = "chi"; this.tboper.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // button1 // this.button1.Location = new System.Drawing.Point(350, 25); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(98, 324); this.button1.TabIndex = 16; this.button1.Text = "post"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // dv1 // this.dv1.A_DelCurrentCell = true; this.dv1.A_EnterToTab = true; this.dv1.A_KoreanField = null; this.dv1.A_UpperField = null; this.dv1.A_ViewRownumOnHeader = true; this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dv1.Location = new System.Drawing.Point(474, 25); this.dv1.Name = "dv1"; this.dv1.RowTemplate.Height = 23; this.dv1.Size = new System.Drawing.Size(496, 324); this.dv1.TabIndex = 17; // // button2 // this.button2.Location = new System.Drawing.Point(474, 355); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(496, 44); this.button2.TabIndex = 18; this.button2.Text = "Read"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // fSendInboutData // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(997, 407); this.Controls.Add(this.button2); this.Controls.Add(this.dv1); this.Controls.Add(this.button1); this.Controls.Add(this.tbeqname); this.Controls.Add(this.tbeqid); this.Controls.Add(this.label11); this.Controls.Add(this.tboper); this.Controls.Add(this.label12); this.Controls.Add(this.tbinch); this.Controls.Add(this.label8); this.Controls.Add(this.tbbadge); this.Controls.Add(this.label7); this.Controls.Add(this.tbbatch); this.Controls.Add(this.label6); this.Controls.Add(this.tbqty); this.Controls.Add(this.label10); this.Controls.Add(this.tbmfg); this.Controls.Add(this.label9); this.Controls.Add(this.tbpart); this.Controls.Add(this.label5); this.Controls.Add(this.tbvname); this.Controls.Add(this.label3); this.Controls.Add(this.tblot); this.Controls.Add(this.label4); this.Controls.Add(this.tbrid); this.Controls.Add(this.label2); this.Controls.Add(this.tbsid); this.Controls.Add(this.label1); this.Name = "fSendInboutData"; this.Text = "fSendInboutData"; this.Load += new System.EventHandler(this.fSendInboutData_Load); ((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbsid; private System.Windows.Forms.TextBox tbrid; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbvname; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tblot; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbpart; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbbatch; private System.Windows.Forms.TextBox tbbadge; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox tbinch; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox tbmfg; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox tbqty; private System.Windows.Forms.TextBox tbeqid; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox tbeqname; private System.Windows.Forms.Label label12; private System.Windows.Forms.TextBox tboper; private System.Windows.Forms.Button button1; private arCtl.arDatagridView dv1; private System.Windows.Forms.Button button2; } }