Make_PositionStock.Designer.cs 29 KB

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