Make_OutBoxSnCheck.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_OutBoxSnCheck));
  29. this.label10 = new System.Windows.Forms.Label();
  30. this.CheckSnDGV = new System.Windows.Forms.DataGridView();
  31. this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.pd_checksn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.pa_makecode_label = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.CheckNum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  39. this.pa_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  40. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  41. this.cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  42. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  43. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.pa_outboxcode2 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  47. this.pa_outboxcode1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  48. ((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // label10
  52. //
  53. this.label10.AutoSize = true;
  54. this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  55. this.label10.Location = new System.Drawing.Point(66, 790);
  56. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  57. this.label10.Name = "label10";
  58. this.label10.Size = new System.Drawing.Size(53, 35);
  59. this.label10.TabIndex = 12;
  60. this.label10.Text = "SN";
  61. //
  62. // CheckSnDGV
  63. //
  64. this.CheckSnDGV.AllowUserToAddRows = false;
  65. this.CheckSnDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  66. this.CheckSnDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  67. this.pd_barcode,
  68. this.pd_checksn});
  69. this.CheckSnDGV.Location = new System.Drawing.Point(72, 137);
  70. this.CheckSnDGV.Name = "CheckSnDGV";
  71. this.CheckSnDGV.RowHeadersWidth = 82;
  72. this.CheckSnDGV.RowTemplate.Height = 37;
  73. this.CheckSnDGV.Size = new System.Drawing.Size(1117, 624);
  74. this.CheckSnDGV.TabIndex = 18;
  75. //
  76. // pd_barcode
  77. //
  78. this.pd_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  79. this.pd_barcode.DataPropertyName = "pd_barcode";
  80. this.pd_barcode.HeaderText = "箱内序列号";
  81. this.pd_barcode.MinimumWidth = 10;
  82. this.pd_barcode.Name = "pd_barcode";
  83. this.pd_barcode.Width = 175;
  84. //
  85. // pd_checksn
  86. //
  87. this.pd_checksn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  88. this.pd_checksn.DataPropertyName = "pd_checksn";
  89. this.pd_checksn.HeaderText = "扫描SN号";
  90. this.pd_checksn.MinimumWidth = 10;
  91. this.pd_checksn.Name = "pd_checksn";
  92. this.pd_checksn.Width = 151;
  93. //
  94. // label1
  95. //
  96. this.label1.AutoSize = true;
  97. this.label1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.label1.Location = new System.Drawing.Point(11, 49);
  99. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.label1.Name = "label1";
  101. this.label1.Size = new System.Drawing.Size(155, 64);
  102. this.label1.TabIndex = 19;
  103. this.label1.Text = "箱号";
  104. //
  105. // pa_makecode_label
  106. //
  107. this.pa_makecode_label.AutoSize = true;
  108. this.pa_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.pa_makecode_label.Location = new System.Drawing.Point(898, 790);
  110. this.pa_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  111. this.pa_makecode_label.Name = "pa_makecode_label";
  112. this.pa_makecode_label.Size = new System.Drawing.Size(146, 41);
  113. this.pa_makecode_label.TabIndex = 110;
  114. this.pa_makecode_label.Text = "制造单号";
  115. //
  116. // label2
  117. //
  118. this.label2.AutoSize = true;
  119. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.label2.Location = new System.Drawing.Point(691, 787);
  121. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  122. this.label2.Name = "label2";
  123. this.label2.Size = new System.Drawing.Size(146, 41);
  124. this.label2.TabIndex = 112;
  125. this.label2.Text = "核對數量";
  126. //
  127. // dataGridViewTextBoxColumn1
  128. //
  129. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  130. this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
  131. this.dataGridViewTextBoxColumn1.HeaderText = "箱内序列号";
  132. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  133. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  134. this.dataGridViewTextBoxColumn1.Width = 200;
  135. //
  136. // dataGridViewTextBoxColumn2
  137. //
  138. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  139. this.dataGridViewTextBoxColumn2.DataPropertyName = "pd_checksn";
  140. this.dataGridViewTextBoxColumn2.HeaderText = "扫描SN号";
  141. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  142. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  143. this.dataGridViewTextBoxColumn2.Width = 200;
  144. //
  145. // CheckNum
  146. //
  147. this.CheckNum.AutoSize = true;
  148. this.CheckNum.CutLength = null;
  149. this.CheckNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.CheckNum.Location = new System.Drawing.Point(886, 787);
  151. this.CheckNum.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  152. this.CheckNum.MaximumSize = new System.Drawing.Size(300, 0);
  153. this.CheckNum.Name = "CheckNum";
  154. this.CheckNum.Size = new System.Drawing.Size(0, 41);
  155. this.CheckNum.TabIndex = 113;
  156. this.CheckNum.Tag = "1";
  157. //
  158. // pa_makecode
  159. //
  160. this.pa_makecode.AutoSize = true;
  161. this.pa_makecode.CutLength = null;
  162. this.pa_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.pa_makecode.Location = new System.Drawing.Point(1066, 790);
  164. this.pa_makecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  165. this.pa_makecode.MaximumSize = new System.Drawing.Size(300, 0);
  166. this.pa_makecode.Name = "pa_makecode";
  167. this.pa_makecode.Size = new System.Drawing.Size(0, 41);
  168. this.pa_makecode.TabIndex = 111;
  169. this.pa_makecode.Tag = "1";
  170. //
  171. // pa_outboxcode
  172. //
  173. this.pa_outboxcode.AllPower = null;
  174. this.pa_outboxcode.BackColor = System.Drawing.Color.White;
  175. this.pa_outboxcode.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.pa_outboxcode.ID = null;
  177. this.pa_outboxcode.Location = new System.Drawing.Point(184, 43);
  178. this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(4);
  179. this.pa_outboxcode.Name = "pa_outboxcode";
  180. this.pa_outboxcode.Power = null;
  181. this.pa_outboxcode.Size = new System.Drawing.Size(363, 80);
  182. this.pa_outboxcode.Str = null;
  183. this.pa_outboxcode.Str1 = null;
  184. this.pa_outboxcode.Str2 = null;
  185. this.pa_outboxcode.TabIndex = 20;
  186. this.pa_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  187. //
  188. // cancel
  189. //
  190. this.cancel.AllPower = null;
  191. this.cancel.BackColor = System.Drawing.Color.Transparent;
  192. this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage")));
  193. this.cancel.Image = null;
  194. this.cancel.IsShowBorder = true;
  195. this.cancel.Location = new System.Drawing.Point(528, 787);
  196. this.cancel.Margin = new System.Windows.Forms.Padding(4);
  197. this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
  198. this.cancel.Name = "cancel";
  199. this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
  200. this.cancel.Power = null;
  201. this.cancel.Size = new System.Drawing.Size(118, 38);
  202. this.cancel.TabIndex = 17;
  203. this.cancel.Text = "重新核对";
  204. this.cancel.UseVisualStyleBackColor = false;
  205. this.cancel.Visible = false;
  206. this.cancel.Click += new System.EventHandler(this.cancel_Click);
  207. //
  208. // sncode
  209. //
  210. this.sncode.AllPower = null;
  211. this.sncode.BackColor = System.Drawing.Color.White;
  212. this.sncode.ID = null;
  213. this.sncode.Location = new System.Drawing.Point(146, 790);
  214. this.sncode.Margin = new System.Windows.Forms.Padding(4);
  215. this.sncode.Name = "sncode";
  216. this.sncode.Power = null;
  217. this.sncode.Size = new System.Drawing.Size(334, 35);
  218. this.sncode.Str = null;
  219. this.sncode.Str1 = null;
  220. this.sncode.Str2 = null;
  221. this.sncode.TabIndex = 14;
  222. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
  223. //
  224. // OperateResult
  225. //
  226. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.OperateResult.Location = new System.Drawing.Point(1223, 137);
  228. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  229. this.OperateResult.Name = "OperateResult";
  230. this.OperateResult.Size = new System.Drawing.Size(518, 624);
  231. this.OperateResult.TabIndex = 10;
  232. this.OperateResult.Text = "";
  233. //
  234. // label3
  235. //
  236. this.label3.AutoSize = true;
  237. this.label3.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.label3.Location = new System.Drawing.Point(569, 50);
  239. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  240. this.label3.Name = "label3";
  241. this.label3.Size = new System.Drawing.Size(155, 64);
  242. this.label3.TabIndex = 114;
  243. this.label3.Text = "箱号";
  244. //
  245. // label4
  246. //
  247. this.label4.AutoSize = true;
  248. this.label4.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.label4.Location = new System.Drawing.Point(1163, 50);
  250. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  251. this.label4.Name = "label4";
  252. this.label4.Size = new System.Drawing.Size(155, 64);
  253. this.label4.TabIndex = 116;
  254. this.label4.Text = "箱号";
  255. //
  256. // pa_outboxcode2
  257. //
  258. this.pa_outboxcode2.AllPower = null;
  259. this.pa_outboxcode2.BackColor = System.Drawing.Color.White;
  260. this.pa_outboxcode2.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.pa_outboxcode2.ID = null;
  262. this.pa_outboxcode2.Location = new System.Drawing.Point(1326, 47);
  263. this.pa_outboxcode2.Margin = new System.Windows.Forms.Padding(4);
  264. this.pa_outboxcode2.Name = "pa_outboxcode2";
  265. this.pa_outboxcode2.Power = null;
  266. this.pa_outboxcode2.Size = new System.Drawing.Size(363, 80);
  267. this.pa_outboxcode2.Str = null;
  268. this.pa_outboxcode2.Str1 = null;
  269. this.pa_outboxcode2.Str2 = null;
  270. this.pa_outboxcode2.TabIndex = 118;
  271. this.pa_outboxcode2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  272. //
  273. // pa_outboxcode1
  274. //
  275. this.pa_outboxcode1.AllPower = null;
  276. this.pa_outboxcode1.BackColor = System.Drawing.Color.White;
  277. this.pa_outboxcode1.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.pa_outboxcode1.ID = null;
  279. this.pa_outboxcode1.Location = new System.Drawing.Point(756, 43);
  280. this.pa_outboxcode1.Margin = new System.Windows.Forms.Padding(4);
  281. this.pa_outboxcode1.Name = "pa_outboxcode1";
  282. this.pa_outboxcode1.Power = null;
  283. this.pa_outboxcode1.Size = new System.Drawing.Size(363, 80);
  284. this.pa_outboxcode1.Str = null;
  285. this.pa_outboxcode1.Str1 = null;
  286. this.pa_outboxcode1.Str2 = null;
  287. this.pa_outboxcode1.TabIndex = 119;
  288. this.pa_outboxcode1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pa_outboxcode_KeyDown);
  289. //
  290. // Make_OutBoxSnCheck
  291. //
  292. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  293. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  294. this.ClientSize = new System.Drawing.Size(1772, 866);
  295. this.Controls.Add(this.pa_outboxcode1);
  296. this.Controls.Add(this.pa_outboxcode2);
  297. this.Controls.Add(this.label4);
  298. this.Controls.Add(this.label3);
  299. this.Controls.Add(this.CheckNum);
  300. this.Controls.Add(this.label2);
  301. this.Controls.Add(this.pa_makecode);
  302. this.Controls.Add(this.pa_makecode_label);
  303. this.Controls.Add(this.pa_outboxcode);
  304. this.Controls.Add(this.label1);
  305. this.Controls.Add(this.CheckSnDGV);
  306. this.Controls.Add(this.cancel);
  307. this.Controls.Add(this.sncode);
  308. this.Controls.Add(this.label10);
  309. this.Controls.Add(this.OperateResult);
  310. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  311. this.Margin = new System.Windows.Forms.Padding(4);
  312. this.Name = "Make_OutBoxSnCheck";
  313. this.Tag = "Make!LabelCheck";
  314. this.Text = "标签核对";
  315. this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
  316. this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
  317. ((System.ComponentModel.ISupportInitialize)(this.CheckSnDGV)).EndInit();
  318. this.ResumeLayout(false);
  319. this.PerformLayout();
  320. }
  321. #endregion
  322. private System.Windows.Forms.Label label10;
  323. private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
  324. private CustomControl.ButtonUtil.NormalButton cancel;
  325. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  326. private System.Windows.Forms.DataGridView CheckSnDGV;
  327. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode;
  328. private System.Windows.Forms.Label label1;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn pd_barcode;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn pd_checksn;
  331. private CustomControl.ValueLabel.ValueLabel pa_makecode;
  332. private System.Windows.Forms.Label pa_makecode_label;
  333. private CustomControl.ValueLabel.ValueLabel CheckNum;
  334. private System.Windows.Forms.Label label2;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  337. private System.Windows.Forms.Label label3;
  338. private System.Windows.Forms.Label label4;
  339. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode2;
  340. private CustomControl.TextBoxWithIcon.SnCollectionBox pa_outboxcode1;
  341. }
  342. }