| | |
| | | this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit(); |
| | | this.panelControl2.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | |
| | | // |
| | | // panelControl3 |
| | | // |
| | | this.panelControl3.Controls.Add(this.btnPrint); |
| | | this.panelControl3.Controls.Add(this.btnDelete); |
| | | this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panelControl3.Location = new System.Drawing.Point(2, 2); |
| | |
| | | // |
| | | // btnDelete |
| | | // |
| | | this.btnDelete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; |
| | | this.btnDelete.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; |
| | | this.btnDelete.Appearance.Options.UseBackColor = true; |
| | | this.btnDelete.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.removegroupfooter_16x16; |
| | | this.btnDelete.Location = new System.Drawing.Point(54, -6); |
| | | this.btnDelete.Location = new System.Drawing.Point(701, -1); |
| | | this.btnDelete.Name = "btnDelete"; |
| | | this.btnDelete.Size = new System.Drawing.Size(94, 39); |
| | | this.btnDelete.TabIndex = 5; |
| | | this.btnDelete.Text = "确定删除"; |
| | | this.btnDelete.Text = "批量删除"; |
| | | // |
| | | // btnPrint |
| | | // |
| | | this.btnPrint.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question; |
| | | this.btnPrint.Appearance.Options.UseBackColor = true; |
| | | this.btnPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x161; |
| | | this.btnPrint.Location = new System.Drawing.Point(36, 4); |
| | | this.btnPrint.Name = "btnPrint"; |
| | | this.btnPrint.Size = new System.Drawing.Size(94, 29); |
| | | this.btnPrint.TabIndex = 6; |
| | | this.btnPrint.Text = "批量重打"; |
| | | // |
| | | // SelectDeleteBar |
| | | // |
| | |
| | | private DevExpress.XtraEditors.PanelControl panelControl3; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colChkInt; |
| | | private DevExpress.XtraEditors.SimpleButton btnDelete; |
| | | private DevExpress.XtraEditors.SimpleButton btnPrint; |
| | | } |
| | | } |