Make_PositionStock.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_PositionStock
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PositionStock));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.ma_code_label = new System.Windows.Forms.Label();
  32. this.pr_detail_label = new System.Windows.Forms.Label();
  33. this.ma_prodcode_label = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.sc_stepcode_label = new System.Windows.Forms.Label();
  37. this.ma_craftcode_label = new System.Windows.Forms.Label();
  38. this.ma_craftcode = new System.Windows.Forms.ComboBox();
  39. this.Lock = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  40. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  41. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  42. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  43. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  44. this.pr_batchnum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.BatchProductDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.mss_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.mss_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.mm_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  58. this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  61. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  62. this.panel2.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // panel2
  67. //
  68. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  69. this.panel2.Controls.Add(this.label1);
  70. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.panel2.Location = new System.Drawing.Point(0, 0);
  72. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  73. this.panel2.Name = "panel2";
  74. this.panel2.Size = new System.Drawing.Size(1229, 36);
  75. this.panel2.TabIndex = 31;
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  82. this.label1.Location = new System.Drawing.Point(16, 5);
  83. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(92, 27);
  86. this.label1.TabIndex = 0;
  87. this.label1.Text = "工单信息";
  88. //
  89. // ma_code_label
  90. //
  91. this.ma_code_label.AutoSize = true;
  92. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.ma_code_label.Location = new System.Drawing.Point(13, 52);
  94. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  95. this.ma_code_label.Name = "ma_code_label";
  96. this.ma_code_label.Size = new System.Drawing.Size(92, 27);
  97. this.ma_code_label.TabIndex = 155;
  98. this.ma_code_label.Text = "归属工单";
  99. //
  100. // pr_detail_label
  101. //
  102. this.pr_detail_label.AutoSize = true;
  103. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.pr_detail_label.Location = new System.Drawing.Point(421, 102);
  105. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  106. this.pr_detail_label.Name = "pr_detail_label";
  107. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  108. this.pr_detail_label.TabIndex = 156;
  109. this.pr_detail_label.Text = "产品名称";
  110. //
  111. // ma_prodcode_label
  112. //
  113. this.ma_prodcode_label.AutoSize = true;
  114. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.ma_prodcode_label.Location = new System.Drawing.Point(16, 102);
  116. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  117. this.ma_prodcode_label.Name = "ma_prodcode_label";
  118. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  119. this.ma_prodcode_label.TabIndex = 157;
  120. this.ma_prodcode_label.Text = "产品代码";
  121. //
  122. // label3
  123. //
  124. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  125. | System.Windows.Forms.AnchorStyles.Left)));
  126. this.label3.AutoSize = true;
  127. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.label3.Location = new System.Drawing.Point(13, 638);
  129. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.label3.Name = "label3";
  131. this.label3.Size = new System.Drawing.Size(72, 27);
  132. this.label3.TabIndex = 175;
  133. this.label3.Text = "条码号";
  134. //
  135. // label2
  136. //
  137. this.label2.AutoSize = true;
  138. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.label2.ForeColor = System.Drawing.Color.Black;
  140. this.label2.Location = new System.Drawing.Point(16, 146);
  141. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(92, 27);
  144. this.label2.TabIndex = 181;
  145. this.label2.Text = "采集信息";
  146. //
  147. // sc_stepcode_label
  148. //
  149. this.sc_stepcode_label.AutoSize = true;
  150. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.sc_stepcode_label.Location = new System.Drawing.Point(823, 52);
  152. this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  153. this.sc_stepcode_label.Name = "sc_stepcode_label";
  154. this.sc_stepcode_label.Size = new System.Drawing.Size(52, 27);
  155. this.sc_stepcode_label.TabIndex = 165;
  156. this.sc_stepcode_label.Text = "工序";
  157. //
  158. // ma_craftcode_label
  159. //
  160. this.ma_craftcode_label.AutoSize = true;
  161. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.ma_craftcode_label.Location = new System.Drawing.Point(421, 52);
  163. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.ma_craftcode_label.Name = "ma_craftcode_label";
  165. this.ma_craftcode_label.Size = new System.Drawing.Size(52, 27);
  166. this.ma_craftcode_label.TabIndex = 184;
  167. this.ma_craftcode_label.Text = "途程";
  168. //
  169. // ma_craftcode
  170. //
  171. this.ma_craftcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  172. this.ma_craftcode.FormattingEnabled = true;
  173. this.ma_craftcode.Location = new System.Drawing.Point(553, 52);
  174. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4);
  175. this.ma_craftcode.Name = "ma_craftcode";
  176. this.ma_craftcode.Size = new System.Drawing.Size(199, 23);
  177. this.ma_craftcode.TabIndex = 185;
  178. //
  179. // Lock
  180. //
  181. this.Lock.AutoSize = true;
  182. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.Lock.LeaveEvent = false;
  184. this.Lock.Location = new System.Drawing.Point(339, 54);
  185. this.Lock.Margin = new System.Windows.Forms.Padding(4);
  186. this.Lock.Name = "Lock";
  187. this.Lock.Size = new System.Drawing.Size(61, 24);
  188. this.Lock.TabIndex = 182;
  189. this.Lock.Text = "锁定";
  190. this.Lock.UseVisualStyleBackColor = true;
  191. //
  192. // ma_code
  193. //
  194. this.ma_code.AllPower = null;
  195. this.ma_code.Caller = null;
  196. this.ma_code.Condition = null;
  197. this.ma_code.DBTitle = null;
  198. this.ma_code.FormName = null;
  199. this.ma_code.Location = new System.Drawing.Point(136, 52);
  200. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  201. this.ma_code.Name = "ma_code";
  202. this.ma_code.Power = null;
  203. this.ma_code.ReturnData = null;
  204. this.ma_code.SelectField = null;
  205. this.ma_code.SetValueField = null;
  206. this.ma_code.Size = new System.Drawing.Size(185, 26);
  207. this.ma_code.TabIndex = 180;
  208. this.ma_code.TableName = null;
  209. this.ma_code.Tag = "ma_code";
  210. this.ma_code.TextBoxEnable = true;
  211. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  212. //
  213. // Clean
  214. //
  215. this.Clean.AllPower = null;
  216. this.Clean.BackColor = System.Drawing.Color.Transparent;
  217. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  218. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  219. this.Clean.IsShowBorder = true;
  220. this.Clean.Location = new System.Drawing.Point(1041, 634);
  221. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  222. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  223. this.Clean.Name = "Clean";
  224. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  225. this.Clean.Power = null;
  226. this.Clean.Size = new System.Drawing.Size(80, 30);
  227. this.Clean.TabIndex = 179;
  228. this.Clean.Tag = "IfRead";
  229. this.Clean.Text = "清除";
  230. this.Clean.UseVisualStyleBackColor = true;
  231. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  232. //
  233. // OperateResult
  234. //
  235. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.OperateResult.Location = new System.Drawing.Point(944, 179);
  237. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  238. this.OperateResult.Name = "OperateResult";
  239. this.OperateResult.Size = new System.Drawing.Size(271, 440);
  240. this.OperateResult.TabIndex = 178;
  241. this.OperateResult.Text = "";
  242. //
  243. // Confirm
  244. //
  245. this.Confirm.AllPower = "ifall";
  246. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  247. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  248. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  249. this.Confirm.IsShowBorder = true;
  250. this.Confirm.Location = new System.Drawing.Point(459, 636);
  251. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  252. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  253. this.Confirm.Name = "Confirm";
  254. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  255. this.Confirm.Power = null;
  256. this.Confirm.Size = new System.Drawing.Size(80, 30);
  257. this.Confirm.TabIndex = 177;
  258. this.Confirm.Tag = "IfRead";
  259. this.Confirm.Text = "确认";
  260. this.Confirm.UseVisualStyleBackColor = true;
  261. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  262. //
  263. // pr_batchnum
  264. //
  265. this.pr_batchnum.AllPower = "ifall";
  266. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  267. | System.Windows.Forms.AnchorStyles.Left)));
  268. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  269. this.pr_batchnum.ID = null;
  270. this.pr_batchnum.Location = new System.Drawing.Point(115, 638);
  271. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4);
  272. this.pr_batchnum.Name = "pr_batchnum";
  273. this.pr_batchnum.Power = null;
  274. this.pr_batchnum.Size = new System.Drawing.Size(320, 25);
  275. this.pr_batchnum.Str = null;
  276. this.pr_batchnum.Str1 = null;
  277. this.pr_batchnum.Str2 = null;
  278. this.pr_batchnum.TabIndex = 176;
  279. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  280. //
  281. // BatchProductDGV
  282. //
  283. this.BatchProductDGV.AllowUserToAddRows = false;
  284. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  285. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  286. this.sp_soncode,
  287. this.mss_id,
  288. this.mss_prodcode,
  289. this.mss_barcode,
  290. this.sp_oneuseqty,
  291. this.mss_qty,
  292. this.mm_qty,
  293. this.mss_remain,
  294. this.mss_useqty,
  295. this.pr_detail1,
  296. this.pr_spec,
  297. this.DeleteRow});
  298. this.BatchProductDGV.Location = new System.Drawing.Point(0, 179);
  299. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
  300. this.BatchProductDGV.Name = "BatchProductDGV";
  301. this.BatchProductDGV.RowTemplate.Height = 23;
  302. this.BatchProductDGV.Size = new System.Drawing.Size(936, 441);
  303. this.BatchProductDGV.TabIndex = 174;
  304. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick);
  305. this.BatchProductDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellEndEdit);
  306. this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
  307. //
  308. // sp_soncode
  309. //
  310. this.sp_soncode.DataPropertyName = "sp_soncode";
  311. this.sp_soncode.HeaderText = "首选料号";
  312. this.sp_soncode.Name = "sp_soncode";
  313. this.sp_soncode.ReadOnly = true;
  314. //
  315. // mss_id
  316. //
  317. this.mss_id.DataPropertyName = "mss_id";
  318. this.mss_id.HeaderText = "ID";
  319. this.mss_id.Name = "mss_id";
  320. //
  321. // mss_prodcode
  322. //
  323. this.mss_prodcode.DataPropertyName = "mss_prodcode";
  324. this.mss_prodcode.HeaderText = "备选料号";
  325. this.mss_prodcode.Name = "mss_prodcode";
  326. this.mss_prodcode.ReadOnly = true;
  327. //
  328. // mss_barcode
  329. //
  330. this.mss_barcode.DataPropertyName = "mss_barcode";
  331. this.mss_barcode.HeaderText = "条码号";
  332. this.mss_barcode.Name = "mss_barcode";
  333. this.mss_barcode.ReadOnly = true;
  334. //
  335. // sp_oneuseqty
  336. //
  337. this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty";
  338. this.sp_oneuseqty.HeaderText = "单位用量";
  339. this.sp_oneuseqty.Name = "sp_oneuseqty";
  340. this.sp_oneuseqty.ReadOnly = true;
  341. //
  342. // mss_qty
  343. //
  344. this.mss_qty.DataPropertyName = "mss_qty";
  345. this.mss_qty.HeaderText = "备料数量";
  346. this.mss_qty.Name = "mss_qty";
  347. //
  348. // mm_qty
  349. //
  350. this.mm_qty.DataPropertyName = "mm_qty";
  351. this.mm_qty.HeaderText = "需求数";
  352. this.mm_qty.Name = "mm_qty";
  353. this.mm_qty.ReadOnly = true;
  354. this.mm_qty.Visible = false;
  355. //
  356. // mss_remain
  357. //
  358. this.mss_remain.DataPropertyName = "mss_remain";
  359. this.mss_remain.HeaderText = "剩余数";
  360. this.mss_remain.Name = "mss_remain";
  361. this.mss_remain.ReadOnly = true;
  362. //
  363. // mss_useqty
  364. //
  365. this.mss_useqty.DataPropertyName = "mss_useqty";
  366. this.mss_useqty.HeaderText = "已用数量";
  367. this.mss_useqty.Name = "mss_useqty";
  368. this.mss_useqty.ReadOnly = true;
  369. //
  370. // pr_detail1
  371. //
  372. this.pr_detail1.DataPropertyName = "pr_detail";
  373. this.pr_detail1.HeaderText = "物料名称";
  374. this.pr_detail1.Name = "pr_detail1";
  375. this.pr_detail1.ReadOnly = true;
  376. //
  377. // pr_spec
  378. //
  379. this.pr_spec.DataPropertyName = "pr_spec";
  380. this.pr_spec.HeaderText = "物料规格";
  381. this.pr_spec.Name = "pr_spec";
  382. this.pr_spec.ReadOnly = true;
  383. this.pr_spec.Visible = false;
  384. //
  385. // DeleteRow
  386. //
  387. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  388. this.DeleteRow.HeaderText = "删除";
  389. this.DeleteRow.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  390. this.DeleteRow.Name = "DeleteRow";
  391. //
  392. // sc_stepcode
  393. //
  394. this.sc_stepcode.AutoSize = true;
  395. this.sc_stepcode.CutLength = null;
  396. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.sc_stepcode.Location = new System.Drawing.Point(917, 52);
  398. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  399. this.sc_stepcode.MaximumSize = new System.Drawing.Size(200, 0);
  400. this.sc_stepcode.Name = "sc_stepcode";
  401. this.sc_stepcode.Size = new System.Drawing.Size(0, 27);
  402. this.sc_stepcode.TabIndex = 171;
  403. //
  404. // pr_detail
  405. //
  406. this.pr_detail.AutoSize = true;
  407. this.pr_detail.CutLength = null;
  408. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.pr_detail.Location = new System.Drawing.Point(553, 102);
  410. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  411. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  412. this.pr_detail.Name = "pr_detail";
  413. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  414. this.pr_detail.TabIndex = 170;
  415. this.pr_detail.Tag = "pr_detail";
  416. //
  417. // ma_prodcode
  418. //
  419. this.ma_prodcode.AutoSize = true;
  420. this.ma_prodcode.CutLength = null;
  421. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.ma_prodcode.Location = new System.Drawing.Point(136, 102);
  423. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  424. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  425. this.ma_prodcode.Name = "ma_prodcode";
  426. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  427. this.ma_prodcode.TabIndex = 167;
  428. this.ma_prodcode.Tag = "ma_prodcode";
  429. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  430. //
  431. // Screen
  432. //
  433. this.Screen.AllPower = null;
  434. this.Screen.BackColor = System.Drawing.Color.Transparent;
  435. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  436. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  437. this.Screen.IsShowBorder = true;
  438. this.Screen.Location = new System.Drawing.Point(828, 104);
  439. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  440. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  441. this.Screen.Name = "Screen";
  442. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  443. this.Screen.Power = null;
  444. this.Screen.Size = new System.Drawing.Size(80, 30);
  445. this.Screen.TabIndex = 154;
  446. this.Screen.Tag = "IfRead";
  447. this.Screen.Text = "刷新";
  448. this.Screen.UseVisualStyleBackColor = true;
  449. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  450. //
  451. // Make_PositionStock
  452. //
  453. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  454. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  455. this.ClientSize = new System.Drawing.Size(1229, 675);
  456. this.Controls.Add(this.ma_craftcode);
  457. this.Controls.Add(this.ma_craftcode_label);
  458. this.Controls.Add(this.Lock);
  459. this.Controls.Add(this.label2);
  460. this.Controls.Add(this.ma_code);
  461. this.Controls.Add(this.Clean);
  462. this.Controls.Add(this.OperateResult);
  463. this.Controls.Add(this.Confirm);
  464. this.Controls.Add(this.pr_batchnum);
  465. this.Controls.Add(this.label3);
  466. this.Controls.Add(this.BatchProductDGV);
  467. this.Controls.Add(this.sc_stepcode);
  468. this.Controls.Add(this.pr_detail);
  469. this.Controls.Add(this.ma_prodcode);
  470. this.Controls.Add(this.sc_stepcode_label);
  471. this.Controls.Add(this.ma_code_label);
  472. this.Controls.Add(this.pr_detail_label);
  473. this.Controls.Add(this.ma_prodcode_label);
  474. this.Controls.Add(this.Screen);
  475. this.Controls.Add(this.panel2);
  476. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  477. this.Margin = new System.Windows.Forms.Padding(4);
  478. this.Name = "Make_PositionStock";
  479. this.Tag = "Make!PositionStock";
  480. this.Text = "岗位备料";
  481. this.Load += new System.EventHandler(this.岗位备料_Load);
  482. this.SizeChanged += new System.EventHandler(this.岗位备料_SizeChanged);
  483. this.panel2.ResumeLayout(false);
  484. this.panel2.PerformLayout();
  485. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  486. this.ResumeLayout(false);
  487. this.PerformLayout();
  488. }
  489. #endregion
  490. private System.Windows.Forms.Panel panel2;
  491. private System.Windows.Forms.Label label1;
  492. private CustomControl.ButtonUtil.NormalButton Screen;
  493. private System.Windows.Forms.Label ma_code_label;
  494. private System.Windows.Forms.Label pr_detail_label;
  495. private System.Windows.Forms.Label ma_prodcode_label;
  496. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  497. private CustomControl.ValueLabel.ValueLabel pr_detail;
  498. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  499. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  500. private System.Windows.Forms.Label label3;
  501. private CustomControl.ButtonUtil.NormalButton Confirm;
  502. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  503. private CustomControl.ButtonUtil.NormalButton Clean;
  504. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  505. private System.Windows.Forms.Label label2;
  506. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  507. private System.Windows.Forms.Label sc_stepcode_label;
  508. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  509. private System.Windows.Forms.Label ma_craftcode_label;
  510. private System.Windows.Forms.ComboBox ma_craftcode;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn mss_id;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn mss_barcode;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn mm_qty;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  522. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  523. }
  524. }