| | |
| | | this.gv_msg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_userName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.tips = new DevExpress.Utils.ToolTipController(this.components); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | this.gv_operationTime, |
| | | this.gv_operationTable, |
| | | this.gv_msg, |
| | | this.gv_userName}); |
| | | this.gv_userName, |
| | | this.gridColumn1}); |
| | | this.gridView1.GridControl = this.gcMain1; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | |
| | | this.gv_operationTable.OptionsColumn.AllowEdit = false; |
| | | this.gv_operationTable.Tag = "query_OPERATION_TABLE"; |
| | | this.gv_operationTable.Visible = true; |
| | | this.gv_operationTable.VisibleIndex = 1; |
| | | this.gv_operationTable.VisibleIndex = 2; |
| | | this.gv_operationTable.Width = 100; |
| | | // |
| | | // gv_msg |
| | |
| | | this.gv_msg.OptionsColumn.AllowEdit = false; |
| | | this.gv_msg.Tag = "query_MSG"; |
| | | this.gv_msg.Visible = true; |
| | | this.gv_msg.VisibleIndex = 2; |
| | | this.gv_msg.VisibleIndex = 3; |
| | | this.gv_msg.Width = 200; |
| | | // |
| | | // gv_userName |
| | |
| | | this.gv_userName.OptionsColumn.AllowEdit = false; |
| | | this.gv_userName.Tag = "query_USER_NAME"; |
| | | this.gv_userName.Visible = true; |
| | | this.gv_userName.VisibleIndex = 3; |
| | | this.gv_userName.VisibleIndex = 4; |
| | | this.gv_userName.Width = 250; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "组织ID"; |
| | | this.gridColumn1.FieldName = "fid"; |
| | | this.gridColumn1.MinWidth = 25; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 1; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // Organization |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_userName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_msg; |
| | | private DevExpress.Utils.ToolTipController tips; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | } |
| | | } |