Warehouse_ProductMakeIn.Designer.cs 17 KB

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