Make_PositionStock.Designer.cs 29 KB

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