Warehouse_ProductMakeIn.Designer.cs 13 KB

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