Warehouse_ProductMakeIn.Designer.cs 16 KB

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