Make_PositionStock.Designer.cs 30 KB

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