Make_PositionStock.Designer.cs 29 KB

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