BandBarodeDialog.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace MainForm.FaForm
  2. {
  3. partial class BandBarodeDialog
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ProductBarcode = new System.Windows.Forms.TextBox();
  29. this.CarrierBarcode = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.Barcode = new System.Windows.Forms.TextBox();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.ErrorLab = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.PCBBarcode = new System.Windows.Forms.TextBox();
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.groupBox1.SuspendLayout();
  40. this.groupBox2.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // ProductBarcode
  44. //
  45. this.ProductBarcode.Location = new System.Drawing.Point(187, 73);
  46. this.ProductBarcode.Name = "ProductBarcode";
  47. this.ProductBarcode.ReadOnly = true;
  48. this.ProductBarcode.Size = new System.Drawing.Size(280, 28);
  49. this.ProductBarcode.TabIndex = 1;
  50. //
  51. // CarrierBarcode
  52. //
  53. this.CarrierBarcode.Location = new System.Drawing.Point(187, 22);
  54. this.CarrierBarcode.Name = "CarrierBarcode";
  55. this.CarrierBarcode.ReadOnly = true;
  56. this.CarrierBarcode.Size = new System.Drawing.Size(280, 28);
  57. this.CarrierBarcode.TabIndex = 2;
  58. //
  59. // label1
  60. //
  61. this.label1.AutoSize = true;
  62. this.label1.Location = new System.Drawing.Point(81, 25);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(62, 18);
  65. this.label1.TabIndex = 3;
  66. this.label1.Text = "载具码";
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Location = new System.Drawing.Point(81, 76);
  72. this.label2.Name = "label2";
  73. this.label2.Size = new System.Drawing.Size(62, 18);
  74. this.label2.TabIndex = 4;
  75. this.label2.Text = "产品码";
  76. //
  77. // Barcode
  78. //
  79. this.Barcode.Location = new System.Drawing.Point(187, 24);
  80. this.Barcode.Name = "Barcode";
  81. this.Barcode.Size = new System.Drawing.Size(280, 28);
  82. this.Barcode.TabIndex = 5;
  83. this.Barcode.TextChanged += new System.EventHandler(this.PCBBarcode_TextChanged);
  84. //
  85. // label3
  86. //
  87. this.label3.AutoSize = true;
  88. this.label3.Location = new System.Drawing.Point(81, 27);
  89. this.label3.Name = "label3";
  90. this.label3.Size = new System.Drawing.Size(62, 18);
  91. this.label3.TabIndex = 6;
  92. this.label3.Text = "二维码";
  93. //
  94. // ErrorLab
  95. //
  96. this.ErrorLab.AutoSize = true;
  97. this.ErrorLab.ForeColor = System.Drawing.Color.Red;
  98. this.ErrorLab.Location = new System.Drawing.Point(184, 55);
  99. this.ErrorLab.Name = "ErrorLab";
  100. this.ErrorLab.Size = new System.Drawing.Size(0, 18);
  101. this.ErrorLab.TabIndex = 7;
  102. //
  103. // label4
  104. //
  105. this.label4.AutoSize = true;
  106. this.label4.Location = new System.Drawing.Point(90, 130);
  107. this.label4.Name = "label4";
  108. this.label4.Size = new System.Drawing.Size(53, 18);
  109. this.label4.TabIndex = 9;
  110. this.label4.Text = "PCB码";
  111. //
  112. // PCBBarcode
  113. //
  114. this.PCBBarcode.Location = new System.Drawing.Point(187, 127);
  115. this.PCBBarcode.Name = "PCBBarcode";
  116. this.PCBBarcode.ReadOnly = true;
  117. this.PCBBarcode.Size = new System.Drawing.Size(280, 28);
  118. this.PCBBarcode.TabIndex = 8;
  119. //
  120. // groupBox1
  121. //
  122. this.groupBox1.Controls.Add(this.label4);
  123. this.groupBox1.Controls.Add(this.ProductBarcode);
  124. this.groupBox1.Controls.Add(this.PCBBarcode);
  125. this.groupBox1.Controls.Add(this.CarrierBarcode);
  126. this.groupBox1.Controls.Add(this.label1);
  127. this.groupBox1.Controls.Add(this.label2);
  128. this.groupBox1.Location = new System.Drawing.Point(43, 19);
  129. this.groupBox1.Name = "groupBox1";
  130. this.groupBox1.Size = new System.Drawing.Size(649, 171);
  131. this.groupBox1.TabIndex = 10;
  132. this.groupBox1.TabStop = false;
  133. this.groupBox1.Text = "当前物料";
  134. //
  135. // groupBox2
  136. //
  137. this.groupBox2.Controls.Add(this.ErrorLab);
  138. this.groupBox2.Controls.Add(this.label3);
  139. this.groupBox2.Controls.Add(this.Barcode);
  140. this.groupBox2.Location = new System.Drawing.Point(43, 196);
  141. this.groupBox2.Name = "groupBox2";
  142. this.groupBox2.Size = new System.Drawing.Size(649, 92);
  143. this.groupBox2.TabIndex = 11;
  144. this.groupBox2.TabStop = false;
  145. this.groupBox2.Text = "扫码区域";
  146. //
  147. // BandBarodeDialog
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.ClientSize = new System.Drawing.Size(725, 300);
  152. this.Controls.Add(this.groupBox1);
  153. this.Controls.Add(this.groupBox2);
  154. this.Name = "BandBarodeDialog";
  155. this.Text = "BandBarodeDialog";
  156. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BandBarodeDialog_FormClosing);
  157. this.Load += new System.EventHandler(this.BandBarodeDialog_Load);
  158. this.groupBox1.ResumeLayout(false);
  159. this.groupBox1.PerformLayout();
  160. this.groupBox2.ResumeLayout(false);
  161. this.groupBox2.PerformLayout();
  162. this.ResumeLayout(false);
  163. }
  164. #endregion
  165. private System.Windows.Forms.TextBox ProductBarcode;
  166. private System.Windows.Forms.TextBox CarrierBarcode;
  167. private System.Windows.Forms.Label label1;
  168. private System.Windows.Forms.Label label2;
  169. private System.Windows.Forms.TextBox Barcode;
  170. private System.Windows.Forms.Label label3;
  171. private System.Windows.Forms.Label ErrorLab;
  172. private System.Windows.Forms.Label label4;
  173. private System.Windows.Forms.TextBox PCBBarcode;
  174. private System.Windows.Forms.GroupBox groupBox1;
  175. private System.Windows.Forms.GroupBox groupBox2;
  176. }
  177. }