| | |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_chk = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = 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.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnIn = new DevExpress.XtraEditors.SimpleButton(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.colChkInt, |
| | | this.gv_guid, |
| | | this.gv_chk, |
| | | this.gridColumn4, |
| | | this.gv_supplierItemCode, |
| | | this.gv_supplierItemName, |
| | |
| | | this.gv_guid.OptionsColumn.ReadOnly = true; |
| | | this.gv_guid.Tag = "query_a.guid"; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // gv_chk |
| | | // |
| | | this.gv_chk.Caption = "选择"; |
| | | this.gv_chk.FieldName = "gvChk"; |
| | | this.gv_chk.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_chk.MaxWidth = 50; |
| | | this.gv_chk.MinWidth = 50; |
| | | this.gv_chk.Name = "gv_chk"; |
| | | this.gv_chk.Tag = "edit"; |
| | | this.gv_chk.Visible = true; |
| | | this.gv_chk.VisibleIndex = 0; |
| | | this.gv_chk.Width = 50; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | |
| | | this.gridColumn1.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // colChkInt |
| | | // |
| | | this.colChkInt.Caption = "."; |
| | | this.colChkInt.FieldName = "chkInt"; |
| | | this.colChkInt.MinWidth = 25; |
| | | this.colChkInt.Name = "colChkInt"; |
| | | this.colChkInt.Visible = true; |
| | | this.colChkInt.VisibleIndex = 0; |
| | | this.colChkInt.Width = 94; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.btnIn); |
| | |
| | | // |
| | | // btnIn |
| | | // |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Left; |
| | | 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.checkbuttons_16x161; |
| | | this.btnIn.Location = new System.Drawing.Point(2, 2); |
| | | this.btnIn.Location = new System.Drawing.Point(960, 2); |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(94, 39); |
| | | this.btnIn.TabIndex = 4; |
| | |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectShuoTuiSq"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "选择退货明细"; |
| | | this.Text = "选择受托入库明细(只显示可退数量大于0的)"; |
| | | this.TopMost = true; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | |
| | | private DevExpress.XtraGrid.GridControl gcMain; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_chk; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | } |
| | | } |