Make_OutBoxSnCheck.Designer.cs 10 KB

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