Files
lserp_cs_6.0/插件库/Lskj.Control/FrmGridSift.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

682 lines
37 KiB
C#

namespace Lskj.Control
{
partial class FrmGridSift
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.barManager = new DevExpress.XtraBars.BarManager();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
this.gcMain = new Lskj.Control.GridControlEx();
this.panelChart = new DevExpress.XtraEditors.PanelControl();
this.DetailTabControl = new DevExpress.XtraTab.XtraTabControl();
this.GroupDetail = new DevExpress.XtraTab.XtraTabPage();
this.detailGrid = new Lskj.Control.GridControlEx();
this.PiePic = new DevExpress.XtraTab.XtraTabPage();
this.AreaPic = new DevExpress.XtraTab.XtraTabPage();
this.LinePic = new DevExpress.XtraTab.XtraTabPage();
this.splitMainContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
this.panel_ALL = new DevExpress.XtraEditors.PanelControl();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.pl_AllColumns = new DevExpress.XtraEditors.PanelControl();
this.leftGridControl = new DevExpress.XtraGrid.GridControl();
this.leftGridView = new DevExpress.XtraGrid.Views.Grid.GridView();
this.userName = new DevExpress.XtraGrid.Columns.GridColumn();
this.sysName = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelCheck = new DevExpress.XtraEditors.PanelControl();
this.checkProject = new DevExpress.XtraEditors.ImageComboBoxEdit();
this.deleteBtn = new DevExpress.XtraEditors.SimpleButton();
this.saveAsBtn = new DevExpress.XtraEditors.SimpleButton();
this.saveBtn = new DevExpress.XtraEditors.SimpleButton();
this.exportDropBtn = new DevExpress.XtraEditors.DropDownButton();
this.checkShowChart = new DevExpress.XtraEditors.CheckEdit();
this.checkColSum = new DevExpress.XtraEditors.CheckEdit();
this.checkRowSum = new DevExpress.XtraEditors.CheckEdit();
this.BtnClear = new DevExpress.XtraEditors.SimpleButton();
this.pl_TopSift = new DevExpress.XtraEditors.PanelControl();
this.plane_RESULT = new DevExpress.XtraEditors.PanelControl();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.pl_Result = new DevExpress.XtraEditors.PanelControl();
this.panel_COL = new DevExpress.XtraEditors.PanelControl();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.pl_GroupByCol = new DevExpress.XtraEditors.PanelControl();
this.panel_ROW = new DevExpress.XtraEditors.PanelControl();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.pl_groupByRow = new DevExpress.XtraEditors.PanelControl();
((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
this.splitContainerControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelChart)).BeginInit();
this.panelChart.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DetailTabControl)).BeginInit();
this.DetailTabControl.SuspendLayout();
this.GroupDetail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitMainContainerControl)).BeginInit();
this.splitMainContainerControl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panel_ALL)).BeginInit();
this.panel_ALL.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_AllColumns)).BeginInit();
this.pl_AllColumns.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.leftGridControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.leftGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelCheck)).BeginInit();
this.panelCheck.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkProject.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkShowChart.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkColSum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkRowSum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pl_TopSift)).BeginInit();
this.pl_TopSift.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.plane_RESULT)).BeginInit();
this.plane_RESULT.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_Result)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_COL)).BeginInit();
this.panel_COL.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_GroupByCol)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panel_ROW)).BeginInit();
this.panel_ROW.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pl_groupByRow)).BeginInit();
this.SuspendLayout();
//
// barManager
//
this.barManager.DockControls.Add(this.barDockControlTop);
this.barManager.DockControls.Add(this.barDockControlBottom);
this.barManager.DockControls.Add(this.barDockControlLeft);
this.barManager.DockControls.Add(this.barDockControlRight);
this.barManager.Form = this;
this.barManager.MaxItemId = 0;
//
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Size = new System.Drawing.Size(1455, 0);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControlBottom.Location = new System.Drawing.Point(0, 593);
this.barDockControlBottom.Size = new System.Drawing.Size(1455, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
this.barDockControlLeft.Size = new System.Drawing.Size(0, 593);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControlRight.Location = new System.Drawing.Point(1455, 0);
this.barDockControlRight.Size = new System.Drawing.Size(0, 593);
//
// splitContainerControl
//
this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainerControl.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.None;
this.splitContainerControl.Horizontal = false;
this.splitContainerControl.Location = new System.Drawing.Point(0, 151);
this.splitContainerControl.Name = "splitContainerControl";
this.splitContainerControl.Panel1.Controls.Add(this.gcMain);
this.splitContainerControl.Panel1.Text = "Panel";
this.splitContainerControl.Panel2.Controls.Add(this.panelChart);
this.splitContainerControl.Panel2.Text = "Panel2";
this.splitContainerControl.Size = new System.Drawing.Size(1015, 442);
this.splitContainerControl.SplitterPosition = 257;
this.splitContainerControl.TabIndex = 23;
this.splitContainerControl.Text = "splitContainerControl1";
//
// gcMain
//
this.gcMain.AdapterObj = null;
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
this.gcMain.Name = "gcMain";
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.gcMain.Size = new System.Drawing.Size(1015, 257);
this.gcMain.TabIndex = 1;
//
// panelChart
//
this.panelChart.Appearance.BackColor = System.Drawing.Color.White;
this.panelChart.Appearance.Options.UseBackColor = true;
this.panelChart.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelChart.Controls.Add(this.DetailTabControl);
this.panelChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelChart.Location = new System.Drawing.Point(0, 0);
this.panelChart.Name = "panelChart";
this.panelChart.Size = new System.Drawing.Size(1015, 180);
this.panelChart.TabIndex = 18;
//
// DetailTabControl
//
this.DetailTabControl.AppearancePage.Header.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DetailTabControl.AppearancePage.Header.Options.UseFont = true;
this.DetailTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.DetailTabControl.Location = new System.Drawing.Point(0, 0);
this.DetailTabControl.Name = "DetailTabControl";
this.DetailTabControl.SelectedTabPage = this.GroupDetail;
this.DetailTabControl.Size = new System.Drawing.Size(1015, 180);
this.DetailTabControl.TabIndex = 1;
this.DetailTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.GroupDetail,
this.PiePic,
this.AreaPic,
this.LinePic});
//
// GroupDetail
//
this.GroupDetail.Controls.Add(this.detailGrid);
this.GroupDetail.Name = "GroupDetail";
this.GroupDetail.Size = new System.Drawing.Size(1009, 145);
this.GroupDetail.Text = "明细表";
//
// detailGrid
//
this.detailGrid.AdapterObj = null;
this.detailGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.detailGrid.Location = new System.Drawing.Point(0, 0);
this.detailGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.detailGrid.Name = "detailGrid";
this.detailGrid.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
this.detailGrid.Size = new System.Drawing.Size(1009, 145);
this.detailGrid.TabIndex = 0;
//
// PiePic
//
this.PiePic.Name = "PiePic";
this.PiePic.Size = new System.Drawing.Size(1009, 145);
this.PiePic.Text = "饼图";
//
// AreaPic
//
this.AreaPic.Name = "AreaPic";
this.AreaPic.Size = new System.Drawing.Size(1009, 0);
this.AreaPic.Text = "柱形图";
//
// LinePic
//
this.LinePic.Name = "LinePic";
this.LinePic.Size = new System.Drawing.Size(1009, 0);
this.LinePic.Text = "折线图";
//
// splitMainContainerControl
//
this.splitMainContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitMainContainerControl.Location = new System.Drawing.Point(0, 0);
this.splitMainContainerControl.Name = "splitMainContainerControl";
this.splitMainContainerControl.Panel1.Controls.Add(this.panel_ALL);
this.splitMainContainerControl.Panel1.Text = "Panel1";
this.splitMainContainerControl.Panel2.Controls.Add(this.splitContainerControl);
this.splitMainContainerControl.Panel2.Controls.Add(this.panelCheck);
this.splitMainContainerControl.Panel2.Controls.Add(this.pl_TopSift);
this.splitMainContainerControl.Panel2.Text = "Panel2";
this.splitMainContainerControl.Size = new System.Drawing.Size(1455, 593);
this.splitMainContainerControl.SplitterPosition = 435;
this.splitMainContainerControl.TabIndex = 28;
this.splitMainContainerControl.Text = "splitContainerControl1";
//
// panel_ALL
//
this.panel_ALL.AllowDrop = true;
this.panel_ALL.Controls.Add(this.groupBox1);
this.panel_ALL.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_ALL.Location = new System.Drawing.Point(0, 0);
this.panel_ALL.Name = "panel_ALL";
this.panel_ALL.Size = new System.Drawing.Size(435, 593);
this.panel_ALL.TabIndex = 3;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.White;
this.groupBox1.Controls.Add(this.pl_AllColumns);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(2, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(431, 589);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "所有字段";
//
// pl_AllColumns
//
this.pl_AllColumns.AllowDrop = true;
this.pl_AllColumns.Appearance.BackColor = System.Drawing.Color.White;
this.pl_AllColumns.Appearance.Options.UseBackColor = true;
this.pl_AllColumns.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_AllColumns.Controls.Add(this.leftGridControl);
this.pl_AllColumns.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_AllColumns.Location = new System.Drawing.Point(3, 23);
this.pl_AllColumns.Name = "pl_AllColumns";
this.pl_AllColumns.Size = new System.Drawing.Size(425, 563);
this.pl_AllColumns.TabIndex = 2;
//
// leftGridControl
//
this.leftGridControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.leftGridControl.Location = new System.Drawing.Point(0, 0);
this.leftGridControl.MainView = this.leftGridView;
this.leftGridControl.MenuManager = this.barManager;
this.leftGridControl.Name = "leftGridControl";
this.leftGridControl.Size = new System.Drawing.Size(425, 563);
this.leftGridControl.TabIndex = 0;
this.leftGridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.leftGridView,
this.gridView2});
//
// leftGridView
//
this.leftGridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.userName,
this.sysName});
this.leftGridView.GridControl = this.leftGridControl;
this.leftGridView.Name = "leftGridView";
this.leftGridView.OptionsView.ShowGroupPanel = false;
//
// userName
//
this.userName.Caption = "用户名称";
this.userName.FieldName = "userName";
this.userName.Name = "userName";
this.userName.Visible = true;
this.userName.VisibleIndex = 0;
//
// sysName
//
this.sysName.Caption = "系统名称";
this.sysName.FieldName = "sysName";
this.sysName.Name = "sysName";
this.sysName.Visible = true;
this.sysName.VisibleIndex = 1;
//
// gridView2
//
this.gridView2.GridControl = this.leftGridControl;
this.gridView2.Name = "gridView2";
//
// panelCheck
//
this.panelCheck.Appearance.BackColor = System.Drawing.Color.White;
this.panelCheck.Appearance.Options.UseBackColor = true;
this.panelCheck.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelCheck.Controls.Add(this.checkProject);
this.panelCheck.Controls.Add(this.deleteBtn);
this.panelCheck.Controls.Add(this.saveAsBtn);
this.panelCheck.Controls.Add(this.saveBtn);
this.panelCheck.Controls.Add(this.exportDropBtn);
this.panelCheck.Controls.Add(this.checkShowChart);
this.panelCheck.Controls.Add(this.checkColSum);
this.panelCheck.Controls.Add(this.checkRowSum);
this.panelCheck.Controls.Add(this.BtnClear);
this.panelCheck.Dock = System.Windows.Forms.DockStyle.Top;
this.panelCheck.Location = new System.Drawing.Point(0, 110);
this.panelCheck.Name = "panelCheck";
this.panelCheck.Size = new System.Drawing.Size(1015, 41);
this.panelCheck.TabIndex = 19;
//
// checkProject
//
this.checkProject.Location = new System.Drawing.Point(6, 6);
this.checkProject.MenuManager = this.barManager;
this.checkProject.Name = "checkProject";
this.checkProject.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkProject.Properties.Appearance.Options.UseFont = true;
this.checkProject.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.checkProject.Properties.AppearanceDropDown.Options.UseFont = true;
this.checkProject.Properties.AutoHeight = false;
this.checkProject.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.checkProject.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.checkProject.Size = new System.Drawing.Size(333, 29);
this.checkProject.TabIndex = 0;
//
// deleteBtn
//
this.deleteBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.deleteBtn.Location = new System.Drawing.Point(517, 6);
this.deleteBtn.Name = "deleteBtn";
this.deleteBtn.Size = new System.Drawing.Size(80, 29);
this.deleteBtn.TabIndex = 11;
this.deleteBtn.Text = "方案删除";
//
// saveAsBtn
//
this.saveAsBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.saveAsBtn.Location = new System.Drawing.Point(431, 6);
this.saveAsBtn.Name = "saveAsBtn";
this.saveAsBtn.Size = new System.Drawing.Size(80, 29);
this.saveAsBtn.TabIndex = 10;
this.saveAsBtn.Text = "方案另存";
//
// saveBtn
//
this.saveBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.saveBtn.Location = new System.Drawing.Point(345, 6);
this.saveBtn.Name = "saveBtn";
this.saveBtn.Size = new System.Drawing.Size(80, 29);
this.saveBtn.TabIndex = 9;
this.saveBtn.Text = "方案保存";
//
// exportDropBtn
//
this.exportDropBtn.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.exportDropBtn.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Show;
this.exportDropBtn.Location = new System.Drawing.Point(603, 6);
this.exportDropBtn.MenuManager = this.barManager;
this.exportDropBtn.Name = "exportDropBtn";
this.exportDropBtn.Size = new System.Drawing.Size(70, 29);
this.exportDropBtn.TabIndex = 6;
this.exportDropBtn.Text = "导出";
//
// checkShowChart
//
this.checkShowChart.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.checkShowChart.EditValue = true;
this.checkShowChart.Location = new System.Drawing.Point(874, 10);
this.checkShowChart.MenuManager = this.barManager;
this.checkShowChart.Name = "checkShowChart";
this.checkShowChart.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.checkShowChart.Properties.Caption = "显示明细";
this.checkShowChart.Size = new System.Drawing.Size(80, 19);
this.checkShowChart.TabIndex = 5;
//
// checkColSum
//
this.checkColSum.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.checkColSum.Location = new System.Drawing.Point(803, 10);
this.checkColSum.MenuManager = this.barManager;
this.checkColSum.Name = "checkColSum";
this.checkColSum.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.checkColSum.Properties.Caption = "列合计";
this.checkColSum.Size = new System.Drawing.Size(65, 19);
this.checkColSum.TabIndex = 4;
//
// checkRowSum
//
this.checkRowSum.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.checkRowSum.Location = new System.Drawing.Point(732, 10);
this.checkRowSum.MenuManager = this.barManager;
this.checkRowSum.Name = "checkRowSum";
this.checkRowSum.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
this.checkRowSum.Properties.Caption = "行合计";
this.checkRowSum.Size = new System.Drawing.Size(65, 19);
this.checkRowSum.TabIndex = 2;
//
// BtnClear
//
this.BtnClear.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.BtnClear.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.BtnClear.Location = new System.Drawing.Point(963, 6);
this.BtnClear.Name = "BtnClear";
this.BtnClear.Size = new System.Drawing.Size(47, 29);
this.BtnClear.TabIndex = 0;
this.BtnClear.Text = "重置";
//
// pl_TopSift
//
this.pl_TopSift.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_TopSift.Controls.Add(this.plane_RESULT);
this.pl_TopSift.Controls.Add(this.panel_COL);
this.pl_TopSift.Controls.Add(this.panel_ROW);
this.pl_TopSift.Dock = System.Windows.Forms.DockStyle.Top;
this.pl_TopSift.Location = new System.Drawing.Point(0, 0);
this.pl_TopSift.Name = "pl_TopSift";
this.pl_TopSift.Size = new System.Drawing.Size(1015, 110);
this.pl_TopSift.TabIndex = 13;
//
// plane_RESULT
//
this.plane_RESULT.AllowDrop = true;
this.plane_RESULT.Appearance.BackColor = System.Drawing.Color.White;
this.plane_RESULT.Appearance.Options.UseBackColor = true;
this.plane_RESULT.Controls.Add(this.groupBox4);
this.plane_RESULT.Dock = System.Windows.Forms.DockStyle.Fill;
this.plane_RESULT.Location = new System.Drawing.Point(501, 0);
this.plane_RESULT.Name = "plane_RESULT";
this.plane_RESULT.Size = new System.Drawing.Size(514, 110);
this.plane_RESULT.TabIndex = 6;
//
// groupBox4
//
this.groupBox4.BackColor = System.Drawing.Color.White;
this.groupBox4.Controls.Add(this.pl_Result);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox4.Location = new System.Drawing.Point(2, 2);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(510, 106);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "统计字段";
//
// pl_Result
//
this.pl_Result.Appearance.BackColor = System.Drawing.Color.White;
this.pl_Result.Appearance.Options.UseBackColor = true;
this.pl_Result.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_Result.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_Result.Location = new System.Drawing.Point(3, 23);
this.pl_Result.Name = "pl_Result";
this.pl_Result.Size = new System.Drawing.Size(504, 80);
this.pl_Result.TabIndex = 2;
//
// panel_COL
//
this.panel_COL.AllowDrop = true;
this.panel_COL.Appearance.BackColor = System.Drawing.Color.White;
this.panel_COL.Appearance.Options.UseBackColor = true;
this.panel_COL.Controls.Add(this.groupBox3);
this.panel_COL.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_COL.Location = new System.Drawing.Point(252, 0);
this.panel_COL.Name = "panel_COL";
this.panel_COL.Size = new System.Drawing.Size(249, 110);
this.panel_COL.TabIndex = 5;
//
// groupBox3
//
this.groupBox3.BackColor = System.Drawing.Color.White;
this.groupBox3.Controls.Add(this.pl_GroupByCol);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox3.Location = new System.Drawing.Point(2, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(245, 106);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "分类列字段";
//
// pl_GroupByCol
//
this.pl_GroupByCol.Appearance.BackColor = System.Drawing.Color.White;
this.pl_GroupByCol.Appearance.Options.UseBackColor = true;
this.pl_GroupByCol.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_GroupByCol.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_GroupByCol.Enabled = false;
this.pl_GroupByCol.Location = new System.Drawing.Point(3, 23);
this.pl_GroupByCol.Name = "pl_GroupByCol";
this.pl_GroupByCol.Size = new System.Drawing.Size(239, 80);
this.pl_GroupByCol.TabIndex = 2;
//
// panel_ROW
//
this.panel_ROW.AllowDrop = true;
this.panel_ROW.Appearance.BackColor = System.Drawing.Color.White;
this.panel_ROW.Appearance.Options.UseBackColor = true;
this.panel_ROW.Controls.Add(this.groupBox2);
this.panel_ROW.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_ROW.Location = new System.Drawing.Point(0, 0);
this.panel_ROW.Name = "panel_ROW";
this.panel_ROW.Size = new System.Drawing.Size(252, 110);
this.panel_ROW.TabIndex = 3;
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.Color.White;
this.groupBox2.Controls.Add(this.pl_groupByRow);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(2, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(248, 106);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "分类行字段";
//
// pl_groupByRow
//
this.pl_groupByRow.Appearance.BackColor = System.Drawing.Color.White;
this.pl_groupByRow.Appearance.Options.UseBackColor = true;
this.pl_groupByRow.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.pl_groupByRow.Dock = System.Windows.Forms.DockStyle.Fill;
this.pl_groupByRow.Location = new System.Drawing.Point(3, 23);
this.pl_groupByRow.Name = "pl_groupByRow";
this.pl_groupByRow.Size = new System.Drawing.Size(242, 80);
this.pl_groupByRow.TabIndex = 2;
//
// FrmGridSift
//
this.Appearance.BackColor = System.Drawing.Color.White;
this.Appearance.Options.UseBackColor = true;
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1455, 593);
this.Controls.Add(this.splitMainContainerControl);
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "FrmGridSift";
this.Text = "FrmGridSift";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.OnLoad);
((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
this.splitContainerControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelChart)).EndInit();
this.panelChart.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DetailTabControl)).EndInit();
this.DetailTabControl.ResumeLayout(false);
this.GroupDetail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitMainContainerControl)).EndInit();
this.splitMainContainerControl.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panel_ALL)).EndInit();
this.panel_ALL.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_AllColumns)).EndInit();
this.pl_AllColumns.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.leftGridControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.leftGridView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelCheck)).EndInit();
this.panelCheck.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.checkProject.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkShowChart.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkColSum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkRowSum.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pl_TopSift)).EndInit();
this.pl_TopSift.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.plane_RESULT)).EndInit();
this.plane_RESULT.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_Result)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_COL)).EndInit();
this.panel_COL.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_GroupByCol)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panel_ROW)).EndInit();
this.panel_ROW.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_groupByRow)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl;
private DevExpress.XtraEditors.PanelControl panelChart;
private DevExpress.XtraTab.XtraTabControl DetailTabControl;
private DevExpress.XtraTab.XtraTabPage PiePic;
private DevExpress.XtraTab.XtraTabPage AreaPic;
private DevExpress.XtraTab.XtraTabPage LinePic;
private DevExpress.XtraEditors.SplitContainerControl splitMainContainerControl;
private DevExpress.XtraEditors.PanelControl panel_ALL;
private System.Windows.Forms.GroupBox groupBox1;
private DevExpress.XtraEditors.PanelControl pl_AllColumns;
private DevExpress.XtraGrid.GridControl leftGridControl;
private DevExpress.XtraGrid.Views.Grid.GridView leftGridView;
private DevExpress.XtraGrid.Columns.GridColumn userName;
private DevExpress.XtraGrid.Columns.GridColumn sysName;
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
private DevExpress.XtraEditors.PanelControl panelCheck;
private DevExpress.XtraEditors.ImageComboBoxEdit checkProject;
private DevExpress.XtraEditors.SimpleButton deleteBtn;
private DevExpress.XtraEditors.SimpleButton saveAsBtn;
private DevExpress.XtraEditors.SimpleButton saveBtn;
private DevExpress.XtraEditors.DropDownButton exportDropBtn;
private DevExpress.XtraEditors.CheckEdit checkShowChart;
private DevExpress.XtraEditors.CheckEdit checkColSum;
private DevExpress.XtraEditors.CheckEdit checkRowSum;
private DevExpress.XtraEditors.SimpleButton BtnClear;
private DevExpress.XtraEditors.PanelControl pl_TopSift;
private DevExpress.XtraEditors.PanelControl plane_RESULT;
private System.Windows.Forms.GroupBox groupBox4;
private DevExpress.XtraEditors.PanelControl pl_Result;
private DevExpress.XtraEditors.PanelControl panel_COL;
private System.Windows.Forms.GroupBox groupBox3;
private DevExpress.XtraEditors.PanelControl pl_GroupByCol;
private DevExpress.XtraEditors.PanelControl panel_ROW;
private System.Windows.Forms.GroupBox groupBox2;
private DevExpress.XtraEditors.PanelControl pl_groupByRow;
private DevExpress.XtraTab.XtraTabPage GroupDetail;
private GridControlEx gcMain;
private GridControlEx detailGrid;
}
}