Make_PositionStock.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_PositionStock
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_PositionStock));
  29. this.ma_code_label = new System.Windows.Forms.Label();
  30. this.pr_detail_label = new System.Windows.Forms.Label();
  31. this.ma_prodcode_label = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.sc_stepcode_label = new System.Windows.Forms.Label();
  35. this.ma_craftcode_label = new System.Windows.Forms.Label();
  36. this.ma_craftcode = new System.Windows.Forms.ComboBox();
  37. this.ma_bomversion = new System.Windows.Forms.Label();
  38. this.normalButton1 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.show_all_check = new UAS_MES_NEW.CustomControl.CustomCheckBox.CustomCheckBox();
  40. this.Lock = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  41. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  42. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  44. this.pr_batchnum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  45. this.BatchProductDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  46. this.sc_stepcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  47. this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  48. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  49. this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  50. this.sp_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.mss_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.pr_detail1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.mss_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.mss_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.mss_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.sp_oneuseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.mss_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.mm_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.mss_remain = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.mss_useqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.pr_spec = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.mss_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DeleteRow = new System.Windows.Forms.DataGridViewImageColumn();
  64. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // ma_code_label
  68. //
  69. this.ma_code_label.AutoSize = true;
  70. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.ma_code_label.Location = new System.Drawing.Point(20, 22);
  72. this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  73. this.ma_code_label.Name = "ma_code_label";
  74. this.ma_code_label.Size = new System.Drawing.Size(146, 41);
  75. this.ma_code_label.TabIndex = 155;
  76. this.ma_code_label.Text = "归属工单";
  77. //
  78. // pr_detail_label
  79. //
  80. this.pr_detail_label.AutoSize = true;
  81. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.pr_detail_label.Location = new System.Drawing.Point(632, 102);
  83. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  84. this.pr_detail_label.Name = "pr_detail_label";
  85. this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
  86. this.pr_detail_label.TabIndex = 156;
  87. this.pr_detail_label.Text = "产品名称";
  88. //
  89. // ma_prodcode_label
  90. //
  91. this.ma_prodcode_label.AutoSize = true;
  92. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.ma_prodcode_label.Location = new System.Drawing.Point(24, 102);
  94. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  95. this.ma_prodcode_label.Name = "ma_prodcode_label";
  96. this.ma_prodcode_label.Size = new System.Drawing.Size(146, 41);
  97. this.ma_prodcode_label.TabIndex = 157;
  98. this.ma_prodcode_label.Text = "产品代码";
  99. //
  100. // label3
  101. //
  102. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  103. | System.Windows.Forms.AnchorStyles.Left)));
  104. this.label3.AutoSize = true;
  105. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.label3.Location = new System.Drawing.Point(20, 958);
  107. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  108. this.label3.Name = "label3";
  109. this.label3.Size = new System.Drawing.Size(146, 41);
  110. this.label3.TabIndex = 175;
  111. this.label3.Text = "物料批号";
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.label2.ForeColor = System.Drawing.Color.Black;
  118. this.label2.Location = new System.Drawing.Point(24, 172);
  119. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  120. this.label2.Name = "label2";
  121. this.label2.Size = new System.Drawing.Size(146, 42);
  122. this.label2.TabIndex = 181;
  123. this.label2.Text = "采集信息";
  124. //
  125. // sc_stepcode_label
  126. //
  127. this.sc_stepcode_label.AutoSize = true;
  128. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.sc_stepcode_label.Location = new System.Drawing.Point(1234, 22);
  130. this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  131. this.sc_stepcode_label.Name = "sc_stepcode_label";
  132. this.sc_stepcode_label.Size = new System.Drawing.Size(82, 41);
  133. this.sc_stepcode_label.TabIndex = 165;
  134. this.sc_stepcode_label.Text = "工序";
  135. //
  136. // ma_craftcode_label
  137. //
  138. this.ma_craftcode_label.AutoSize = true;
  139. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.ma_craftcode_label.Location = new System.Drawing.Point(632, 22);
  141. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  142. this.ma_craftcode_label.Name = "ma_craftcode_label";
  143. this.ma_craftcode_label.Size = new System.Drawing.Size(82, 41);
  144. this.ma_craftcode_label.TabIndex = 184;
  145. this.ma_craftcode_label.Text = "途程";
  146. //
  147. // ma_craftcode
  148. //
  149. this.ma_craftcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  150. this.ma_craftcode.FormattingEnabled = true;
  151. this.ma_craftcode.Location = new System.Drawing.Point(830, 22);
  152. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  153. this.ma_craftcode.Name = "ma_craftcode";
  154. this.ma_craftcode.Size = new System.Drawing.Size(296, 32);
  155. this.ma_craftcode.TabIndex = 185;
  156. this.ma_craftcode.SelectedIndexChanged += new System.EventHandler(this.ma_craftcode_SelectedIndexChanged);
  157. //
  158. // ma_bomversion
  159. //
  160. this.ma_bomversion.AutoSize = true;
  161. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.ma_bomversion.Location = new System.Drawing.Point(1574, 24);
  163. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  164. this.ma_bomversion.Name = "ma_bomversion";
  165. this.ma_bomversion.Size = new System.Drawing.Size(0, 41);
  166. this.ma_bomversion.TabIndex = 186;
  167. this.ma_bomversion.Visible = false;
  168. //
  169. // normalButton1
  170. //
  171. this.normalButton1.AllPower = null;
  172. this.normalButton1.BackColor = System.Drawing.Color.Transparent;
  173. this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
  174. this.normalButton1.Image = null;
  175. this.normalButton1.IsShowBorder = true;
  176. this.normalButton1.Location = new System.Drawing.Point(1438, 96);
  177. this.normalButton1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  178. this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
  179. this.normalButton1.Name = "normalButton1";
  180. this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
  181. this.normalButton1.Power = null;
  182. this.normalButton1.Size = new System.Drawing.Size(120, 48);
  183. this.normalButton1.TabIndex = 227;
  184. this.normalButton1.Text = "全部下料";
  185. this.normalButton1.UseVisualStyleBackColor = false;
  186. this.normalButton1.Click += new System.EventHandler(this.normalButton1_Click);
  187. //
  188. // show_all_check
  189. //
  190. this.show_all_check.AllPower = null;
  191. this.show_all_check.AutoSize = true;
  192. this.show_all_check.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.show_all_check.Location = new System.Drawing.Point(1284, 158);
  194. this.show_all_check.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  195. this.show_all_check.Name = "show_all_check";
  196. this.show_all_check.Power = null;
  197. this.show_all_check.Size = new System.Drawing.Size(306, 45);
  198. this.show_all_check.TabIndex = 226;
  199. this.show_all_check.Text = "显示全部上料信息";
  200. this.show_all_check.UseVisualStyleBackColor = true;
  201. this.show_all_check.CheckedChanged += new System.EventHandler(this.pi_type_check_CheckedChanged);
  202. //
  203. // Lock
  204. //
  205. this.Lock.AutoSize = true;
  206. this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.Lock.LeaveEvent = false;
  208. this.Lock.Location = new System.Drawing.Point(508, 24);
  209. this.Lock.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  210. this.Lock.Name = "Lock";
  211. this.Lock.Size = new System.Drawing.Size(94, 35);
  212. this.Lock.TabIndex = 182;
  213. this.Lock.Text = "锁定";
  214. this.Lock.UseVisualStyleBackColor = true;
  215. //
  216. // ma_code
  217. //
  218. this.ma_code.AllPower = null;
  219. this.ma_code.Caller = null;
  220. this.ma_code.Condition = null;
  221. this.ma_code.DBTitle = null;
  222. this.ma_code.FormName = null;
  223. this.ma_code.Location = new System.Drawing.Point(204, 22);
  224. this.ma_code.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  225. this.ma_code.Name = "ma_code";
  226. this.ma_code.Power = null;
  227. this.ma_code.ReturnData = null;
  228. this.ma_code.SelectField = null;
  229. this.ma_code.SetValueField = null;
  230. this.ma_code.Size = new System.Drawing.Size(278, 42);
  231. this.ma_code.TabIndex = 180;
  232. this.ma_code.TableName = null;
  233. this.ma_code.Tag = "ma_code";
  234. this.ma_code.TextBoxEnable = true;
  235. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  236. //
  237. // Clean
  238. //
  239. this.Clean.AllPower = null;
  240. this.Clean.BackColor = System.Drawing.Color.Transparent;
  241. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  242. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  243. this.Clean.IsShowBorder = true;
  244. this.Clean.Location = new System.Drawing.Point(1562, 952);
  245. this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  246. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  247. this.Clean.Name = "Clean";
  248. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  249. this.Clean.Power = null;
  250. this.Clean.Size = new System.Drawing.Size(120, 48);
  251. this.Clean.TabIndex = 179;
  252. this.Clean.Tag = "IfRead";
  253. this.Clean.Text = "清除";
  254. this.Clean.UseVisualStyleBackColor = true;
  255. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  256. //
  257. // OperateResult
  258. //
  259. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.OperateResult.Location = new System.Drawing.Point(1416, 224);
  261. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  262. this.OperateResult.Name = "OperateResult";
  263. this.OperateResult.Size = new System.Drawing.Size(404, 702);
  264. this.OperateResult.TabIndex = 178;
  265. this.OperateResult.Text = "";
  266. //
  267. // pr_batchnum
  268. //
  269. this.pr_batchnum.AllPower = "ifall";
  270. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  271. | System.Windows.Forms.AnchorStyles.Left)));
  272. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  273. this.pr_batchnum.ID = null;
  274. this.pr_batchnum.Location = new System.Drawing.Point(172, 958);
  275. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  276. this.pr_batchnum.Name = "pr_batchnum";
  277. this.pr_batchnum.Power = null;
  278. this.pr_batchnum.Size = new System.Drawing.Size(478, 35);
  279. this.pr_batchnum.Str = null;
  280. this.pr_batchnum.Str1 = null;
  281. this.pr_batchnum.Str2 = null;
  282. this.pr_batchnum.TabIndex = 176;
  283. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  284. //
  285. // BatchProductDGV
  286. //
  287. this.BatchProductDGV.AllowUserToAddRows = false;
  288. this.BatchProductDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  289. this.BatchProductDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  290. this.sp_soncode,
  291. this.mss_makecode,
  292. this.pr_detail1,
  293. this.mss_id,
  294. this.mss_prodcode,
  295. this.mss_barcode,
  296. this.sp_oneuseqty,
  297. this.mss_qty,
  298. this.mm_qty,
  299. this.mss_remain,
  300. this.mss_useqty,
  301. this.pr_spec,
  302. this.mss_linecode,
  303. this.DeleteRow});
  304. this.BatchProductDGV.EnableContentClick = true;
  305. this.BatchProductDGV.Location = new System.Drawing.Point(0, 224);
  306. this.BatchProductDGV.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  307. this.BatchProductDGV.Name = "BatchProductDGV";
  308. this.BatchProductDGV.RowHeadersWidth = 82;
  309. this.BatchProductDGV.RowTemplate.Height = 23;
  310. this.BatchProductDGV.Size = new System.Drawing.Size(1404, 706);
  311. this.BatchProductDGV.TabIndex = 174;
  312. this.BatchProductDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProduct_CellContentClick);
  313. this.BatchProductDGV.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.BatchProductDGV_CellEndEdit);
  314. this.BatchProductDGV.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.BatchProductDGV_CellFormatting);
  315. this.BatchProductDGV.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.BatchProductDGV_CellPainting);
  316. //
  317. // sc_stepcode
  318. //
  319. this.sc_stepcode.AutoSize = true;
  320. this.sc_stepcode.CutLength = null;
  321. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.sc_stepcode.Location = new System.Drawing.Point(1376, 22);
  323. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  324. this.sc_stepcode.MaximumSize = new System.Drawing.Size(300, 0);
  325. this.sc_stepcode.Name = "sc_stepcode";
  326. this.sc_stepcode.Size = new System.Drawing.Size(0, 41);
  327. this.sc_stepcode.TabIndex = 171;
  328. //
  329. // pr_detail
  330. //
  331. this.pr_detail.AutoSize = true;
  332. this.pr_detail.CutLength = null;
  333. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.pr_detail.Location = new System.Drawing.Point(830, 102);
  335. this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  336. this.pr_detail.MaximumSize = new System.Drawing.Size(300, 0);
  337. this.pr_detail.Name = "pr_detail";
  338. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  339. this.pr_detail.TabIndex = 170;
  340. this.pr_detail.Tag = "pr_detail";
  341. //
  342. // ma_prodcode
  343. //
  344. this.ma_prodcode.AutoSize = true;
  345. this.ma_prodcode.CutLength = null;
  346. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.ma_prodcode.Location = new System.Drawing.Point(204, 102);
  348. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  349. this.ma_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
  350. this.ma_prodcode.Name = "ma_prodcode";
  351. this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
  352. this.ma_prodcode.TabIndex = 167;
  353. this.ma_prodcode.Tag = "ma_prodcode";
  354. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  355. //
  356. // Screen
  357. //
  358. this.Screen.AllPower = null;
  359. this.Screen.BackColor = System.Drawing.Color.Transparent;
  360. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  361. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  362. this.Screen.IsShowBorder = true;
  363. this.Screen.Location = new System.Drawing.Point(1284, 96);
  364. this.Screen.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  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(120, 48);
  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_fsoncode";
  379. this.sp_soncode.HeaderText = "首选料号";
  380. this.sp_soncode.MinimumWidth = 10;
  381. this.sp_soncode.Name = "sp_soncode";
  382. this.sp_soncode.ReadOnly = true;
  383. this.sp_soncode.Width = 200;
  384. //
  385. // mss_makecode
  386. //
  387. this.mss_makecode.DataPropertyName = "mss_makecode";
  388. this.mss_makecode.HeaderText = "工单号";
  389. this.mss_makecode.MinimumWidth = 10;
  390. this.mss_makecode.Name = "mss_makecode";
  391. this.mss_makecode.Width = 200;
  392. //
  393. // pr_detail1
  394. //
  395. this.pr_detail1.DataPropertyName = "pr_detail";
  396. this.pr_detail1.HeaderText = "物料名称";
  397. this.pr_detail1.MinimumWidth = 200;
  398. this.pr_detail1.Name = "pr_detail1";
  399. this.pr_detail1.ReadOnly = true;
  400. this.pr_detail1.Width = 200;
  401. //
  402. // mss_id
  403. //
  404. this.mss_id.DataPropertyName = "mss_id";
  405. this.mss_id.HeaderText = "ID";
  406. this.mss_id.MinimumWidth = 10;
  407. this.mss_id.Name = "mss_id";
  408. this.mss_id.Visible = false;
  409. this.mss_id.Width = 200;
  410. //
  411. // mss_prodcode
  412. //
  413. this.mss_prodcode.DataPropertyName = "sp_soncode";
  414. this.mss_prodcode.HeaderText = "备选料号";
  415. this.mss_prodcode.MinimumWidth = 10;
  416. this.mss_prodcode.Name = "mss_prodcode";
  417. this.mss_prodcode.ReadOnly = true;
  418. this.mss_prodcode.Width = 200;
  419. //
  420. // mss_barcode
  421. //
  422. this.mss_barcode.DataPropertyName = "mss_barcode";
  423. this.mss_barcode.HeaderText = "物料批号";
  424. this.mss_barcode.MinimumWidth = 10;
  425. this.mss_barcode.Name = "mss_barcode";
  426. this.mss_barcode.ReadOnly = true;
  427. this.mss_barcode.Width = 200;
  428. //
  429. // sp_oneuseqty
  430. //
  431. this.sp_oneuseqty.DataPropertyName = "sp_oneuseqty";
  432. this.sp_oneuseqty.HeaderText = "单位用量";
  433. this.sp_oneuseqty.MinimumWidth = 10;
  434. this.sp_oneuseqty.Name = "sp_oneuseqty";
  435. this.sp_oneuseqty.ReadOnly = true;
  436. this.sp_oneuseqty.Width = 200;
  437. //
  438. // mss_qty
  439. //
  440. this.mss_qty.DataPropertyName = "mss_qty";
  441. this.mss_qty.HeaderText = "备料数量";
  442. this.mss_qty.MinimumWidth = 10;
  443. this.mss_qty.Name = "mss_qty";
  444. this.mss_qty.Width = 200;
  445. //
  446. // mm_qty
  447. //
  448. this.mm_qty.DataPropertyName = "mm_qty";
  449. this.mm_qty.HeaderText = "需求数";
  450. this.mm_qty.MinimumWidth = 10;
  451. this.mm_qty.Name = "mm_qty";
  452. this.mm_qty.ReadOnly = true;
  453. this.mm_qty.Visible = false;
  454. this.mm_qty.Width = 200;
  455. //
  456. // mss_remain
  457. //
  458. this.mss_remain.DataPropertyName = "mss_remain";
  459. this.mss_remain.HeaderText = "剩余数";
  460. this.mss_remain.MinimumWidth = 10;
  461. this.mss_remain.Name = "mss_remain";
  462. this.mss_remain.ReadOnly = true;
  463. this.mss_remain.Width = 200;
  464. //
  465. // mss_useqty
  466. //
  467. this.mss_useqty.DataPropertyName = "mss_useqty";
  468. this.mss_useqty.HeaderText = "已用数量";
  469. this.mss_useqty.MinimumWidth = 10;
  470. this.mss_useqty.Name = "mss_useqty";
  471. this.mss_useqty.ReadOnly = true;
  472. this.mss_useqty.Width = 200;
  473. //
  474. // pr_spec
  475. //
  476. this.pr_spec.DataPropertyName = "pr_spec";
  477. this.pr_spec.HeaderText = "物料规格";
  478. this.pr_spec.MinimumWidth = 10;
  479. this.pr_spec.Name = "pr_spec";
  480. this.pr_spec.ReadOnly = true;
  481. this.pr_spec.Visible = false;
  482. this.pr_spec.Width = 200;
  483. //
  484. // mss_linecode
  485. //
  486. this.mss_linecode.DataPropertyName = "mss_linecode";
  487. this.mss_linecode.HeaderText = "线别";
  488. this.mss_linecode.MinimumWidth = 10;
  489. this.mss_linecode.Name = "mss_linecode";
  490. this.mss_linecode.Width = 200;
  491. //
  492. // DeleteRow
  493. //
  494. this.DeleteRow.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  495. this.DeleteRow.HeaderText = "删除";
  496. this.DeleteRow.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  497. this.DeleteRow.MinimumWidth = 10;
  498. this.DeleteRow.Name = "DeleteRow";
  499. this.DeleteRow.Width = 200;
  500. //
  501. // Make_PositionStock
  502. //
  503. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  504. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  505. this.ClientSize = new System.Drawing.Size(1844, 1020);
  506. this.Controls.Add(this.normalButton1);
  507. this.Controls.Add(this.show_all_check);
  508. this.Controls.Add(this.ma_bomversion);
  509. this.Controls.Add(this.ma_craftcode);
  510. this.Controls.Add(this.ma_craftcode_label);
  511. this.Controls.Add(this.Lock);
  512. this.Controls.Add(this.label2);
  513. this.Controls.Add(this.ma_code);
  514. this.Controls.Add(this.Clean);
  515. this.Controls.Add(this.OperateResult);
  516. this.Controls.Add(this.pr_batchnum);
  517. this.Controls.Add(this.label3);
  518. this.Controls.Add(this.BatchProductDGV);
  519. this.Controls.Add(this.sc_stepcode);
  520. this.Controls.Add(this.pr_detail);
  521. this.Controls.Add(this.ma_prodcode);
  522. this.Controls.Add(this.sc_stepcode_label);
  523. this.Controls.Add(this.ma_code_label);
  524. this.Controls.Add(this.pr_detail_label);
  525. this.Controls.Add(this.ma_prodcode_label);
  526. this.Controls.Add(this.Screen);
  527. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  528. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  529. this.Name = "Make_PositionStock";
  530. this.Tag = "Make!PositionStock";
  531. this.Text = "岗位备料";
  532. this.Load += new System.EventHandler(this.Make_PositionStock_Load);
  533. this.SizeChanged += new System.EventHandler(this.Make_PositionStock_SizeChanged);
  534. ((System.ComponentModel.ISupportInitialize)(this.BatchProductDGV)).EndInit();
  535. this.ResumeLayout(false);
  536. this.PerformLayout();
  537. }
  538. #endregion
  539. private CustomControl.ButtonUtil.NormalButton Screen;
  540. private System.Windows.Forms.Label ma_code_label;
  541. private System.Windows.Forms.Label pr_detail_label;
  542. private System.Windows.Forms.Label ma_prodcode_label;
  543. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  544. private CustomControl.ValueLabel.ValueLabel pr_detail;
  545. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProductDGV;
  546. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  547. private System.Windows.Forms.Label label3;
  548. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  549. private CustomControl.ButtonUtil.NormalButton Clean;
  550. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  551. private System.Windows.Forms.Label label2;
  552. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  553. private System.Windows.Forms.Label sc_stepcode_label;
  554. private CustomControl.CustomCheckBox.LockCheckBox Lock;
  555. private System.Windows.Forms.Label ma_craftcode_label;
  556. private System.Windows.Forms.ComboBox ma_craftcode;
  557. private System.Windows.Forms.Label ma_bomversion;
  558. private CustomControl.CustomCheckBox.CustomCheckBox show_all_check;
  559. private CustomControl.ButtonUtil.NormalButton normalButton1;
  560. private System.Windows.Forms.DataGridViewTextBoxColumn sp_soncode;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn mss_makecode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail1;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn mss_id;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn mss_prodcode;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn mss_barcode;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn sp_oneuseqty;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn mss_qty;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn mm_qty;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn mss_remain;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn mss_useqty;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn mss_linecode;
  573. private System.Windows.Forms.DataGridViewImageColumn DeleteRow;
  574. }
  575. }