Batch_In.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. namespace 优软MES
  2. {
  3. partial class Batch_In
  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. this.Panel0 = new System.Windows.Forms.Panel();
  29. this.Confirm_In = new System.Windows.Forms.Button();
  30. this.label5 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.Screen_Button = new System.Windows.Forms.Button();
  36. this.pi_status = new System.Windows.Forms.TextBox();
  37. this.wh_code = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  38. this.pr_code = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  39. this.pi_inoutno = new 优软MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.timePickerWithCombo1 = new 优软MES.CustomControl.TimePickerWithCombo.TimePickerWithCombo();
  41. this.BI_DataGrid = new 优软MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
  42. this.Panel0.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.BI_DataGrid)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // Panel0
  47. //
  48. this.Panel0.Controls.Add(this.Confirm_In);
  49. this.Panel0.Controls.Add(this.label5);
  50. this.Panel0.Controls.Add(this.label4);
  51. this.Panel0.Controls.Add(this.label3);
  52. this.Panel0.Controls.Add(this.label2);
  53. this.Panel0.Controls.Add(this.label1);
  54. this.Panel0.Controls.Add(this.Screen_Button);
  55. this.Panel0.Controls.Add(this.pi_status);
  56. this.Panel0.Controls.Add(this.wh_code);
  57. this.Panel0.Controls.Add(this.pr_code);
  58. this.Panel0.Controls.Add(this.pi_inoutno);
  59. this.Panel0.Controls.Add(this.timePickerWithCombo1);
  60. this.Panel0.Dock = System.Windows.Forms.DockStyle.Top;
  61. this.Panel0.Location = new System.Drawing.Point(0, 0);
  62. this.Panel0.Name = "Panel0";
  63. this.Panel0.Size = new System.Drawing.Size(1308, 161);
  64. this.Panel0.TabIndex = 14;
  65. //
  66. // Confirm_In
  67. //
  68. this.Confirm_In.Cursor = System.Windows.Forms.Cursors.Hand;
  69. this.Confirm_In.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.Confirm_In.Image = global::优软MES.Properties.Resources._2_0btn_36;
  71. this.Confirm_In.Location = new System.Drawing.Point(1143, 14);
  72. this.Confirm_In.Name = "Confirm_In";
  73. this.Confirm_In.Size = new System.Drawing.Size(111, 33);
  74. this.Confirm_In.TabIndex = 22;
  75. this.Confirm_In.Text = "确认入库";
  76. this.Confirm_In.UseVisualStyleBackColor = true;
  77. this.Confirm_In.Click += new System.EventHandler(this.Confirm_In_Click);
  78. //
  79. // label5
  80. //
  81. this.label5.AutoSize = true;
  82. this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label5.Location = new System.Drawing.Point(40, 122);
  84. this.label5.Name = "label5";
  85. this.label5.Size = new System.Drawing.Size(77, 14);
  86. this.label5.TabIndex = 21;
  87. this.label5.Text = "物料编号:";
  88. //
  89. // label4
  90. //
  91. this.label4.AutoSize = true;
  92. this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.label4.Location = new System.Drawing.Point(444, 124);
  94. this.label4.Name = "label4";
  95. this.label4.Size = new System.Drawing.Size(56, 14);
  96. this.label4.TabIndex = 20;
  97. this.label4.Text = "仓 库:";
  98. //
  99. // label3
  100. //
  101. this.label3.AutoSize = true;
  102. this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.label3.Location = new System.Drawing.Point(935, 75);
  104. this.label3.Name = "label3";
  105. this.label3.Size = new System.Drawing.Size(56, 14);
  106. this.label3.TabIndex = 19;
  107. this.label3.Text = "状 态:";
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.label2.Location = new System.Drawing.Point(444, 75);
  114. this.label2.Name = "label2";
  115. this.label2.Size = new System.Drawing.Size(56, 14);
  116. this.label2.TabIndex = 18;
  117. this.label2.Text = "日 期:";
  118. //
  119. // label1
  120. //
  121. this.label1.AutoSize = true;
  122. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.label1.Location = new System.Drawing.Point(40, 76);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(77, 14);
  126. this.label1.TabIndex = 17;
  127. this.label1.Text = "入库单号:";
  128. //
  129. // Screen_Button
  130. //
  131. this.Screen_Button.Cursor = System.Windows.Forms.Cursors.Hand;
  132. this.Screen_Button.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.Screen_Button.Image = global::优软MES.Properties.Resources._2_0btn_36;
  134. this.Screen_Button.Location = new System.Drawing.Point(16, 14);
  135. this.Screen_Button.Name = "Screen_Button";
  136. this.Screen_Button.Size = new System.Drawing.Size(111, 33);
  137. this.Screen_Button.TabIndex = 16;
  138. this.Screen_Button.Text = "筛选";
  139. this.Screen_Button.UseVisualStyleBackColor = true;
  140. this.Screen_Button.Click += new System.EventHandler(this.Screen_Button_Click);
  141. //
  142. // pi_status
  143. //
  144. this.pi_status.Location = new System.Drawing.Point(1007, 74);
  145. this.pi_status.Name = "pi_status";
  146. this.pi_status.Size = new System.Drawing.Size(247, 21);
  147. this.pi_status.TabIndex = 15;
  148. //
  149. // wh_code
  150. //
  151. this.wh_code.Caller = null;
  152. this.wh_code.FormName = null;
  153. this.wh_code.Location = new System.Drawing.Point(517, 120);
  154. this.wh_code.Name = "wh_code";
  155. this.wh_code.Size = new System.Drawing.Size(247, 21);
  156. this.wh_code.TabIndex = 14;
  157. //
  158. // pr_code
  159. //
  160. this.pr_code.Caller = null;
  161. this.pr_code.FormName = null;
  162. this.pr_code.Location = new System.Drawing.Point(123, 120);
  163. this.pr_code.Name = "pr_code";
  164. this.pr_code.Size = new System.Drawing.Size(247, 21);
  165. this.pr_code.TabIndex = 13;
  166. //
  167. // pi_inoutno
  168. //
  169. this.pi_inoutno.Caller = null;
  170. this.pi_inoutno.FormName = null;
  171. this.pi_inoutno.Location = new System.Drawing.Point(123, 74);
  172. this.pi_inoutno.Name = "pi_inoutno";
  173. this.pi_inoutno.Size = new System.Drawing.Size(247, 21);
  174. this.pi_inoutno.TabIndex = 12;
  175. //
  176. // timePickerWithCombo1
  177. //
  178. this.timePickerWithCombo1.BeginTime = null;
  179. this.timePickerWithCombo1.BeginTimeText = null;
  180. this.timePickerWithCombo1.EndTime = null;
  181. this.timePickerWithCombo1.EndTimeText = null;
  182. this.timePickerWithCombo1.Location = new System.Drawing.Point(517, 75);
  183. this.timePickerWithCombo1.Name = "timePickerWithCombo1";
  184. this.timePickerWithCombo1.Size = new System.Drawing.Size(380, 25);
  185. this.timePickerWithCombo1.TabIndex = 11;
  186. //
  187. // BI_DataGrid
  188. //
  189. this.BI_DataGrid.AllowUserToAddRows = false;
  190. this.BI_DataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  191. this.BI_DataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  192. this.BI_DataGrid.Location = new System.Drawing.Point(0, 161);
  193. this.BI_DataGrid.Name = "BI_DataGrid";
  194. this.BI_DataGrid.RowTemplate.Height = 23;
  195. this.BI_DataGrid.Size = new System.Drawing.Size(1308, 367);
  196. this.BI_DataGrid.TabIndex = 15;
  197. //
  198. // Batch_In
  199. //
  200. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  201. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  202. this.ClientSize = new System.Drawing.Size(1308, 528);
  203. this.Controls.Add(this.BI_DataGrid);
  204. this.Controls.Add(this.Panel0);
  205. this.Name = "Batch_In";
  206. this.Text = "批量入库";
  207. this.Panel0.ResumeLayout(false);
  208. this.Panel0.PerformLayout();
  209. ((System.ComponentModel.ISupportInitialize)(this.BI_DataGrid)).EndInit();
  210. this.ResumeLayout(false);
  211. }
  212. #endregion
  213. private System.Windows.Forms.Panel Panel0;
  214. private System.Windows.Forms.Label label5;
  215. private System.Windows.Forms.Label label4;
  216. private System.Windows.Forms.Label label3;
  217. private System.Windows.Forms.Label label2;
  218. private System.Windows.Forms.Label label1;
  219. private System.Windows.Forms.Button Screen_Button;
  220. private System.Windows.Forms.TextBox pi_status;
  221. private CustomControl.TextBoxWithIcon.SearchTextBox wh_code;
  222. private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
  223. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  224. private CustomControl.TimePickerWithCombo.TimePickerWithCombo timePickerWithCombo1;
  225. private System.Windows.Forms.Button Confirm_In;
  226. private CustomControl.DataGrid_View.DataGridViewWithCheckBox BI_DataGrid;
  227. }
  228. }