| | |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_operationTime, |
| | |
| | | // |
| | | // gv_operationTime |
| | | // |
| | | this.gv_operationTime.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_operationTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTime.Caption = "操作时间"; |
| | | this.gv_operationTime.FieldName = "operationTime"; |
| | |
| | | // |
| | | // gv_userName |
| | | // |
| | | this.gv_userName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_userName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_userName.Caption = "操作人员"; |
| | | this.gv_userName.FieldName = "userName"; |
| | |
| | | // |
| | | // gv_operationTable |
| | | // |
| | | this.gv_operationTable.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_operationTable.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTable.Caption = "相关表"; |
| | | this.gv_operationTable.FieldName = "operationTable"; |
| | |
| | | this.gv_operationTable.Name = "gv_operationTable"; |
| | | this.gv_operationTable.OptionsColumn.ReadOnly = true; |
| | | this.gv_operationTable.Tag = "query_a.OPERATION_TABLE"; |
| | | this.gv_operationTable.Visible = true; |
| | | this.gv_operationTable.VisibleIndex = 2; |
| | | this.gv_operationTable.Width = 80; |
| | | // |
| | | // gv_msg |
| | | // |
| | | this.gv_msg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | |
| | | this.gv_msg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_msg.Caption = "操作详情"; |
| | | this.gv_msg.FieldName = "msg"; |
| | |
| | | this.gv_msg.OptionsColumn.ReadOnly = true; |
| | | this.gv_msg.Tag = "query_a.MSG"; |
| | | this.gv_msg.Visible = true; |
| | | this.gv_msg.VisibleIndex = 3; |
| | | this.gv_msg.VisibleIndex = 2; |
| | | this.gv_msg.Width = 300; |
| | | // |
| | | // pageBar1 |