Make_PositionStockNew.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_PositionStockNew
  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_PositionStockNew));
  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_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  60. this.sc_stepcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  61. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  62. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  63. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  64. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
  78. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.qtylabel = new System.Windows.Forms.Label();
  80. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // ma_code_label
  84. //
  85. this.ma_code_label.AutoSize = true;
  86. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.ma_code_label.Location = new System.Drawing.Point(15, 16);
  88. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.ma_code_label.Name = "ma_code_label";
  90. this.ma_code_label.Size = new System.Drawing.Size(110, 31);
  91. this.ma_code_label.TabIndex = 155;
  92. this.ma_code_label.Text = "归属工单";
  93. //
  94. // pr_detail_label
  95. //
  96. this.pr_detail_label.AutoSize = true;
  97. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.pr_detail_label.Location = new System.Drawing.Point(545, 76);
  99. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  100. this.pr_detail_label.Name = "pr_detail_label";
  101. this.pr_detail_label.Size = new System.Drawing.Size(62, 31);
  102. this.pr_detail_label.TabIndex = 156;
  103. this.pr_detail_label.Text = "型号";
  104. //
  105. // ma_prodcode_label
  106. //
  107. this.ma_prodcode_label.AutoSize = true;
  108. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.ma_prodcode_label.Location = new System.Drawing.Point(18, 76);
  110. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  111. this.ma_prodcode_label.Name = "ma_prodcode_label";
  112. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  113. this.ma_prodcode_label.TabIndex = 157;
  114. this.ma_prodcode_label.Text = "产品代码";
  115. //
  116. // label3
  117. //
  118. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  119. | System.Windows.Forms.AnchorStyles.Left)));
  120. this.label3.AutoSize = true;
  121. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.label3.Location = new System.Drawing.Point(15, 718);
  123. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(110, 31);
  126. this.label3.TabIndex = 175;
  127. this.label3.Text = "物料批号";
  128. //
  129. // label2
  130. //
  131. this.label2.AutoSize = true;
  132. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.label2.ForeColor = System.Drawing.Color.Black;
  134. this.label2.Location = new System.Drawing.Point(18, 129);
  135. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.label2.Name = "label2";
  137. this.label2.Size = new System.Drawing.Size(110, 31);
  138. this.label2.TabIndex = 181;
  139. this.label2.Text = "采集信息";
  140. //
  141. // sc_stepcode_label
  142. //
  143. this.sc_stepcode_label.AutoSize = true;
  144. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.sc_stepcode_label.Location = new System.Drawing.Point(926, 16);
  146. this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.sc_stepcode_label.Name = "sc_stepcode_label";
  148. this.sc_stepcode_label.Size = new System.Drawing.Size(62, 31);
  149. this.sc_stepcode_label.TabIndex = 165;
  150. this.sc_stepcode_label.Text = "工序";
  151. //
  152. // ma_craftcode_label
  153. //
  154. this.ma_craftcode_label.AutoSize = true;
  155. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.ma_craftcode_label.Location = new System.Drawing.Point(474, 16);
  157. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  158. this.ma_craftcode_label.Name = "ma_craftcode_label";
  159. this.ma_craftcode_label.Size = new System.Drawing.Size(62, 31);
  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(622, 16);
  168. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4);
  169. this.ma_craftcode.Name = "ma_craftcode";
  170. this.ma_craftcode.Size = new System.Drawing.Size(223, 26);
  171. this.ma_craftcode.TabIndex = 185;
  172. this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged);
  173. //
  174. // ma_bomversion
  175. //
  176. this.ma_bomversion.AutoSize = true;
  177. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.ma_bomversion.Location = new System.Drawing.Point(1180, 18);
  179. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  180. this.ma_bomversion.Name = "ma_bomversion";
  181. this.ma_bomversion.Size = new System.Drawing.Size(0, 31);
  182. this.ma_bomversion.TabIndex = 186;
  183. this.ma_bomversion.Visible = false;
  184. //
  185. // normalButton1
  186. //
  187. this.normalButton1.AllPower = null;
  188. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  189. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  190. this.normalButton1.Image = null;
  191. this.normalButton1.IsShowBorder = true;
  192. this.normalButton1.Location = new System.Drawing.Point(1078, 72);
  193. this.normalButton1.Margin = new System.Windows.Forms.Padding(4);
  194. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  195. this.normalButton1.Name = "normalButton1";
  196. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  197. this.normalButton1.Power = null;
  198. this.normalButton1.Size = new System.Drawing.Size(90, 36);
  199. this.normalButton1.TabIndex = 227;
  200. this.normalButton1.Text = "全部下料";
  201. this.normalButton1.UseVisualStyleBackColor = false;
  202. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  203. //
  204. // show_all_check
  205. //
  206. this.show_all_check.AllPower = null;
  207. this.show_all_check.AutoSize = true;
  208. this.show_all_check.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.show_all_check.Location = new System.Drawing.Point(963, 118);
  210. this.show_all_check.Name = "show_all_check";
  211. this.show_all_check.Power = null;
  212. this.show_all_check.Size = new System.Drawing.Size(232, 35);
  213. this.show_all_check.TabIndex = 226;
  214. this.show_all_check.Text = "显示全部上料信息";
  215. this.show_all_check.UseVisualStyleBackColor = true;
  216. this.show_all_check.CheckedChanged += new System.EventHandler(this.pi_type_check_CheckedChanged);
  217. //
  218. // Lock
  219. //
  220. this.Lock.AutoSize = true;
  221. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.Lock.LeaveEvent = false;
  223. this.Lock.Location = new System.Drawing.Point(381, 18);
  224. this.Lock.Margin = new System.Windows.Forms.Padding(4);
  225. this.Lock.Name = "Lock";
  226. this.Lock.Size = new System.Drawing.Size(72, 28);
  227. this.Lock.TabIndex = 182;
  228. this.Lock.Text = "锁定";
  229. this.Lock.UseVisualStyleBackColor = true;
  230. //
  231. // ma_code
  232. //
  233. this.ma_code.AllPower = null;
  234. this.ma_code.Caller = null;
  235. this.ma_code.Condition = null;
  236. this.ma_code.DBTitle = null;
  237. this.ma_code.FormName = null;
  238. this.ma_code.Location = new System.Drawing.Point(153, 16);
  239. this.ma_code.Name = "ma_code";
  240. this.ma_code.Power = null;
  241. this.ma_code.ReturnData = null;
  242. this.ma_code.SelectField = null;
  243. this.ma_code.SetValueField = null;
  244. this.ma_code.Size = new System.Drawing.Size(208, 32);
  245. this.ma_code.TabIndex = 180;
  246. this.ma_code.TableName = null;
  247. this.ma_code.Tag = "ma_code";
  248. this.ma_code.TextBoxEnable = true;
  249. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  250. //
  251. // Clean
  252. //
  253. this.Clean.AllPower = null;
  254. this.Clean.BackColor = System.Drawing.Color.Transparent;
  255. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  256. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  257. this.Clean.IsShowBorder = true;
  258. this.Clean.Location = new System.Drawing.Point(1172, 714);
  259. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  260. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  261. this.Clean.Name = "Clean";
  262. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  263. this.Clean.Power = null;
  264. this.Clean.Size = new System.Drawing.Size(90, 36);
  265. this.Clean.TabIndex = 179;
  266. this.Clean.Tag = "IfRead";
  267. this.Clean.Text = "清除";
  268. this.Clean.UseVisualStyleBackColor = true;
  269. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  270. //
  271. // OperateResult
  272. //
  273. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.OperateResult.Location = new System.Drawing.Point(1062, 168);
  275. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  276. this.OperateResult.Name = "OperateResult";
  277. this.OperateResult.Size = new System.Drawing.Size(304, 528);
  278. this.OperateResult.TabIndex = 178;
  279. this.OperateResult.Text = "";
  280. //
  281. // pr_batchnum
  282. //
  283. this.pr_batchnum.AllPower = "ifall";
  284. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  285. | System.Windows.Forms.AnchorStyles.Left)));
  286. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  287. this.pr_batchnum.ID = null;
  288. this.pr_batchnum.Location = new System.Drawing.Point(129, 718);
  289. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4);
  290. this.pr_batchnum.Name = "pr_batchnum";
  291. this.pr_batchnum.Power = null;
  292. this.pr_batchnum.Size = new System.Drawing.Size(360, 28);
  293. this.pr_batchnum.Str = null;
  294. this.pr_batchnum.Str1 = null;
  295. this.pr_batchnum.Str2 = null;
  296. this.pr_batchnum.TabIndex = 176;
  297. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  298. //
  299. // BatchProductDGV
  300. //
  301. this.BatchProductDGV.AllowUserToAddRows = false;
  302. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  303. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  304. this.sp_soncode,
  305. this.mss_linecode,
  306. this.mss_makecode,
  307. this.mss_id,
  308. this.mss_prodcode,
  309. this.mss_barcode,
  310. this.sp_oneuseqty,
  311. this.mss_qty,
  312. this.mm_qty,
  313. this.mss_remain,
  314. this.mss_useqty,
  315. this.pr_orispeccode,
  316. this.pr_detail1,
  317. this.DeleteRow});
  318. this.BatchProductDGV.EnableContentClick = true;
  319. this.BatchProductDGV.Location = new System.Drawing.Point(0, 168);
  320. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(4);
  321. this.BatchProductDGV.Name = "BatchProductDGV";
  322. this.BatchProductDGV.RowTemplate.Height = 23;
  323. this.BatchProductDGV.Size = new System.Drawing.Size(1053, 530);
  324. this.BatchProductDGV.TabIndex = 174;
  325. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick);
  326. this.BatchProductDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellEndEdit);
  327. this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
  328. this.BatchProductDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting);
  329. //
  330. // sp_soncode
  331. //
  332. this.sp_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  333. this.sp_soncode.DataPropertyName = "sp_fsoncode";
  334. this.sp_soncode.HeaderText = "首选料号";
  335. this.sp_soncode.MinimumWidth = 80;
  336. this.sp_soncode.Name = "sp_soncode";
  337. this.sp_soncode.ReadOnly = true;
  338. this.sp_soncode.Width = 80;
  339. //
  340. // mss_linecode
  341. //
  342. this.mss_linecode.DataPropertyName = "mss_linecode";
  343. this.mss_linecode.HeaderText = "线别";
  344. this.mss_linecode.Name = "mss_linecode";
  345. //
  346. // mss_makecode
  347. //
  348. this.mss_makecode.DataPropertyName = "mss_makecode";
  349. this.mss_makecode.HeaderText = "工单号";
  350. this.mss_makecode.Name = "mss_makecode";
  351. //
  352. // mss_id
  353. //
  354. this.mss_id.DataPropertyName = "mss_id";
  355. this.mss_id.HeaderText = "ID";
  356. this.mss_id.Name = "mss_id";
  357. this.mss_id.Visible = false;
  358. //
  359. // mss_prodcode
  360. //
  361. this.mss_prodcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  362. this.mss_prodcode.DataPropertyName = "sp_soncode";
  363. this.mss_prodcode.HeaderText = "备选料号";
  364. this.mss_prodcode.MinimumWidth = 80;
  365. this.mss_prodcode.Name = "mss_prodcode";
  366. this.mss_prodcode.ReadOnly = true;
  367. this.mss_prodcode.Visible = false;
  368. this.mss_prodcode.Width = 80;
  369. //
  370. // mss_barcode
  371. //
  372. this.mss_barcode.DataPropertyName = "mss_barcode";
  373. this.mss_barcode.HeaderText = "物料批号";
  374. this.mss_barcode.Name = "mss_barcode";
  375. this.mss_barcode.ReadOnly = true;
  376. //
  377. // sp_oneuseqty
  378. //
  379. this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty";
  380. this.sp_oneuseqty.HeaderText = "单位用量";
  381. this.sp_oneuseqty.Name = "sp_oneuseqty";
  382. this.sp_oneuseqty.ReadOnly = true;
  383. //
  384. // mss_qty
  385. //
  386. this.mss_qty.DataPropertyName = "mss_qty";
  387. this.mss_qty.HeaderText = "备料数量";
  388. this.mss_qty.Name = "mss_qty";
  389. this.mss_qty.Width = 80;
  390. //
  391. // mm_qty
  392. //
  393. this.mm_qty.DataPropertyName = "mm_qty";
  394. this.mm_qty.HeaderText = "需求数";
  395. this.mm_qty.Name = "mm_qty";
  396. this.mm_qty.ReadOnly = true;
  397. this.mm_qty.Visible = false;
  398. //
  399. // mss_remain
  400. //
  401. this.mss_remain.DataPropertyName = "mss_remain";
  402. this.mss_remain.HeaderText = "剩余数";
  403. this.mss_remain.Name = "mss_remain";
  404. this.mss_remain.ReadOnly = true;
  405. //
  406. // mss_useqty
  407. //
  408. this.mss_useqty.DataPropertyName = "mss_useqty";
  409. this.mss_useqty.HeaderText = "已用数量";
  410. this.mss_useqty.Name = "mss_useqty";
  411. this.mss_useqty.ReadOnly = true;
  412. //
  413. // pr_orispeccode
  414. //
  415. this.pr_orispeccode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  416. this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
  417. this.pr_orispeccode.HeaderText = "型号";
  418. this.pr_orispeccode.MinimumWidth = 200;
  419. this.pr_orispeccode.Name = "pr_orispeccode";
  420. this.pr_orispeccode.ReadOnly = true;
  421. this.pr_orispeccode.Width = 200;
  422. //
  423. // pr_detail1
  424. //
  425. this.pr_detail1.DataPropertyName = "pr_detail";
  426. this.pr_detail1.HeaderText = "物料名称";
  427. this.pr_detail1.Name = "pr_detail1";
  428. this.pr_detail1.ReadOnly = true;
  429. //
  430. // DeleteRow
  431. //
  432. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  433. this.DeleteRow.HeaderText = "删除";
  434. this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  435. this.DeleteRow.Name = "DeleteRow";
  436. //
  437. // sc_stepcode
  438. //
  439. this.sc_stepcode.AutoSize = true;
  440. this.sc_stepcode.CutLength = null;
  441. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. this.sc_stepcode.Location = new System.Drawing.Point(1032, 16);
  443. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  444. this.sc_stepcode.MaximumSize = new System.Drawing.Size(225, 0);
  445. this.sc_stepcode.Name = "sc_stepcode";
  446. this.sc_stepcode.Size = new System.Drawing.Size(0, 31);
  447. this.sc_stepcode.TabIndex = 171;
  448. //
  449. // pr_detail
  450. //
  451. this.pr_detail.AutoSize = true;
  452. this.pr_detail.CutLength = null;
  453. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  454. this.pr_detail.Location = new System.Drawing.Point(615, 75);
  455. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  456. this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0);
  457. this.pr_detail.Name = "pr_detail";
  458. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  459. this.pr_detail.TabIndex = 170;
  460. this.pr_detail.Tag = "pr_detail";
  461. //
  462. // ma_prodcode
  463. //
  464. this.ma_prodcode.AutoSize = true;
  465. this.ma_prodcode.CutLength = null;
  466. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.ma_prodcode.Location = new System.Drawing.Point(153, 76);
  468. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  469. this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
  470. this.ma_prodcode.Name = "ma_prodcode";
  471. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  472. this.ma_prodcode.TabIndex = 167;
  473. this.ma_prodcode.Tag = "ma_prodcode";
  474. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  475. //
  476. // Screen
  477. //
  478. this.Screen.AllPower = null;
  479. this.Screen.BackColor = System.Drawing.Color.Transparent;
  480. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  481. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  482. this.Screen.IsShowBorder = true;
  483. this.Screen.Location = new System.Drawing.Point(963, 72);
  484. this.Screen.Margin = new System.Windows.Forms.Padding(4);
  485. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  486. this.Screen.Name = "Screen";
  487. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  488. this.Screen.Power = null;
  489. this.Screen.Size = new System.Drawing.Size(90, 36);
  490. this.Screen.TabIndex = 154;
  491. this.Screen.Tag = "IfRead";
  492. this.Screen.Text = "刷新";
  493. this.Screen.UseVisualStyleBackColor = true;
  494. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  495. //
  496. // dataGridViewTextBoxColumn1
  497. //
  498. this.dataGridViewTextBoxColumn1.DataPropertyName = "sp_fsoncode";
  499. this.dataGridViewTextBoxColumn1.HeaderText = "首选料号";
  500. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  501. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  502. //
  503. // dataGridViewTextBoxColumn2
  504. //
  505. this.dataGridViewTextBoxColumn2.DataPropertyName = "mss_linecode";
  506. this.dataGridViewTextBoxColumn2.HeaderText = "线别";
  507. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  508. //
  509. // dataGridViewTextBoxColumn3
  510. //
  511. this.dataGridViewTextBoxColumn3.DataPropertyName = "mss_makecode";
  512. this.dataGridViewTextBoxColumn3.HeaderText = "工单号";
  513. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  514. //
  515. // dataGridViewTextBoxColumn4
  516. //
  517. this.dataGridViewTextBoxColumn4.DataPropertyName = "mss_id";
  518. this.dataGridViewTextBoxColumn4.HeaderText = "ID";
  519. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  520. this.dataGridViewTextBoxColumn4.Visible = false;
  521. //
  522. // dataGridViewTextBoxColumn5
  523. //
  524. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_soncode";
  525. this.dataGridViewTextBoxColumn5.HeaderText = "备选料号";
  526. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  527. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  528. //
  529. // dataGridViewTextBoxColumn6
  530. //
  531. this.dataGridViewTextBoxColumn6.DataPropertyName = "mss_barcode";
  532. this.dataGridViewTextBoxColumn6.HeaderText = "物料批号";
  533. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  534. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  535. //
  536. // dataGridViewTextBoxColumn7
  537. //
  538. this.dataGridViewTextBoxColumn7.DataPropertyName = "sp_oneuseqty";
  539. this.dataGridViewTextBoxColumn7.HeaderText = "单位用量";
  540. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  541. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  542. //
  543. // dataGridViewTextBoxColumn8
  544. //
  545. this.dataGridViewTextBoxColumn8.DataPropertyName = "mss_qty";
  546. this.dataGridViewTextBoxColumn8.HeaderText = "备料数量";
  547. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  548. //
  549. // dataGridViewTextBoxColumn9
  550. //
  551. this.dataGridViewTextBoxColumn9.DataPropertyName = "mm_qty";
  552. this.dataGridViewTextBoxColumn9.HeaderText = "需求数";
  553. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  554. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  555. this.dataGridViewTextBoxColumn9.Visible = false;
  556. //
  557. // dataGridViewTextBoxColumn10
  558. //
  559. this.dataGridViewTextBoxColumn10.DataPropertyName = "mss_remain";
  560. this.dataGridViewTextBoxColumn10.HeaderText = "剩余数";
  561. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  562. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  563. //
  564. // dataGridViewTextBoxColumn11
  565. //
  566. this.dataGridViewTextBoxColumn11.DataPropertyName = "mss_useqty";
  567. this.dataGridViewTextBoxColumn11.HeaderText = "已用数量";
  568. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  569. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  570. //
  571. // dataGridViewTextBoxColumn12
  572. //
  573. this.dataGridViewTextBoxColumn12.DataPropertyName = "pr_detail";
  574. this.dataGridViewTextBoxColumn12.HeaderText = "物料名称";
  575. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  576. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  577. //
  578. // dataGridViewTextBoxColumn13
  579. //
  580. this.dataGridViewTextBoxColumn13.DataPropertyName = "pr_spec";
  581. this.dataGridViewTextBoxColumn13.HeaderText = "物料规格";
  582. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  583. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  584. this.dataGridViewTextBoxColumn13.Visible = false;
  585. //
  586. // dataGridViewImageColumn1
  587. //
  588. this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  589. this.dataGridViewImageColumn1.HeaderText = "删除";
  590. this.dataGridViewImageColumn1.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  591. this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
  592. //
  593. // ma_qty
  594. //
  595. this.ma_qty.AutoSize = true;
  596. this.ma_qty.CutLength = null;
  597. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.ma_qty.Location = new System.Drawing.Point(413, 77);
  599. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  600. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  601. this.ma_qty.Name = "ma_qty";
  602. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  603. this.ma_qty.TabIndex = 229;
  604. this.ma_qty.Tag = "ma_qty";
  605. //
  606. // qtylabel
  607. //
  608. this.qtylabel.AutoSize = true;
  609. this.qtylabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  610. this.qtylabel.Location = new System.Drawing.Point(343, 77);
  611. this.qtylabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  612. this.qtylabel.Name = "qtylabel";
  613. this.qtylabel.Size = new System.Drawing.Size(62, 31);
  614. this.qtylabel.TabIndex = 228;
  615. this.qtylabel.Text = "数量";
  616. //
  617. // Make_PositionStockNew
  618. //
  619. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  620. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  621. this.ClientSize = new System.Drawing.Size(1383, 765);
  622. this.Controls.Add(this.ma_qty);
  623. this.Controls.Add(this.qtylabel);
  624. this.Controls.Add(this.normalButton1);
  625. this.Controls.Add(this.show_all_check);
  626. this.Controls.Add(this.ma_bomversion);
  627. this.Controls.Add(this.ma_craftcode);
  628. this.Controls.Add(this.ma_craftcode_label);
  629. this.Controls.Add(this.Lock);
  630. this.Controls.Add(this.label2);
  631. this.Controls.Add(this.ma_code);
  632. this.Controls.Add(this.Clean);
  633. this.Controls.Add(this.OperateResult);
  634. this.Controls.Add(this.pr_batchnum);
  635. this.Controls.Add(this.label3);
  636. this.Controls.Add(this.BatchProductDGV);
  637. this.Controls.Add(this.sc_stepcode);
  638. this.Controls.Add(this.pr_detail);
  639. this.Controls.Add(this.ma_prodcode);
  640. this.Controls.Add(this.sc_stepcode_label);
  641. this.Controls.Add(this.ma_code_label);
  642. this.Controls.Add(this.pr_detail_label);
  643. this.Controls.Add(this.ma_prodcode_label);
  644. this.Controls.Add(this.Screen);
  645. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  646. this.Margin = new System.Windows.Forms.Padding(4);
  647. this.Name = "Make_PositionStockNew";
  648. this.Tag = "Make!PositionStockNew";
  649. this.Text = "岗位备料";
  650. this.Load += new System.EventHandler(this.Make_PositionStock_Load);
  651. this.SizeChanged += new System.EventHandler(this.Make_PositionStock_SizeChanged);
  652. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  653. this.ResumeLayout(false);
  654. this.PerformLayout();
  655. }
  656. #endregion
  657. private CustomControl.ButtonUtil.NormalButton Screen;
  658. private System.Windows.Forms.Label ma_code_label;
  659. private System.Windows.Forms.Label pr_detail_label;
  660. private System.Windows.Forms.Label ma_prodcode_label;
  661. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  662. private CustomControl.ValueLabel.ValueLabel pr_detail;
  663. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  664. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  665. private System.Windows.Forms.Label label3;
  666. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  667. private CustomControl.ButtonUtil.NormalButton Clean;
  668. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  669. private System.Windows.Forms.Label label2;
  670. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  671. private System.Windows.Forms.Label sc_stepcode_label;
  672. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  673. private System.Windows.Forms.Label ma_craftcode_label;
  674. private System.Windows.Forms.ComboBox ma_craftcode;
  675. private System.Windows.Forms.Label ma_bomversion;
  676. private CustomControl.CustomCheckBox.CustomCheckBox show_all_check;
  677. private CustomControl.ButtonUtil.NormalButton normalButton1;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  687. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  688. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  689. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  691. private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  693. private System.Windows.Forms.DataGridViewTextBoxColumn mss_linecode;
  694. private System.Windows.Forms.DataGridViewTextBoxColumn mss_makecode;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn mss_id;
  696. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn mss_barcode;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn mm_qty;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  705. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  706. private CustomControl.ValueLabel.ValueLabel ma_qty;
  707. private System.Windows.Forms.Label qtylabel;
  708. }
  709. }