| | |
| | | this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.colT1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.colT2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnPrint = new DevExpress.XtraEditors.SimpleButton(); |
| | | this.btnDelete = new DevExpress.XtraEditors.SimpleButton(); |
| | |
| | | this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.panelControl2.Location = new System.Drawing.Point(0, 0); |
| | | this.panelControl2.Name = "panelControl2"; |
| | | this.panelControl2.Size = new System.Drawing.Size(838, 545); |
| | | this.panelControl2.Size = new System.Drawing.Size(1048, 545); |
| | | this.panelControl2.TabIndex = 4; |
| | | // |
| | | // gcMain |
| | |
| | | this.gcMain.Location = new System.Drawing.Point(2, 40); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(834, 503); |
| | | this.gcMain.Size = new System.Drawing.Size(1044, 503); |
| | | this.gcMain.TabIndex = 2; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | |
| | | this.gridColumn3, |
| | | this.gv_supplierItemCode, |
| | | this.colT1, |
| | | this.colT2}); |
| | | this.colT2, |
| | | this.gridColumn2, |
| | | this.gridColumn1}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | this.colT2.VisibleIndex = 6; |
| | | this.colT2.Width = 94; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "打印次数"; |
| | | this.gridColumn2.FieldName = "printCount"; |
| | | this.gridColumn2.MinWidth = 25; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Tag = "query_a.printCount"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 7; |
| | | this.gridColumn2.Width = 94; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "最后打印时间"; |
| | | this.gridColumn1.FieldName = "printDate"; |
| | | this.gridColumn1.MinWidth = 25; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Tag = "query_a.printDate"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 8; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // panelControl3 |
| | | // |
| | | this.panelControl3.Controls.Add(this.btnPrint); |
| | |
| | | this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panelControl3.Location = new System.Drawing.Point(2, 2); |
| | | this.panelControl3.Name = "panelControl3"; |
| | | this.panelControl3.Size = new System.Drawing.Size(834, 38); |
| | | this.panelControl3.Size = new System.Drawing.Size(1044, 38); |
| | | this.panelControl3.TabIndex = 6; |
| | | // |
| | | // btnPrint |
| | |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(838, 545); |
| | | this.ClientSize = new System.Drawing.Size(1048, 545); |
| | | this.Controls.Add(this.panelControl2); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | |
| | | private DevExpress.XtraEditors.SimpleButton btnPrint; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colT1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colT2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | } |
| | | } |