📄 ucunivstatforpops1.designer.cs.svn-base
字号:
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.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 = 1;
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.label5);
this.xtraTabPage1.Controls.Add(this.label4);
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, 34);
this.listBox_GroupItem1.Name = "listBox_GroupItem1";
this.listBox_GroupItem1.Size = new System.Drawing.Size(123, 100);
this.listBox_GroupItem1.TabIndex = 23;
//
// btnSelect1
//
this.btnSelect1.Location = new System.Drawing.Point(189, 34);
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.Location = new System.Drawing.Point(63, 8);
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);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 34);
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, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 17;
this.label4.Text = "区域级别:";
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.btnSelect2);
this.xtraTabPage2.Controls.Add(this.listBox_GroupItem2);
this.xtraTabPage2.Controls.Add(this.label7);
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, 5);
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, 5);
this.listBox_GroupItem2.Name = "listBox_GroupItem2";
this.listBox_GroupItem2.Size = new System.Drawing.Size(120, 124);
this.listBox_GroupItem2.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(15, 5);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 22;
this.label7.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";
this.barButtonItem_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Exit_ItemClick);
//
// barButtonItem1_save
//
this.barButtonItem1_save.Caption = "保存";
this.barButtonItem1_save.Id = 5;
this.barButtonItem1_save.ImageIndex = 2;
this.barButtonItem1_save.Name = "barButtonItem1_save";
//
// barManager1
//
this.barManager1.AllowCustomization = false;
this.barManager1.AllowMoveBarOnToolbar = false;
this.barManager1.AllowQuickCustomization = false;
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar1});
this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
new DevExpress.XtraBars.BarManagerCategory("group1", new System.Guid("3221d741-b04d-4856-8751-1d10a08d7e40"))});
this.barManager1.DockControls.Add(this.barDockControlTop);
this.barManager1.DockControls.Add(this.barDockControlBottom);
this.barManager1.DockControls.Add(this.barDockControlLeft);
this.barManager1.DockControls.Add(this.barDockControlRight);
this.barManager1.Form = this;
this.barManager1.Images = this.imageList2;
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.barButtonItem_Stat,
this.barButtonItem_Export,
this.barButtonItem_Exit,
this.barButtonItem1_save,
this.barButtonItemMapExportPie,
this.barButtonItemMapExport2,
this.barButtonItemColor});
this.barManager1.MaxItemId = 9;
//
// bar1
//
this.bar1.BarName = "Custom 1";
this.bar1.DockCol = 0;
this.bar1.DockRow = 0;
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_Stat, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_Export, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemMapExportPie, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemMapExport2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemColor, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_Exit, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar1.OptionsBar.AllowRename = true;
this.bar1.Text = "Custom 1";
//
// barButtonItemMapExportPie
//
this.barButtonItemMapExportPie.Caption = "饼图";
this.barButtonItemMapExportPie.Hint = "将统计结果在地图上以饼图的形式输出";
this.barButtonItemMapExportPie.Id = 6;
this.barButtonItemMapExportPie.ImageIndex = 4;
this.barButtonItemMapExportPie.Name = "barButtonItemMapExportPie";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -