BandBarodeDialog_S1.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. namespace MainForm.FaForm
  2. {
  3. partial class BandBarodeDialog_S1
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.ProductBarcode = new System.Windows.Forms.TextBox();
  30. this.CarrierBarcode = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.ErrorLab = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.GetBarcode = new System.Windows.Forms.TextBox();
  37. this.groupBox1.SuspendLayout();
  38. this.groupBox2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // groupBox1
  42. //
  43. this.groupBox1.Controls.Add(this.ProductBarcode);
  44. this.groupBox1.Controls.Add(this.CarrierBarcode);
  45. this.groupBox1.Controls.Add(this.label1);
  46. this.groupBox1.Controls.Add(this.label2);
  47. this.groupBox1.Location = new System.Drawing.Point(40, 33);
  48. this.groupBox1.Name = "groupBox1";
  49. this.groupBox1.Size = new System.Drawing.Size(720, 160);
  50. this.groupBox1.TabIndex = 0;
  51. this.groupBox1.TabStop = false;
  52. this.groupBox1.Text = "绑定物料";
  53. //
  54. // ProductBarcode
  55. //
  56. this.ProductBarcode.Location = new System.Drawing.Point(187, 92);
  57. this.ProductBarcode.Name = "ProductBarcode";
  58. this.ProductBarcode.ReadOnly = true;
  59. this.ProductBarcode.Size = new System.Drawing.Size(441, 28);
  60. this.ProductBarcode.TabIndex = 5;
  61. //
  62. // CarrierBarcode
  63. //
  64. this.CarrierBarcode.Location = new System.Drawing.Point(187, 41);
  65. this.CarrierBarcode.Name = "CarrierBarcode";
  66. this.CarrierBarcode.ReadOnly = true;
  67. this.CarrierBarcode.Size = new System.Drawing.Size(441, 28);
  68. this.CarrierBarcode.TabIndex = 6;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(81, 44);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(62, 18);
  76. this.label1.TabIndex = 7;
  77. this.label1.Text = "载具码";
  78. //
  79. // label2
  80. //
  81. this.label2.AutoSize = true;
  82. this.label2.Location = new System.Drawing.Point(81, 95);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(62, 18);
  85. this.label2.TabIndex = 8;
  86. this.label2.Text = "产品码";
  87. //
  88. // groupBox2
  89. //
  90. this.groupBox2.Controls.Add(this.ErrorLab);
  91. this.groupBox2.Controls.Add(this.label3);
  92. this.groupBox2.Controls.Add(this.GetBarcode);
  93. this.groupBox2.Location = new System.Drawing.Point(40, 211);
  94. this.groupBox2.Name = "groupBox2";
  95. this.groupBox2.Size = new System.Drawing.Size(720, 147);
  96. this.groupBox2.TabIndex = 1;
  97. this.groupBox2.TabStop = false;
  98. this.groupBox2.Text = "扫码区域";
  99. //
  100. // ErrorLab
  101. //
  102. this.ErrorLab.AutoEllipsis = true;
  103. this.ErrorLab.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  104. this.ErrorLab.ForeColor = System.Drawing.Color.Red;
  105. this.ErrorLab.Location = new System.Drawing.Point(187, 82);
  106. this.ErrorLab.Name = "ErrorLab";
  107. this.ErrorLab.Size = new System.Drawing.Size(513, 45);
  108. this.ErrorLab.TabIndex = 9;
  109. //
  110. // label3
  111. //
  112. this.label3.AutoSize = true;
  113. this.label3.Location = new System.Drawing.Point(81, 44);
  114. this.label3.Name = "label3";
  115. this.label3.Size = new System.Drawing.Size(62, 18);
  116. this.label3.TabIndex = 8;
  117. this.label3.Text = "二维码";
  118. //
  119. // GetBarcode
  120. //
  121. this.GetBarcode.Location = new System.Drawing.Point(187, 40);
  122. this.GetBarcode.Name = "GetBarcode";
  123. this.GetBarcode.Size = new System.Drawing.Size(441, 28);
  124. this.GetBarcode.TabIndex = 7;
  125. this.GetBarcode.TextChanged += new System.EventHandler(this.GetBarcode_TextChanged);
  126. //
  127. // BandBarodeDialog_S1
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(800, 370);
  132. this.Controls.Add(this.groupBox2);
  133. this.Controls.Add(this.groupBox1);
  134. this.Name = "BandBarodeDialog_S1";
  135. this.Text = "BandBarodeDialog_S1";
  136. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.BandBarodeDialog_S1_FormClosing);
  137. this.Load += new System.EventHandler(this.BandBarodeDialog_S1_Load);
  138. this.groupBox1.ResumeLayout(false);
  139. this.groupBox1.PerformLayout();
  140. this.groupBox2.ResumeLayout(false);
  141. this.groupBox2.PerformLayout();
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. private System.Windows.Forms.GroupBox groupBox1;
  146. private System.Windows.Forms.GroupBox groupBox2;
  147. private System.Windows.Forms.TextBox ProductBarcode;
  148. private System.Windows.Forms.TextBox CarrierBarcode;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.Label label2;
  151. private System.Windows.Forms.Label label3;
  152. private System.Windows.Forms.TextBox GetBarcode;
  153. private System.Windows.Forms.Label ErrorLab;
  154. }
  155. }