Make_OutBoxSnCheck.Designer.cs 9.5 KB

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