| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.label1 = new System.Windows.Forms.Label(); |
| | | this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup(); |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_chk = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnIn = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); |
| | | this.panelControl3.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); |
| | | this.panelControl1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // panelControl3 |
| | | // |
| | | this.panelControl3.Controls.Add(this.label1); |
| | | this.panelControl3.Controls.Add(this.radioGroup1); |
| | | this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panelControl3.Location = new System.Drawing.Point(0, 0); |
| | | this.panelControl3.Name = "panelControl3"; |
| | | this.panelControl3.Size = new System.Drawing.Size(1128, 38); |
| | | this.panelControl3.TabIndex = 7; |
| | | // |
| | | // label1 |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.Location = new System.Drawing.Point(54, 11); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(128, 18); |
| | | this.label1.TabIndex = 1; |
| | | this.label1.Text = "选择采购单类型:"; |
| | | // |
| | | // radioGroup1 |
| | | // |
| | | this.radioGroup1.EditValue = ((short)(0)); |
| | | this.radioGroup1.Location = new System.Drawing.Point(189, 4); |
| | | this.radioGroup1.Name = "radioGroup1"; |
| | | this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem(((short)(0)), "采购"), |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem(((short)(1)), "委外")}); |
| | | this.radioGroup1.Size = new System.Drawing.Size(197, 34); |
| | | this.radioGroup1.TabIndex = 0; |
| | | // |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 38); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(1126, 607); |
| | | this.gcMain.TabIndex = 1; |
| | | this.gcMain.Size = new System.Drawing.Size(1128, 601); |
| | | this.gcMain.TabIndex = 8; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_chk, |
| | | this.colChkInt, |
| | | this.gv_guid, |
| | | this.gridColumn3, |
| | | this.gridColumn4, |
| | | this.gv_billNo, |
| | | this.gv_supplierItemCode, |
| | | this.gv_supplierItemName, |
| | |
| | | this.gv_purchaseUnit, |
| | | this.gridColumn10, |
| | | this.gridColumn2, |
| | | this.gridColumn1}); |
| | | this.gridColumn1, |
| | | this.gridColumn8, |
| | | this.gridColumn11, |
| | | this.gridColumn12}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_chk |
| | | // colChkInt |
| | | // |
| | | this.gv_chk.Caption = "选择"; |
| | | this.gv_chk.FieldName = "gvChk"; |
| | | this.gv_chk.MinWidth = 60; |
| | | this.gv_chk.Name = "gv_chk"; |
| | | this.gv_chk.Visible = true; |
| | | this.gv_chk.VisibleIndex = 0; |
| | | this.gv_chk.Width = 94; |
| | | this.colChkInt.Caption = "."; |
| | | this.colChkInt.FieldName = "chkInt"; |
| | | this.colChkInt.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.colChkInt.MinWidth = 25; |
| | | this.colChkInt.Name = "colChkInt"; |
| | | this.colChkInt.Visible = true; |
| | | this.colChkInt.VisibleIndex = 0; |
| | | this.colChkInt.Width = 94; |
| | | // |
| | | // gv_guid |
| | | // |
| | | this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "主键不能删除"; |
| | | this.gv_guid.FieldName = "rkmxGuid"; |
| | |
| | | this.gv_guid.Tag = "query_a.guid"; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "委外标识"; |
| | | this.gridColumn3.FieldName = "isWw"; |
| | | this.gridColumn3.MaxWidth = 50; |
| | | this.gridColumn3.MinWidth = 50; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 11; |
| | | this.gridColumn3.Width = 50; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "入库单号"; |
| | | this.gridColumn4.FieldName = "invBillNo"; |
| | | this.gridColumn4.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 1; |
| | | this.gridColumn4.Width = 94; |
| | | // |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.Caption = "采购单号"; |
| | | this.gv_billNo.FieldName = "ebeln"; |
| | | this.gv_billNo.MinWidth = 110; |
| | | this.gv_billNo.FieldName = "cgdh"; |
| | | this.gv_billNo.Name = "gv_billNo"; |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.OptionsColumn.ReadOnly = true; |
| | | this.gv_billNo.Tag = "query_a.BILL_NO"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 1; |
| | | this.gv_billNo.VisibleIndex = 10; |
| | | this.gv_billNo.Width = 110; |
| | | // |
| | | // gv_supplierItemCode |
| | | // |
| | | this.gv_supplierItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_supplierItemCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_supplierItemCode.Caption = "物料编码"; |
| | | this.gv_supplierItemCode.FieldName = "wlbm"; |
| | | this.gv_supplierItemCode.MinWidth = 100; |
| | | this.gv_supplierItemCode.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_supplierItemCode.Name = "gv_supplierItemCode"; |
| | | this.gv_supplierItemCode.OptionsColumn.AllowEdit = false; |
| | | this.gv_supplierItemCode.OptionsColumn.ReadOnly = true; |
| | |
| | | // |
| | | // gv_supplierItemName |
| | | // |
| | | this.gv_supplierItemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_supplierItemName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_supplierItemName.Caption = "物料名称"; |
| | | this.gv_supplierItemName.FieldName = "wlmc"; |
| | | this.gv_supplierItemName.MinWidth = 120; |
| | | this.gv_supplierItemName.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_supplierItemName.Name = "gv_supplierItemName"; |
| | | this.gv_supplierItemName.OptionsColumn.AllowEdit = false; |
| | | this.gv_supplierItemName.OptionsColumn.ReadOnly = true; |
| | |
| | | // |
| | | this.gridColumn5.Caption = "物料规格"; |
| | | this.gridColumn5.FieldName = "wlgg"; |
| | | this.gridColumn5.MinWidth = 250; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 4; |
| | | this.gridColumn5.Width = 250; |
| | | // |
| | | // gridColumn6 |
| | | // |
| | | this.gridColumn6.Caption = "入库数量"; |
| | | this.gridColumn6.FieldName = "rksl"; |
| | | this.gridColumn6.MinWidth = 100; |
| | | this.gridColumn6.MaxWidth = 50; |
| | | this.gridColumn6.MinWidth = 50; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 5; |
| | | this.gridColumn6.Width = 100; |
| | | this.gridColumn6.VisibleIndex = 4; |
| | | this.gridColumn6.Width = 50; |
| | | // |
| | | // gridColumn7 |
| | | // |
| | | this.gridColumn7.Caption = "单位"; |
| | | this.gridColumn7.FieldName = "unit"; |
| | | this.gridColumn7.MinWidth = 100; |
| | | this.gridColumn7.FieldName = "dwName"; |
| | | this.gridColumn7.MaxWidth = 50; |
| | | this.gridColumn7.MinWidth = 50; |
| | | this.gridColumn7.Name = "gridColumn7"; |
| | | this.gridColumn7.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn7.Visible = true; |
| | | this.gridColumn7.VisibleIndex = 6; |
| | | this.gridColumn7.Width = 100; |
| | | this.gridColumn7.VisibleIndex = 5; |
| | | this.gridColumn7.Width = 50; |
| | | // |
| | | // gridColumn9 |
| | | // |
| | | this.gridColumn9.AppearanceCell.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn9.AppearanceCell.Options.UseForeColor = true; |
| | | this.gridColumn9.AppearanceHeader.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn9.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn9.Caption = "已退数量"; |
| | | this.gridColumn9.FieldName = "yt"; |
| | | this.gridColumn9.MinWidth = 100; |
| | | this.gridColumn9.FieldName = "ytsl"; |
| | | this.gridColumn9.MaxWidth = 50; |
| | | this.gridColumn9.MinWidth = 50; |
| | | this.gridColumn9.Name = "gridColumn9"; |
| | | this.gridColumn9.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn9.Visible = true; |
| | | this.gridColumn9.VisibleIndex = 7; |
| | | this.gridColumn9.Width = 100; |
| | | this.gridColumn9.VisibleIndex = 6; |
| | | this.gridColumn9.Width = 50; |
| | | // |
| | | // gv_purchaseUnit |
| | | // |
| | | this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseUnit.Caption = "可退数量"; |
| | | this.gv_purchaseUnit.FieldName = "kt"; |
| | | this.gv_purchaseUnit.MinWidth = 100; |
| | | this.gv_purchaseUnit.MaxWidth = 50; |
| | | this.gv_purchaseUnit.MinWidth = 50; |
| | | this.gv_purchaseUnit.Name = "gv_purchaseUnit"; |
| | | this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; |
| | | this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gv_purchaseUnit.Width = 100; |
| | | this.gv_purchaseUnit.Width = 50; |
| | | // |
| | | // gridColumn10 |
| | | // |
| | | this.gridColumn10.Caption = "供应商"; |
| | | this.gridColumn10.FieldName = "gysName"; |
| | | this.gridColumn10.MinWidth = 125; |
| | | this.gridColumn10.Name = "gridColumn10"; |
| | | this.gridColumn10.Visible = true; |
| | | this.gridColumn10.VisibleIndex = 9; |
| | |
| | | // |
| | | this.gridColumn2.Caption = "收料组织"; |
| | | this.gridColumn2.FieldName = "receivingOrg"; |
| | | this.gridColumn2.MinWidth = 250; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 10; |
| | | this.gridColumn2.VisibleIndex = 12; |
| | | this.gridColumn2.Width = 250; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "物料ID"; |
| | | this.gridColumn1.FieldName = "itemId"; |
| | | this.gridColumn1.MinWidth = 80; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // xtraTabControl1 |
| | | // gridColumn8 |
| | | // |
| | | this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.xtraTabControl1.Name = "xtraTabControl1"; |
| | | this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(1128, 682); |
| | | this.xtraTabControl1.TabIndex = 3; |
| | | this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.xtraTabPage1}); |
| | | this.gridColumn8.Caption = "单据类型"; |
| | | this.gridColumn8.FieldName = "inType"; |
| | | this.gridColumn8.MinWidth = 25; |
| | | this.gridColumn8.Name = "gridColumn8"; |
| | | this.gridColumn8.Visible = true; |
| | | this.gridColumn8.VisibleIndex = 13; |
| | | this.gridColumn8.Width = 94; |
| | | // |
| | | // xtraTabPage1 |
| | | // gridColumn11 |
| | | // |
| | | this.xtraTabPage1.Controls.Add(this.gcMain); |
| | | this.xtraTabPage1.Controls.Add(this.panelControl1); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(1126, 650); |
| | | this.xtraTabPage1.Text = "请选择采需要退货的明细"; |
| | | this.gridColumn11.AppearanceCell.ForeColor = System.Drawing.Color.Blue; |
| | | this.gridColumn11.AppearanceCell.Options.UseForeColor = true; |
| | | this.gridColumn11.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; |
| | | this.gridColumn11.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn11.Caption = "可退数量"; |
| | | this.gridColumn11.FieldName = "ktsl"; |
| | | this.gridColumn11.MinWidth = 25; |
| | | this.gridColumn11.Name = "gridColumn11"; |
| | | this.gridColumn11.Visible = true; |
| | | this.gridColumn11.VisibleIndex = 7; |
| | | this.gridColumn11.Width = 94; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.btnIn); |
| | | this.panelControl1.Controls.Add(this.pageBar1); |
| | | this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 607); |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 639); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(1126, 43); |
| | | this.panelControl1.TabIndex = 4; |
| | | this.panelControl1.Size = new System.Drawing.Size(1128, 43); |
| | | this.panelControl1.TabIndex = 9; |
| | | // |
| | | // btnIn |
| | | // |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Left; |
| | | this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.checkbuttons_16x161; |
| | | this.btnIn.Location = new System.Drawing.Point(2, 2); |
| | | this.btnIn.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | this.btnIn.Appearance.Options.UseBackColor = true; |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; |
| | | this.btnIn.Location = new System.Drawing.Point(1032, 2); |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(94, 39); |
| | | this.btnIn.TabIndex = 4; |
| | | this.btnIn.Text = "确定导入"; |
| | | // |
| | | // pageBar1 |
| | | // gridColumn12 |
| | | // |
| | | this.pageBar1.CurrentPage = 1; |
| | | this.pageBar1.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.pageBar1.Location = new System.Drawing.Point(140, 2); |
| | | this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); |
| | | this.pageBar1.Name = "pageBar1"; |
| | | this.pageBar1.RecordCount = 0; |
| | | this.pageBar1.Size = new System.Drawing.Size(984, 39); |
| | | this.pageBar1.TabIndex = 3; |
| | | this.pageBar1.TotalPages = 0; |
| | | this.gridColumn12.Caption = "当前库存"; |
| | | this.gridColumn12.FieldName = "kcQty"; |
| | | this.gridColumn12.MinWidth = 25; |
| | | this.gridColumn12.Name = "gridColumn12"; |
| | | this.gridColumn12.Visible = true; |
| | | this.gridColumn12.VisibleIndex = 8; |
| | | this.gridColumn12.Width = 94; |
| | | // |
| | | // SelectMesCgthSq |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1128, 682); |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.gcMain); |
| | | this.Controls.Add(this.panelControl1); |
| | | this.Controls.Add(this.panelControl3); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectMesCgthSq"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "选择退货明细"; |
| | | this.Text = "选择退货明细,只显示可退数量大于0的"; |
| | | this.TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); |
| | | this.panelControl3.ResumeLayout(false); |
| | | this.panelControl3.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |
| | | this.xtraTabPage1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); |
| | | this.panelControl1.ResumeLayout(false); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | #endregion |
| | | |
| | | private DevExpress.XtraEditors.PanelControl panelControl3; |
| | | private System.Windows.Forms.Label label1; |
| | | private DevExpress.XtraEditors.RadioGroup radioGroup1; |
| | | private DevExpress.XtraGrid.GridControl gcMain; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraTab.XtraTabControl xtraTabControl1; |
| | | private DevExpress.XtraTab.XtraTabPage xtraTabPage1; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnit; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_chk; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnit; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; |
| | | } |
| | | } |