Make_PositionStock.Designer.cs 26 KB

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