Make_PositionStock.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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.sc_stepcode_label = new System.Windows.Forms.Label();
  32. this.ma_craftcode_label = new System.Windows.Forms.Label();
  33. this.sc_linecode_label = new System.Windows.Forms.Label();
  34. this.ma_code_label = new System.Windows.Forms.Label();
  35. this.pr_detail_label = new System.Windows.Forms.Label();
  36. this.ma_prodcode_label = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  40. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  41. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  42. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  43. this.pr_batchnum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  44. this.BatchProduct = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  45. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.sc_stepcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  54. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  55. this.ma_craftcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  56. this.sc_linecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  57. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  58. this.Screen = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  59. this.panel2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.BatchProduct)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel2
  64. //
  65. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  66. this.panel2.Controls.Add(this.label1);
  67. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  68. this.panel2.Location = new System.Drawing.Point(0, 0);
  69. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  70. this.panel2.Name = "panel2";
  71. this.panel2.Size = new System.Drawing.Size(1439, 36);
  72. this.panel2.TabIndex = 31;
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  79. this.label1.Location = new System.Drawing.Point(16, 5);
  80. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(92, 27);
  83. this.label1.TabIndex = 0;
  84. this.label1.Text = "岗位备料";
  85. //
  86. // sc_stepcode_label
  87. //
  88. this.sc_stepcode_label.AutoSize = true;
  89. this.sc_stepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.sc_stepcode_label.Location = new System.Drawing.Point(857, 118);
  91. this.sc_stepcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.sc_stepcode_label.Name = "sc_stepcode_label";
  93. this.sc_stepcode_label.Size = new System.Drawing.Size(52, 27);
  94. this.sc_stepcode_label.TabIndex = 165;
  95. this.sc_stepcode_label.Text = "工序";
  96. //
  97. // ma_craftcode_label
  98. //
  99. this.ma_craftcode_label.AutoSize = true;
  100. this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.ma_craftcode_label.Location = new System.Drawing.Point(13, 118);
  102. this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.ma_craftcode_label.Name = "ma_craftcode_label";
  104. this.ma_craftcode_label.Size = new System.Drawing.Size(92, 27);
  105. this.ma_craftcode_label.TabIndex = 162;
  106. this.ma_craftcode_label.Text = "工艺路线";
  107. //
  108. // sc_linecode_label
  109. //
  110. this.sc_linecode_label.AutoSize = true;
  111. this.sc_linecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.sc_linecode_label.Location = new System.Drawing.Point(432, 118);
  113. this.sc_linecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.sc_linecode_label.Name = "sc_linecode_label";
  115. this.sc_linecode_label.Size = new System.Drawing.Size(52, 27);
  116. this.sc_linecode_label.TabIndex = 159;
  117. this.sc_linecode_label.Text = "线别";
  118. //
  119. // ma_code_label
  120. //
  121. this.ma_code_label.AutoSize = true;
  122. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.ma_code_label.Location = new System.Drawing.Point(13, 72);
  124. this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.ma_code_label.Name = "ma_code_label";
  126. this.ma_code_label.Size = new System.Drawing.Size(92, 27);
  127. this.ma_code_label.TabIndex = 155;
  128. this.ma_code_label.Text = "归属工单";
  129. //
  130. // pr_detail_label
  131. //
  132. this.pr_detail_label.AutoSize = true;
  133. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.pr_detail_label.Location = new System.Drawing.Point(857, 72);
  135. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  136. this.pr_detail_label.Name = "pr_detail_label";
  137. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  138. this.pr_detail_label.TabIndex = 156;
  139. this.pr_detail_label.Text = "产品名称";
  140. //
  141. // ma_prodcode_label
  142. //
  143. this.ma_prodcode_label.AutoSize = true;
  144. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.ma_prodcode_label.Location = new System.Drawing.Point(432, 72);
  146. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  147. this.ma_prodcode_label.Name = "ma_prodcode_label";
  148. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  149. this.ma_prodcode_label.TabIndex = 157;
  150. this.ma_prodcode_label.Text = "产品代码";
  151. //
  152. // label3
  153. //
  154. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  155. | System.Windows.Forms.AnchorStyles.Left)));
  156. this.label3.AutoSize = true;
  157. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.label3.Location = new System.Drawing.Point(16, 659);
  159. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  160. this.label3.Name = "label3";
  161. this.label3.Size = new System.Drawing.Size(92, 27);
  162. this.label3.TabIndex = 175;
  163. this.label3.Text = "物料批号";
  164. //
  165. // label2
  166. //
  167. this.label2.AutoSize = true;
  168. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.label2.ForeColor = System.Drawing.Color.Blue;
  170. this.label2.Location = new System.Drawing.Point(13, 165);
  171. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  172. this.label2.Name = "label2";
  173. this.label2.Size = new System.Drawing.Size(112, 27);
  174. this.label2.TabIndex = 181;
  175. this.label2.Text = "批物料管控";
  176. //
  177. // ma_code
  178. //
  179. this.ma_code.AllPower = null;
  180. this.ma_code.Caller = null;
  181. this.ma_code.Condition = null;
  182. this.ma_code.DBTitle = null;
  183. this.ma_code.FormName = null;
  184. this.ma_code.Location = new System.Drawing.Point(149, 72);
  185. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  186. this.ma_code.Name = "ma_code";
  187. this.ma_code.Power = null;
  188. this.ma_code.SelectField = null;
  189. this.ma_code.SetValueField = null;
  190. this.ma_code.Size = new System.Drawing.Size(228, 25);
  191. this.ma_code.TabIndex = 180;
  192. this.ma_code.TableName = null;
  193. this.ma_code.Tag = "ma_code";
  194. this.ma_code.TextBoxEnable = true;
  195. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  196. //
  197. // Clean
  198. //
  199. this.Clean.AllPower = null;
  200. this.Clean.BackColor = System.Drawing.Color.Transparent;
  201. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  202. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  203. this.Clean.IsShowBorder = true;
  204. this.Clean.Location = new System.Drawing.Point(1237, 654);
  205. this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  206. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  207. this.Clean.Name = "Clean";
  208. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  209. this.Clean.Power = null;
  210. this.Clean.Size = new System.Drawing.Size(80, 30);
  211. this.Clean.TabIndex = 179;
  212. this.Clean.Tag = "IfRead";
  213. this.Clean.Text = "清除";
  214. this.Clean.UseVisualStyleBackColor = true;
  215. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  216. //
  217. // OperateResult
  218. //
  219. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.OperateResult.Location = new System.Drawing.Point(1120, 198);
  221. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  222. this.OperateResult.Name = "OperateResult";
  223. this.OperateResult.Size = new System.Drawing.Size(311, 440);
  224. this.OperateResult.TabIndex = 178;
  225. this.OperateResult.Text = "";
  226. //
  227. // Confirm
  228. //
  229. this.Confirm.AllPower = "ifall";
  230. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  231. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  232. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  233. this.Confirm.IsShowBorder = true;
  234. this.Confirm.Location = new System.Drawing.Point(461, 655);
  235. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  236. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  237. this.Confirm.Name = "Confirm";
  238. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  239. this.Confirm.Power = null;
  240. this.Confirm.Size = new System.Drawing.Size(80, 30);
  241. this.Confirm.TabIndex = 177;
  242. this.Confirm.Tag = "IfRead";
  243. this.Confirm.Text = "确认";
  244. this.Confirm.UseVisualStyleBackColor = true;
  245. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  246. //
  247. // pr_batchnum
  248. //
  249. this.pr_batchnum.AllPower = "ifall";
  250. this.pr_batchnum.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  251. | System.Windows.Forms.AnchorStyles.Left)));
  252. this.pr_batchnum.BackColor = System.Drawing.Color.White;
  253. this.pr_batchnum.ID = null;
  254. this.pr_batchnum.Location = new System.Drawing.Point(117, 659);
  255. this.pr_batchnum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  256. this.pr_batchnum.Name = "pr_batchnum";
  257. this.pr_batchnum.Power = null;
  258. this.pr_batchnum.Size = new System.Drawing.Size(320, 25);
  259. this.pr_batchnum.Str = null;
  260. this.pr_batchnum.Str1 = null;
  261. this.pr_batchnum.Str2 = null;
  262. this.pr_batchnum.TabIndex = 176;
  263. this.pr_batchnum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_batchnum_KeyDown);
  264. //
  265. // BatchProduct
  266. //
  267. this.BatchProduct.AllowUserToAddRows = false;
  268. this.BatchProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  269. this.BatchProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  270. this.Column1,
  271. this.Column2,
  272. this.Column3,
  273. this.Column4,
  274. this.Column5,
  275. this.Column6,
  276. this.Column7,
  277. this.Column8});
  278. this.BatchProduct.Location = new System.Drawing.Point(0, 198);
  279. this.BatchProduct.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  280. this.BatchProduct.Name = "BatchProduct";
  281. this.BatchProduct.RowTemplate.Height = 23;
  282. this.BatchProduct.Size = new System.Drawing.Size(1101, 441);
  283. this.BatchProduct.TabIndex = 174;
  284. //
  285. // Column1
  286. //
  287. this.Column1.DataPropertyName = "mm_prodcode";
  288. this.Column1.HeaderText = "首选料号";
  289. this.Column1.Name = "Column1";
  290. //
  291. // Column2
  292. //
  293. this.Column2.DataPropertyName = "mss_prodcode";
  294. this.Column2.HeaderText = "备选料号";
  295. this.Column2.Name = "Column2";
  296. //
  297. // Column3
  298. //
  299. this.Column3.DataPropertyName = "mss_barcode";
  300. this.Column3.HeaderText = "条码号";
  301. this.Column3.Name = "Column3";
  302. //
  303. // Column4
  304. //
  305. this.Column4.DataPropertyName = "mss_baseqty";
  306. this.Column4.HeaderText = "备料数量";
  307. this.Column4.Name = "Column4";
  308. //
  309. // Column5
  310. //
  311. this.Column5.DataPropertyName = "mm_qty";
  312. this.Column5.HeaderText = "需求数";
  313. this.Column5.Name = "Column5";
  314. //
  315. // Column6
  316. //
  317. this.Column6.DataPropertyName = "mss_remain";
  318. this.Column6.HeaderText = "剩余数";
  319. this.Column6.Name = "Column6";
  320. //
  321. // Column7
  322. //
  323. this.Column7.DataPropertyName = "pr_detail";
  324. this.Column7.HeaderText = "物料名称";
  325. this.Column7.Name = "Column7";
  326. //
  327. // Column8
  328. //
  329. this.Column8.DataPropertyName = "pr_spec";
  330. this.Column8.HeaderText = "物料规格";
  331. this.Column8.Name = "Column8";
  332. //
  333. // sc_stepcode
  334. //
  335. this.sc_stepcode.AutoSize = true;
  336. this.sc_stepcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.sc_stepcode.Location = new System.Drawing.Point(989, 118);
  338. this.sc_stepcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  339. this.sc_stepcode.Name = "sc_stepcode";
  340. this.sc_stepcode.Size = new System.Drawing.Size(0, 27);
  341. this.sc_stepcode.TabIndex = 171;
  342. //
  343. // pr_detail
  344. //
  345. this.pr_detail.AutoSize = true;
  346. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.pr_detail.Location = new System.Drawing.Point(989, 72);
  348. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.pr_detail.Name = "pr_detail";
  350. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  351. this.pr_detail.TabIndex = 170;
  352. this.pr_detail.Tag = "pr_detail";
  353. //
  354. // ma_craftcode
  355. //
  356. this.ma_craftcode.AutoSize = true;
  357. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.ma_craftcode.Location = new System.Drawing.Point(149, 118);
  359. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  360. this.ma_craftcode.Name = "ma_craftcode";
  361. this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
  362. this.ma_craftcode.TabIndex = 169;
  363. //
  364. // sc_linecode
  365. //
  366. this.sc_linecode.AutoSize = true;
  367. this.sc_linecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.sc_linecode.Location = new System.Drawing.Point(561, 118);
  369. this.sc_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  370. this.sc_linecode.Name = "sc_linecode";
  371. this.sc_linecode.Size = new System.Drawing.Size(0, 27);
  372. this.sc_linecode.TabIndex = 168;
  373. //
  374. // ma_prodcode
  375. //
  376. this.ma_prodcode.AutoSize = true;
  377. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.ma_prodcode.Location = new System.Drawing.Point(561, 72);
  379. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  380. this.ma_prodcode.Name = "ma_prodcode";
  381. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  382. this.ma_prodcode.TabIndex = 167;
  383. this.ma_prodcode.Tag = "ma_prodcode";
  384. //
  385. // Screen
  386. //
  387. this.Screen.AllPower = null;
  388. this.Screen.BackColor = System.Drawing.Color.Transparent;
  389. this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
  390. this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
  391. this.Screen.IsShowBorder = true;
  392. this.Screen.Location = new System.Drawing.Point(1351, 118);
  393. this.Screen.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  394. this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage")));
  395. this.Screen.Name = "Screen";
  396. this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage")));
  397. this.Screen.Power = null;
  398. this.Screen.Size = new System.Drawing.Size(80, 30);
  399. this.Screen.TabIndex = 154;
  400. this.Screen.Tag = "IfRead";
  401. this.Screen.Text = "刷新";
  402. this.Screen.UseVisualStyleBackColor = true;
  403. this.Screen.Click += new System.EventHandler(this.Screen_Click);
  404. //
  405. // Make_PositionStock
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.ClientSize = new System.Drawing.Size(1439, 700);
  410. this.Controls.Add(this.label2);
  411. this.Controls.Add(this.ma_code);
  412. this.Controls.Add(this.Clean);
  413. this.Controls.Add(this.OperateResult);
  414. this.Controls.Add(this.Confirm);
  415. this.Controls.Add(this.pr_batchnum);
  416. this.Controls.Add(this.label3);
  417. this.Controls.Add(this.BatchProduct);
  418. this.Controls.Add(this.sc_stepcode);
  419. this.Controls.Add(this.pr_detail);
  420. this.Controls.Add(this.ma_craftcode);
  421. this.Controls.Add(this.sc_linecode);
  422. this.Controls.Add(this.ma_prodcode);
  423. this.Controls.Add(this.sc_stepcode_label);
  424. this.Controls.Add(this.ma_craftcode_label);
  425. this.Controls.Add(this.sc_linecode_label);
  426. this.Controls.Add(this.ma_code_label);
  427. this.Controls.Add(this.pr_detail_label);
  428. this.Controls.Add(this.ma_prodcode_label);
  429. this.Controls.Add(this.Screen);
  430. this.Controls.Add(this.panel2);
  431. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  432. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  433. this.Name = "Make_PositionStock";
  434. this.Tag = "Make!PositionStock";
  435. this.Text = "岗位备料";
  436. this.Load += new System.EventHandler(this.岗位备料_Load);
  437. this.SizeChanged += new System.EventHandler(this.岗位备料_SizeChanged);
  438. this.panel2.ResumeLayout(false);
  439. this.panel2.PerformLayout();
  440. ((System.ComponentModel.ISupportInitialize)(this.BatchProduct)).EndInit();
  441. this.ResumeLayout(false);
  442. this.PerformLayout();
  443. }
  444. #endregion
  445. private System.Windows.Forms.Panel panel2;
  446. private System.Windows.Forms.Label label1;
  447. private CustomControl.ButtonUtil.NormalButton Screen;
  448. private System.Windows.Forms.Label sc_stepcode_label;
  449. private System.Windows.Forms.Label ma_craftcode_label;
  450. private System.Windows.Forms.Label sc_linecode_label;
  451. private System.Windows.Forms.Label ma_code_label;
  452. private System.Windows.Forms.Label pr_detail_label;
  453. private System.Windows.Forms.Label ma_prodcode_label;
  454. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  455. private CustomControl.ValueLabel.ValueLabel sc_linecode;
  456. private CustomControl.ValueLabel.ValueLabel ma_craftcode;
  457. private CustomControl.ValueLabel.ValueLabel pr_detail;
  458. private CustomControl.ValueLabel.ValueLabel sc_stepcode;
  459. private CustomControl.DataGrid_View.DataGridViewWithSerialNum BatchProduct;
  460. private CustomControl.TextBoxWithIcon.EnterTextBox pr_batchnum;
  461. private System.Windows.Forms.Label label3;
  462. private CustomControl.ButtonUtil.NormalButton Confirm;
  463. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  464. private CustomControl.ButtonUtil.NormalButton Clean;
  465. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  466. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  467. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  468. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  469. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  470. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  471. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
  473. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  474. private System.Windows.Forms.Label label2;
  475. }
  476. }