Warehouse_ProductMakeIn.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. namespace UAS_MES.Warehouse
  2. {
  3. partial class Warehouse_ProductMakeIn
  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.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  29. this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  30. this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  37. this.input = new System.Windows.Forms.TextBox();
  38. this.bigboxBtn = new System.Windows.Forms.RadioButton();
  39. this.serBtn = new System.Windows.Forms.RadioButton();
  40. this.palletBtn = new System.Windows.Forms.RadioButton();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  43. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // InOutDetailDGV
  47. //
  48. this.InOutDetailDGV.AllowUserToAddRows = false;
  49. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  50. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  51. this.pim_outboxcode,
  52. this.pim_mac,
  53. this.pim_prodcode,
  54. this.pr_detail,
  55. this.pr_spec});
  56. this.InOutDetailDGV.EnableContentClick = true;
  57. this.InOutDetailDGV.Location = new System.Drawing.Point(11, 42);
  58. this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(2);
  59. this.InOutDetailDGV.Name = "InOutDetailDGV";
  60. this.InOutDetailDGV.RowTemplate.Height = 27;
  61. this.InOutDetailDGV.Size = new System.Drawing.Size(665, 329);
  62. this.InOutDetailDGV.TabIndex = 219;
  63. //
  64. // pim_outboxcode
  65. //
  66. this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
  67. this.pim_outboxcode.HeaderText = "栈板/箱号";
  68. this.pim_outboxcode.MinimumWidth = 120;
  69. this.pim_outboxcode.Name = "pim_outboxcode";
  70. this.pim_outboxcode.ReadOnly = true;
  71. this.pim_outboxcode.Width = 120;
  72. //
  73. // pim_mac
  74. //
  75. this.pim_mac.DataPropertyName = "pim_mac";
  76. this.pim_mac.HeaderText = "SN号";
  77. this.pim_mac.Name = "pim_mac";
  78. this.pim_mac.ReadOnly = true;
  79. //
  80. // pim_prodcode
  81. //
  82. this.pim_prodcode.DataPropertyName = "pim_prodcode";
  83. this.pim_prodcode.HeaderText = "产品代码";
  84. this.pim_prodcode.Name = "pim_prodcode";
  85. this.pim_prodcode.ReadOnly = true;
  86. //
  87. // pr_detail
  88. //
  89. this.pr_detail.DataPropertyName = "pr_detail";
  90. this.pr_detail.HeaderText = "名称";
  91. this.pr_detail.Name = "pr_detail";
  92. this.pr_detail.ReadOnly = true;
  93. //
  94. // pr_spec
  95. //
  96. this.pr_spec.DataPropertyName = "pr_spec";
  97. this.pr_spec.HeaderText = "规格";
  98. this.pr_spec.Name = "pr_spec";
  99. this.pr_spec.ReadOnly = true;
  100. //
  101. // getqty
  102. //
  103. this.getqty.AutoSize = true;
  104. this.getqty.CutLength = null;
  105. this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.getqty.Location = new System.Drawing.Point(83, 19);
  107. this.getqty.MaximumSize = new System.Drawing.Size(200, 0);
  108. this.getqty.Name = "getqty";
  109. this.getqty.Size = new System.Drawing.Size(0, 21);
  110. this.getqty.TabIndex = 228;
  111. //
  112. // label8
  113. //
  114. this.label8.AutoSize = true;
  115. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.label8.Location = new System.Drawing.Point(12, 18);
  117. this.label8.Name = "label8";
  118. this.label8.Size = new System.Drawing.Size(74, 21);
  119. this.label8.TabIndex = 227;
  120. this.label8.Text = "已采集数";
  121. //
  122. // cancel
  123. //
  124. this.cancel.AutoSize = true;
  125. this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.cancel.Location = new System.Drawing.Point(228, 447);
  127. this.cancel.Margin = new System.Windows.Forms.Padding(2);
  128. this.cancel.Name = "cancel";
  129. this.cancel.Power = null;
  130. this.cancel.Size = new System.Drawing.Size(61, 25);
  131. this.cancel.TabIndex = 233;
  132. this.cancel.Text = "取消";
  133. this.cancel.UseVisualStyleBackColor = true;
  134. //
  135. // input
  136. //
  137. this.input.Location = new System.Drawing.Point(87, 447);
  138. this.input.Margin = new System.Windows.Forms.Padding(2);
  139. this.input.Name = "input";
  140. this.input.Size = new System.Drawing.Size(125, 21);
  141. this.input.TabIndex = 232;
  142. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  143. //
  144. // bigboxBtn
  145. //
  146. this.bigboxBtn.AutoSize = true;
  147. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.bigboxBtn.Location = new System.Drawing.Point(111, 397);
  149. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(2);
  150. this.bigboxBtn.Name = "bigboxBtn";
  151. this.bigboxBtn.Size = new System.Drawing.Size(76, 25);
  152. this.bigboxBtn.TabIndex = 231;
  153. this.bigboxBtn.TabStop = true;
  154. this.bigboxBtn.Text = "大箱号";
  155. this.bigboxBtn.UseVisualStyleBackColor = true;
  156. this.bigboxBtn.Click += new System.EventHandler(this.serBtn_Click);
  157. //
  158. // serBtn
  159. //
  160. this.serBtn.AutoSize = true;
  161. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.serBtn.Location = new System.Drawing.Point(197, 397);
  163. this.serBtn.Margin = new System.Windows.Forms.Padding(2);
  164. this.serBtn.Name = "serBtn";
  165. this.serBtn.Size = new System.Drawing.Size(108, 25);
  166. this.serBtn.TabIndex = 230;
  167. this.serBtn.TabStop = true;
  168. this.serBtn.Text = "单台序列号";
  169. this.serBtn.UseVisualStyleBackColor = true;
  170. this.serBtn.Click += new System.EventHandler(this.serBtn_Click);
  171. //
  172. // palletBtn
  173. //
  174. this.palletBtn.AutoSize = true;
  175. this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.palletBtn.Location = new System.Drawing.Point(28, 397);
  177. this.palletBtn.Margin = new System.Windows.Forms.Padding(2);
  178. this.palletBtn.Name = "palletBtn";
  179. this.palletBtn.Size = new System.Drawing.Size(76, 25);
  180. this.palletBtn.TabIndex = 229;
  181. this.palletBtn.TabStop = true;
  182. this.palletBtn.Text = "栈板号";
  183. this.palletBtn.UseVisualStyleBackColor = true;
  184. this.palletBtn.Click += new System.EventHandler(this.serBtn_Click);
  185. //
  186. // label1
  187. //
  188. this.label1.AutoSize = true;
  189. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.label1.Location = new System.Drawing.Point(24, 447);
  191. this.label1.Name = "label1";
  192. this.label1.Size = new System.Drawing.Size(58, 21);
  193. this.label1.TabIndex = 234;
  194. this.label1.Text = "采集框";
  195. //
  196. // OperateResult
  197. //
  198. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.OperateResult.Location = new System.Drawing.Point(333, 378);
  200. this.OperateResult.Name = "OperateResult";
  201. this.OperateResult.Size = new System.Drawing.Size(343, 94);
  202. this.OperateResult.TabIndex = 235;
  203. this.OperateResult.Text = "";
  204. //
  205. // Warehouse_ProductMakeIn
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209. this.ClientSize = new System.Drawing.Size(700, 499);
  210. this.Controls.Add(this.OperateResult);
  211. this.Controls.Add(this.label1);
  212. this.Controls.Add(this.cancel);
  213. this.Controls.Add(this.input);
  214. this.Controls.Add(this.bigboxBtn);
  215. this.Controls.Add(this.serBtn);
  216. this.Controls.Add(this.palletBtn);
  217. this.Controls.Add(this.getqty);
  218. this.Controls.Add(this.label8);
  219. this.Controls.Add(this.InOutDetailDGV);
  220. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  221. this.Name = "Warehouse_ProductMakeIn";
  222. this.Tag = "Warehouse!ProductMakeIn";
  223. this.Text = "完工入库";
  224. this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load);
  225. this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged);
  226. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  227. this.ResumeLayout(true);
  228. this.PerformLayout();
  229. }
  230. #endregion
  231. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  232. private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
  233. private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
  234. private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
  235. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  236. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  237. private CustomControl.ValueLabel.ValueLabel getqty;
  238. private System.Windows.Forms.Label label8;
  239. private CustomControl.CustomCheckBox.CustomCheckBox cancel;
  240. private System.Windows.Forms.TextBox input;
  241. private System.Windows.Forms.RadioButton bigboxBtn;
  242. private System.Windows.Forms.RadioButton serBtn;
  243. private System.Windows.Forms.RadioButton palletBtn;
  244. private System.Windows.Forms.Label label1;
  245. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  246. }
  247. }