Warehouse_ProductMakeIn.Designer.cs 13 KB

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