| | |
| | | this.gv_operationTable = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_del = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); |
| | |
| | | this.gv_operationTime, |
| | | this.gv_userName, |
| | | this.gv_operationTable, |
| | | this.gv_del}); |
| | | this.gv_del, |
| | | this.gridColumn1}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | |
| | | this.gv_operationTime.OptionsColumn.ReadOnly = true; |
| | | this.gv_operationTime.ToolTip = "query_a.OPERATION_TIME"; |
| | | this.gv_operationTime.Visible = true; |
| | | this.gv_operationTime.VisibleIndex = 2; |
| | | this.gv_operationTime.VisibleIndex = 3; |
| | | this.gv_operationTime.Width = 390; |
| | | // |
| | | // gv_userName |
| | |
| | | this.gv_userName.OptionsColumn.ReadOnly = true; |
| | | this.gv_userName.Tag = "query_a.USER_NAME"; |
| | | this.gv_userName.Visible = true; |
| | | this.gv_userName.VisibleIndex = 1; |
| | | this.gv_userName.VisibleIndex = 2; |
| | | this.gv_userName.Width = 310; |
| | | // |
| | | // gv_operationTable |
| | |
| | | this.gv_del.MinWidth = 25; |
| | | this.gv_del.Name = "gv_del"; |
| | | this.gv_del.Visible = true; |
| | | this.gv_del.VisibleIndex = 3; |
| | | this.gv_del.VisibleIndex = 4; |
| | | this.gv_del.Width = 94; |
| | | // |
| | | // repositoryItemButtonEdit1 |
| | |
| | | this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; |
| | | this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; |
| | | this.repositoryItemButtonEdit1.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemButtonEdit1_ButtonClick); |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "供应商ID"; |
| | | this.gridColumn1.FieldName = "id"; |
| | | this.gridColumn1.MinWidth = 25; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 1; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // Frm_SupplierSrm |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_userName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_del; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | } |
| | | } |