Warehouse_ProductMakeInTest.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. namespace UAS_MES.Warehouse
  2. {
  3. partial class Warehouse_ProductMakeInTest
  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.Search = new System.Windows.Forms.Button();
  36. this.pallecode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
  37. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  38. this.cancel = new UAS_MES.CustomControl.CustomCheckBox.CustomCheckBox();
  39. this.input = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  40. this.getqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  41. this.InOutDetailDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  42. this.pim_outboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.pim_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.pim_mac = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.pim_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Sp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // label8
  54. //
  55. this.label8.AutoSize = true;
  56. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.label8.Location = new System.Drawing.Point(16, 14);
  58. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.label8.Name = "label8";
  60. this.label8.Size = new System.Drawing.Size(92, 27);
  61. this.label8.TabIndex = 227;
  62. this.label8.Text = "当前明细";
  63. //
  64. // bigboxBtn
  65. //
  66. this.bigboxBtn.AutoSize = true;
  67. this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.bigboxBtn.Location = new System.Drawing.Point(148, 496);
  69. this.bigboxBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  70. this.bigboxBtn.Name = "bigboxBtn";
  71. this.bigboxBtn.Size = new System.Drawing.Size(73, 31);
  72. this.bigboxBtn.TabIndex = 231;
  73. this.bigboxBtn.Text = "箱号";
  74. this.bigboxBtn.UseVisualStyleBackColor = true;
  75. this.bigboxBtn.Click += new System.EventHandler(this.serBtn_Click);
  76. //
  77. // serBtn
  78. //
  79. this.serBtn.AutoSize = true;
  80. this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.serBtn.Location = new System.Drawing.Point(263, 496);
  82. this.serBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  83. this.serBtn.Name = "serBtn";
  84. this.serBtn.Size = new System.Drawing.Size(133, 31);
  85. this.serBtn.TabIndex = 230;
  86. this.serBtn.Text = "单台序列号";
  87. this.serBtn.UseVisualStyleBackColor = true;
  88. this.serBtn.Click += new System.EventHandler(this.serBtn_Click);
  89. //
  90. // palletBtn
  91. //
  92. this.palletBtn.AutoSize = true;
  93. this.palletBtn.Checked = true;
  94. this.palletBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.palletBtn.Location = new System.Drawing.Point(37, 496);
  96. this.palletBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.palletBtn.Name = "palletBtn";
  98. this.palletBtn.Size = new System.Drawing.Size(93, 31);
  99. this.palletBtn.TabIndex = 229;
  100. this.palletBtn.TabStop = true;
  101. this.palletBtn.Text = "栈板号";
  102. this.palletBtn.UseVisualStyleBackColor = true;
  103. this.palletBtn.Click += new System.EventHandler(this.serBtn_Click);
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.label1.Location = new System.Drawing.Point(16, 559);
  110. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.label1.Name = "label1";
  112. this.label1.Size = new System.Drawing.Size(72, 27);
  113. this.label1.TabIndex = 234;
  114. this.label1.Text = "采集框";
  115. //
  116. // Search
  117. //
  118. this.Search.Location = new System.Drawing.Point(263, 56);
  119. this.Search.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  120. this.Search.Name = "Search";
  121. this.Search.Size = new System.Drawing.Size(91, 26);
  122. this.Search.TabIndex = 237;
  123. this.Search.Text = "查询";
  124. this.Search.UseVisualStyleBackColor = true;
  125. this.Search.Click += new System.EventHandler(this.Search_Click);
  126. //
  127. // pallecode
  128. //
  129. this.pallecode.BackColor = System.Drawing.Color.Transparent;
  130. this.pallecode.Location = new System.Drawing.Point(16, 56);
  131. this.pallecode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  132. this.pallecode.Name = "pallecode";
  133. this.pallecode.PlaceHolder = "栈板/箱搜索";
  134. this.pallecode.Size = new System.Drawing.Size(212, 35);
  135. this.pallecode.TabIndex = 236;
  136. this.pallecode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.textBoxWithPlaceHolder1_UserControlTextChanged);
  137. //
  138. // OperateResult
  139. //
  140. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.OperateResult.Location = new System.Drawing.Point(444, 472);
  142. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  143. this.OperateResult.Name = "OperateResult";
  144. this.OperateResult.Size = new System.Drawing.Size(456, 116);
  145. this.OperateResult.TabIndex = 235;
  146. this.OperateResult.Text = "";
  147. //
  148. // cancel
  149. //
  150. this.cancel.AutoSize = true;
  151. this.cancel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.cancel.Location = new System.Drawing.Point(312, 559);
  153. this.cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  154. this.cancel.Name = "cancel";
  155. this.cancel.Power = null;
  156. this.cancel.Size = new System.Drawing.Size(74, 31);
  157. this.cancel.TabIndex = 233;
  158. this.cancel.Text = "取消";
  159. this.cancel.UseVisualStyleBackColor = true;
  160. //
  161. // input
  162. //
  163. this.input.AllPower = null;
  164. this.input.BackColor = System.Drawing.Color.White;
  165. this.input.ID = null;
  166. this.input.Location = new System.Drawing.Point(116, 559);
  167. this.input.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  168. this.input.Name = "input";
  169. this.input.Power = null;
  170. this.input.Size = new System.Drawing.Size(165, 25);
  171. this.input.Str = null;
  172. this.input.Str1 = null;
  173. this.input.Str2 = null;
  174. this.input.TabIndex = 232;
  175. this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
  176. //
  177. // getqty
  178. //
  179. this.getqty.AutoSize = true;
  180. this.getqty.CutLength = null;
  181. this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.getqty.Location = new System.Drawing.Point(135, 15);
  183. this.getqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  184. this.getqty.MaximumSize = new System.Drawing.Size(267, 0);
  185. this.getqty.Name = "getqty";
  186. this.getqty.Size = new System.Drawing.Size(0, 27);
  187. this.getqty.TabIndex = 228;
  188. //
  189. // InOutDetailDGV
  190. //
  191. this.InOutDetailDGV.AllowUserToAddRows = false;
  192. this.InOutDetailDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  193. this.InOutDetailDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  194. this.pim_outboxcode,
  195. this.pim_id,
  196. this.pim_mac,
  197. this.pim_prodcode,
  198. this.pr_detail,
  199. this.pr_spec,
  200. this.Sp});
  201. this.InOutDetailDGV.EnableContentClick = true;
  202. this.InOutDetailDGV.Location = new System.Drawing.Point(15, 98);
  203. this.InOutDetailDGV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  204. this.InOutDetailDGV.Name = "InOutDetailDGV";
  205. this.InOutDetailDGV.RowTemplate.Height = 27;
  206. this.InOutDetailDGV.Size = new System.Drawing.Size(887, 366);
  207. this.InOutDetailDGV.TabIndex = 219;
  208. this.InOutDetailDGV.DataSourceChanged += new System.EventHandler(this.InOutDetailDGV_DataSourceChanged);
  209. //
  210. // pim_outboxcode
  211. //
  212. this.pim_outboxcode.DataPropertyName = "pim_outboxcode";
  213. this.pim_outboxcode.HeaderText = "栈板/箱号";
  214. this.pim_outboxcode.Name = "pim_outboxcode";
  215. this.pim_outboxcode.ReadOnly = true;
  216. this.pim_outboxcode.Width = 124;
  217. //
  218. // pim_id
  219. //
  220. this.pim_id.DataPropertyName = "pim_id";
  221. this.pim_id.HeaderText = "pim_id";
  222. this.pim_id.Name = "pim_id";
  223. this.pim_id.Visible = false;
  224. //
  225. // pim_mac
  226. //
  227. this.pim_mac.DataPropertyName = "pim_mac";
  228. this.pim_mac.HeaderText = "SN号";
  229. this.pim_mac.Name = "pim_mac";
  230. this.pim_mac.ReadOnly = true;
  231. this.pim_mac.Width = 125;
  232. //
  233. // pim_prodcode
  234. //
  235. this.pim_prodcode.DataPropertyName = "pim_prodcode";
  236. this.pim_prodcode.HeaderText = "产品代码";
  237. this.pim_prodcode.Name = "pim_prodcode";
  238. this.pim_prodcode.ReadOnly = true;
  239. this.pim_prodcode.Width = 124;
  240. //
  241. // pr_detail
  242. //
  243. this.pr_detail.DataPropertyName = "pr_detail";
  244. this.pr_detail.HeaderText = "名称";
  245. this.pr_detail.Name = "pr_detail";
  246. this.pr_detail.ReadOnly = true;
  247. this.pr_detail.Width = 125;
  248. //
  249. // pr_spec
  250. //
  251. this.pr_spec.DataPropertyName = "pr_spec";
  252. this.pr_spec.HeaderText = "规格";
  253. this.pr_spec.MinimumWidth = 200;
  254. this.pr_spec.Name = "pr_spec";
  255. this.pr_spec.ReadOnly = true;
  256. this.pr_spec.Width = 200;
  257. //
  258. // Sp
  259. //
  260. this.Sp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  261. this.Sp.HeaderText = " ";
  262. this.Sp.MinimumWidth = 2;
  263. this.Sp.Name = "Sp";
  264. this.Sp.Width = 2;
  265. //
  266. // Warehouse_ProductMakeInTest
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.ClientSize = new System.Drawing.Size(933, 624);
  271. this.Controls.Add(this.Search);
  272. this.Controls.Add(this.pallecode);
  273. this.Controls.Add(this.OperateResult);
  274. this.Controls.Add(this.label1);
  275. this.Controls.Add(this.cancel);
  276. this.Controls.Add(this.input);
  277. this.Controls.Add(this.bigboxBtn);
  278. this.Controls.Add(this.serBtn);
  279. this.Controls.Add(this.palletBtn);
  280. this.Controls.Add(this.getqty);
  281. this.Controls.Add(this.label8);
  282. this.Controls.Add(this.InOutDetailDGV);
  283. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  284. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  285. this.Name = "Warehouse_ProductMakeInTest";
  286. this.Tag = "Warehouse!ProductMakeInTest";
  287. this.Text = "完工入库";
  288. this.Load += new System.EventHandler(this.Warehouse_ProductMakeIn_Load);
  289. this.SizeChanged += new System.EventHandler(this.Warehouse_ProductMakeIn_SizeChanged);
  290. ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.InOutDetailDGV)).EndInit();
  292. this.ResumeLayout(false);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private CustomControl.DataGrid_View.DataGridViewWithSerialNum InOutDetailDGV;
  297. private CustomControl.ValueLabel.ValueLabel getqty;
  298. private System.Windows.Forms.Label label8;
  299. private CustomControl.CustomCheckBox.CustomCheckBox cancel;
  300. private CustomControl.TextBoxWithIcon.SnCollectionBox input;
  301. private System.Windows.Forms.RadioButton bigboxBtn;
  302. private System.Windows.Forms.RadioButton serBtn;
  303. private System.Windows.Forms.RadioButton palletBtn;
  304. private System.Windows.Forms.Label label1;
  305. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  306. private System.Windows.Forms.BindingSource bindingSource1;
  307. private System.Windows.Forms.DataGridViewTextBoxColumn pim_outboxcode;
  308. private System.Windows.Forms.DataGridViewTextBoxColumn pim_id;
  309. private System.Windows.Forms.DataGridViewTextBoxColumn pim_mac;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn pim_prodcode;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  313. private System.Windows.Forms.DataGridViewTextBoxColumn Sp;
  314. private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder pallecode;
  315. private System.Windows.Forms.Button Search;
  316. }
  317. }