Warehouse_ProductMakeIn.Designer.cs 18 KB

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