ucabstractqueryfield.designer.cs

来自「以构建的方式来实现对通用的查询统计」· CS 代码 · 共 340 行 · 第 1/2 页

CS
340
字号
            this.gridColumn6,
            this.gridColumn7});
      this.gridView1.GridControl = this.gridControl1;
      this.gridView1.Name = "gridView1";
      this.gridView1.OptionsView.ShowGroupPanel = false;
      // 
      // gridColumn1
      // 
      this.gridColumn1.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
      this.gridColumn1.AppearanceCell.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
      this.gridColumn1.AppearanceCell.Options.UseBackColor = true;
      this.gridColumn1.AppearanceCell.Options.UseFont = true;
      this.gridColumn1.Caption = "抽象查询ID";
      this.gridColumn1.FieldName = "AbstractQueryID";
      this.gridColumn1.Name = "gridColumn1";
      this.gridColumn1.OptionsColumn.AllowFocus = false;
      this.gridColumn1.OptionsColumn.AllowMove = false;
      this.gridColumn1.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
      this.gridColumn1.OptionsFilter.AllowFilter = false;
      this.gridColumn1.Width = 105;
      // 
      // gridColumn2
      // 
      this.gridColumn2.Caption = "查询字段";
      this.gridColumn2.ColumnEdit = this.repositoryItemLookUpEdit1;
      this.gridColumn2.FieldName = "VFieldID";
      this.gridColumn2.Name = "gridColumn2";
      this.gridColumn2.OptionsColumn.AllowEdit = false;
      this.gridColumn2.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
      this.gridColumn2.OptionsFilter.AllowFilter = false;
      this.gridColumn2.Visible = true;
      this.gridColumn2.VisibleIndex = 0;
      this.gridColumn2.Width = 96;
      // 
      // repositoryItemLookUpEdit1
      // 
      this.repositoryItemLookUpEdit1.AutoHeight = false;
      this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
      this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("VFieldID", "字段序号", 60),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("FieldAias", "字段名称", 60)});
      this.repositoryItemLookUpEdit1.DisplayMember = "FieldAias";
      this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
      this.repositoryItemLookUpEdit1.NullText = "";
      this.repositoryItemLookUpEdit1.ValueMember = "VFieldID";
      // 
      // gridColumn3
      // 
      this.gridColumn3.Caption = "是否显示";
      this.gridColumn3.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn3.FieldName = "IsShow";
      this.gridColumn3.Name = "gridColumn3";
      this.gridColumn3.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
      this.gridColumn3.OptionsFilter.AllowFilter = false;
      this.gridColumn3.Visible = true;
      this.gridColumn3.VisibleIndex = 1;
      this.gridColumn3.Width = 107;
      // 
      // repositoryItemCheckEdit1
      // 
      this.repositoryItemCheckEdit1.AutoHeight = false;
      this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
      this.repositoryItemCheckEdit1.ValueChecked = 1;
      this.repositoryItemCheckEdit1.ValueUnchecked = 0;
      // 
      // gridColumn4
      // 
      this.gridColumn4.Caption = "是否过滤";
      this.gridColumn4.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn4.FieldName = "IsFilter";
      this.gridColumn4.Name = "gridColumn4";
      this.gridColumn4.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
      this.gridColumn4.OptionsFilter.AllowFilter = false;
      this.gridColumn4.Visible = true;
      this.gridColumn4.VisibleIndex = 2;
      this.gridColumn4.Width = 104;
      // 
      // gridColumn5
      // 
      this.gridColumn5.Caption = "是否排序";
      this.gridColumn5.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn5.FieldName = "IsOrder";
      this.gridColumn5.Name = "gridColumn5";
      this.gridColumn5.Visible = true;
      this.gridColumn5.VisibleIndex = 3;
      this.gridColumn5.Width = 103;
      // 
      // gridColumn6
      // 
      this.gridColumn6.Caption = "是否主字段";
      this.gridColumn6.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn6.FieldName = "IsMainField";
      this.gridColumn6.Name = "gridColumn6";
      this.gridColumn6.Visible = true;
      this.gridColumn6.VisibleIndex = 4;
      this.gridColumn6.Width = 109;
      // 
      // repositoryItemComboBox1
      // 
      this.repositoryItemComboBox1.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
      this.repositoryItemComboBox1.AutoHeight = false;
      this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
      this.repositoryItemComboBox1.Items.AddRange(new object[] {
            "整形",
            "浮点",
            "字符",
            "日期"});
      this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
      this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
      // 
      // gridColumn7
      // 
      this.gridColumn7.Caption = "用户是否可见";
      this.gridColumn7.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn7.FieldName = "IsUserVisible";
      this.gridColumn7.Name = "gridColumn7";
      this.gridColumn7.Visible = true;
      this.gridColumn7.VisibleIndex = 5;
      this.gridColumn7.Width = 121;
      // 
      // ucAbstractQueryField
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.AutoScroll = true;
      this.Controls.Add(this.panel2);
      this.Controls.Add(this.panel1);
      this.Name = "ucAbstractQueryField";
      this.Size = new System.Drawing.Size(661, 439);
      this.Load += new System.EventHandler(this.ucAbstractQueryField_Load);
      this.panel1.ResumeLayout(false);
      this.panel1.PerformLayout();
      ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
      this.panel2.ResumeLayout(false);
      ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
      this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Panel panel1;
    private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Panel panel2;
		private DevExpress.XtraGrid.GridControl gridControl1;
		private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
		private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
		private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
		private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
		private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
		private System.Windows.Forms.Button btnInit;
		private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
		private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
		private System.Windows.Forms.Button btnSave;
    private System.Windows.Forms.Button btnDelete;
    private DevExpress.XtraEditors.LookUpEdit lookUpEdit1;
    private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1;
    private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit1;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn7;

	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?