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

856 lines
44 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSDeliveryPlanEdit
  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(FormICSDeliveryPlanEdit));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.panel3 = new System.Windows.Forms.Panel();
  32. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  33. this.groupBox2 = new System.Windows.Forms.GroupBox();
  34. this.panel4 = new System.Windows.Forms.Panel();
  35. this.grvDetail = new DevExpress.XtraGrid.GridControl();
  36. this.grdDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.DeliveryPlanID = new DevExpress.XtraGrid.Columns.GridColumn();
  38. this.Sequence = new DevExpress.XtraGrid.Columns.GridColumn();
  39. this.InvCode = new DevExpress.XtraGrid.Columns.GridColumn();
  40. this.materialmnecode = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.Quantity = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.SOCode = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.txtSOCode = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  44. this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
  45. this.vcooppohcode = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.vbillcode = new DevExpress.XtraGrid.Columns.GridColumn();
  47. this.crowno = new DevExpress.XtraGrid.Columns.GridColumn();
  48. this.PreDate = new DevExpress.XtraGrid.Columns.GridColumn();
  49. this.txtINVCode = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
  50. this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  51. this.panel2 = new System.Windows.Forms.Panel();
  52. this.btnCopy = new System.Windows.Forms.Button();
  53. this.btnDelete = new System.Windows.Forms.Button();
  54. this.btnAdd = new System.Windows.Forms.Button();
  55. this.groupBox1 = new System.Windows.Forms.GroupBox();
  56. this.txtCustomer = new DevExpress.XtraEditors.GridLookUpEdit();
  57. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  58. this.label7 = new System.Windows.Forms.Label();
  59. this.txtDeliveryPlanNO = new DevExpress.XtraEditors.TextEdit();
  60. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  61. this.label6 = new System.Windows.Forms.Label();
  62. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  63. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  64. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  65. this.label4 = new System.Windows.Forms.Label();
  66. this.label5 = new System.Windows.Forms.Label();
  67. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  68. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.label19 = new System.Windows.Forms.Label();
  71. this.colEQPID = new DevExpress.XtraGrid.Columns.GridColumn();
  72. this.colEQPCode = new DevExpress.XtraGrid.Columns.GridColumn();
  73. this.colEQPName = new DevExpress.XtraGrid.Columns.GridColumn();
  74. this.colCKGROUP = new DevExpress.XtraGrid.Columns.GridColumn();
  75. this.colCKGROUPDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  76. this.colCKItemCode = new DevExpress.XtraGrid.Columns.GridColumn();
  77. this.colCKItemCodeDESC = new DevExpress.XtraGrid.Columns.GridColumn();
  78. this.colSetValueMax = new DevExpress.XtraGrid.Columns.GridColumn();
  79. this.colSetValueMin = new DevExpress.XtraGrid.Columns.GridColumn();
  80. this.colRealValue = new DevExpress.XtraGrid.Columns.GridColumn();
  81. this.colUNIT = new DevExpress.XtraGrid.Columns.GridColumn();
  82. this.colMUSERName = new DevExpress.XtraGrid.Columns.GridColumn();
  83. this.colMTIME = new DevExpress.XtraGrid.Columns.GridColumn();
  84. this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  85. this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  86. this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
  87. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  88. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  89. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  90. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  91. this.SOQTY = new DevExpress.XtraGrid.Columns.GridColumn();
  92. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  93. this.panelControl1.SuspendLayout();
  94. this.panel3.SuspendLayout();
  95. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  96. this.panelControl2.SuspendLayout();
  97. this.groupBox2.SuspendLayout();
  98. this.panel4.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.txtSOCode)).BeginInit();
  102. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.txtINVCode)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
  105. this.panel2.SuspendLayout();
  106. this.groupBox1.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.txtCustomer.Properties)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.txtDeliveryPlanNO.Properties)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
  115. this.SuspendLayout();
  116. //
  117. // lblTitle
  118. //
  119. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  121. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  122. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  123. this.lblTitle.Name = "lblTitle";
  124. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  125. this.lblTitle.TabIndex = 6;
  126. this.lblTitle.Text = "拉货计划单";
  127. //
  128. // panelControl1
  129. //
  130. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  131. | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  134. this.panelControl1.Appearance.Options.UseBackColor = true;
  135. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  136. this.panelControl1.Controls.Add(this.panel3);
  137. this.panelControl1.Controls.Add(this.label4);
  138. this.panelControl1.Controls.Add(this.label5);
  139. this.panelControl1.Controls.Add(this.labelControl12);
  140. this.panelControl1.Controls.Add(this.labelControl13);
  141. this.panelControl1.Controls.Add(this.label1);
  142. this.panelControl1.Controls.Add(this.label19);
  143. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  144. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  145. this.panelControl1.Name = "panelControl1";
  146. this.panelControl1.Size = new System.Drawing.Size(1078, 495);
  147. this.panelControl1.TabIndex = 23;
  148. //
  149. // panel3
  150. //
  151. this.panel3.Controls.Add(this.panelControl2);
  152. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  153. this.panel3.Location = new System.Drawing.Point(0, 0);
  154. this.panel3.Name = "panel3";
  155. this.panel3.Size = new System.Drawing.Size(1078, 495);
  156. this.panel3.TabIndex = 146;
  157. //
  158. // panelControl2
  159. //
  160. this.panelControl2.Appearance.BackColor = System.Drawing.Color.White;
  161. this.panelControl2.Appearance.Options.UseBackColor = true;
  162. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  163. this.panelControl2.Controls.Add(this.groupBox2);
  164. this.panelControl2.Controls.Add(this.groupBox1);
  165. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.panelControl2.Location = new System.Drawing.Point(0, 0);
  167. this.panelControl2.Margin = new System.Windows.Forms.Padding(0);
  168. this.panelControl2.Name = "panelControl2";
  169. this.panelControl2.Size = new System.Drawing.Size(1078, 495);
  170. this.panelControl2.TabIndex = 23;
  171. //
  172. // groupBox2
  173. //
  174. this.groupBox2.Controls.Add(this.panel4);
  175. this.groupBox2.Controls.Add(this.panel2);
  176. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.groupBox2.Location = new System.Drawing.Point(0, 53);
  178. this.groupBox2.Name = "groupBox2";
  179. this.groupBox2.Size = new System.Drawing.Size(1078, 442);
  180. this.groupBox2.TabIndex = 148;
  181. this.groupBox2.TabStop = false;
  182. this.groupBox2.Text = "表体信息";
  183. //
  184. // panel4
  185. //
  186. this.panel4.Controls.Add(this.grvDetail);
  187. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.panel4.Location = new System.Drawing.Point(3, 67);
  189. this.panel4.Name = "panel4";
  190. this.panel4.Size = new System.Drawing.Size(1072, 372);
  191. this.panel4.TabIndex = 170;
  192. //
  193. // grvDetail
  194. //
  195. this.grvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.grvDetail.Location = new System.Drawing.Point(0, 0);
  197. this.grvDetail.MainView = this.grdDetail;
  198. this.grvDetail.Name = "grvDetail";
  199. this.grvDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  200. this.txtINVCode,
  201. this.txtSOCode});
  202. this.grvDetail.Size = new System.Drawing.Size(1072, 372);
  203. this.grvDetail.TabIndex = 144;
  204. this.grvDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  205. this.grdDetail});
  206. //
  207. // grdDetail
  208. //
  209. this.grdDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  210. this.DeliveryPlanID,
  211. this.Sequence,
  212. this.InvCode,
  213. this.materialmnecode,
  214. this.Quantity,
  215. this.SOCode,
  216. this.vcooppohcode,
  217. this.vbillcode,
  218. this.crowno,
  219. this.PreDate,
  220. this.SOQTY});
  221. this.grdDetail.GridControl = this.grvDetail;
  222. this.grdDetail.IndicatorWidth = 35;
  223. this.grdDetail.Name = "grdDetail";
  224. this.grdDetail.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
  225. this.grdDetail.OptionsCustomization.AllowSort = false;
  226. this.grdDetail.OptionsSelection.MultiSelect = true;
  227. this.grdDetail.OptionsView.ColumnAutoWidth = false;
  228. this.grdDetail.OptionsView.ShowFooter = true;
  229. this.grdDetail.OptionsView.ShowGroupPanel = false;
  230. //
  231. // DeliveryPlanID
  232. //
  233. this.DeliveryPlanID.Caption = "DeliveryPlanID";
  234. this.DeliveryPlanID.FieldName = "DeliveryPlanID";
  235. this.DeliveryPlanID.Name = "DeliveryPlanID";
  236. this.DeliveryPlanID.OptionsColumn.ReadOnly = true;
  237. //
  238. // Sequence
  239. //
  240. this.Sequence.Caption = "行号";
  241. this.Sequence.FieldName = "Sequence";
  242. this.Sequence.Name = "Sequence";
  243. this.Sequence.OptionsColumn.ReadOnly = true;
  244. //
  245. // InvCode
  246. //
  247. this.InvCode.Caption = "物料编码";
  248. this.InvCode.FieldName = "InvCode";
  249. this.InvCode.Name = "InvCode";
  250. this.InvCode.OptionsColumn.ReadOnly = true;
  251. this.InvCode.Visible = true;
  252. this.InvCode.VisibleIndex = 1;
  253. //
  254. // materialmnecode
  255. //
  256. this.materialmnecode.Caption = "客户料号";
  257. this.materialmnecode.FieldName = "materialmnecode";
  258. this.materialmnecode.Name = "materialmnecode";
  259. this.materialmnecode.OptionsColumn.ReadOnly = true;
  260. this.materialmnecode.Visible = true;
  261. this.materialmnecode.VisibleIndex = 2;
  262. //
  263. // Quantity
  264. //
  265. this.Quantity.Caption = "数量";
  266. this.Quantity.FieldName = "Quantity";
  267. this.Quantity.Name = "Quantity";
  268. this.Quantity.Visible = true;
  269. this.Quantity.VisibleIndex = 2;
  270. //
  271. // SOCode
  272. //
  273. this.SOCode.Caption = "销售订单表体标识";
  274. this.SOCode.ColumnEdit = this.txtSOCode;
  275. this.SOCode.FieldName = "SOCode";
  276. this.SOCode.Name = "SOCode";
  277. this.SOCode.Visible = true;
  278. this.SOCode.VisibleIndex = 3;
  279. this.SOCode.Width = 113;
  280. //
  281. // txtSOCode
  282. //
  283. this.txtSOCode.AutoHeight = false;
  284. this.txtSOCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  285. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  286. this.txtSOCode.Name = "txtSOCode";
  287. this.txtSOCode.View = this.gridView3;
  288. this.txtSOCode.EditValueChanged += new System.EventHandler(this.txtSOCode_EditValueChanged);
  289. //
  290. // gridView3
  291. //
  292. this.gridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  293. this.gridView3.Name = "gridView3";
  294. this.gridView3.OptionsSelection.EnableAppearanceFocusedCell = false;
  295. this.gridView3.OptionsView.ShowGroupPanel = false;
  296. //
  297. // vcooppohcode
  298. //
  299. this.vcooppohcode.Caption = "客户订单号";
  300. this.vcooppohcode.FieldName = "vcooppohcode";
  301. this.vcooppohcode.Name = "vcooppohcode";
  302. this.vcooppohcode.OptionsColumn.ReadOnly = true;
  303. this.vcooppohcode.Visible = true;
  304. this.vcooppohcode.VisibleIndex = 6;
  305. //
  306. // vbillcode
  307. //
  308. this.vbillcode.Caption = "销售订单号";
  309. this.vbillcode.FieldName = "vbillcode";
  310. this.vbillcode.Name = "vbillcode";
  311. this.vbillcode.OptionsColumn.ReadOnly = true;
  312. this.vbillcode.Visible = true;
  313. this.vbillcode.VisibleIndex = 5;
  314. this.vbillcode.Width = 91;
  315. //
  316. // crowno
  317. //
  318. this.crowno.Caption = "销售订单行号";
  319. this.crowno.FieldName = "crowno";
  320. this.crowno.Name = "crowno";
  321. this.crowno.OptionsColumn.ReadOnly = true;
  322. this.crowno.Visible = true;
  323. this.crowno.VisibleIndex = 7;
  324. this.crowno.Width = 97;
  325. //
  326. // PreDate
  327. //
  328. this.PreDate.Caption = "要求交期";
  329. this.PreDate.FieldName = "PreDate";
  330. this.PreDate.Name = "PreDate";
  331. this.PreDate.Visible = true;
  332. this.PreDate.VisibleIndex = 7;
  333. //
  334. // txtINVCode
  335. //
  336. this.txtINVCode.AutoHeight = false;
  337. this.txtINVCode.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  338. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  339. this.txtINVCode.Name = "txtINVCode";
  340. this.txtINVCode.View = this.repositoryItemGridLookUpEdit1View;
  341. this.txtINVCode.EditValueChanged += new System.EventHandler(this.txtINVCode_EditValueChanged);
  342. //
  343. // repositoryItemGridLookUpEdit1View
  344. //
  345. this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  346. this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
  347. this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  348. this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  349. //
  350. // panel2
  351. //
  352. this.panel2.Controls.Add(this.btnCopy);
  353. this.panel2.Controls.Add(this.btnDelete);
  354. this.panel2.Controls.Add(this.btnAdd);
  355. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  356. this.panel2.Location = new System.Drawing.Point(3, 18);
  357. this.panel2.Name = "panel2";
  358. this.panel2.Size = new System.Drawing.Size(1072, 49);
  359. this.panel2.TabIndex = 169;
  360. //
  361. // btnCopy
  362. //
  363. this.btnCopy.Location = new System.Drawing.Point(221, 14);
  364. this.btnCopy.Name = "btnCopy";
  365. this.btnCopy.Size = new System.Drawing.Size(75, 23);
  366. this.btnCopy.TabIndex = 172;
  367. this.btnCopy.Text = "复制行";
  368. this.btnCopy.UseVisualStyleBackColor = true;
  369. this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
  370. //
  371. // btnDelete
  372. //
  373. this.btnDelete.Location = new System.Drawing.Point(116, 14);
  374. this.btnDelete.Name = "btnDelete";
  375. this.btnDelete.Size = new System.Drawing.Size(75, 23);
  376. this.btnDelete.TabIndex = 171;
  377. this.btnDelete.Text = "删行";
  378. this.btnDelete.UseVisualStyleBackColor = true;
  379. this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
  380. //
  381. // btnAdd
  382. //
  383. this.btnAdd.Location = new System.Drawing.Point(14, 14);
  384. this.btnAdd.Name = "btnAdd";
  385. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  386. this.btnAdd.TabIndex = 169;
  387. this.btnAdd.Text = "增行";
  388. this.btnAdd.UseVisualStyleBackColor = true;
  389. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  390. //
  391. // groupBox1
  392. //
  393. this.groupBox1.Controls.Add(this.txtCustomer);
  394. this.groupBox1.Controls.Add(this.label7);
  395. this.groupBox1.Controls.Add(this.txtDeliveryPlanNO);
  396. this.groupBox1.Controls.Add(this.txtMUSERName);
  397. this.groupBox1.Controls.Add(this.label6);
  398. this.groupBox1.Controls.Add(this.labelControl1);
  399. this.groupBox1.Controls.Add(this.labelControl3);
  400. this.groupBox1.Controls.Add(this.txtMTIME);
  401. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  402. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  403. this.groupBox1.Name = "groupBox1";
  404. this.groupBox1.Size = new System.Drawing.Size(1078, 53);
  405. this.groupBox1.TabIndex = 147;
  406. this.groupBox1.TabStop = false;
  407. this.groupBox1.Text = "表头信息";
  408. //
  409. // txtCustomer
  410. //
  411. this.txtCustomer.Location = new System.Drawing.Point(348, 20);
  412. this.txtCustomer.Name = "txtCustomer";
  413. this.txtCustomer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  414. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  415. this.txtCustomer.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
  416. this.txtCustomer.Properties.View = this.gridView1;
  417. this.txtCustomer.Size = new System.Drawing.Size(149, 20);
  418. this.txtCustomer.TabIndex = 183;
  419. this.txtCustomer.EditValueChanged += new System.EventHandler(this.txtCustomer_EditValueChanged);
  420. this.txtCustomer.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.txtCustomer_EditValueChanging);
  421. //
  422. // gridView1
  423. //
  424. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  425. this.gridView1.Name = "gridView1";
  426. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  427. this.gridView1.OptionsView.ShowGroupPanel = false;
  428. //
  429. // label7
  430. //
  431. this.label7.AutoSize = true;
  432. this.label7.Location = new System.Drawing.Point(268, 23);
  433. this.label7.Name = "label7";
  434. this.label7.Size = new System.Drawing.Size(55, 14);
  435. this.label7.TabIndex = 182;
  436. this.label7.Text = "客户名称";
  437. //
  438. // txtDeliveryPlanNO
  439. //
  440. this.txtDeliveryPlanNO.EnterMoveNextControl = true;
  441. this.txtDeliveryPlanNO.Location = new System.Drawing.Point(88, 20);
  442. this.txtDeliveryPlanNO.Name = "txtDeliveryPlanNO";
  443. this.txtDeliveryPlanNO.Size = new System.Drawing.Size(149, 20);
  444. this.txtDeliveryPlanNO.TabIndex = 134;
  445. //
  446. // txtMUSERName
  447. //
  448. this.txtMUSERName.EnterMoveNextControl = true;
  449. this.txtMUSERName.Location = new System.Drawing.Point(596, 20);
  450. this.txtMUSERName.Name = "txtMUSERName";
  451. this.txtMUSERName.Properties.ReadOnly = true;
  452. this.txtMUSERName.Size = new System.Drawing.Size(149, 20);
  453. this.txtMUSERName.TabIndex = 146;
  454. //
  455. // label6
  456. //
  457. this.label6.AutoSize = true;
  458. this.label6.Location = new System.Drawing.Point(7, 23);
  459. this.label6.Name = "label6";
  460. this.label6.Size = new System.Drawing.Size(79, 14);
  461. this.label6.TabIndex = 54;
  462. this.label6.Text = "拉货计划单号";
  463. //
  464. // labelControl1
  465. //
  466. this.labelControl1.Location = new System.Drawing.Point(528, 23);
  467. this.labelControl1.Name = "labelControl1";
  468. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  469. this.labelControl1.TabIndex = 145;
  470. this.labelControl1.Text = "最后修改人";
  471. //
  472. // labelControl3
  473. //
  474. this.labelControl3.Location = new System.Drawing.Point(770, 23);
  475. this.labelControl3.Name = "labelControl3";
  476. this.labelControl3.Size = new System.Drawing.Size(72, 14);
  477. this.labelControl3.TabIndex = 130;
  478. this.labelControl3.Text = "最后修改时间";
  479. //
  480. // txtMTIME
  481. //
  482. this.txtMTIME.EnterMoveNextControl = true;
  483. this.txtMTIME.Location = new System.Drawing.Point(850, 20);
  484. this.txtMTIME.Name = "txtMTIME";
  485. this.txtMTIME.Properties.ReadOnly = true;
  486. this.txtMTIME.Size = new System.Drawing.Size(149, 20);
  487. this.txtMTIME.TabIndex = 131;
  488. //
  489. // label4
  490. //
  491. this.label4.AutoSize = true;
  492. this.label4.Location = new System.Drawing.Point(332, 66);
  493. this.label4.Name = "label4";
  494. this.label4.Size = new System.Drawing.Size(31, 14);
  495. this.label4.TabIndex = 140;
  496. this.label4.Text = "备注";
  497. //
  498. // label5
  499. //
  500. this.label5.AutoSize = true;
  501. this.label5.Location = new System.Drawing.Point(20, 66);
  502. this.label5.Name = "label5";
  503. this.label5.Size = new System.Drawing.Size(67, 14);
  504. this.label5.TabIndex = 141;
  505. this.label5.Text = "入库单类型";
  506. //
  507. // labelControl12
  508. //
  509. this.labelControl12.Location = new System.Drawing.Point(335, 102);
  510. this.labelControl12.Name = "labelControl12";
  511. this.labelControl12.Size = new System.Drawing.Size(48, 14);
  512. this.labelControl12.TabIndex = 130;
  513. this.labelControl12.Text = "维护时间";
  514. //
  515. // labelControl13
  516. //
  517. this.labelControl13.Location = new System.Drawing.Point(23, 102);
  518. this.labelControl13.Name = "labelControl13";
  519. this.labelControl13.Size = new System.Drawing.Size(36, 14);
  520. this.labelControl13.TabIndex = 128;
  521. this.labelControl13.Text = "维护人";
  522. //
  523. // label1
  524. //
  525. this.label1.AutoSize = true;
  526. this.label1.Location = new System.Drawing.Point(332, 26);
  527. this.label1.Name = "label1";
  528. this.label1.Size = new System.Drawing.Size(31, 14);
  529. this.label1.TabIndex = 54;
  530. this.label1.Text = "仓库";
  531. //
  532. // label19
  533. //
  534. this.label19.AutoSize = true;
  535. this.label19.Location = new System.Drawing.Point(20, 26);
  536. this.label19.Name = "label19";
  537. this.label19.Size = new System.Drawing.Size(55, 14);
  538. this.label19.TabIndex = 54;
  539. this.label19.Text = "入库单号";
  540. //
  541. // colEQPID
  542. //
  543. this.colEQPID.Caption = "设备ID";
  544. this.colEQPID.FieldName = "EQPID";
  545. this.colEQPID.Name = "colEQPID";
  546. //
  547. // colEQPCode
  548. //
  549. this.colEQPCode.Caption = "设备编号";
  550. this.colEQPCode.FieldName = "EQPCode";
  551. this.colEQPCode.Name = "colEQPCode";
  552. this.colEQPCode.OptionsColumn.AllowEdit = false;
  553. this.colEQPCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  554. //
  555. // colEQPName
  556. //
  557. this.colEQPName.Caption = "设备名称";
  558. this.colEQPName.FieldName = "EQPName";
  559. this.colEQPName.Name = "colEQPName";
  560. this.colEQPName.OptionsColumn.AllowEdit = false;
  561. this.colEQPName.Width = 104;
  562. //
  563. // colCKGROUP
  564. //
  565. this.colCKGROUP.Caption = "检验项目组";
  566. this.colCKGROUP.FieldName = "CKGROUP";
  567. this.colCKGROUP.Name = "colCKGROUP";
  568. this.colCKGROUP.OptionsColumn.AllowEdit = false;
  569. this.colCKGROUP.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  570. this.colCKGROUP.Width = 127;
  571. //
  572. // colCKGROUPDESC
  573. //
  574. this.colCKGROUPDESC.Caption = "检验项目组描述";
  575. this.colCKGROUPDESC.FieldName = "CKGROUPDESC";
  576. this.colCKGROUPDESC.Name = "colCKGROUPDESC";
  577. this.colCKGROUPDESC.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  578. this.colCKGROUPDESC.Width = 104;
  579. //
  580. // colCKItemCode
  581. //
  582. this.colCKItemCode.Caption = "检验项目";
  583. this.colCKItemCode.FieldName = "CKItemCode";
  584. this.colCKItemCode.Name = "colCKItemCode";
  585. this.colCKItemCode.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
  586. this.colCKItemCode.Visible = true;
  587. this.colCKItemCode.VisibleIndex = 0;
  588. //
  589. // colCKItemCodeDESC
  590. //
  591. this.colCKItemCodeDESC.Caption = "检验项目描述";
  592. this.colCKItemCodeDESC.FieldName = "CKItemCodeDESC";
  593. this.colCKItemCodeDESC.Name = "colCKItemCodeDESC";
  594. this.colCKItemCodeDESC.Visible = true;
  595. this.colCKItemCodeDESC.VisibleIndex = 1;
  596. //
  597. // colSetValueMax
  598. //
  599. this.colSetValueMax.Caption = "最大设定值";
  600. this.colSetValueMax.FieldName = "SetValueMax";
  601. this.colSetValueMax.Name = "colSetValueMax";
  602. this.colSetValueMax.Visible = true;
  603. this.colSetValueMax.VisibleIndex = 2;
  604. //
  605. // colSetValueMin
  606. //
  607. this.colSetValueMin.Caption = "最小设定值";
  608. this.colSetValueMin.FieldName = "SetValueMin";
  609. this.colSetValueMin.Name = "colSetValueMin";
  610. this.colSetValueMin.Visible = true;
  611. this.colSetValueMin.VisibleIndex = 3;
  612. //
  613. // colRealValue
  614. //
  615. this.colRealValue.Caption = "实际值";
  616. this.colRealValue.FieldName = "RealValue";
  617. this.colRealValue.Name = "colRealValue";
  618. this.colRealValue.Visible = true;
  619. this.colRealValue.VisibleIndex = 4;
  620. //
  621. // colUNIT
  622. //
  623. this.colUNIT.Caption = "单位";
  624. this.colUNIT.FieldName = "UNIT";
  625. this.colUNIT.Name = "colUNIT";
  626. this.colUNIT.Visible = true;
  627. this.colUNIT.VisibleIndex = 5;
  628. this.colUNIT.Width = 51;
  629. //
  630. // colMUSERName
  631. //
  632. this.colMUSERName.Caption = "维护人";
  633. this.colMUSERName.FieldName = "MUSERName";
  634. this.colMUSERName.Name = "colMUSERName";
  635. this.colMUSERName.OptionsColumn.AllowEdit = false;
  636. this.colMUSERName.Visible = true;
  637. this.colMUSERName.VisibleIndex = 6;
  638. //
  639. // colMTIME
  640. //
  641. this.colMTIME.Caption = "维护时间";
  642. this.colMTIME.FieldName = "MTIME";
  643. this.colMTIME.Name = "colMTIME";
  644. this.colMTIME.OptionsColumn.AllowEdit = false;
  645. this.colMTIME.Visible = true;
  646. this.colMTIME.VisibleIndex = 7;
  647. //
  648. // repositoryItemButtonEdit1
  649. //
  650. this.repositoryItemButtonEdit1.AutoHeight = false;
  651. this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  652. new DevExpress.XtraEditors.Controls.EditorButton()});
  653. this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
  654. //
  655. // repositoryItemButtonEdit2
  656. //
  657. this.repositoryItemButtonEdit2.AutoHeight = false;
  658. this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  659. new DevExpress.XtraEditors.Controls.EditorButton()});
  660. this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
  661. //
  662. // repositoryItemButtonEdit3
  663. //
  664. this.repositoryItemButtonEdit3.AutoHeight = false;
  665. this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  666. new DevExpress.XtraEditors.Controls.EditorButton()});
  667. this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
  668. //
  669. // btnCancle
  670. //
  671. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  672. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  673. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  674. this.btnCancle.Appearance.Options.UseFont = true;
  675. this.btnCancle.Appearance.Options.UseForeColor = true;
  676. this.btnCancle.Appearance.Options.UseTextOptions = true;
  677. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  678. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  679. this.btnCancle.Location = new System.Drawing.Point(997, 525);
  680. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  681. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  682. this.btnCancle.Name = "btnCancle";
  683. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  684. this.btnCancle.TabIndex = 122;
  685. this.btnCancle.Text = "取消";
  686. this.btnCancle.Click += new System.EventHandler(this.can_Click);
  687. //
  688. // btnOK
  689. //
  690. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  691. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  692. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  693. this.btnOK.Appearance.Options.UseFont = true;
  694. this.btnOK.Appearance.Options.UseForeColor = true;
  695. this.btnOK.Appearance.Options.UseTextOptions = true;
  696. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  697. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  698. this.btnOK.Location = new System.Drawing.Point(922, 525);
  699. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  700. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  701. this.btnOK.Name = "btnOK";
  702. this.btnOK.Size = new System.Drawing.Size(70, 30);
  703. this.btnOK.TabIndex = 121;
  704. this.btnOK.Text = "确定";
  705. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  706. //
  707. // btnClose
  708. //
  709. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  710. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  711. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  712. this.btnClose.Appearance.Options.UseFont = true;
  713. this.btnClose.Appearance.Options.UseForeColor = true;
  714. this.btnClose.Appearance.Options.UseTextOptions = true;
  715. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  716. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  717. this.btnClose.Location = new System.Drawing.Point(1053, 1);
  718. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  719. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  720. this.btnClose.Name = "btnClose";
  721. this.btnClose.Size = new System.Drawing.Size(26, 23);
  722. this.btnClose.TabIndex = 5;
  723. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  724. //
  725. // gridColumn2
  726. //
  727. this.gridColumn2.Caption = "维护时间";
  728. this.gridColumn2.FieldName = "MTIME";
  729. this.gridColumn2.Name = "gridColumn2";
  730. this.gridColumn2.OptionsColumn.AllowEdit = false;
  731. //
  732. // SOQTY
  733. //
  734. this.SOQTY.Caption = "销售订单数量";
  735. this.SOQTY.FieldName = "SOQTY";
  736. this.SOQTY.Name = "SOQTY";
  737. this.SOQTY.OptionsColumn.ReadOnly = true;
  738. //
  739. // FormICSDeliveryPlanEdit
  740. //
  741. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  742. this.Appearance.Options.UseBackColor = true;
  743. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  744. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  745. this.ClientSize = new System.Drawing.Size(1080, 558);
  746. this.Controls.Add(this.btnCancle);
  747. this.Controls.Add(this.btnOK);
  748. this.Controls.Add(this.panelControl1);
  749. this.Controls.Add(this.lblTitle);
  750. this.Controls.Add(this.btnClose);
  751. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  752. this.Name = "FormICSDeliveryPlanEdit";
  753. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  754. this.Text = "拉货计划单";
  755. this.Load += new System.EventHandler(this.FormICSINVENTORYEditAdd_Load);
  756. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  757. this.panelControl1.ResumeLayout(false);
  758. this.panelControl1.PerformLayout();
  759. this.panel3.ResumeLayout(false);
  760. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  761. this.panelControl2.ResumeLayout(false);
  762. this.groupBox2.ResumeLayout(false);
  763. this.panel4.ResumeLayout(false);
  764. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  765. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  766. ((System.ComponentModel.ISupportInitialize)(this.txtSOCode)).EndInit();
  767. ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
  768. ((System.ComponentModel.ISupportInitialize)(this.txtINVCode)).EndInit();
  769. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
  770. this.panel2.ResumeLayout(false);
  771. this.groupBox1.ResumeLayout(false);
  772. this.groupBox1.PerformLayout();
  773. ((System.ComponentModel.ISupportInitialize)(this.txtCustomer.Properties)).EndInit();
  774. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  775. ((System.ComponentModel.ISupportInitialize)(this.txtDeliveryPlanNO.Properties)).EndInit();
  776. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  777. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  778. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
  779. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
  780. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
  781. this.ResumeLayout(false);
  782. }
  783. #endregion
  784. private DevExpress.XtraEditors.SimpleButton btnClose;
  785. private DevExpress.XtraEditors.LabelControl lblTitle;
  786. private DevExpress.XtraEditors.PanelControl panelControl1;
  787. private System.Windows.Forms.Label label19;
  788. private DevExpress.XtraEditors.SimpleButton btnCancle;
  789. private DevExpress.XtraEditors.SimpleButton btnOK;
  790. private System.Windows.Forms.Label label1;
  791. private DevExpress.XtraEditors.LabelControl labelControl13;
  792. private DevExpress.XtraEditors.LabelControl labelControl12;
  793. private System.Windows.Forms.Label label4;
  794. private System.Windows.Forms.Label label5;
  795. //private DevExpress.XtraGrid.GridControl grdDetail;
  796. private DevExpress.XtraGrid.Columns.GridColumn colEQPID;
  797. private DevExpress.XtraGrid.Columns.GridColumn colEQPCode;
  798. private DevExpress.XtraGrid.Columns.GridColumn colEQPName;
  799. private DevExpress.XtraGrid.Columns.GridColumn colCKGROUP;
  800. private DevExpress.XtraGrid.Columns.GridColumn colCKGROUPDESC;
  801. private DevExpress.XtraGrid.Columns.GridColumn colCKItemCode;
  802. private DevExpress.XtraGrid.Columns.GridColumn colCKItemCodeDESC;
  803. private DevExpress.XtraGrid.Columns.GridColumn colSetValueMax;
  804. private DevExpress.XtraGrid.Columns.GridColumn colSetValueMin;
  805. private DevExpress.XtraGrid.Columns.GridColumn colRealValue;
  806. private DevExpress.XtraGrid.Columns.GridColumn colUNIT;
  807. private DevExpress.XtraGrid.Columns.GridColumn colMUSERName;
  808. private DevExpress.XtraGrid.Columns.GridColumn colMTIME;
  809. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
  810. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2;
  811. private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit3;
  812. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  813. private System.Windows.Forms.Panel panel3;
  814. private DevExpress.XtraEditors.PanelControl panelControl2;
  815. private System.Windows.Forms.GroupBox groupBox2;
  816. private System.Windows.Forms.Panel panel4;
  817. private DevExpress.XtraGrid.GridControl grvDetail;
  818. private DevExpress.XtraGrid.Views.Grid.GridView grdDetail;
  819. private System.Windows.Forms.Panel panel2;
  820. private System.Windows.Forms.Button btnCopy;
  821. private System.Windows.Forms.Button btnDelete;
  822. private System.Windows.Forms.Button btnAdd;
  823. private System.Windows.Forms.GroupBox groupBox1;
  824. private DevExpress.XtraEditors.TextEdit txtDeliveryPlanNO;
  825. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  826. private System.Windows.Forms.Label label6;
  827. private DevExpress.XtraEditors.LabelControl labelControl1;
  828. private DevExpress.XtraEditors.LabelControl labelControl3;
  829. private DevExpress.XtraEditors.TextEdit txtMTIME;
  830. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  831. private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
  832. private DevExpress.XtraEditors.GridLookUpEdit txtCustomer;
  833. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  834. private System.Windows.Forms.Label label7;
  835. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtINVCode;
  836. private DevExpress.XtraGrid.Views.Grid.GridView repositoryItemGridLookUpEdit1View;
  837. private DevExpress.XtraGrid.Columns.GridColumn DeliveryPlanID;
  838. private DevExpress.XtraGrid.Columns.GridColumn Sequence;
  839. private DevExpress.XtraGrid.Columns.GridColumn InvCode;
  840. private DevExpress.XtraGrid.Columns.GridColumn materialmnecode;
  841. private DevExpress.XtraGrid.Columns.GridColumn SOCode;
  842. private DevExpress.XtraGrid.Columns.GridColumn PreDate;
  843. private DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit txtSOCode;
  844. private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
  845. private DevExpress.XtraGrid.Columns.GridColumn vbillcode;
  846. private DevExpress.XtraGrid.Columns.GridColumn crowno;
  847. private DevExpress.XtraGrid.Columns.GridColumn Quantity;
  848. private DevExpress.XtraGrid.Columns.GridColumn vcooppohcode;
  849. private DevExpress.XtraGrid.Columns.GridColumn SOQTY;
  850. }
  851. }