锐腾搅拌上料功能
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.

624 lines
33 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSItemBackNew
  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(FormICSItemBackNew));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnModify = new DevExpress.XtraEditors.SimpleButton();
  33. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnOutPut = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  38. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  39. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.colMOCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colMOSEQ = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.colITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.colINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.colINVTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.colMOBITEMCODE = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.colCINVNAME = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.colCINVTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.colINVUOM = new DevExpress.XtraGrid.Columns.GridColumn();
  50. this.colQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  51. this.colQTYB = new DevExpress.XtraGrid.Columns.GridColumn();
  52. this.colLotNO = new DevExpress.XtraGrid.Columns.GridColumn();
  53. this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn();
  54. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  55. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  56. this.colTYPE = new DevExpress.XtraGrid.Columns.GridColumn();
  57. this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
  58. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  59. this.panel1 = new System.Windows.Forms.Panel();
  60. this.chkAll = new System.Windows.Forms.CheckBox();
  61. this.txtMOCode = new DevExpress.XtraEditors.GridLookUpEdit();
  62. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  63. this.cmbSEQ = new DevExpress.XtraEditors.ComboBoxEdit();
  64. this.label2 = new System.Windows.Forms.Label();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.groupBox1 = new System.Windows.Forms.GroupBox();
  67. this.panel2 = new System.Windows.Forms.Panel();
  68. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  69. this.panelControl3.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  73. this.panel1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).BeginInit();
  77. this.groupBox1.SuspendLayout();
  78. this.panel2.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // btnExit
  82. //
  83. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  85. this.btnExit.Appearance.Options.UseFont = true;
  86. this.btnExit.Appearance.Options.UseForeColor = true;
  87. this.btnExit.Appearance.Options.UseTextOptions = true;
  88. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  89. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  90. this.btnExit.Location = new System.Drawing.Point(397, 0);
  91. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  92. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  93. this.btnExit.Name = "btnExit";
  94. this.btnExit.Size = new System.Drawing.Size(55, 30);
  95. this.btnExit.TabIndex = 10;
  96. this.btnExit.Text = "退出";
  97. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  98. //
  99. // panelControl3
  100. //
  101. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  102. this.panelControl3.Appearance.Options.UseBackColor = true;
  103. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  104. this.panelControl3.Controls.Add(this.btnCreate);
  105. this.panelControl3.Controls.Add(this.btnModify);
  106. this.panelControl3.Controls.Add(this.simpleButton1);
  107. this.panelControl3.Controls.Add(this.btnPrint);
  108. this.panelControl3.Controls.Add(this.btnOutPut);
  109. this.panelControl3.Controls.Add(this.btnClose);
  110. this.panelControl3.Controls.Add(this.MOTitle);
  111. this.panelControl3.Controls.Add(this.btnExit);
  112. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  113. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  114. this.panelControl3.Name = "panelControl3";
  115. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  116. this.panelControl3.TabIndex = 13;
  117. //
  118. // btnCreate
  119. //
  120. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  121. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  122. this.btnCreate.Appearance.Options.UseFont = true;
  123. this.btnCreate.Appearance.Options.UseForeColor = true;
  124. this.btnCreate.Appearance.Options.UseTextOptions = true;
  125. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  126. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  127. this.btnCreate.Location = new System.Drawing.Point(657, 0);
  128. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  129. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  130. this.btnCreate.Name = "btnCreate";
  131. this.btnCreate.Size = new System.Drawing.Size(82, 30);
  132. this.btnCreate.TabIndex = 125;
  133. this.btnCreate.Text = "生成条码";
  134. this.btnCreate.Visible = false;
  135. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  136. //
  137. // btnModify
  138. //
  139. this.btnModify.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  140. this.btnModify.Appearance.ForeColor = System.Drawing.Color.White;
  141. this.btnModify.Appearance.Options.UseFont = true;
  142. this.btnModify.Appearance.Options.UseForeColor = true;
  143. this.btnModify.Appearance.Options.UseTextOptions = true;
  144. this.btnModify.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  145. this.btnModify.Image = ((System.Drawing.Image)(resources.GetObject("btnModify.Image")));
  146. this.btnModify.Location = new System.Drawing.Point(102, 0);
  147. this.btnModify.LookAndFeel.SkinName = "BlueButtonSkin";
  148. this.btnModify.LookAndFeel.UseDefaultLookAndFeel = false;
  149. this.btnModify.Name = "btnModify";
  150. this.btnModify.Size = new System.Drawing.Size(63, 30);
  151. this.btnModify.TabIndex = 124;
  152. this.btnModify.Text = "保存";
  153. this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
  154. //
  155. // simpleButton1
  156. //
  157. this.simpleButton1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  158. this.simpleButton1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.simpleButton1.Appearance.ForeColor = System.Drawing.Color.White;
  160. this.simpleButton1.Appearance.Options.UseBackColor = true;
  161. this.simpleButton1.Appearance.Options.UseFont = true;
  162. this.simpleButton1.Appearance.Options.UseForeColor = true;
  163. this.simpleButton1.Appearance.Options.UseTextOptions = true;
  164. this.simpleButton1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  165. this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
  166. this.simpleButton1.Location = new System.Drawing.Point(258, 0);
  167. this.simpleButton1.LookAndFeel.SkinName = "BlueButtonSkin";
  168. this.simpleButton1.LookAndFeel.UseDefaultLookAndFeel = false;
  169. this.simpleButton1.Name = "simpleButton1";
  170. this.simpleButton1.Size = new System.Drawing.Size(80, 30);
  171. this.simpleButton1.TabIndex = 123;
  172. this.simpleButton1.Text = "打印条码";
  173. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  174. //
  175. // btnPrint
  176. //
  177. this.btnPrint.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
  178. this.btnPrint.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  179. this.btnPrint.Appearance.ForeColor = System.Drawing.Color.White;
  180. this.btnPrint.Appearance.Options.UseBackColor = true;
  181. this.btnPrint.Appearance.Options.UseFont = true;
  182. this.btnPrint.Appearance.Options.UseForeColor = true;
  183. this.btnPrint.Appearance.Options.UseTextOptions = true;
  184. this.btnPrint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  185. this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
  186. this.btnPrint.Location = new System.Drawing.Point(165, 0);
  187. this.btnPrint.LookAndFeel.SkinName = "BlueButtonSkin";
  188. this.btnPrint.LookAndFeel.UseDefaultLookAndFeel = false;
  189. this.btnPrint.Name = "btnPrint";
  190. this.btnPrint.Size = new System.Drawing.Size(93, 30);
  191. this.btnPrint.TabIndex = 123;
  192. this.btnPrint.Text = "打印退料单";
  193. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  194. //
  195. // btnOutPut
  196. //
  197. this.btnOutPut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  198. this.btnOutPut.Appearance.ForeColor = System.Drawing.Color.White;
  199. this.btnOutPut.Appearance.Options.UseFont = true;
  200. this.btnOutPut.Appearance.Options.UseForeColor = true;
  201. this.btnOutPut.Appearance.Options.UseTextOptions = true;
  202. this.btnOutPut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  203. this.btnOutPut.Image = ((System.Drawing.Image)(resources.GetObject("btnOutPut.Image")));
  204. this.btnOutPut.Location = new System.Drawing.Point(338, 0);
  205. this.btnOutPut.LookAndFeel.SkinName = "BlueButtonSkin";
  206. this.btnOutPut.LookAndFeel.UseDefaultLookAndFeel = false;
  207. this.btnOutPut.Name = "btnOutPut";
  208. this.btnOutPut.Size = new System.Drawing.Size(59, 30);
  209. this.btnOutPut.TabIndex = 30;
  210. this.btnOutPut.Text = "导出";
  211. this.btnOutPut.Click += new System.EventHandler(this.btnOutPut_Click);
  212. //
  213. // btnClose
  214. //
  215. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  216. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  217. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  218. this.btnClose.Appearance.Options.UseFont = true;
  219. this.btnClose.Appearance.Options.UseForeColor = true;
  220. this.btnClose.Appearance.Options.UseTextOptions = true;
  221. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  222. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  223. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  224. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  225. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  226. this.btnClose.Name = "btnClose";
  227. this.btnClose.Size = new System.Drawing.Size(26, 29);
  228. this.btnClose.TabIndex = 25;
  229. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  230. //
  231. // MOTitle
  232. //
  233. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  234. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  235. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  236. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  237. this.MOTitle.Name = "MOTitle";
  238. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  239. this.MOTitle.TabIndex = 19;
  240. this.MOTitle.Text = "退料申请";
  241. //
  242. // grdDetail
  243. //
  244. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.grdDetail.Location = new System.Drawing.Point(3, 18);
  246. this.grdDetail.MainView = this.grvDetail;
  247. this.grdDetail.Name = "grdDetail";
  248. this.grdDetail.Size = new System.Drawing.Size(1030, 403);
  249. this.grdDetail.TabIndex = 0;
  250. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  251. this.grvDetail,
  252. this.grvAdvDetail});
  253. //
  254. // grvDetail
  255. //
  256. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  257. this.colisSelect,
  258. this.colMOCODE,
  259. this.colMOSEQ,
  260. this.colITEMCODE,
  261. this.colINVNAME,
  262. this.colINVTYPE,
  263. this.colMOBITEMCODE,
  264. this.colCINVNAME,
  265. this.colCINVTYPE,
  266. this.colINVUOM,
  267. this.colQTY,
  268. this.colQTYB,
  269. this.colLotNO,
  270. this.colSTATUS,
  271. this.colMUSERName,
  272. this.colMTIME,
  273. this.colTYPE,
  274. this.colID});
  275. this.grvDetail.GridControl = this.grdDetail;
  276. this.grvDetail.IndicatorWidth = 40;
  277. this.grvDetail.Name = "grvDetail";
  278. this.grvDetail.OptionsSelection.MultiSelect = true;
  279. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  280. this.grvDetail.OptionsView.ShowGroupPanel = false;
  281. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  282. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  283. //
  284. // colisSelect
  285. //
  286. this.colisSelect.Caption = "选择";
  287. this.colisSelect.FieldName = "isSelect";
  288. this.colisSelect.Name = "colisSelect";
  289. this.colisSelect.OptionsColumn.AllowEdit = false;
  290. this.colisSelect.OptionsColumn.ReadOnly = true;
  291. this.colisSelect.Visible = true;
  292. this.colisSelect.VisibleIndex = 0;
  293. //
  294. // colMOCODE
  295. //
  296. this.colMOCODE.Caption = "生产订单号";
  297. this.colMOCODE.FieldName = "MOCODE";
  298. this.colMOCODE.Name = "colMOCODE";
  299. this.colMOCODE.OptionsColumn.ReadOnly = true;
  300. this.colMOCODE.Visible = true;
  301. this.colMOCODE.VisibleIndex = 1;
  302. this.colMOCODE.Width = 90;
  303. //
  304. // colMOSEQ
  305. //
  306. this.colMOSEQ.Caption = "行号";
  307. this.colMOSEQ.FieldName = "MOSEQ";
  308. this.colMOSEQ.Name = "colMOSEQ";
  309. this.colMOSEQ.OptionsColumn.ReadOnly = true;
  310. this.colMOSEQ.Visible = true;
  311. this.colMOSEQ.VisibleIndex = 2;
  312. this.colMOSEQ.Width = 70;
  313. //
  314. // colITEMCODE
  315. //
  316. this.colITEMCODE.Caption = "存货编码";
  317. this.colITEMCODE.FieldName = "ITEMCODE";
  318. this.colITEMCODE.Name = "colITEMCODE";
  319. this.colITEMCODE.OptionsColumn.ReadOnly = true;
  320. this.colITEMCODE.Visible = true;
  321. this.colITEMCODE.VisibleIndex = 3;
  322. //
  323. // colINVNAME
  324. //
  325. this.colINVNAME.Caption = "存货名称";
  326. this.colINVNAME.FieldName = "INVNAME";
  327. this.colINVNAME.Name = "colINVNAME";
  328. this.colINVNAME.OptionsColumn.ReadOnly = true;
  329. this.colINVNAME.Visible = true;
  330. this.colINVNAME.VisibleIndex = 4;
  331. //
  332. // colINVTYPE
  333. //
  334. this.colINVTYPE.Caption = "规格型号";
  335. this.colINVTYPE.FieldName = "INVTYPE";
  336. this.colINVTYPE.Name = "colINVTYPE";
  337. this.colINVTYPE.OptionsColumn.ReadOnly = true;
  338. this.colINVTYPE.Visible = true;
  339. this.colINVTYPE.VisibleIndex = 5;
  340. //
  341. // colMOBITEMCODE
  342. //
  343. this.colMOBITEMCODE.Caption = "子件存货编码";
  344. this.colMOBITEMCODE.FieldName = "MOBITEMCODE";
  345. this.colMOBITEMCODE.Name = "colMOBITEMCODE";
  346. this.colMOBITEMCODE.OptionsColumn.ReadOnly = true;
  347. this.colMOBITEMCODE.Visible = true;
  348. this.colMOBITEMCODE.VisibleIndex = 6;
  349. //
  350. // colCINVNAME
  351. //
  352. this.colCINVNAME.Caption = "子件存货名称";
  353. this.colCINVNAME.FieldName = "CINVNAME";
  354. this.colCINVNAME.Name = "colCINVNAME";
  355. this.colCINVNAME.OptionsColumn.ReadOnly = true;
  356. this.colCINVNAME.Visible = true;
  357. this.colCINVNAME.VisibleIndex = 7;
  358. //
  359. // colCINVTYPE
  360. //
  361. this.colCINVTYPE.Caption = "子件规格型号";
  362. this.colCINVTYPE.FieldName = "CINVTYPE";
  363. this.colCINVTYPE.Name = "colCINVTYPE";
  364. this.colCINVTYPE.OptionsColumn.ReadOnly = true;
  365. this.colCINVTYPE.Visible = true;
  366. this.colCINVTYPE.VisibleIndex = 8;
  367. //
  368. // colINVUOM
  369. //
  370. this.colINVUOM.Caption = "单位";
  371. this.colINVUOM.FieldName = "INVUOM";
  372. this.colINVUOM.Name = "colINVUOM";
  373. this.colINVUOM.OptionsColumn.ReadOnly = true;
  374. this.colINVUOM.Visible = true;
  375. this.colINVUOM.VisibleIndex = 9;
  376. //
  377. // colQTY
  378. //
  379. this.colQTY.Caption = "应领数量";
  380. this.colQTY.FieldName = "QTY";
  381. this.colQTY.Name = "colQTY";
  382. this.colQTY.OptionsColumn.ReadOnly = true;
  383. this.colQTY.Visible = true;
  384. this.colQTY.VisibleIndex = 10;
  385. //
  386. // colQTYB
  387. //
  388. this.colQTYB.Caption = "退料数量";
  389. this.colQTYB.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
  390. this.colQTYB.FieldName = "QTYB";
  391. this.colQTYB.Name = "colQTYB";
  392. this.colQTYB.Visible = true;
  393. this.colQTYB.VisibleIndex = 11;
  394. //
  395. // colLotNO
  396. //
  397. this.colLotNO.Caption = "物料条码";
  398. this.colLotNO.FieldName = "LotNO";
  399. this.colLotNO.Name = "colLotNO";
  400. this.colLotNO.OptionsColumn.ReadOnly = true;
  401. this.colLotNO.Visible = true;
  402. this.colLotNO.VisibleIndex = 16;
  403. //
  404. // colSTATUS
  405. //
  406. this.colSTATUS.Caption = "状态";
  407. this.colSTATUS.FieldName = "STATUS";
  408. this.colSTATUS.Name = "colSTATUS";
  409. this.colSTATUS.OptionsColumn.ReadOnly = true;
  410. this.colSTATUS.Visible = true;
  411. this.colSTATUS.VisibleIndex = 12;
  412. //
  413. // colMUSERName
  414. //
  415. this.colMUSERName.Caption = "申请人";
  416. this.colMUSERName.FieldName = "MUSERName";
  417. this.colMUSERName.Name = "colMUSERName";
  418. this.colMUSERName.OptionsColumn.ReadOnly = true;
  419. this.colMUSERName.Visible = true;
  420. this.colMUSERName.VisibleIndex = 13;
  421. //
  422. // colMTIME
  423. //
  424. this.colMTIME.Caption = "申请时间";
  425. this.colMTIME.FieldName = "MTIME";
  426. this.colMTIME.Name = "colMTIME";
  427. this.colMTIME.OptionsColumn.ReadOnly = true;
  428. this.colMTIME.Visible = true;
  429. this.colMTIME.VisibleIndex = 14;
  430. //
  431. // colTYPE
  432. //
  433. this.colTYPE.Caption = "类型";
  434. this.colTYPE.FieldName = "TYPE";
  435. this.colTYPE.Name = "colTYPE";
  436. this.colTYPE.OptionsColumn.ReadOnly = true;
  437. this.colTYPE.Visible = true;
  438. this.colTYPE.VisibleIndex = 15;
  439. //
  440. // colID
  441. //
  442. this.colID.Caption = "ID";
  443. this.colID.FieldName = "ID";
  444. this.colID.Name = "colID";
  445. this.colID.OptionsColumn.ReadOnly = true;
  446. //
  447. // grvAdvDetail
  448. //
  449. this.grvAdvDetail.GridControl = this.grdDetail;
  450. this.grvAdvDetail.Name = "grvAdvDetail";
  451. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  452. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  453. this.grvAdvDetail.OptionsView.ShowFooter = true;
  454. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  455. //
  456. // panel1
  457. //
  458. this.panel1.Controls.Add(this.chkAll);
  459. this.panel1.Controls.Add(this.txtMOCode);
  460. this.panel1.Controls.Add(this.cmbSEQ);
  461. this.panel1.Controls.Add(this.label2);
  462. this.panel1.Controls.Add(this.label1);
  463. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  464. this.panel1.Location = new System.Drawing.Point(0, 30);
  465. this.panel1.Name = "panel1";
  466. this.panel1.Size = new System.Drawing.Size(1036, 50);
  467. this.panel1.TabIndex = 1;
  468. //
  469. // chkAll
  470. //
  471. this.chkAll.AutoSize = true;
  472. this.chkAll.Location = new System.Drawing.Point(519, 18);
  473. this.chkAll.Name = "chkAll";
  474. this.chkAll.Size = new System.Drawing.Size(74, 18);
  475. this.chkAll.TabIndex = 5;
  476. this.chkAll.Text = "显示全部";
  477. this.chkAll.UseVisualStyleBackColor = true;
  478. this.chkAll.CheckedChanged += new System.EventHandler(this.chkAll_CheckedChanged);
  479. //
  480. // txtMOCode
  481. //
  482. this.txtMOCode.EditValue = "";
  483. this.txtMOCode.Location = new System.Drawing.Point(102, 16);
  484. this.txtMOCode.Name = "txtMOCode";
  485. this.txtMOCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  486. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  487. this.txtMOCode.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  488. this.txtMOCode.Properties.View = this.gridLookUpEdit1View;
  489. this.txtMOCode.Size = new System.Drawing.Size(150, 20);
  490. this.txtMOCode.TabIndex = 1;
  491. this.txtMOCode.EditValueChanged += new System.EventHandler(this.txtMOCode_EditValueChanged);
  492. //
  493. // gridLookUpEdit1View
  494. //
  495. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  496. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  497. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  498. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  499. //
  500. // cmbSEQ
  501. //
  502. this.cmbSEQ.Location = new System.Drawing.Point(346, 16);
  503. this.cmbSEQ.Name = "cmbSEQ";
  504. this.cmbSEQ.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  505. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  506. this.cmbSEQ.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  507. this.cmbSEQ.Size = new System.Drawing.Size(100, 20);
  508. this.cmbSEQ.TabIndex = 3;
  509. this.cmbSEQ.SelectedIndexChanged += new System.EventHandler(this.cmbSEQ_SelectedIndexChanged);
  510. //
  511. // label2
  512. //
  513. this.label2.AutoSize = true;
  514. this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  515. this.label2.Location = new System.Drawing.Point(300, 19);
  516. this.label2.Name = "label2";
  517. this.label2.Size = new System.Drawing.Size(46, 14);
  518. this.label2.TabIndex = 0;
  519. this.label2.Text = "行号:";
  520. //
  521. // label1
  522. //
  523. this.label1.AutoSize = true;
  524. this.label1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  525. this.label1.Location = new System.Drawing.Point(34, 19);
  526. this.label1.Name = "label1";
  527. this.label1.Size = new System.Drawing.Size(72, 14);
  528. this.label1.TabIndex = 0;
  529. this.label1.Text = "生产订单号:";
  530. //
  531. // groupBox1
  532. //
  533. this.groupBox1.Controls.Add(this.grdDetail);
  534. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  535. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  536. this.groupBox1.Name = "groupBox1";
  537. this.groupBox1.Size = new System.Drawing.Size(1036, 424);
  538. this.groupBox1.TabIndex = 1;
  539. this.groupBox1.TabStop = false;
  540. this.groupBox1.Text = "退料信息";
  541. //
  542. // panel2
  543. //
  544. this.panel2.Controls.Add(this.groupBox1);
  545. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  546. this.panel2.Location = new System.Drawing.Point(0, 80);
  547. this.panel2.Name = "panel2";
  548. this.panel2.Size = new System.Drawing.Size(1036, 424);
  549. this.panel2.TabIndex = 14;
  550. //
  551. // FormICSItemBackNew
  552. //
  553. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  554. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  555. this.ClientSize = new System.Drawing.Size(1036, 504);
  556. this.Controls.Add(this.panel2);
  557. this.Controls.Add(this.panel1);
  558. this.Controls.Add(this.panelControl3);
  559. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  560. this.Name = "FormICSItemBackNew";
  561. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  562. this.Text = "FormICSItemBackNew";
  563. this.Load += new System.EventHandler(this.FormICSItemBackNew_Load);
  564. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  565. this.panelControl3.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  567. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  568. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  569. this.panel1.ResumeLayout(false);
  570. this.panel1.PerformLayout();
  571. ((System.ComponentModel.ISupportInitialize)(this.txtMOCode.Properties)).EndInit();
  572. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  573. ((System.ComponentModel.ISupportInitialize)(this.cmbSEQ.Properties)).EndInit();
  574. this.groupBox1.ResumeLayout(false);
  575. this.panel2.ResumeLayout(false);
  576. this.ResumeLayout(false);
  577. }
  578. #endregion
  579. private DevExpress.XtraEditors.SimpleButton btnExit;
  580. private DevExpress.XtraEditors.PanelControl panelControl3;
  581. private DevExpress.XtraEditors.LabelControl MOTitle;
  582. private DevExpress.XtraGrid.GridControl grdDetail;
  583. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  584. private DevExpress.XtraGrid.Columns.GridColumn colMOSEQ;
  585. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  586. private DevExpress.XtraEditors.SimpleButton btnClose;
  587. private DevExpress.XtraGrid.Columns.GridColumn colMOCODE;
  588. private System.Windows.Forms.Panel panel1;
  589. private System.Windows.Forms.Label label2;
  590. private System.Windows.Forms.Label label1;
  591. private DevExpress.XtraGrid.Columns.GridColumn colITEMCODE;
  592. private DevExpress.XtraGrid.Columns.GridColumn colINVNAME;
  593. private DevExpress.XtraGrid.Columns.GridColumn colINVTYPE;
  594. private DevExpress.XtraGrid.Columns.GridColumn colMOBITEMCODE;
  595. private DevExpress.XtraGrid.Columns.GridColumn colCINVNAME;
  596. private DevExpress.XtraGrid.Columns.GridColumn colCINVTYPE;
  597. private DevExpress.XtraGrid.Columns.GridColumn colINVUOM;
  598. private DevExpress.XtraGrid.Columns.GridColumn colQTY;
  599. private System.Windows.Forms.GroupBox groupBox1;
  600. private System.Windows.Forms.Panel panel2;
  601. private DevExpress.XtraEditors.ComboBoxEdit cmbSEQ;
  602. private DevExpress.XtraEditors.GridLookUpEdit txtMOCode;
  603. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  604. private DevExpress.XtraEditors.SimpleButton btnOutPut;
  605. private DevExpress.XtraEditors.SimpleButton btnPrint;
  606. private DevExpress.XtraGrid.Columns.GridColumn colQTYB;
  607. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  608. private DevExpress.XtraEditors.SimpleButton btnModify;
  609. private DevExpress.XtraEditors.SimpleButton btnCreate;
  610. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  611. private DevExpress.XtraGrid.Columns.GridColumn colLotNO;
  612. private DevExpress.XtraGrid.Columns.GridColumn colSTATUS;
  613. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  614. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  615. private DevExpress.XtraGrid.Columns.GridColumn colTYPE;
  616. private DevExpress.XtraGrid.Columns.GridColumn colID;
  617. private System.Windows.Forms.CheckBox chkAll;
  618. }
  619. }