Make_OutBoxSnCheck.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_OutBoxSnCheck
  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.label10 = new System.Windows.Forms.Label();
  29. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  30. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  31. this.CheckSnDGV = new System.Windows.Forms.DataGridView();
  32. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.pd_checksn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.CancelCollection = new System.Windows.Forms.CheckBox();
  37. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  38. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  39. this.ms_makecode_label = new System.Windows.Forms.Label();
  40. ((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // label10
  44. //
  45. this.label10.AutoSize = true;
  46. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.label10.Location = new System.Drawing.Point(66, 790);
  48. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  49. this.label10.Name = "label10";
  50. this.label10.Size = new System.Drawing.Size(53, 35);
  51. this.label10.TabIndex = 12;
  52. this.label10.Text = "SN";
  53. //
  54. // sncode
  55. //
  56. this.sncode.AllPower = null;
  57. this.sncode.BackColor = System.Drawing.Color.White;
  58. this.sncode.ID = null;
  59. this.sncode.Location = new System.Drawing.Point(146, 790);
  60. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  61. this.sncode.Name = "sncode";
  62. this.sncode.Power = null;
  63. this.sncode.Size = new System.Drawing.Size(334, 35);
  64. this.sncode.Str = null;
  65. this.sncode.Str1 = null;
  66. this.sncode.Str2 = null;
  67. this.sncode.TabIndex = 14;
  68. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  69. //
  70. // OperateResult
  71. //
  72. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.OperateResult.Location = new System.Drawing.Point(1223, 137);
  74. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  75. this.OperateResult.Name = "OperateResult";
  76. this.OperateResult.Size = new System.Drawing.Size(518, 624);
  77. this.OperateResult.TabIndex = 10;
  78. this.OperateResult.Text = "";
  79. //
  80. // CheckSnDGV
  81. //
  82. this.CheckSnDGV.AllowUserToAddRows = false;
  83. this.CheckSnDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  84. this.CheckSnDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  85. this.pd_barcode,
  86. this.pd_checksn});
  87. this.CheckSnDGV.Location = new System.Drawing.Point(72, 137);
  88. this.CheckSnDGV.Name = "CheckSnDGV";
  89. this.CheckSnDGV.RowHeadersWidth = 82;
  90. this.CheckSnDGV.RowTemplate.Height = 37;
  91. this.CheckSnDGV.Size = new System.Drawing.Size(1117, 624);
  92. this.CheckSnDGV.TabIndex = 18;
  93. //
  94. // pd_barcode
  95. //
  96. this.pd_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  97. this.pd_barcode.DataPropertyName = "pd_barcode";
  98. this.pd_barcode.HeaderText = "箱内序列号";
  99. this.pd_barcode.MinimumWidth = 10;
  100. this.pd_barcode.Name = "pd_barcode";
  101. this.pd_barcode.Width = 175;
  102. //
  103. // pd_checksn
  104. //
  105. this.pd_checksn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  106. this.pd_checksn.DataPropertyName = "pd_checksn";
  107. this.pd_checksn.HeaderText = "扫描SN号";
  108. this.pd_checksn.MinimumWidth = 10;
  109. this.pd_checksn.Name = "pd_checksn";
  110. this.pd_checksn.Width = 151;
  111. //
  112. // pa_outboxcode
  113. //
  114. this.pa_outboxcode.AllPower = null;
  115. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  116. this.pa_outboxcode.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.pa_outboxcode.ID = null;
  118. this.pa_outboxcode.Location = new System.Drawing.Point(818, 37);
  119. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  120. this.pa_outboxcode.Name = "pa_outboxcode";
  121. this.pa_outboxcode.Power = null;
  122. this.pa_outboxcode.Size = new System.Drawing.Size(773, 80);
  123. this.pa_outboxcode.Str = null;
  124. this.pa_outboxcode.Str1 = null;
  125. this.pa_outboxcode.Str2 = null;
  126. this.pa_outboxcode.TabIndex = 20;
  127. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.label1.Location = new System.Drawing.Point(613, 40);
  134. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(155, 64);
  137. this.label1.TabIndex = 19;
  138. this.label1.Text = "箱号";
  139. //
  140. // CancelCollection
  141. //
  142. this.CancelCollection.AutoSize = true;
  143. this.CancelCollection.Location = new System.Drawing.Point(537, 796);
  144. this.CancelCollection.Name = "CancelCollection";
  145. this.CancelCollection.Size = new System.Drawing.Size(138, 28);
  146. this.CancelCollection.TabIndex = 21;
  147. this.CancelCollection.Text = "取消采集";
  148. this.CancelCollection.UseVisualStyleBackColor = true;
  149. //
  150. // LockMakeCode
  151. //
  152. this.LockMakeCode.AutoSize = true;
  153. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.LockMakeCode.LeaveEvent = false;
  155. this.LockMakeCode.Location = new System.Drawing.Point(500, 53);
  156. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
  157. this.LockMakeCode.Name = "LockMakeCode";
  158. this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
  159. this.LockMakeCode.TabIndex = 188;
  160. this.LockMakeCode.Text = "锁定";
  161. this.LockMakeCode.UseVisualStyleBackColor = true;
  162. //
  163. // ma_code
  164. //
  165. this.ma_code.AllPower = null;
  166. this.ma_code.Caller = null;
  167. this.ma_code.Condition = null;
  168. this.ma_code.DBTitle = null;
  169. this.ma_code.FormName = null;
  170. this.ma_code.Location = new System.Drawing.Point(182, 53);
  171. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  172. this.ma_code.Name = "ma_code";
  173. this.ma_code.Power = null;
  174. this.ma_code.ReturnData = null;
  175. this.ma_code.SelectField = null;
  176. this.ma_code.SetValueField = null;
  177. this.ma_code.Size = new System.Drawing.Size(298, 42);
  178. this.ma_code.TabIndex = 187;
  179. this.ma_code.TableName = null;
  180. this.ma_code.TextBoxEnable = true;
  181. //
  182. // ms_makecode_label
  183. //
  184. this.ms_makecode_label.AutoSize = true;
  185. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.ms_makecode_label.Location = new System.Drawing.Point(22, 53);
  187. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  188. this.ms_makecode_label.Name = "ms_makecode_label";
  189. this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
  190. this.ms_makecode_label.TabIndex = 186;
  191. this.ms_makecode_label.Text = "归属工单";
  192. //
  193. // Make_OutBoxSnCheck
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(1772, 866);
  198. this.Controls.Add(this.LockMakeCode);
  199. this.Controls.Add(this.ma_code);
  200. this.Controls.Add(this.ms_makecode_label);
  201. this.Controls.Add(this.CancelCollection);
  202. this.Controls.Add(this.pa_outboxcode);
  203. this.Controls.Add(this.label1);
  204. this.Controls.Add(this.CheckSnDGV);
  205. this.Controls.Add(this.sncode);
  206. this.Controls.Add(this.label10);
  207. this.Controls.Add(this.OperateResult);
  208. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  209. this.Margin = new System.Windows.Forms.Padding(4);
  210. this.Name = "Make_OutBoxSnCheck";
  211. this.Tag = "Make!LabelCheck";
  212. this.Text = "标签核对";
  213. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  214. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  215. ((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).EndInit();
  216. this.ResumeLayout(false);
  217. this.PerformLayout();
  218. }
  219. #endregion
  220. private System.Windows.Forms.Label label10;
  221. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  222. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  223. private System.Windows.Forms.DataGridView CheckSnDGV;
  224. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  225. private System.Windows.Forms.Label label1;
  226. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  227. private System.Windows.Forms.DataGridViewTextBoxColumn pd_checksn;
  228. private System.Windows.Forms.CheckBox CancelCollection;
  229. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  230. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  231. private System.Windows.Forms.Label ms_makecode_label;
  232. }
  233. }