锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

683 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMINNO
  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(FormICSMINNO));
  29. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  30. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  31. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  32. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  34. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  35. this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnMO = new DevExpress.XtraEditors.ButtonEdit();
  37. this.btnOP = new DevExpress.XtraEditors.ButtonEdit();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.comROUTE = new System.Windows.Forms.ComboBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.btnSS = new DevExpress.XtraEditors.ButtonEdit();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label6 = new System.Windows.Forms.Label();
  46. this.txtSEQ = new System.Windows.Forms.TextBox();
  47. this.txtNO = new System.Windows.Forms.TextBox();
  48. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  49. this.txtID = new System.Windows.Forms.TextBox();
  50. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  51. this.textBox1 = new System.Windows.Forms.TextBox();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.textBox2 = new System.Windows.Forms.TextBox();
  55. this.txtRESCODE = new System.Windows.Forms.TextBox();
  56. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  57. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.gridSplitContainer1 = new DevExpress.XtraGrid.GridSplitContainer();
  60. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  61. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  62. this.OBITEMSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  63. this.OBSITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  64. this.colMUSER = new DevExpress.XtraGrid.Columns.GridColumn();
  65. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  66. this.OBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  67. this.INVDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  68. this.MITEMPACKEDNO = new DevExpress.XtraGrid.Columns.GridColumn();
  69. this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
  70. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  71. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  72. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  75. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  76. this.panelControl3.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.btnMO.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.btnOP.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  81. this.panelControl1.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  83. this.panelControl4.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  85. this.panelControl2.SuspendLayout();
  86. this.groupBox1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).BeginInit();
  88. this.gridSplitContainer1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  91. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // btnOutPut
  96. //
  97. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  98. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  99. this.btnOutPut.Appearance.Options.UseFont = true;
  100. this.btnOutPut.Appearance.Options.UseForeColor = true;
  101. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  102. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  103. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  104. this.btnOutPut.Location = new System.Drawing.Point(210, 0);
  105. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  106. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  107. this.btnOutPut.Name = "btnOutPut";
  108. this.btnOutPut.Size = new System.Drawing.Size(63, 30);
  109. this.btnOutPut.TabIndex = 2;
  110. this.btnOutPut.Text = "导出";
  111. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  112. //
  113. // btnExit
  114. //
  115. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  117. this.btnExit.Appearance.Options.UseFont = true;
  118. this.btnExit.Appearance.Options.UseForeColor = true;
  119. this.btnExit.Appearance.Options.UseTextOptions = true;
  120. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  121. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  122. this.btnExit.Location = new System.Drawing.Point(331, 0);
  123. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  124. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  125. this.btnExit.Name = "btnExit";
  126. this.btnExit.Size = new System.Drawing.Size(55, 30);
  127. this.btnExit.TabIndex = 10;
  128. this.btnExit.Text = "退出";
  129. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  130. //
  131. // panelControl3
  132. //
  133. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  134. this.panelControl3.Appearance.Options.UseBackColor = true;
  135. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  136. this.panelControl3.Controls.Add(this.btnClose);
  137. this.panelControl3.Controls.Add(this.btnCreate);
  138. this.panelControl3.Controls.Add(this.lblTitle);
  139. this.panelControl3.Controls.Add(this.btnRefresh);
  140. this.panelControl3.Controls.Add(this.btnExit);
  141. this.panelControl3.Controls.Add(this.btnOutPut);
  142. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  143. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  144. this.panelControl3.Name = "panelControl3";
  145. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  146. this.panelControl3.TabIndex = 13;
  147. //
  148. // btnClose
  149. //
  150. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  151. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  152. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  153. this.btnClose.Appearance.Options.UseFont = true;
  154. this.btnClose.Appearance.Options.UseForeColor = true;
  155. this.btnClose.Appearance.Options.UseTextOptions = true;
  156. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  157. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  158. this.btnClose.Location = new System.Drawing.Point(1006, 0);
  159. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  160. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  161. this.btnClose.Name = "btnClose";
  162. this.btnClose.Size = new System.Drawing.Size(30, 30);
  163. this.btnClose.TabIndex = 28;
  164. //
  165. // btnCreate
  166. //
  167. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  168. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  169. this.btnCreate.Appearance.Options.UseFont = true;
  170. this.btnCreate.Appearance.Options.UseForeColor = true;
  171. this.btnCreate.Appearance.Options.UseTextOptions = true;
  172. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  173. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  174. this.btnCreate.Location = new System.Drawing.Point(155, 0);
  175. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  176. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  177. this.btnCreate.Name = "btnCreate";
  178. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  179. this.btnCreate.TabIndex = 23;
  180. this.btnCreate.Text = "保存";
  181. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  182. //
  183. // lblTitle
  184. //
  185. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  186. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  187. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  188. this.lblTitle.Location = new System.Drawing.Point(3, 4);
  189. this.lblTitle.Name = "lblTitle";
  190. this.lblTitle.Size = new System.Drawing.Size(122, 23);
  191. this.lblTitle.TabIndex = 19;
  192. this.lblTitle.Text = "岗位用料列表维护";
  193. //
  194. // btnRefresh
  195. //
  196. this.btnRefresh.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  197. this.btnRefresh.Appearance.ForeColor = System.Drawing.Color.White;
  198. this.btnRefresh.Appearance.Options.UseFont = true;
  199. this.btnRefresh.Appearance.Options.UseForeColor = true;
  200. this.btnRefresh.Appearance.Options.UseTextOptions = true;
  201. this.btnRefresh.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  202. this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
  203. this.btnRefresh.Location = new System.Drawing.Point(273, 0);
  204. this.btnRefresh.LookAndFeel.SkinName = "BlueButtonSkin";
  205. this.btnRefresh.LookAndFeel.UseDefaultLookAndFeel = false;
  206. this.btnRefresh.Name = "btnRefresh";
  207. this.btnRefresh.Size = new System.Drawing.Size(58, 30);
  208. this.btnRefresh.TabIndex = 17;
  209. this.btnRefresh.Text = "刷新";
  210. this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
  211. //
  212. // btnMO
  213. //
  214. this.btnMO.Location = new System.Drawing.Point(100, 24);
  215. this.btnMO.Name = "btnMO";
  216. this.btnMO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  217. new DevExpress.XtraEditors.Controls.EditorButton()});
  218. this.btnMO.Size = new System.Drawing.Size(164, 20);
  219. this.btnMO.TabIndex = 15;
  220. this.btnMO.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnMO_ButtonClick);
  221. this.btnMO.EditValueChanged += new System.EventHandler(this.btnMO_EditValueChanged);
  222. //
  223. // btnOP
  224. //
  225. this.btnOP.Location = new System.Drawing.Point(100, 61);
  226. this.btnOP.Name = "btnOP";
  227. this.btnOP.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  228. new DevExpress.XtraEditors.Controls.EditorButton()});
  229. this.btnOP.Size = new System.Drawing.Size(164, 20);
  230. this.btnOP.TabIndex = 16;
  231. this.btnOP.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnOP_ButtonClick);
  232. //
  233. // label1
  234. //
  235. this.label1.AutoSize = true;
  236. this.label1.Location = new System.Drawing.Point(59, 27);
  237. this.label1.Name = "label1";
  238. this.label1.Size = new System.Drawing.Size(35, 14);
  239. this.label1.TabIndex = 17;
  240. this.label1.Text = "工单:";
  241. //
  242. // label2
  243. //
  244. this.label2.AutoSize = true;
  245. this.label2.Location = new System.Drawing.Point(59, 64);
  246. this.label2.Name = "label2";
  247. this.label2.Size = new System.Drawing.Size(35, 14);
  248. this.label2.TabIndex = 18;
  249. this.label2.Text = "工序:";
  250. //
  251. // comROUTE
  252. //
  253. this.comROUTE.FormattingEnabled = true;
  254. this.comROUTE.Location = new System.Drawing.Point(396, 22);
  255. this.comROUTE.Name = "comROUTE";
  256. this.comROUTE.Size = new System.Drawing.Size(176, 22);
  257. this.comROUTE.TabIndex = 19;
  258. this.comROUTE.SelectedIndexChanged += new System.EventHandler(this.comROUTE_SelectedIndexChanged);
  259. //
  260. // label3
  261. //
  262. this.label3.AutoSize = true;
  263. this.label3.Location = new System.Drawing.Point(353, 27);
  264. this.label3.Name = "label3";
  265. this.label3.Size = new System.Drawing.Size(35, 14);
  266. this.label3.TabIndex = 20;
  267. this.label3.Text = "途程:";
  268. //
  269. // label4
  270. //
  271. this.label4.AutoSize = true;
  272. this.label4.Location = new System.Drawing.Point(354, 64);
  273. this.label4.Name = "label4";
  274. this.label4.Size = new System.Drawing.Size(35, 14);
  275. this.label4.TabIndex = 21;
  276. this.label4.Text = "线别:";
  277. //
  278. // btnSS
  279. //
  280. this.btnSS.Location = new System.Drawing.Point(396, 61);
  281. this.btnSS.Name = "btnSS";
  282. this.btnSS.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  283. new DevExpress.XtraEditors.Controls.EditorButton()});
  284. this.btnSS.Size = new System.Drawing.Size(176, 20);
  285. this.btnSS.TabIndex = 22;
  286. this.btnSS.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnSS_ButtonClick);
  287. //
  288. // label5
  289. //
  290. this.label5.AutoSize = true;
  291. this.label5.Location = new System.Drawing.Point(88, 20);
  292. this.label5.Name = "label5";
  293. this.label5.Size = new System.Drawing.Size(47, 14);
  294. this.label5.TabIndex = 23;
  295. this.label5.Text = "顺序号:";
  296. //
  297. // label6
  298. //
  299. this.label6.AutoSize = true;
  300. this.label6.Location = new System.Drawing.Point(52, 51);
  301. this.label6.Name = "label6";
  302. this.label6.Size = new System.Drawing.Size(83, 14);
  303. this.label6.TabIndex = 24;
  304. this.label6.Text = "最小包装条码:";
  305. //
  306. // txtSEQ
  307. //
  308. this.txtSEQ.Location = new System.Drawing.Point(155, 17);
  309. this.txtSEQ.Name = "txtSEQ";
  310. this.txtSEQ.Size = new System.Drawing.Size(151, 22);
  311. this.txtSEQ.TabIndex = 25;
  312. //
  313. // txtNO
  314. //
  315. this.txtNO.Location = new System.Drawing.Point(155, 51);
  316. this.txtNO.Name = "txtNO";
  317. this.txtNO.Size = new System.Drawing.Size(151, 22);
  318. this.txtNO.TabIndex = 26;
  319. //
  320. // panelControl1
  321. //
  322. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  323. | System.Windows.Forms.AnchorStyles.Right)));
  324. this.panelControl1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  325. this.panelControl1.Appearance.Options.UseBackColor = true;
  326. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  327. this.panelControl1.Controls.Add(this.txtID);
  328. this.panelControl1.Controls.Add(this.panelControl4);
  329. this.panelControl1.Controls.Add(this.txtRESCODE);
  330. this.panelControl1.Controls.Add(this.btnMO);
  331. this.panelControl1.Controls.Add(this.btnOP);
  332. this.panelControl1.Controls.Add(this.label1);
  333. this.panelControl1.Controls.Add(this.label2);
  334. this.panelControl1.Controls.Add(this.comROUTE);
  335. this.panelControl1.Controls.Add(this.label3);
  336. this.panelControl1.Controls.Add(this.btnSS);
  337. this.panelControl1.Controls.Add(this.label4);
  338. this.panelControl1.Location = new System.Drawing.Point(0, 30);
  339. this.panelControl1.Name = "panelControl1";
  340. this.panelControl1.Size = new System.Drawing.Size(1036, 101);
  341. this.panelControl1.TabIndex = 27;
  342. //
  343. // txtID
  344. //
  345. this.txtID.Location = new System.Drawing.Point(991, 56);
  346. this.txtID.Name = "txtID";
  347. this.txtID.Size = new System.Drawing.Size(33, 22);
  348. this.txtID.TabIndex = 30;
  349. this.txtID.Visible = false;
  350. //
  351. // panelControl4
  352. //
  353. this.panelControl4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  354. | System.Windows.Forms.AnchorStyles.Left)
  355. | System.Windows.Forms.AnchorStyles.Right)));
  356. this.panelControl4.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  357. this.panelControl4.Appearance.Options.UseBackColor = true;
  358. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  359. this.panelControl4.Controls.Add(this.textBox1);
  360. this.panelControl4.Controls.Add(this.label7);
  361. this.panelControl4.Controls.Add(this.label8);
  362. this.panelControl4.Controls.Add(this.textBox2);
  363. this.panelControl4.Location = new System.Drawing.Point(0, 116);
  364. this.panelControl4.Name = "panelControl4";
  365. this.panelControl4.Size = new System.Drawing.Size(1036, 182);
  366. this.panelControl4.TabIndex = 29;
  367. //
  368. // textBox1
  369. //
  370. this.textBox1.Location = new System.Drawing.Point(155, 25);
  371. this.textBox1.Name = "textBox1";
  372. this.textBox1.Size = new System.Drawing.Size(109, 22);
  373. this.textBox1.TabIndex = 25;
  374. //
  375. // label7
  376. //
  377. this.label7.AutoSize = true;
  378. this.label7.Location = new System.Drawing.Point(88, 28);
  379. this.label7.Name = "label7";
  380. this.label7.Size = new System.Drawing.Size(47, 14);
  381. this.label7.TabIndex = 23;
  382. this.label7.Text = "顺序号:";
  383. //
  384. // label8
  385. //
  386. this.label8.AutoSize = true;
  387. this.label8.Location = new System.Drawing.Point(52, 59);
  388. this.label8.Name = "label8";
  389. this.label8.Size = new System.Drawing.Size(83, 14);
  390. this.label8.TabIndex = 24;
  391. this.label8.Text = "最小包装条码:";
  392. //
  393. // textBox2
  394. //
  395. this.textBox2.Location = new System.Drawing.Point(155, 59);
  396. this.textBox2.Name = "textBox2";
  397. this.textBox2.Size = new System.Drawing.Size(151, 22);
  398. this.textBox2.TabIndex = 26;
  399. //
  400. // txtRESCODE
  401. //
  402. this.txtRESCODE.Location = new System.Drawing.Point(991, 19);
  403. this.txtRESCODE.Name = "txtRESCODE";
  404. this.txtRESCODE.Size = new System.Drawing.Size(33, 22);
  405. this.txtRESCODE.TabIndex = 23;
  406. this.txtRESCODE.Visible = false;
  407. //
  408. // labelControl1
  409. //
  410. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  411. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  412. this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  413. this.labelControl1.Location = new System.Drawing.Point(882, -29);
  414. this.labelControl1.Name = "labelControl1";
  415. this.labelControl1.Size = new System.Drawing.Size(122, 23);
  416. this.labelControl1.TabIndex = 19;
  417. this.labelControl1.Text = "岗位用料列表维护";
  418. //
  419. // panelControl2
  420. //
  421. this.panelControl2.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  422. this.panelControl2.Appearance.Options.UseBackColor = true;
  423. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  424. this.panelControl2.Controls.Add(this.txtSEQ);
  425. this.panelControl2.Controls.Add(this.label5);
  426. this.panelControl2.Controls.Add(this.label6);
  427. this.panelControl2.Controls.Add(this.txtNO);
  428. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
  429. this.panelControl2.Location = new System.Drawing.Point(0, 340);
  430. this.panelControl2.Name = "panelControl2";
  431. this.panelControl2.Size = new System.Drawing.Size(1036, 99);
  432. this.panelControl2.TabIndex = 28;
  433. //
  434. // groupBox1
  435. //
  436. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  437. | System.Windows.Forms.AnchorStyles.Left)
  438. | System.Windows.Forms.AnchorStyles.Right)));
  439. this.groupBox1.Controls.Add(this.gridSplitContainer1);
  440. this.groupBox1.Location = new System.Drawing.Point(3, 150);
  441. this.groupBox1.Name = "groupBox1";
  442. this.groupBox1.Size = new System.Drawing.Size(1030, 184);
  443. this.groupBox1.TabIndex = 29;
  444. this.groupBox1.TabStop = false;
  445. this.groupBox1.Text = "岗位用料信息";
  446. //
  447. // gridSplitContainer1
  448. //
  449. this.gridSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.gridSplitContainer1.Grid = this.grdDetail;
  451. this.gridSplitContainer1.Location = new System.Drawing.Point(3, 18);
  452. this.gridSplitContainer1.Name = "gridSplitContainer1";
  453. this.gridSplitContainer1.Panel1.Controls.Add(this.grdDetail);
  454. this.gridSplitContainer1.Size = new System.Drawing.Size(1024, 163);
  455. this.gridSplitContainer1.TabIndex = 0;
  456. //
  457. // grdDetail
  458. //
  459. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  460. this.grdDetail.Location = new System.Drawing.Point(0, 0);
  461. this.grdDetail.MainView = this.grvDetail;
  462. this.grdDetail.Name = "grdDetail";
  463. this.grdDetail.Size = new System.Drawing.Size(1024, 163);
  464. this.grdDetail.TabIndex = 28;
  465. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  466. this.grvDetail,
  467. this.grvAdvDetail,
  468. this.gridView1});
  469. //
  470. // grvDetail
  471. //
  472. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  473. this.OBITEMSEQ,
  474. this.OBSITEMCODE,
  475. this.colMUSER,
  476. this.colMTIME,
  477. this.OBITEMCODE,
  478. this.INVDESC,
  479. this.MITEMPACKEDNO,
  480. this.ID});
  481. this.grvDetail.GridControl = this.grdDetail;
  482. this.grvDetail.Name = "grvDetail";
  483. this.grvDetail.OptionsBehavior.Editable = false;
  484. this.grvDetail.OptionsBehavior.ReadOnly = true;
  485. this.grvDetail.OptionsSelection.MultiSelect = true;
  486. this.grvDetail.OptionsView.ShowFooter = true;
  487. this.grvDetail.OptionsView.ShowGroupPanel = false;
  488. //
  489. // OBITEMSEQ
  490. //
  491. this.OBITEMSEQ.Caption = "顺序号";
  492. this.OBITEMSEQ.FieldName = "OBITEMSEQ";
  493. this.OBITEMSEQ.Name = "OBITEMSEQ";
  494. this.OBITEMSEQ.Visible = true;
  495. this.OBITEMSEQ.VisibleIndex = 0;
  496. //
  497. // OBSITEMCODE
  498. //
  499. this.OBSITEMCODE.Caption = "首选料料号";
  500. this.OBSITEMCODE.FieldName = "OBSITEMCODE";
  501. this.OBSITEMCODE.Name = "OBSITEMCODE";
  502. this.OBSITEMCODE.Visible = true;
  503. this.OBSITEMCODE.VisibleIndex = 1;
  504. //
  505. // colMUSER
  506. //
  507. this.colMUSER.Caption = "维护人";
  508. this.colMUSER.FieldName = "MUSERName";
  509. this.colMUSER.Name = "colMUSER";
  510. this.colMUSER.Visible = true;
  511. this.colMUSER.VisibleIndex = 5;
  512. //
  513. // colMTIME
  514. //
  515. this.colMTIME.Caption = "维护时间";
  516. this.colMTIME.FieldName = "MTIME";
  517. this.colMTIME.Name = "colMTIME";
  518. this.colMTIME.Visible = true;
  519. this.colMTIME.VisibleIndex = 6;
  520. //
  521. // OBITEMCODE
  522. //
  523. this.OBITEMCODE.Caption = "物料代码";
  524. this.OBITEMCODE.FieldName = "OBITEMCODE";
  525. this.OBITEMCODE.Name = "OBITEMCODE";
  526. this.OBITEMCODE.Visible = true;
  527. this.OBITEMCODE.VisibleIndex = 3;
  528. //
  529. // INVDESC
  530. //
  531. this.INVDESC.Caption = "物料描述";
  532. this.INVDESC.FieldName = "INVDESC";
  533. this.INVDESC.Name = "INVDESC";
  534. this.INVDESC.Visible = true;
  535. this.INVDESC.VisibleIndex = 4;
  536. //
  537. // MITEMPACKEDNO
  538. //
  539. this.MITEMPACKEDNO.Caption = "最小包装条码";
  540. this.MITEMPACKEDNO.FieldName = "MITEMPACKEDNO";
  541. this.MITEMPACKEDNO.Name = "MITEMPACKEDNO";
  542. this.MITEMPACKEDNO.Visible = true;
  543. this.MITEMPACKEDNO.VisibleIndex = 2;
  544. //
  545. // ID
  546. //
  547. this.ID.Caption = "编号";
  548. this.ID.FieldName = "编号";
  549. this.ID.Name = "ID";
  550. //
  551. // grvAdvDetail
  552. //
  553. this.grvAdvDetail.GridControl = this.grdDetail;
  554. this.grvAdvDetail.Name = "grvAdvDetail";
  555. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  556. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  557. this.grvAdvDetail.OptionsView.ShowFooter = true;
  558. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  559. //
  560. // gridView1
  561. //
  562. this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  563. this.gridColumn1,
  564. this.gridColumn2,
  565. this.gridColumn3});
  566. this.gridView1.GridControl = this.grdDetail;
  567. this.gridView1.Name = "gridView1";
  568. //
  569. // gridColumn1
  570. //
  571. this.gridColumn1.Caption = "gridColumn1";
  572. this.gridColumn1.FieldName = "DCTCode";
  573. this.gridColumn1.Name = "gridColumn1";
  574. this.gridColumn1.Visible = true;
  575. this.gridColumn1.VisibleIndex = 0;
  576. //
  577. // gridColumn2
  578. //
  579. this.gridColumn2.Caption = "gridColumn2";
  580. this.gridColumn2.Name = "gridColumn2";
  581. this.gridColumn2.Visible = true;
  582. this.gridColumn2.VisibleIndex = 1;
  583. //
  584. // gridColumn3
  585. //
  586. this.gridColumn3.Caption = "gridColumn3";
  587. this.gridColumn3.Name = "gridColumn3";
  588. this.gridColumn3.Visible = true;
  589. this.gridColumn3.VisibleIndex = 2;
  590. //
  591. // FormICSMINNO
  592. //
  593. this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  594. this.Appearance.Options.UseBackColor = true;
  595. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  596. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  597. this.ClientSize = new System.Drawing.Size(1036, 439);
  598. this.Controls.Add(this.groupBox1);
  599. this.Controls.Add(this.panelControl2);
  600. this.Controls.Add(this.panelControl1);
  601. this.Controls.Add(this.labelControl1);
  602. this.Controls.Add(this.panelControl3);
  603. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  604. this.Name = "FormICSMINNO";
  605. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  606. this.Text = "FormGridReport";
  607. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  608. this.panelControl3.ResumeLayout(false);
  609. ((System.ComponentModel.ISupportInitialize)(this.btnMO.Properties)).EndInit();
  610. ((System.ComponentModel.ISupportInitialize)(this.btnOP.Properties)).EndInit();
  611. ((System.ComponentModel.ISupportInitialize)(this.btnSS.Properties)).EndInit();
  612. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  613. this.panelControl1.ResumeLayout(false);
  614. this.panelControl1.PerformLayout();
  615. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  616. this.panelControl4.ResumeLayout(false);
  617. this.panelControl4.PerformLayout();
  618. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  619. this.panelControl2.ResumeLayout(false);
  620. this.panelControl2.PerformLayout();
  621. this.groupBox1.ResumeLayout(false);
  622. ((System.ComponentModel.ISupportInitialize)(this.gridSplitContainer1)).EndInit();
  623. this.gridSplitContainer1.ResumeLayout(false);
  624. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  625. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  628. this.ResumeLayout(false);
  629. }
  630. #endregion
  631. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  632. private DevExpress.XtraEditors.SimpleButton btnExit;
  633. private DevExpress.XtraEditors.PanelControl panelControl3;
  634. private DevExpress.XtraEditors.SimpleButton btnRefresh;
  635. private DevExpress.XtraEditors.LabelControl lblTitle;
  636. private DevExpress.XtraEditors.SimpleButton btnCreate;
  637. private DevExpress.XtraEditors.ButtonEdit btnMO;
  638. private DevExpress.XtraEditors.ButtonEdit btnOP;
  639. private System.Windows.Forms.Label label1;
  640. private System.Windows.Forms.Label label2;
  641. private System.Windows.Forms.ComboBox comROUTE;
  642. private System.Windows.Forms.Label label3;
  643. private System.Windows.Forms.Label label4;
  644. private DevExpress.XtraEditors.ButtonEdit btnSS;
  645. private System.Windows.Forms.Label label5;
  646. private System.Windows.Forms.Label label6;
  647. private System.Windows.Forms.TextBox txtSEQ;
  648. private System.Windows.Forms.TextBox txtNO;
  649. private DevExpress.XtraEditors.PanelControl panelControl1;
  650. private DevExpress.XtraEditors.LabelControl labelControl1;
  651. private DevExpress.XtraEditors.PanelControl panelControl2;
  652. private System.Windows.Forms.TextBox txtRESCODE;
  653. private DevExpress.XtraEditors.PanelControl panelControl4;
  654. private System.Windows.Forms.TextBox textBox1;
  655. private System.Windows.Forms.Label label7;
  656. private System.Windows.Forms.Label label8;
  657. private System.Windows.Forms.TextBox textBox2;
  658. private System.Windows.Forms.GroupBox groupBox1;
  659. private DevExpress.XtraGrid.GridControl grdDetail;
  660. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  661. private DevExpress.XtraGrid.Columns.GridColumn ID;
  662. private DevExpress.XtraGrid.Columns.GridColumn OBITEMSEQ;
  663. private DevExpress.XtraGrid.Columns.GridColumn OBSITEMCODE;
  664. private DevExpress.XtraGrid.Columns.GridColumn colMUSER;
  665. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  666. private DevExpress.XtraGrid.Columns.GridColumn OBITEMCODE;
  667. private DevExpress.XtraGrid.Columns.GridColumn INVDESC;
  668. private DevExpress.XtraGrid.Columns.GridColumn MITEMPACKEDNO;
  669. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  670. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  671. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  672. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  673. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  674. private DevExpress.XtraGrid.GridSplitContainer gridSplitContainer1;
  675. private System.Windows.Forms.TextBox txtID;
  676. private DevExpress.XtraEditors.SimpleButton btnClose;
  677. }
  678. }