Make_PositionStock.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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.pr_batchnum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.BatchProductDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.mss_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.mss_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.mm_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  57. this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  59. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  60. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  61. this.ma_bomversion = new System.Windows.Forms.Label();
  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(92, 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. this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged);
  179. //
  180. // Lock
  181. //
  182. this.Lock.AutoSize = true;
  183. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.Lock.LeaveEvent = false;
  185. this.Lock.Location = new System.Drawing.Point(339, 54);
  186. this.Lock.Margin = new System.Windows.Forms.Padding(4);
  187. this.Lock.Name = "Lock";
  188. this.Lock.Size = new System.Drawing.Size(61, 24);
  189. this.Lock.TabIndex = 182;
  190. this.Lock.Text = "锁定";
  191. this.Lock.UseVisualStyleBackColor = true;
  192. //
  193. // ma_code
  194. //
  195. this.ma_code.AllPower = null;
  196. this.ma_code.Caller = null;
  197. this.ma_code.Condition = null;
  198. this.ma_code.DBTitle = null;
  199. this.ma_code.FormName = null;
  200. this.ma_code.Location = new System.Drawing.Point(136, 52);
  201. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  202. this.ma_code.Name = "ma_code";
  203. this.ma_code.Power = null;
  204. this.ma_code.ReturnData = null;
  205. this.ma_code.SelectField = null;
  206. this.ma_code.SetValueField = null;
  207. this.ma_code.Size = new System.Drawing.Size(185, 26);
  208. this.ma_code.TabIndex = 180;
  209. this.ma_code.TableName = null;
  210. this.ma_code.Tag = "ma_code";
  211. this.ma_code.TextBoxEnable = true;
  212. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  213. //
  214. // Clean
  215. //
  216. this.Clean.AllPower = null;
  217. this.Clean.BackColor = System.Drawing.Color.Transparent;
  218. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  219. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  220. this.Clean.IsShowBorder = true;
  221. this.Clean.Location = new System.Drawing.Point(1041, 634);
  222. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  223. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  224. this.Clean.Name = "Clean";
  225. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  226. this.Clean.Power = null;
  227. this.Clean.Size = new System.Drawing.Size(80, 30);
  228. this.Clean.TabIndex = 179;
  229. this.Clean.Tag = "IfRead";
  230. this.Clean.Text = "清除";
  231. this.Clean.UseVisualStyleBackColor = true;
  232. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  233. //
  234. // OperateResult
  235. //
  236. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.OperateResult.Location = new System.Drawing.Point(944, 179);
  238. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  239. this.OperateResult.Name = "OperateResult";
  240. this.OperateResult.Size = new System.Drawing.Size(271, 440);
  241. this.OperateResult.TabIndex = 178;
  242. this.OperateResult.Text = "";
  243. //
  244. // pr_batchnum
  245. //
  246. this.pr_batchnum.AllPower = "ifall";
  247. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  248. | System.Windows.Forms.AnchorStyles.Left)));
  249. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  250. this.pr_batchnum.ID = null;
  251. this.pr_batchnum.Location = new System.Drawing.Point(115, 638);
  252. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4);
  253. this.pr_batchnum.Name = "pr_batchnum";
  254. this.pr_batchnum.Power = null;
  255. this.pr_batchnum.Size = new System.Drawing.Size(320, 25);
  256. this.pr_batchnum.Str = null;
  257. this.pr_batchnum.Str1 = null;
  258. this.pr_batchnum.Str2 = null;
  259. this.pr_batchnum.TabIndex = 176;
  260. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  261. //
  262. // BatchProductDGV
  263. //
  264. this.BatchProductDGV.AllowUserToAddRows = false;
  265. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  266. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  267. this.sp_soncode,
  268. this.mss_id,
  269. this.mss_prodcode,
  270. this.mss_barcode,
  271. this.sp_oneuseqty,
  272. this.mss_qty,
  273. this.mm_qty,
  274. this.mss_remain,
  275. this.mss_useqty,
  276. this.pr_detail1,
  277. this.pr_spec,
  278. this.DeleteRow});
  279. this.BatchProductDGV.Location = new System.Drawing.Point(0, 179);
  280. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
  281. this.BatchProductDGV.Name = "BatchProductDGV";
  282. this.BatchProductDGV.RowTemplate.Height = 23;
  283. this.BatchProductDGV.Size = new System.Drawing.Size(936, 441);
  284. this.BatchProductDGV.TabIndex = 174;
  285. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick);
  286. this.BatchProductDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellEndEdit);
  287. this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
  288. this.BatchProductDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting);
  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(917, 52);
  381. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  382. this.sc_stepcode.MaximumSize = new System.Drawing.Size(200, 0);
  383. this.sc_stepcode.Name = "sc_stepcode";
  384. this.sc_stepcode.Size = new System.Drawing.Size(0, 27);
  385. this.sc_stepcode.TabIndex = 171;
  386. //
  387. // pr_detail
  388. //
  389. this.pr_detail.AutoSize = true;
  390. this.pr_detail.CutLength = null;
  391. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.pr_detail.Location = new System.Drawing.Point(553, 102);
  393. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  394. this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
  395. this.pr_detail.Name = "pr_detail";
  396. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  397. this.pr_detail.TabIndex = 170;
  398. this.pr_detail.Tag = "pr_detail";
  399. //
  400. // ma_prodcode
  401. //
  402. this.ma_prodcode.AutoSize = true;
  403. this.ma_prodcode.CutLength = null;
  404. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.ma_prodcode.Location = new System.Drawing.Point(136, 102);
  406. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  407. this.ma_prodcode.MaximumSize = new System.Drawing.Size(200, 0);
  408. this.ma_prodcode.Name = "ma_prodcode";
  409. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  410. this.ma_prodcode.TabIndex = 167;
  411. this.ma_prodcode.Tag = "ma_prodcode";
  412. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  413. //
  414. // Screen
  415. //
  416. this.Screen.AllPower = null;
  417. this.Screen.BackColor = System.Drawing.Color.Transparent;
  418. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  419. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  420. this.Screen.IsShowBorder = true;
  421. this.Screen.Location = new System.Drawing.Point(828, 104);
  422. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  423. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  424. this.Screen.Name = "Screen";
  425. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  426. this.Screen.Power = null;
  427. this.Screen.Size = new System.Drawing.Size(80, 30);
  428. this.Screen.TabIndex = 154;
  429. this.Screen.Tag = "IfRead";
  430. this.Screen.Text = "刷新";
  431. this.Screen.UseVisualStyleBackColor = true;
  432. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  433. //
  434. // ma_bomversion
  435. //
  436. this.ma_bomversion.AutoSize = true;
  437. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.ma_bomversion.Location = new System.Drawing.Point(1049, 54);
  439. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  440. this.ma_bomversion.Name = "ma_bomversion";
  441. this.ma_bomversion.Size = new System.Drawing.Size(165, 27);
  442. this.ma_bomversion.TabIndex = 186;
  443. this.ma_bomversion.Text = "ma_bomversion";
  444. this.ma_bomversion.Visible = false;
  445. //
  446. // Make_PositionStock
  447. //
  448. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  449. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  450. this.ClientSize = new System.Drawing.Size(1229, 675);
  451. this.Controls.Add(this.ma_bomversion);
  452. this.Controls.Add(this.ma_craftcode);
  453. this.Controls.Add(this.ma_craftcode_label);
  454. this.Controls.Add(this.Lock);
  455. this.Controls.Add(this.label2);
  456. this.Controls.Add(this.ma_code);
  457. this.Controls.Add(this.Clean);
  458. this.Controls.Add(this.OperateResult);
  459. this.Controls.Add(this.pr_batchnum);
  460. this.Controls.Add(this.label3);
  461. this.Controls.Add(this.BatchProductDGV);
  462. this.Controls.Add(this.sc_stepcode);
  463. this.Controls.Add(this.pr_detail);
  464. this.Controls.Add(this.ma_prodcode);
  465. this.Controls.Add(this.sc_stepcode_label);
  466. this.Controls.Add(this.ma_code_label);
  467. this.Controls.Add(this.pr_detail_label);
  468. this.Controls.Add(this.ma_prodcode_label);
  469. this.Controls.Add(this.Screen);
  470. this.Controls.Add(this.panel2);
  471. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  472. this.Margin = new System.Windows.Forms.Padding(4);
  473. this.Name = "Make_PositionStock";
  474. this.Tag = "Make!PositionStock";
  475. this.Text = "岗位备料";
  476. this.Load += new System.EventHandler(this.岗位备料_Load);
  477. this.SizeChanged += new System.EventHandler(this.岗位备料_SizeChanged);
  478. this.panel2.ResumeLayout(true);
  479. this.panel2.PerformLayout();
  480. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  481. this.ResumeLayout(true);
  482. this.PerformLayout();
  483. }
  484. #endregion
  485. private System.Windows.Forms.Panel panel2;
  486. private System.Windows.Forms.Label label1;
  487. private CustomControl.ButtonUtil.NormalButton Screen;
  488. private System.Windows.Forms.Label ma_code_label;
  489. private System.Windows.Forms.Label pr_detail_label;
  490. private System.Windows.Forms.Label ma_prodcode_label;
  491. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  492. private CustomControl.ValueLabel.ValueLabel pr_detail;
  493. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  494. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  495. private System.Windows.Forms.Label label3;
  496. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  497. private CustomControl.ButtonUtil.NormalButton Clean;
  498. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  499. private System.Windows.Forms.Label label2;
  500. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  501. private System.Windows.Forms.Label sc_stepcode_label;
  502. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  503. private System.Windows.Forms.Label ma_craftcode_label;
  504. private System.Windows.Forms.ComboBox ma_craftcode;
  505. private System.Windows.Forms.Label ma_bomversion;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn mss_id;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn mss_barcode;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  511. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  512. private System.Windows.Forms.DataGridViewTextBoxColumn mm_qty;
  513. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  517. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  518. }
  519. }