Warehouse_ProductMakeIn.Designer.cs 14 KB

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