📄 ucunivstat.designer.cs
字号:
this.gridColumn10.FieldName = "StatField";
this.gridColumn10.Name = "gridColumn10";
this.gridColumn10.OptionsFilter.AllowAutoFilter = false;
this.gridColumn10.OptionsFilter.AllowFilter = false;
this.gridColumn10.Visible = true;
this.gridColumn10.VisibleIndex = 0;
this.gridColumn10.Width = 81;
//
// repositoryItemComboBox_statField
//
this.repositoryItemComboBox_statField.AutoHeight = false;
this.repositoryItemComboBox_statField.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemComboBox_statField.Name = "repositoryItemComboBox_statField";
this.repositoryItemComboBox_statField.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
//
// gridColumn11
//
this.gridColumn11.Caption = "统计方法";
this.gridColumn11.ColumnEdit = this.repositoryItemComboBox_statMethod;
this.gridColumn11.FieldName = "StatMethod";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.OptionsFilter.AllowAutoFilter = false;
this.gridColumn11.OptionsFilter.AllowFilter = false;
this.gridColumn11.Visible = true;
this.gridColumn11.VisibleIndex = 1;
this.gridColumn11.Width = 65;
//
// repositoryItemComboBox_statMethod
//
this.repositoryItemComboBox_statMethod.AutoHeight = false;
this.repositoryItemComboBox_statMethod.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.repositoryItemComboBox_statMethod.Items.AddRange(new object[] {
"COUNT",
"SUM",
"AVG",
"MAX",
"MIN"});
this.repositoryItemComboBox_statMethod.Name = "repositoryItemComboBox_statMethod";
this.repositoryItemComboBox_statMethod.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
//
// gridColumn12
//
this.gridColumn12.Caption = "是否照色字段";
this.gridColumn12.ColumnEdit = this.repositoryItemCheckEdit_IsRenField;
this.gridColumn12.FieldName = "IsRenField";
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.OptionsFilter.AllowAutoFilter = false;
this.gridColumn12.OptionsFilter.AllowFilter = false;
this.gridColumn12.Visible = true;
this.gridColumn12.VisibleIndex = 2;
this.gridColumn12.Width = 79;
//
// repositoryItemCheckEdit_IsRenField
//
this.repositoryItemCheckEdit_IsRenField.AutoHeight = false;
this.repositoryItemCheckEdit_IsRenField.Name = "repositoryItemCheckEdit_IsRenField";
this.repositoryItemCheckEdit_IsRenField.ValueChecked = 1;
this.repositoryItemCheckEdit_IsRenField.ValueGrayed = 0;
this.repositoryItemCheckEdit_IsRenField.ValueUnchecked = 0;
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.groupControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(248, 193);
this.panelControl1.TabIndex = 19;
this.panelControl1.Text = "panelControl1";
//
// groupControl1
//
this.groupControl1.Controls.Add(this.xtraTabControl1);
this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupControl1.Location = new System.Drawing.Point(0, 0);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(248, 193);
this.groupControl1.TabIndex = 18;
this.groupControl1.Text = "分组选项";
//
// xtraTabControl1
//
this.xtraTabControl1.Location = new System.Drawing.Point(7, 24);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(238, 168);
this.xtraTabControl1.TabIndex = 18;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
this.xtraTabControl1.Text = "xtraTabControl1";
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.listBox_GroupItem1);
this.xtraTabPage1.Controls.Add(this.btnSelect1);
this.xtraTabPage1.Controls.Add(this.comboBox_GroupObj1);
this.xtraTabPage1.Controls.Add(this.comboBox_GroupType);
this.xtraTabPage1.Controls.Add(this.label5);
this.xtraTabPage1.Controls.Add(this.label4);
this.xtraTabPage1.Controls.Add(this.label3);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(229, 136);
this.xtraTabPage1.Text = "主分组";
//
// listBox_GroupItem1
//
this.listBox_GroupItem1.FormattingEnabled = true;
this.listBox_GroupItem1.ItemHeight = 12;
this.listBox_GroupItem1.Location = new System.Drawing.Point(63, 58);
this.listBox_GroupItem1.Name = "listBox_GroupItem1";
this.listBox_GroupItem1.Size = new System.Drawing.Size(123, 76);
this.listBox_GroupItem1.TabIndex = 23;
//
// btnSelect1
//
this.btnSelect1.Location = new System.Drawing.Point(189, 58);
this.btnSelect1.Name = "btnSelect1";
this.btnSelect1.Size = new System.Drawing.Size(37, 23);
this.btnSelect1.TabIndex = 22;
this.btnSelect1.Text = "选择";
this.btnSelect1.UseVisualStyleBackColor = true;
this.btnSelect1.Click += new System.EventHandler(this.btnSelect1_Click);
//
// comboBox_GroupObj1
//
this.comboBox_GroupObj1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_GroupObj1.FormattingEnabled = true;
this.comboBox_GroupObj1.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_GroupObj1.Location = new System.Drawing.Point(63, 32);
this.comboBox_GroupObj1.Name = "comboBox_GroupObj1";
this.comboBox_GroupObj1.Size = new System.Drawing.Size(124, 20);
this.comboBox_GroupObj1.TabIndex = 19;
this.comboBox_GroupObj1.SelectedIndexChanged += new System.EventHandler(this.comboBox_GroupObj1_SelectedIndexChanged);
//
// comboBox_GroupType
//
this.comboBox_GroupType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_GroupType.FormattingEnabled = true;
this.comboBox_GroupType.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_GroupType.Location = new System.Drawing.Point(63, 6);
this.comboBox_GroupType.Name = "comboBox_GroupType";
this.comboBox_GroupType.Size = new System.Drawing.Size(124, 20);
this.comboBox_GroupType.TabIndex = 20;
this.comboBox_GroupType.SelectedIndexChanged += new System.EventHandler(this.comboBox_GroupType_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 58);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 17;
this.label5.Text = "分组项:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(1, 35);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 17;
this.label4.Text = "分组对象:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(2, 10);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 18;
this.label3.Text = "分组类型:";
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.btnSelect2);
this.xtraTabPage2.Controls.Add(this.listBox_GroupItem2);
this.xtraTabPage2.Controls.Add(this.label7);
this.xtraTabPage2.Controls.Add(this.comboBox_groupObj2);
this.xtraTabPage2.Controls.Add(this.label6);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(229, 136);
this.xtraTabPage2.Text = "次分组";
//
// btnSelect2
//
this.btnSelect2.Location = new System.Drawing.Point(186, 32);
this.btnSelect2.Name = "btnSelect2";
this.btnSelect2.Size = new System.Drawing.Size(37, 23);
this.btnSelect2.TabIndex = 25;
this.btnSelect2.Text = "选择";
this.btnSelect2.UseVisualStyleBackColor = true;
this.btnSelect2.Click += new System.EventHandler(this.btnSelect2_Click);
//
// listBox_GroupItem2
//
this.listBox_GroupItem2.FormattingEnabled = true;
this.listBox_GroupItem2.ItemHeight = 12;
this.listBox_GroupItem2.Location = new System.Drawing.Point(65, 32);
this.listBox_GroupItem2.Name = "listBox_GroupItem2";
this.listBox_GroupItem2.Size = new System.Drawing.Size(120, 100);
this.listBox_GroupItem2.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 29);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 22;
this.label7.Text = "分组项:";
//
// comboBox_groupObj2
//
this.comboBox_groupObj2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_groupObj2.FormattingEnabled = true;
this.comboBox_groupObj2.Items.AddRange(new object[] {
"空间",
"属性"});
this.comboBox_groupObj2.Location = new System.Drawing.Point(65, 6);
this.comboBox_groupObj2.Name = "comboBox_groupObj2";
this.comboBox_groupObj2.Size = new System.Drawing.Size(159, 20);
this.comboBox_groupObj2.TabIndex = 21;
this.comboBox_groupObj2.SelectedIndexChanged += new System.EventHandler(this.comboBox_groupObj2_SelectedIndexChanged);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(3, 9);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 20;
this.label6.Text = "分组对象:";
//
// popupMenu1
//
this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Stat),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Export),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Exit),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1_save, true)});
this.popupMenu1.Manager = this.barManager1;
this.popupMenu1.Name = "popupMenu1";
this.popupMenu1.ShowCaption = true;
//
// barButtonItem_Stat
//
this.barButtonItem_Stat.Caption = "统计";
this.barButtonItem_Stat.Id = 2;
this.barButtonItem_Stat.ImageIndex = 2;
this.barButtonItem_Stat.Name = "barButtonItem_Stat";
this.barButtonItem_Stat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Stat_ItemClick);
//
// barButtonItem_Export
//
this.barButtonItem_Export.Caption = "输出(xls)";
this.barButtonItem_Export.Id = 3;
this.barButtonItem_Export.ImageIndex = 1;
this.barButtonItem_Export.Name = "barButtonItem_Export";
this.barButtonItem_Export.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Export_ItemClick);
//
// barButtonItem_Exit
//
this.barButtonItem_Exit.Caption = "退出";
this.barButtonItem_Exit.Id = 4;
this.barButtonItem_Exit.ImageIndex = 0;
this.barButtonItem_Exit.Name = "barButtonItem_Exit";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -