⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ucabstractstatset.designer.cs

📁 以构建的方式来实现对通用的查询统计
💻 CS
📖 第 1 页 / 共 2 页
字号:
      // 
      // 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 = "统计模板名称";
      this.gridColumn1.FieldName = "AbstractStatID";
      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 = 85;
      // 
      // 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 = "IsStat";
      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 = 77;
      // 
      // 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 = 81;
      // 
      // 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 = 82;
      // 
      // 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 = 102;
      // 
      // 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 = 124;
      // 
      // gridColumn8
      // 
      this.gridColumn8.Caption = "是否分组字段";
      this.gridColumn8.ColumnEdit = this.repositoryItemCheckEdit1;
      this.gridColumn8.FieldName = "IsGroup";
      this.gridColumn8.Name = "gridColumn8";
      this.gridColumn8.Visible = true;
      this.gridColumn8.VisibleIndex = 6;
      this.gridColumn8.Width = 89;
      // 
      // 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;
      // 
      // ucAbstractStatSet
      // 
      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 = "ucAbstractStatSet";
      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;
    private DevExpress.XtraGrid.Columns.GridColumn gridColumn8;

	}
}

⌨️ 快捷键说明

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