Make_OutBoxSnCheck.Designer.cs 11 KB

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