Make_OutBoxSnCheckPa.Designer.cs 13 KB

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