| | |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemComboBoxSql = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); |
| | | this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.repositoryItemComboBox3Sql = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox(); |
| | | this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.panel1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcQuery)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvQuery)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSql)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3Sql)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // panel1 |
| | |
| | | this.gcQuery.MainView = this.gvQuery; |
| | | this.gcQuery.Name = "gcQuery"; |
| | | this.gcQuery.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
| | | this.repositoryItemComboBoxSql}); |
| | | this.repositoryItemComboBoxSql, |
| | | this.repositoryItemComboBox3Sql}); |
| | | this.gcQuery.Size = new System.Drawing.Size(734, 331); |
| | | this.gcQuery.TabIndex = 3; |
| | | this.gcQuery.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | |
| | | this.gvQuery.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn5, |
| | | this.gridColumn7, |
| | | this.gridColumn6, |
| | | this.gridColumn9}); |
| | | this.gvQuery.GridControl = this.gcQuery; |
| | | this.gvQuery.Name = "gvQuery"; |
| | |
| | | this.repositoryItemComboBoxSql.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | this.repositoryItemComboBoxSql.EditValueChanged += new System.EventHandler(this.repositoryItemComboBoxSql_EditValueChanged); |
| | | // |
| | | // gridColumn6 |
| | | // |
| | | this.gridColumn6.Caption = "字段类型"; |
| | | this.gridColumn6.ColumnEdit = this.repositoryItemComboBox3Sql; |
| | | this.gridColumn6.FieldName = "sqlFieldType"; |
| | | this.gridColumn6.MinWidth = 25; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 2; |
| | | this.gridColumn6.Width = 94; |
| | | // |
| | | // repositoryItemComboBox3Sql |
| | | // |
| | | this.repositoryItemComboBox3Sql.AutoHeight = false; |
| | | this.repositoryItemComboBox3Sql.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.repositoryItemComboBox3Sql.Items.AddRange(new object[] { |
| | | "", |
| | | "时间类型", |
| | | "Bit类型"}); |
| | | this.repositoryItemComboBox3Sql.Name = "repositoryItemComboBox3Sql"; |
| | | this.repositoryItemComboBox3Sql.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
| | | this.repositoryItemComboBox3Sql.EditValueChanged += new System.EventHandler(this.repositoryItemComboBox3Sql_EditValueChanged); |
| | | // |
| | | // gridColumn9 |
| | | // |
| | | this.gridColumn9.Caption = "最后修改时间"; |
| | |
| | | this.gridColumn9.Name = "gridColumn9"; |
| | | this.gridColumn9.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn9.Visible = true; |
| | | this.gridColumn9.VisibleIndex = 2; |
| | | this.gridColumn9.VisibleIndex = 3; |
| | | this.gridColumn9.Width = 94; |
| | | // |
| | | // ShowFilter |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcQuery)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvQuery)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSql)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3Sql)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; |
| | | private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox3Sql; |
| | | } |
| | | } |