Warehouse_ProductMakeIn.Designer.cs 15 KB

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