示例#1
0
        //public UCPropertyInfo2D(FrmSimpleConditionQuery2D dialog)
        //{
        //    InitializeComponent();
        //    _dtShow = new DataTable();
        //    _dtShow.Columns.AddRange(new DataColumn[] { new DataColumn("Property"), new DataColumn("Value") });
        //    this.gridControl1.DataSource = _dtShow;


        //    ////IFeatureClass fc;
        //    //Dictionary<DF2DFeatureClass, DataTable> dic = dialog.QueryDTByLayer;
        //    //DataTable _dt = null;

        //    //if (dialog.SelectFeatureClass != null)
        //    //{
        //    //    for (int i = 0; i < dialog.SelectFeatureClass.Count; i++)
        //    //    {
        //    //        this.cbLayer.Properties.Items.Add(dialog.SelectFeatureClass[i].GetFeatureClass().AliasName);
        //    //    }
        //    //    this.cbLayer.SelectedItem = this.cbLayer.Properties.Items[0];
        //    //}
        //    //if (this.cbLayer.SelectedItem != null)
        //    //{



        //    //    foreach (KeyValuePair<DF2DFeatureClass, DataTable> v in dic)
        //    //    {
        //    //        if (v.Key.GetFeatureClass().AliasName == this.cbLayer.SelectedItem.ToString())
        //    //        {
        //    //            _dt = v.Value;
        //    //        }
        //    //        continue;


        //    //    }
        //    //}
        //    //if (_dt != null)
        //    //{

        //    //    int _num = 1;
        //    //    ShowProperty(_dtShow, _dt, _num);
        //    //}

        //}
        private void InitializeComponent()
        {
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1         = new DevExpress.XtraGrid.GridLevelNode();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCPropertyInfo2D));
            this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
            this.cbLayer              = new DevExpress.XtraEditors.ComboBoxEdit();
            this.gridControl1         = new DevExpress.XtraGrid.GridControl();
            this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1          = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2          = new DevExpress.XtraGrid.Columns.GridColumn();
            this.barManager1          = new DevExpress.XtraBars.BarManager();
            this.bar1                 = new DevExpress.XtraBars.Bar();
            this.bbiFirst             = new DevExpress.XtraBars.BarButtonItem();
            this.bbiPreviousOne       = new DevExpress.XtraBars.BarButtonItem();
            this.bbiNextOne           = new DevExpress.XtraBars.BarButtonItem();
            this.bbiLastOne           = new DevExpress.XtraBars.BarButtonItem();
            this.bsiInfo              = new DevExpress.XtraBars.BarStaticItem();
            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.imageCollection1     = new DevExpress.Utils.ImageCollection();
            this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
            this.emptySpaceItem1      = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem3      = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem2      = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbLayer.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            this.SuspendLayout();
            //
            // layoutControl1
            //
            this.layoutControl1.Controls.Add(this.cbLayer);
            this.layoutControl1.Controls.Add(this.gridControl1);
            this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 31);
            this.layoutControl1.Name     = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(327, 210, 543, 464);
            this.layoutControl1.Root     = this.layoutControlGroup1;
            this.layoutControl1.Size     = new System.Drawing.Size(284, 385);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text     = "layoutControl1";
            //
            // cbLayer
            //
            this.cbLayer.Location = new System.Drawing.Point(75, 2);
            this.cbLayer.Name     = "cbLayer";
            this.cbLayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
            });
            this.cbLayer.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cbLayer.Size                  = new System.Drawing.Size(197, 22);
            this.cbLayer.StyleController       = this.layoutControl1;
            this.cbLayer.TabIndex              = 0;
            this.cbLayer.SelectedIndexChanged += new System.EventHandler(this.cbLayer_SelectedIndexChanged);
            //
            // gridControl1
            //
            gridLevelNode1.RelationName = "Level1";
            this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
                gridLevelNode1
            });
            this.gridControl1.Location    = new System.Drawing.Point(2, 28);
            this.gridControl1.MainView    = this.gridView1;
            this.gridControl1.MenuManager = this.barManager1;
            this.gridControl1.Name        = "gridControl1";
            this.gridControl1.Size        = new System.Drawing.Size(280, 345);
            this.gridControl1.TabIndex    = 1;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                this.gridView1
            });
            //
            // gridView1
            //
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                this.gridColumn1,
                this.gridColumn2
            });
            this.gridView1.GridControl                = this.gridControl1;
            this.gridView1.IndicatorWidth             = 30;
            this.gridView1.Name                       = "gridView1";
            this.gridView1.OptionsView.ShowGroupPanel = false;
            //
            // gridColumn1
            //
            this.gridColumn1.Caption   = "属性";
            this.gridColumn1.FieldName = "Property";
            this.gridColumn1.Name      = "gridColumn1";
            this.gridColumn1.OptionsColumn.AllowEdit = false;
            this.gridColumn1.Visible      = true;
            this.gridColumn1.VisibleIndex = 0;
            //
            // gridColumn2
            //
            this.gridColumn2.Caption   = "属性值";
            this.gridColumn2.FieldName = "Value";
            this.gridColumn2.Name      = "gridColumn2";
            this.gridColumn2.OptionsColumn.AllowEdit = false;
            this.gridColumn2.Visible      = true;
            this.gridColumn2.VisibleIndex = 1;
            //
            // barManager1
            //
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
                this.bar1
            });
            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.imageCollection1;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
                this.bbiFirst,
                this.bbiPreviousOne,
                this.bbiNextOne,
                this.bbiLastOne,
                this.bsiInfo
            });
            this.barManager1.MaxItemId = 9;
            //
            // bar1
            //
            this.bar1.BarName       = "Tools";
            this.bar1.DockCol       = 0;
            this.bar1.DockRow       = 0;
            this.bar1.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.FloatLocation = new System.Drawing.Point(13, 164);
            this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
                new DevExpress.XtraBars.LinkPersistInfo(this.bbiFirst),
                new DevExpress.XtraBars.LinkPersistInfo(this.bbiPreviousOne),
                new DevExpress.XtraBars.LinkPersistInfo(this.bbiNextOne),
                new DevExpress.XtraBars.LinkPersistInfo(this.bbiLastOne),
                new DevExpress.XtraBars.LinkPersistInfo(this.bsiInfo)
            });
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.Text = "Tools";
            //
            // bbiFirst
            //
            this.bbiFirst.Caption            = "第一个";
            this.bbiFirst.Id                 = 2;
            this.bbiFirst.ImageIndex         = 0;
            this.bbiFirst.ImageIndexDisabled = 4;
            this.bbiFirst.Name               = "bbiFirst";
            this.bbiFirst.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiFirst_ItemClick);
            //
            // bbiPreviousOne
            //
            this.bbiPreviousOne.Caption            = "上一个";
            this.bbiPreviousOne.Id                 = 3;
            this.bbiPreviousOne.ImageIndex         = 1;
            this.bbiPreviousOne.ImageIndexDisabled = 5;
            this.bbiPreviousOne.Name               = "bbiPreviousOne";
            this.bbiPreviousOne.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiPreviousOne_ItemClick);
            //
            // bbiNextOne
            //
            this.bbiNextOne.Caption            = "下一个";
            this.bbiNextOne.Id                 = 4;
            this.bbiNextOne.ImageIndex         = 2;
            this.bbiNextOne.ImageIndexDisabled = 6;
            this.bbiNextOne.Name               = "bbiNextOne";
            this.bbiNextOne.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiNextOne_ItemClick);
            //
            // bbiLastOne
            //
            this.bbiLastOne.Caption            = "最后一个";
            this.bbiLastOne.Id                 = 5;
            this.bbiLastOne.ImageIndex         = 3;
            this.bbiLastOne.ImageIndexDisabled = 7;
            this.bbiLastOne.Name               = "bbiLastOne";
            this.bbiLastOne.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLastOne_ItemClick);
            //
            // bsiInfo
            //
            this.bsiInfo.Caption       = "浏览 0/0";
            this.bsiInfo.Id            = 8;
            this.bsiInfo.Name          = "bsiInfo";
            this.bsiInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            //
            // 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(284, 31);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location         = new System.Drawing.Point(0, 416);
            this.barDockControlBottom.Size             = new System.Drawing.Size(284, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location         = new System.Drawing.Point(0, 31);
            this.barDockControlLeft.Size             = new System.Drawing.Size(0, 385);
            //
            // barDockControlRight
            //
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location         = new System.Drawing.Point(284, 31);
            this.barDockControlRight.Size             = new System.Drawing.Size(0, 385);
            //
            // imageCollection1
            //
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.InsertGalleryImage("first_16x16.png", "images/arrows/first_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrows/first_16x16.png"), 0);
            this.imageCollection1.Images.SetKeyName(0, "first_16x16.png");
            this.imageCollection1.InsertGalleryImage("prev_16x16.png", "images/arrows/prev_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrows/prev_16x16.png"), 1);
            this.imageCollection1.Images.SetKeyName(1, "prev_16x16.png");
            this.imageCollection1.InsertGalleryImage("next_16x16.png", "images/arrows/next_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrows/next_16x16.png"), 2);
            this.imageCollection1.Images.SetKeyName(2, "next_16x16.png");
            this.imageCollection1.InsertGalleryImage("last_16x16.png", "images/arrows/last_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrows/last_16x16.png"), 3);
            this.imageCollection1.Images.SetKeyName(3, "last_16x16.png");
            //
            // layoutControlGroup1
            //
            this.layoutControlGroup1.CustomizationFormText       = "layoutControlGroup1";
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible         = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
                this.emptySpaceItem1,
                this.layoutControlItem1,
                this.emptySpaceItem3,
                this.emptySpaceItem2,
                this.layoutControlItem3
            });
            this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name        = "layoutControlGroup1";
            this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Size        = new System.Drawing.Size(284, 385);
            this.layoutControlGroup1.Text        = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            //
            // emptySpaceItem1
            //
            this.emptySpaceItem1.AllowHotTrack         = false;
            this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 375);
            this.emptySpaceItem1.Name     = "emptySpaceItem1";
            this.emptySpaceItem1.Size     = new System.Drawing.Size(284, 10);
            this.emptySpaceItem1.Text     = "emptySpaceItem1";
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            //
            // layoutControlItem1
            //
            this.layoutControlItem1.Control = this.gridControl1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem1.Name     = "layoutControlItem1";
            this.layoutControlItem1.Size     = new System.Drawing.Size(284, 349);
            this.layoutControlItem1.Text     = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible           = false;
            //
            // emptySpaceItem3
            //
            this.emptySpaceItem3.AllowHotTrack         = false;
            this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
            this.emptySpaceItem3.Location = new System.Drawing.Point(274, 0);
            this.emptySpaceItem3.Name     = "emptySpaceItem3";
            this.emptySpaceItem3.Size     = new System.Drawing.Size(10, 26);
            this.emptySpaceItem3.Text     = "emptySpaceItem3";
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            //
            // emptySpaceItem2
            //
            this.emptySpaceItem2.AllowHotTrack         = false;
            this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 0);
            this.emptySpaceItem2.Name     = "emptySpaceItem2";
            this.emptySpaceItem2.Size     = new System.Drawing.Size(10, 26);
            this.emptySpaceItem2.Text     = "emptySpaceItem2";
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            //
            // layoutControlItem3
            //
            this.layoutControlItem3.Control = this.cbLayer;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(10, 0);
            this.layoutControlItem3.Name     = "layoutControlItem3";
            this.layoutControlItem3.Size     = new System.Drawing.Size(264, 26);
            this.layoutControlItem3.Text     = "当前图层:";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
            //
            // UCPropertyInfo2D
            //
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "UCPropertyInfo2D";
            this.Size = new System.Drawing.Size(284, 416);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.cbLayer.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
            this.gridViewSummaryRegionList = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colmname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControlQuerySummary = new DevExpress.XtraGrid.GridControl();
            this.querySummaryModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridViewSummaryQuery = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridViewSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colForm = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colYear = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControlRegion = new DevExpress.XtraGrid.GridControl();
            this.regionBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridViewRegion = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.comboBoxForm = new System.Windows.Forms.ComboBox();
            this.comboBoxYear = new System.Windows.Forms.ComboBox();
            this.queryControl = new QueryCheckListControl();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            this.popupContainerQueryModel = new DevExpress.XtraEditors.PopupContainerControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.checkEditOnlyPassport = new DevExpress.XtraEditors.CheckEdit();
            this.buttonClosePopup = new DevExpress.XtraEditors.SimpleButton();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barEditQuerySummaryModel = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.barButtonShowReport = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonShowReport2 = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            ((System.ComponentModel.ISupportInitialize)(this.eduTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.queryBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.municipalityBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduKindBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.formTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.formBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryRegionList)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlQuerySummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.querySummaryModelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryQuery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlRegion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRegion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerQueryModel)).BeginInit();
            this.popupContainerQueryModel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEditOnlyPassport.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridViewSummaryRegionList
            // 
            this.gridViewSummaryRegionList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colmname});
            this.gridViewSummaryRegionList.GridControl = this.gridControlQuerySummary;
            this.gridViewSummaryRegionList.Name = "gridViewSummaryRegionList";
            this.gridViewSummaryRegionList.OptionsBehavior.Editable = false;
            this.gridViewSummaryRegionList.OptionsView.ShowColumnHeaders = false;
            this.gridViewSummaryRegionList.OptionsView.ShowGroupPanel = false;
            this.gridViewSummaryRegionList.Tag = "SummaryEduView";
            this.gridViewSummaryRegionList.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colmname
            // 
            this.colmname.Caption = "Регион";
            this.colmname.FieldName = "name";
            this.colmname.Name = "colmname";
            this.colmname.Visible = true;
            this.colmname.VisibleIndex = 0;
            // 
            // gridControlQuerySummary
            // 
            this.gridControlQuerySummary.DataSource = this.querySummaryModelBindingSource;
            gridLevelNode1.LevelTemplate = this.gridViewSummaryRegionList;
            gridLevelNode1.RelationName = "RegionList";
            gridLevelNode2.LevelTemplate = this.gridViewSummaryQuery;
            gridLevelNode2.RelationName = "QueryList";
            this.gridControlQuerySummary.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1,
            gridLevelNode2});
            this.gridControlQuerySummary.Location = new System.Drawing.Point(584, 55);
            this.gridControlQuerySummary.MainView = this.gridViewSummary;
            this.gridControlQuerySummary.Name = "gridControlQuerySummary";
            this.gridControlQuerySummary.Size = new System.Drawing.Size(544, 684);
            this.gridControlQuerySummary.TabIndex = 5;
            this.gridControlQuerySummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewSummaryQuery,
            this.gridViewSummary,
            this.gridViewSummaryRegionList});
            // 
            // querySummaryModelBindingSource
            // 
            this.querySummaryModelBindingSource.DataSource = typeof(QueryRegionSummaryModel);
            // 
            // gridViewSummaryQuery
            // 
            this.gridViewSummaryQuery.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colTitle});
            this.gridViewSummaryQuery.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewSummaryQuery.GridControl = this.gridControlQuerySummary;
            this.gridViewSummaryQuery.Name = "gridViewSummaryQuery";
            this.gridViewSummaryQuery.OptionsBehavior.Editable = false;
            this.gridViewSummaryQuery.OptionsView.ShowColumnHeaders = false;
            this.gridViewSummaryQuery.OptionsView.ShowGroupPanel = false;
            this.gridViewSummaryQuery.Tag = "SummaryQueryView";
            this.gridViewSummaryQuery.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colTitle
            // 
            this.colTitle.Caption = "Запрос";
            this.colTitle.FieldName = "title";
            this.colTitle.Name = "colTitle";
            this.colTitle.Visible = true;
            this.colTitle.VisibleIndex = 0;
            // 
            // gridViewSummary
            // 
            this.gridViewSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colForm,
            this.colYear});
            this.gridViewSummary.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewSummary.GridControl = this.gridControlQuerySummary;
            this.gridViewSummary.Name = "gridViewSummary";
            this.gridViewSummary.OptionsBehavior.Editable = false;
            this.gridViewSummary.OptionsView.ShowGroupPanel = false;
            this.gridViewSummary.Tag = "SummaryView";
            this.gridViewSummary.MasterRowGetRelationDisplayCaption += new DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventHandler(this.gridViewSummary_MasterRowGetRelationDisplayCaption);
            this.gridViewSummary.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colForm
            // 
            this.colForm.Caption = "Форма";
            this.colForm.FieldName = "Form.name";
            this.colForm.Name = "colForm";
            this.colForm.Visible = true;
            this.colForm.VisibleIndex = 0;
            // 
            // colYear
            // 
            this.colYear.Caption = "Год";
            this.colYear.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colYear.FieldName = "Year";
            this.colYear.Name = "colYear";
            this.colYear.Visible = true;
            this.colYear.VisibleIndex = 1;
            // 
            // gridControlRegion
            // 
            this.gridControlRegion.DataSource = this.regionBindingSource;
            this.gridControlRegion.Location = new System.Drawing.Point(12, 36);
            this.gridControlRegion.MainView = this.gridViewRegion;
            this.gridControlRegion.Name = "gridControlRegion";
            this.gridControlRegion.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridControlRegion.Size = new System.Drawing.Size(544, 715);
            this.gridControlRegion.TabIndex = 0;
            this.gridControlRegion.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewRegion});
            // 
            // regionBindingSource
            // 
            this.regionBindingSource.DataSource = typeof(Models.region);
            // 
            // gridViewRegion
            // 
            this.gridViewRegion.Appearance.GroupRow.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gridViewRegion.Appearance.GroupRow.Options.UseFont = true;
            this.gridViewRegion.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colname});
            this.gridViewRegion.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewRegion.GridControl = this.gridControlRegion;
            this.gridViewRegion.GroupFormat = "{1}";
            this.gridViewRegion.Name = "gridViewRegion";
            this.gridViewRegion.OptionsBehavior.Editable = false;
            this.gridViewRegion.OptionsSelection.MultiSelect = true;
            this.gridViewRegion.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
            this.gridViewRegion.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewRegion.OptionsView.ShowGroupPanel = false;
            // 
            // colname
            // 
            this.colname.Caption = "Наименование";
            this.colname.FieldName = "name";
            this.colname.Name = "colname";
            this.colname.Visible = true;
            this.colname.VisibleIndex = 1;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // comboBoxForm
            // 
            this.comboBoxForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxForm.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.comboBoxForm.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBoxForm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.comboBoxForm.FormattingEnabled = true;
            this.comboBoxForm.Location = new System.Drawing.Point(62, 12);
            this.comboBoxForm.Name = "comboBoxForm";
            this.comboBoxForm.Size = new System.Drawing.Size(223, 29);
            this.comboBoxForm.Sorted = true;
            this.comboBoxForm.TabIndex = 2;
            // 
            // comboBoxYear
            // 
            this.comboBoxYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxYear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.comboBoxYear.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.comboBoxYear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.comboBoxYear.FormattingEnabled = true;
            this.comboBoxYear.Location = new System.Drawing.Point(62, 53);
            this.comboBoxYear.Name = "comboBoxYear";
            this.comboBoxYear.Size = new System.Drawing.Size(223, 29);
            this.comboBoxYear.Sorted = true;
            this.comboBoxYear.TabIndex = 3;
            // 
            // queryControl
            // 
            this.queryControl.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.queryControl.Appearance.Options.UseForeColor = true;
            this.queryControl.ControlType = XtraBaseControl.Type.Form;
            this.queryControl.FormDataSource = null;
            this.queryControl.FormTypeDataSource = null;
            this.queryControl.Location = new System.Drawing.Point(584, 55);
            this.queryControl.Name = "queryControl";
            this.queryControl.PassportType = null;
            this.queryControl.Repo = null;
            this.queryControl.Size = new System.Drawing.Size(544, 684);
            this.queryControl.TabIndex = 4;
            this.queryControl.View = null;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.gridControlRegion);
            this.layoutControl1.Controls.Add(this.queryControl);
            this.layoutControl1.Controls.Add(this.gridControlQuerySummary);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 24);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(768, 233, 391, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1152, 763);
            this.layoutControl1.TabIndex = 6;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.tabbedControlGroup1,
            this.splitterItem1});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(1152, 763);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem1.Control = this.gridControlRegion;
            this.layoutControlItem1.CustomizationFormText = "Муниципалитеты";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(548, 743);
            this.layoutControlItem1.Text = "Регионы";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 21);
            // 
            // tabbedControlGroup1
            // 
            this.tabbedControlGroup1.AppearanceTabPage.Header.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabbedControlGroup1.AppearanceTabPage.Header.Options.UseFont = true;
            this.tabbedControlGroup1.AppearanceTabPage.HeaderActive.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.tabbedControlGroup1.AppearanceTabPage.HeaderActive.Options.UseFont = true;
            this.tabbedControlGroup1.AppearanceTabPage.HeaderHotTracked.Font = new System.Drawing.Font("Segoe UI Light", 12F);
            this.tabbedControlGroup1.AppearanceTabPage.HeaderHotTracked.Options.UseFont = true;
            this.tabbedControlGroup1.Location = new System.Drawing.Point(560, 0);
            this.tabbedControlGroup1.Name = "tabbedControlGroup1";
            this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup2;
            this.tabbedControlGroup1.SelectedTabPageIndex = 0;
            this.tabbedControlGroup1.Size = new System.Drawing.Size(572, 743);
            this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup2,
            this.layoutControlGroup3});
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(548, 688);
            this.layoutControlGroup2.Text = "Запросы";
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.queryControl;
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(548, 688);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Size = new System.Drawing.Size(548, 688);
            this.layoutControlGroup3.Text = "Сводка по выбранным позициям";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.gridControlQuerySummary;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(548, 688);
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
            // 
            // splitterItem1
            // 
            this.splitterItem1.AllowHotTrack = true;
            this.splitterItem1.Location = new System.Drawing.Point(548, 0);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(12, 743);
            // 
            // popupContainerQueryModel
            // 
            this.popupContainerQueryModel.AutoSize = true;
            this.popupContainerQueryModel.Controls.Add(this.layoutControl2);
            this.popupContainerQueryModel.Location = new System.Drawing.Point(447, 496);
            this.popupContainerQueryModel.Name = "popupContainerQueryModel";
            this.popupContainerQueryModel.Size = new System.Drawing.Size(297, 161);
            this.popupContainerQueryModel.TabIndex = 8;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.checkEditOnlyPassport);
            this.layoutControl2.Controls.Add(this.buttonClosePopup);
            this.layoutControl2.Controls.Add(this.comboBoxForm);
            this.layoutControl2.Controls.Add(this.comboBoxYear);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(0, 0);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1074, 388, 468, 350);
            this.layoutControl2.Root = this.layoutControlGroup4;
            this.layoutControl2.Size = new System.Drawing.Size(297, 161);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // checkEditOnlyPassport
            // 
            this.checkEditOnlyPassport.Location = new System.Drawing.Point(12, 78);
            this.checkEditOnlyPassport.Name = "checkEditOnlyPassport";
            this.checkEditOnlyPassport.Properties.Appearance.Font = new System.Drawing.Font("Segoe UI Light", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.checkEditOnlyPassport.Properties.Appearance.Options.UseFont = true;
            this.checkEditOnlyPassport.Properties.Caption = "Только паспорт";
            this.checkEditOnlyPassport.Size = new System.Drawing.Size(273, 21);
            this.checkEditOnlyPassport.StyleController = this.layoutControl2;
            this.checkEditOnlyPassport.TabIndex = 7;
            // 
            // buttonClosePopup
            // 
            this.buttonClosePopup.Appearance.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.buttonClosePopup.Appearance.Options.UseFont = true;
            this.buttonClosePopup.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.buttonClosePopup.Location = new System.Drawing.Point(150, 119);
            this.buttonClosePopup.MinimumSize = new System.Drawing.Size(0, 30);
            this.buttonClosePopup.Name = "buttonClosePopup";
            this.buttonClosePopup.Size = new System.Drawing.Size(135, 30);
            this.buttonClosePopup.TabIndex = 6;
            this.buttonClosePopup.Text = "Принять";
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup4.GroupBordersVisible = false;
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.emptySpaceItem1,
            this.emptySpaceItem2,
            this.emptySpaceItem3,
            this.layoutControlItem6,
            this.layoutControlItem9});
            this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup4.Name = "Root";
            this.layoutControlGroup4.Size = new System.Drawing.Size(297, 161);
            this.layoutControlGroup4.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem4.Control = this.comboBoxForm;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(277, 25);
            this.layoutControlItem4.Text = "Форма";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(47, 21);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem5.Control = this.comboBoxYear;
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 41);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(277, 25);
            this.layoutControlItem5.Text = "Год";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(47, 21);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 25);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(277, 16);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 91);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(277, 16);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 107);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(138, 34);
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.buttonClosePopup;
            this.layoutControlItem6.Location = new System.Drawing.Point(138, 107);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(139, 34);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.checkEditOnlyPassport;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 66);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(277, 25);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextVisible = false;
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            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.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditQuerySummaryModel,
            this.barButtonShowReport,
            this.barButtonShowReport2});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 3;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPopupContainerEdit1});
            // 
            // bar2
            // 
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditQuerySummaryModel),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonShowReport),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonShowReport2)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // barEditQuerySummaryModel
            // 
            this.barEditQuerySummaryModel.Caption = "Выбрать форму";
            this.barEditQuerySummaryModel.Edit = this.repositoryItemPopupContainerEdit1;
            this.barEditQuerySummaryModel.EditValue = "Выбрать форму";
            this.barEditQuerySummaryModel.EditWidth = 140;
            this.barEditQuerySummaryModel.Id = 0;
            this.barEditQuerySummaryModel.Name = "barEditQuerySummaryModel";
            // 
            // repositoryItemPopupContainerEdit1
            // 
            this.repositoryItemPopupContainerEdit1.AutoHeight = false;
            this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
            this.repositoryItemPopupContainerEdit1.PopupControl = this.popupContainerQueryModel;
            // 
            // barButtonShowReport
            // 
            this.barButtonShowReport.Caption = "Вывести отчет";
            this.barButtonShowReport.Id = 1;
            this.barButtonShowReport.Name = "barButtonShowReport";
            this.barButtonShowReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonShowReport_ItemClick);
            // 
            // barButtonShowReport2
            // 
            this.barButtonShowReport2.Caption = "Вывести отчет в Excel";
            this.barButtonShowReport2.Id = 2;
            this.barButtonShowReport2.Name = "barButtonShowReport2";
            this.barButtonShowReport2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonShowReport2_ItemClick);
            // 
            // 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(1152, 24);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 787);
            this.barDockControlBottom.Size = new System.Drawing.Size(1152, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 763);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1152, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 763);
            // 
            // XtraQueryRegionControl
            // 
            this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.Appearance.Options.UseForeColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.popupContainerQueryModel);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "XtraQueryRegionControl";
            this.Size = new System.Drawing.Size(1152, 787);
            ((System.ComponentModel.ISupportInitialize)(this.eduTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.queryBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.municipalityBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduKindBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.formTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.formBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryRegionList)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlQuerySummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.querySummaryModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryQuery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlRegion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewRegion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerQueryModel)).EndInit();
            this.popupContainerQueryModel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEditOnlyPassport.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
            DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
            this.gridViewSummaryEdu = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colShortName1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControlQuerySummary = new DevExpress.XtraGrid.GridControl();
            this.querySummaryModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.gridViewSummaryQuery = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colTitle = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridViewSummary = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colForm = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colYear = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridControlEdu = new DevExpress.XtraGrid.GridControl();
            this.gridViewEdu = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colMunicipality = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colShortName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumnNumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.comboBoxForm = new System.Windows.Forms.ComboBox();
            this.comboBoxYear = new System.Windows.Forms.ComboBox();
            this.queryControl = new QueryCheckListControl();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
            this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.popupContainerQueryModel = new DevExpress.XtraEditors.PopupContainerControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.buttonClosePopup = new DevExpress.XtraEditors.SimpleButton();
            this.checkBoxOnlyPassport = new System.Windows.Forms.CheckBox();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barEditQuerySummaryModel = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
            this.barButtonShowReport = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonShowReport2 = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            ((System.ComponentModel.ISupportInitialize)(this.eduTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.queryBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.municipalityBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduKindBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.formTypeBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.formBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryEdu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlQuerySummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.querySummaryModelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryQuery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummary)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlEdu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEdu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            this.xtraScrollableControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerQueryModel)).BeginInit();
            this.popupContainerQueryModel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridViewSummaryEdu
            // 
            this.gridViewSummaryEdu.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colShortName1,
            this.gridColumn1,
            this.gridColumn2});
            this.gridViewSummaryEdu.GridControl = this.gridControlQuerySummary;
            this.gridViewSummaryEdu.Name = "gridViewSummaryEdu";
            this.gridViewSummaryEdu.OptionsBehavior.Editable = false;
            this.gridViewSummaryEdu.OptionsView.ShowColumnHeaders = false;
            this.gridViewSummaryEdu.OptionsView.ShowGroupPanel = false;
            this.gridViewSummaryEdu.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn2, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridViewSummaryEdu.Tag = "SummaryEduView";
            this.gridViewSummaryEdu.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colShortName1
            // 
            this.colShortName1.Caption = "Организация";
            this.colShortName1.FieldName = "number_name";
            this.colShortName1.Name = "colShortName1";
            this.colShortName1.Visible = true;
            this.colShortName1.VisibleIndex = 0;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "gridColumn1";
            this.gridColumn1.FieldName = "name";
            this.gridColumn1.Name = "gridColumn1";
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "gridColumn2";
            this.gridColumn2.FieldName = "edu_number";
            this.gridColumn2.Name = "gridColumn2";
            // 
            // gridControlQuerySummary
            // 
            this.gridControlQuerySummary.DataSource = this.querySummaryModelBindingSource;
            gridLevelNode1.LevelTemplate = this.gridViewSummaryEdu;
            gridLevelNode1.RelationName = "EduList";
            gridLevelNode2.LevelTemplate = this.gridViewSummaryQuery;
            gridLevelNode2.RelationName = "QueryList";
            this.gridControlQuerySummary.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1,
            gridLevelNode2});
            this.gridControlQuerySummary.Location = new System.Drawing.Point(602, 83);
            this.gridControlQuerySummary.MainView = this.gridViewSummary;
            this.gridControlQuerySummary.Name = "gridControlQuerySummary";
            this.gridControlQuerySummary.Size = new System.Drawing.Size(526, 680);
            this.gridControlQuerySummary.TabIndex = 5;
            this.gridControlQuerySummary.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewSummaryQuery,
            this.gridViewSummary,
            this.gridViewSummaryEdu});
            // 
            // querySummaryModelBindingSource
            // 
            this.querySummaryModelBindingSource.DataSource = typeof(QueryEduSummaryModel);
            // 
            // gridViewSummaryQuery
            // 
            this.gridViewSummaryQuery.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colTitle});
            this.gridViewSummaryQuery.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewSummaryQuery.GridControl = this.gridControlQuerySummary;
            this.gridViewSummaryQuery.Name = "gridViewSummaryQuery";
            this.gridViewSummaryQuery.OptionsBehavior.Editable = false;
            this.gridViewSummaryQuery.OptionsView.ShowColumnHeaders = false;
            this.gridViewSummaryQuery.OptionsView.ShowGroupPanel = false;
            this.gridViewSummaryQuery.Tag = "SummaryQueryView";
            this.gridViewSummaryQuery.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colTitle
            // 
            this.colTitle.Caption = "Запрос";
            this.colTitle.FieldName = "title";
            this.colTitle.Name = "colTitle";
            this.colTitle.Visible = true;
            this.colTitle.VisibleIndex = 0;
            // 
            // gridViewSummary
            // 
            this.gridViewSummary.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colForm,
            this.colYear});
            this.gridViewSummary.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewSummary.GridControl = this.gridControlQuerySummary;
            this.gridViewSummary.Name = "gridViewSummary";
            this.gridViewSummary.OptionsBehavior.Editable = false;
            this.gridViewSummary.OptionsView.ShowGroupPanel = false;
            this.gridViewSummary.Tag = "SummaryView";
            this.gridViewSummary.MasterRowGetRelationDisplayCaption += new DevExpress.XtraGrid.Views.Grid.MasterRowGetRelationNameEventHandler(this.gridViewSummary_MasterRowGetRelationDisplayCaption);
            this.gridViewSummary.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(this.view_PopupMenuShowing);
            // 
            // colForm
            // 
            this.colForm.Caption = "Форма";
            this.colForm.FieldName = "Form.name";
            this.colForm.Name = "colForm";
            this.colForm.Visible = true;
            this.colForm.VisibleIndex = 0;
            // 
            // colYear
            // 
            this.colYear.Caption = "Год";
            this.colYear.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.colYear.FieldName = "Year";
            this.colYear.Name = "colYear";
            this.colYear.Visible = true;
            this.colYear.VisibleIndex = 1;
            // 
            // gridControlEdu
            // 
            this.gridControlEdu.DataSource = this.eduBindingSource;
            this.gridControlEdu.Location = new System.Drawing.Point(12, 64);
            this.gridControlEdu.MainView = this.gridViewEdu;
            this.gridControlEdu.Name = "gridControlEdu";
            this.gridControlEdu.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemCheckEdit1});
            this.gridControlEdu.Size = new System.Drawing.Size(562, 711);
            this.gridControlEdu.TabIndex = 0;
            this.gridControlEdu.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewEdu});
            // 
            // gridViewEdu
            // 
            this.gridViewEdu.Appearance.GroupRow.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.gridViewEdu.Appearance.GroupRow.Options.UseFont = true;
            this.gridViewEdu.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colMunicipality,
            this.colShortName,
            this.gridColumnName,
            this.gridColumnNumber});
            this.gridViewEdu.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gridViewEdu.GridControl = this.gridControlEdu;
            this.gridViewEdu.GroupCount = 1;
            this.gridViewEdu.GroupFormat = "{1}";
            this.gridViewEdu.Name = "gridViewEdu";
            this.gridViewEdu.OptionsBehavior.Editable = false;
            this.gridViewEdu.OptionsSelection.MultiSelect = true;
            this.gridViewEdu.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
            this.gridViewEdu.OptionsSelection.ShowCheckBoxSelectorInGroupRow = DevExpress.Utils.DefaultBoolean.True;
            this.gridViewEdu.OptionsView.ShowGroupPanel = false;
            this.gridViewEdu.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colMunicipality, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumnNumber, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumnName, DevExpress.Data.ColumnSortOrder.Ascending)});
            // 
            // colMunicipality
            // 
            this.colMunicipality.FieldName = "municipality.name";
            this.colMunicipality.GroupFormat.FormatString = "{1}";
            this.colMunicipality.GroupFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.colMunicipality.Name = "colMunicipality";
            this.colMunicipality.OptionsColumn.AllowEdit = false;
            this.colMunicipality.OptionsColumn.ReadOnly = true;
            // 
            // colShortName
            // 
            this.colShortName.Caption = "Наименование";
            this.colShortName.FieldName = "number_name";
            this.colShortName.Name = "colShortName";
            this.colShortName.OptionsColumn.AllowEdit = false;
            this.colShortName.Visible = true;
            this.colShortName.VisibleIndex = 1;
            // 
            // gridColumnName
            // 
            this.gridColumnName.Caption = "gridColumn1";
            this.gridColumnName.FieldName = "name";
            this.gridColumnName.Name = "gridColumnName";
            // 
            // gridColumnNumber
            // 
            this.gridColumnNumber.Caption = "gridColumn2";
            this.gridColumnNumber.FieldName = "edu_number";
            this.gridColumnNumber.Name = "gridColumnNumber";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // comboBoxForm
            // 
            this.comboBoxForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxForm.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.comboBoxForm.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.comboBoxForm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.comboBoxForm.FormattingEnabled = true;
            this.comboBoxForm.Location = new System.Drawing.Point(62, 12);
            this.comboBoxForm.Name = "comboBoxForm";
            this.comboBoxForm.Size = new System.Drawing.Size(223, 21);
            this.comboBoxForm.Sorted = true;
            this.comboBoxForm.TabIndex = 0;
            // 
            // comboBoxYear
            // 
            this.comboBoxYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxYear.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.comboBoxYear.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.comboBoxYear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.comboBoxYear.FormattingEnabled = true;
            this.comboBoxYear.Location = new System.Drawing.Point(62, 52);
            this.comboBoxYear.Name = "comboBoxYear";
            this.comboBoxYear.Size = new System.Drawing.Size(223, 21);
            this.comboBoxYear.Sorted = true;
            this.comboBoxYear.TabIndex = 2;
            // 
            // queryControl
            // 
            this.queryControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.queryControl.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.queryControl.Appearance.Options.UseForeColor = true;
            this.queryControl.ControlType = XtraBaseControl.Type.Form;
            this.queryControl.FormDataSource = null;
            this.queryControl.FormTypeDataSource = null;
            this.queryControl.Location = new System.Drawing.Point(3, 3);
            this.queryControl.Name = "queryControl";
            this.queryControl.PassportType = null;
            this.queryControl.Repo = null;
            this.queryControl.Size = new System.Drawing.Size(520, 674);
            this.queryControl.TabIndex = 4;
            this.queryControl.View = null;
            // 
            // layoutControl1
            // 
            this.layoutControl1.AutoScroll = false;
            this.layoutControl1.Controls.Add(this.xtraScrollableControl1);
            this.layoutControl1.Controls.Add(this.standaloneBarDockControl1);
            this.layoutControl1.Controls.Add(this.gridControlEdu);
            this.layoutControl1.Controls.Add(this.gridControlQuerySummary);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(880, 396, 471, 350);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1152, 787);
            this.layoutControl1.TabIndex = 6;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // xtraScrollableControl1
            // 
            this.xtraScrollableControl1.Controls.Add(this.queryControl);
            this.xtraScrollableControl1.Location = new System.Drawing.Point(602, 83);
            this.xtraScrollableControl1.Name = "xtraScrollableControl1";
            this.xtraScrollableControl1.Size = new System.Drawing.Size(526, 680);
            this.xtraScrollableControl1.TabIndex = 6;
            // 
            // standaloneBarDockControl1
            // 
            this.standaloneBarDockControl1.CausesValidation = false;
            this.standaloneBarDockControl1.Location = new System.Drawing.Point(12, 12);
            this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
            this.standaloneBarDockControl1.Size = new System.Drawing.Size(1128, 24);
            this.standaloneBarDockControl1.Text = "standaloneBarDockControl1";
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.tabbedControlGroup1,
            this.splitterItem1,
            this.layoutControlItem7});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "Root";
            this.layoutControlGroup1.Size = new System.Drawing.Size(1152, 787);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem1.Control = this.gridControlEdu;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 28);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(566, 739);
            this.layoutControlItem1.Text = "Образовательные организации";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(222, 21);
            // 
            // tabbedControlGroup1
            // 
            this.tabbedControlGroup1.AppearanceTabPage.Header.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabbedControlGroup1.AppearanceTabPage.Header.Options.UseFont = true;
            this.tabbedControlGroup1.AppearanceTabPage.HeaderActive.Font = new System.Drawing.Font("Segoe UI", 12F);
            this.tabbedControlGroup1.AppearanceTabPage.HeaderActive.Options.UseFont = true;
            this.tabbedControlGroup1.AppearanceTabPage.HeaderHotTracked.Font = new System.Drawing.Font("Segoe UI Light", 12F);
            this.tabbedControlGroup1.AppearanceTabPage.HeaderHotTracked.Options.UseFont = true;
            this.tabbedControlGroup1.Location = new System.Drawing.Point(578, 28);
            this.tabbedControlGroup1.Name = "tabbedControlGroup1";
            this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup2;
            this.tabbedControlGroup1.SelectedTabPageIndex = 0;
            this.tabbedControlGroup1.Size = new System.Drawing.Size(554, 739);
            this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlGroup2,
            this.layoutControlGroup3});
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem9});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Size = new System.Drawing.Size(530, 684);
            this.layoutControlGroup2.Text = "Запросы";
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.xtraScrollableControl1;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(530, 684);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextVisible = false;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem3});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Size = new System.Drawing.Size(530, 684);
            this.layoutControlGroup3.Text = "Сводка по выбранным позициям";
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.gridControlQuerySummary;
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(530, 684);
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextVisible = false;
            // 
            // splitterItem1
            // 
            this.splitterItem1.AllowHotTrack = true;
            this.splitterItem1.Location = new System.Drawing.Point(566, 28);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(12, 739);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.standaloneBarDockControl1;
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(1132, 28);
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextVisible = false;
            // 
            // popupContainerQueryModel
            // 
            this.popupContainerQueryModel.AutoSize = true;
            this.popupContainerQueryModel.Controls.Add(this.layoutControl2);
            this.popupContainerQueryModel.Location = new System.Drawing.Point(447, 496);
            this.popupContainerQueryModel.Name = "popupContainerQueryModel";
            this.popupContainerQueryModel.Size = new System.Drawing.Size(297, 161);
            this.popupContainerQueryModel.TabIndex = 8;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.buttonClosePopup);
            this.layoutControl2.Controls.Add(this.checkBoxOnlyPassport);
            this.layoutControl2.Controls.Add(this.comboBoxForm);
            this.layoutControl2.Controls.Add(this.comboBoxYear);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(0, 0);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1074, 388, 468, 350);
            this.layoutControl2.Root = this.layoutControlGroup4;
            this.layoutControl2.Size = new System.Drawing.Size(297, 161);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // buttonClosePopup
            // 
            this.buttonClosePopup.Appearance.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.buttonClosePopup.Appearance.Options.UseFont = true;
            this.buttonClosePopup.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
            this.buttonClosePopup.Location = new System.Drawing.Point(150, 119);
            this.buttonClosePopup.MinimumSize = new System.Drawing.Size(0, 30);
            this.buttonClosePopup.Name = "buttonClosePopup";
            this.buttonClosePopup.Size = new System.Drawing.Size(135, 30);
            this.buttonClosePopup.TabIndex = 4;
            this.buttonClosePopup.Text = "Принять";
            // 
            // checkBoxOnlyPassport
            // 
            this.checkBoxOnlyPassport.BackColor = System.Drawing.SystemColors.Window;
            this.checkBoxOnlyPassport.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBoxOnlyPassport.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.checkBoxOnlyPassport.Location = new System.Drawing.Point(12, 95);
            this.checkBoxOnlyPassport.Name = "checkBoxOnlyPassport";
            this.checkBoxOnlyPassport.Size = new System.Drawing.Size(273, 20);
            this.checkBoxOnlyPassport.TabIndex = 3;
            this.checkBoxOnlyPassport.Text = "Только паспорт";
            this.checkBoxOnlyPassport.UseVisualStyleBackColor = false;
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup4.GroupBordersVisible = false;
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem4,
            this.layoutControlItem5,
            this.emptySpaceItem1,
            this.emptySpaceItem2,
            this.emptySpaceItem3,
            this.layoutControlItem8,
            this.layoutControlItem6});
            this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup4.Name = "Root";
            this.layoutControlGroup4.Size = new System.Drawing.Size(297, 161);
            this.layoutControlGroup4.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem4.Control = this.comboBoxForm;
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(277, 25);
            this.layoutControlItem4.Text = "Форма";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(47, 21);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Font = new System.Drawing.Font("Segoe UI Light", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.layoutControlItem5.AppearanceItemCaption.Options.UseFont = true;
            this.layoutControlItem5.Control = this.comboBoxYear;
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 40);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(277, 25);
            this.layoutControlItem5.Text = "Год";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(47, 21);
            // 
            // emptySpaceItem1
            // 
            this.emptySpaceItem1.AllowHotTrack = false;
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 25);
            this.emptySpaceItem1.Name = "emptySpaceItem1";
            this.emptySpaceItem1.Size = new System.Drawing.Size(277, 15);
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 65);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(277, 18);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 107);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(138, 34);
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.checkBoxOnlyPassport;
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 83);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(277, 24);
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextVisible = false;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.buttonClosePopup;
            this.layoutControlItem6.Location = new System.Drawing.Point(138, 107);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(139, 34);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 34);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(573, 16);
            this.layoutControlItem10.TextSize = new System.Drawing.Size(50, 20);
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2});
            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.DockControls.Add(this.standaloneBarDockControl1);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barEditQuerySummaryModel,
            this.barButtonShowReport,
            this.barButtonShowReport2});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 5;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPopupContainerEdit1});
            // 
            // bar2
            // 
            this.bar2.BarAppearance.Normal.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.bar2.BarAppearance.Normal.Options.UseFont = true;
            this.bar2.BarName = "Main menu";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 0;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barEditQuerySummaryModel),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonShowReport),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonShowReport2)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
            this.bar2.Text = "Main menu";
            // 
            // barEditQuerySummaryModel
            // 
            this.barEditQuerySummaryModel.Caption = "Выбрать форму";
            this.barEditQuerySummaryModel.Edit = this.repositoryItemPopupContainerEdit1;
            this.barEditQuerySummaryModel.EditValue = "Выбрать форму";
            this.barEditQuerySummaryModel.EditWidth = 140;
            this.barEditQuerySummaryModel.Id = 0;
            this.barEditQuerySummaryModel.Name = "barEditQuerySummaryModel";
            // 
            // repositoryItemPopupContainerEdit1
            // 
            this.repositoryItemPopupContainerEdit1.Appearance.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.repositoryItemPopupContainerEdit1.Appearance.Options.UseFont = true;
            this.repositoryItemPopupContainerEdit1.AutoHeight = false;
            this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemPopupContainerEdit1.CloseOnLostFocus = false;
            this.repositoryItemPopupContainerEdit1.CloseOnOuterMouseClick = false;
            this.repositoryItemPopupContainerEdit1.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
            this.repositoryItemPopupContainerEdit1.PopupControl = this.popupContainerQueryModel;
            this.repositoryItemPopupContainerEdit1.ShowPopupCloseButton = false;
            // 
            // barButtonShowReport
            // 
            this.barButtonShowReport.Caption = "Вывести отчет";
            this.barButtonShowReport.Id = 1;
            this.barButtonShowReport.Name = "barButtonShowReport";
            this.barButtonShowReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonShowReport_ItemClick);
            // 
            // barButtonShowReport2
            // 
            this.barButtonShowReport2.Caption = "Вывести отчет в Excel";
            this.barButtonShowReport2.Id = 4;
            this.barButtonShowReport2.Name = "barButtonShowReport2";
            this.barButtonShowReport2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonShowReport2_ItemClick);
            // 
            // 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(1152, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 787);
            this.barDockControlBottom.Size = new System.Drawing.Size(1152, 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, 787);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1152, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 787);
            // 
            // XtraQueryEduControl
            // 
            this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(59)))), ((int)(((byte)(59)))));
            this.Appearance.Options.UseForeColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.popupContainerQueryModel);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "XtraQueryEduControl";
            this.Size = new System.Drawing.Size(1152, 787);
            ((System.ComponentModel.ISupportInitialize)(this.eduTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.queryBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.municipalityBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.eduKindBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.messageBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.formTypeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.formBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.regionBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryEdu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlQuerySummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.querySummaryModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummaryQuery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSummary)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlEdu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEdu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            this.xtraScrollableControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupContainerQueryModel)).EndInit();
            this.popupContainerQueryModel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.btnPrint                = new DevExpress.XtraEditors.SimpleButton();
     this.dtDateDay               = new System.Windows.Forms.MonthCalendar();
     this.dtClickDateTill         = new System.Windows.Forms.MonthCalendar();
     this.dtClickDate             = new System.Windows.Forms.MonthCalendar();
     this.label3                  = new System.Windows.Forms.Label();
     this.btn_View                = new DevExpress.XtraEditors.SimpleButton();
     this.dtClickDateTill2        = new DevExpress.XtraEditors.DateEdit();
     this.dtClickDate1            = new DevExpress.XtraEditors.DateEdit();
     this.btnExport               = new DevExpress.XtraEditors.SimpleButton();
     this.gridMaster              = new DevExpress.XtraGrid.GridControl();
     this.gridMasterView          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nCategory               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lk_Category             = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.printingSystem1         = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDateTill2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnPrint);
     this.groupBox1.Controls.Add(this.dtDateDay);
     this.groupBox1.Controls.Add(this.dtClickDateTill);
     this.groupBox1.Controls.Add(this.dtClickDate);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btn_View);
     this.groupBox1.Controls.Add(this.dtClickDateTill2);
     this.groupBox1.Controls.Add(this.dtClickDate1);
     this.groupBox1.Controls.Add(this.btnExport);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(768, 160);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(648, 72);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(96, 23);
     this.btnPrint.TabIndex = 11;
     this.btnPrint.Text     = "Print";
     this.btnPrint.Click   += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDateDay
     //
     this.dtDateDay.Location      = new System.Drawing.Point(448, 8);
     this.dtDateDay.Name          = "dtDateDay";
     this.dtDateDay.TabIndex      = 10;
     this.dtDateDay.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.dtDateDay_DateSelected);
     //
     // dtClickDateTill
     //
     this.dtClickDateTill.Location = new System.Drawing.Point(248, 8);
     this.dtClickDateTill.Name     = "dtClickDateTill";
     this.dtClickDateTill.TabIndex = 9;
     //
     // dtClickDate
     //
     this.dtClickDate.Location = new System.Drawing.Point(8, 8);
     this.dtClickDate.Name     = "dtClickDate";
     this.dtClickDate.TabIndex = 8;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(206, 64);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(36, 22);
     this.label3.TabIndex = 7;
     this.label3.Text     = "TO";
     //
     // btn_View
     //
     this.btn_View.Location = new System.Drawing.Point(206, 112);
     this.btn_View.Name     = "btn_View";
     this.btn_View.Size     = new System.Drawing.Size(32, 23);
     this.btn_View.TabIndex = 6;
     this.btn_View.Text     = "View";
     this.btn_View.Click   += new System.EventHandler(this.btn_View_Click);
     //
     // dtClickDateTill2
     //
     this.dtClickDateTill2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDateTill2.EditValue = null;
     this.dtClickDateTill2.Location  = new System.Drawing.Point(280, 66);
     this.dtClickDateTill2.Name      = "dtClickDateTill2";
     //
     // dtClickDateTill2.Properties
     //
     this.dtClickDateTill2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDateTill2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtClickDateTill2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDateTill2.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDateTill2.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dtClickDateTill2.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDateTill2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDateTill2.Size     = new System.Drawing.Size(108, 22);
     this.dtClickDateTill2.TabIndex = 4;
     //
     // dtClickDate1
     //
     this.dtClickDate1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDate1.EditValue = null;
     this.dtClickDate1.Location  = new System.Drawing.Point(48, 34);
     this.dtClickDate1.Name      = "dtClickDate1";
     //
     // dtClickDate1.Properties
     //
     this.dtClickDate1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDate1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtClickDate1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate1.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate1.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dtClickDate1.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDate1.Size     = new System.Drawing.Size(108, 22);
     this.dtClickDate1.TabIndex = 1;
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(648, 32);
     this.btnExport.Name     = "btnExport";
     this.btnExport.Size     = new System.Drawing.Size(96, 23);
     this.btnExport.TabIndex = 7;
     this.btnExport.Text     = "Export To Excel";
     this.btnExport.Visible  = false;
     this.btnExport.Click   += new System.EventHandler(this.btnExport_Click);
     //
     // gridMaster
     //
     //
     // gridMaster.EmbeddedNavigator
     //
     this.gridMaster.EmbeddedNavigator.Name = "";
     this.gridMaster.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     gridLevelNode1.RelationName = "Level1";
     this.gridMaster.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.gridMaster.Location = new System.Drawing.Point(0, 168);
     this.gridMaster.MainView = this.gridMasterView;
     this.gridMaster.Name     = "gridMaster";
     this.gridMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.lk_Category
     });
     this.gridMaster.Size     = new System.Drawing.Size(784, 352);
     this.gridMaster.TabIndex = 5;
     this.gridMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridMasterView
     });
     //
     // gridMasterView
     //
     this.gridMasterView.ActiveFilterEnabled                              = false;
     this.gridMasterView.Appearance.GroupPanel.BackColor                  = System.Drawing.Color.White;
     this.gridMasterView.Appearance.GroupPanel.BorderColor                = System.Drawing.Color.White;
     this.gridMasterView.Appearance.GroupPanel.Font                       = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.gridMasterView.Appearance.GroupPanel.ForeColor                  = System.Drawing.Color.Black;
     this.gridMasterView.Appearance.GroupPanel.Options.UseBackColor       = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseBorderColor     = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseFont            = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseForeColor       = true;
     this.gridMasterView.Appearance.HeaderPanel.ForeColor                 = System.Drawing.Color.Black;
     this.gridMasterView.Appearance.HeaderPanel.Options.UseForeColor      = true;
     this.gridMasterView.AppearancePrint.HeaderPanel.ForeColor            = System.Drawing.Color.Black;
     this.gridMasterView.AppearancePrint.HeaderPanel.Options.UseForeColor = true;
     this.gridMasterView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridMasterView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.nCategory
     });
     this.gridMasterView.GridControl                      = this.gridMaster;
     this.gridMasterView.GroupPanelText                   = "hELLO";
     this.gridMasterView.Name                             = "gridMasterView";
     this.gridMasterView.OptionsBehavior.Editable         = false;
     this.gridMasterView.OptionsCustomization.AllowFilter = false;
     this.gridMasterView.OptionsCustomization.AllowSort   = false;
     this.gridMasterView.OptionsPrint.PrintGroupFooter    = false;
     this.gridMasterView.OptionsPrint.UsePrintStyles      = true;
     this.gridMasterView.OptionsView.ShowFilterPanel      = false;
     this.gridMasterView.OptionsView.ShowFooter           = true;
     //
     // nCategory
     //
     this.nCategory.Caption      = "Category";
     this.nCategory.FieldName    = "strReportGroup";
     this.nCategory.Name         = "nCategory";
     this.nCategory.Visible      = true;
     this.nCategory.VisibleIndex = 0;
     this.nCategory.Width        = 100;
     //
     // lk_Category
     //
     this.lk_Category.AutoHeight = false;
     this.lk_Category.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lk_Category.Name = "lk_Category";
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
         this.printableComponentLink1
     });
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component      = this.gridMaster;
     this.printableComponentLink1.Landscape      = true;
     this.printableComponentLink1.Margins        = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink1.PaperKind      = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     //
     // RPAllIncome
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(784, 512);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMaster);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "RPAllIncome";
     this.Text            = "RPAllIncome";
     this.Load           += new System.EventHandler(this.RPAllIncome_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDateTill2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridMaster = new DevExpress.XtraGrid.GridControl();
     this.gridMasterView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nCategory = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lk_Category = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.dtClickDate = new DevExpress.XtraEditors.DateEdit();
     this.gridChild = new DevExpress.XtraGrid.GridControl();
     this.gridChildView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.dtDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChild)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChildView)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridMaster
     //
     //
     // gridMaster.EmbeddedNavigator
     //
     this.gridMaster.EmbeddedNavigator.Name = "";
     gridLevelNode1.RelationName = "Level1";
     this.gridMaster.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
                                                                                          gridLevelNode1});
     this.gridMaster.Location = new System.Drawing.Point(0, 32);
     this.gridMaster.MainView = this.gridMasterView;
     this.gridMaster.Name = "gridMaster";
     this.gridMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                         this.lk_Category});
     this.gridMaster.Size = new System.Drawing.Size(840, 224);
     this.gridMaster.TabIndex = 0;
     this.gridMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                               this.gridMasterView});
     //
     // gridMasterView
     //
     this.gridMasterView.ActiveFilterEnabled = false;
     this.gridMasterView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridMasterView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                           this.nCategory});
     this.gridMasterView.GridControl = this.gridMaster;
     this.gridMasterView.Name = "gridMasterView";
     this.gridMasterView.OptionsBehavior.Editable = false;
     this.gridMasterView.OptionsCustomization.AllowFilter = false;
     this.gridMasterView.OptionsCustomization.AllowSort = false;
     this.gridMasterView.OptionsView.ShowFilterPanel = false;
     this.gridMasterView.OptionsView.ShowGroupPanel = false;
     this.gridMasterView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.View_Childlist);
     //
     // nCategory
     //
     this.nCategory.Caption = "Category";
     this.nCategory.FieldName = "strReportGroup";
     this.nCategory.Name = "nCategory";
     this.nCategory.Visible = true;
     this.nCategory.VisibleIndex = 0;
     //
     // lk_Category
     //
     this.lk_Category.AutoHeight = false;
     this.lk_Category.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_Category.Name = "lk_Category";
     //
     // dtClickDate
     //
     this.dtClickDate.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDate.EditValue = null;
     this.dtClickDate.Location = new System.Drawing.Point(60, 11);
     this.dtClickDate.Name = "dtClickDate";
     //
     // dtClickDate.Properties
     //
     this.dtClickDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtClickDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDate.Size = new System.Drawing.Size(108, 22);
     this.dtClickDate.TabIndex = 1;
     this.dtClickDate.EditValueChanged += new System.EventHandler(this.dtClickDate_EditValueChanged);
     //
     // gridChild
     //
     this.gridChild.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     // gridChild.EmbeddedNavigator
     //
     this.gridChild.EmbeddedNavigator.Name = "";
     this.gridChild.Location = new System.Drawing.Point(0, 272);
     this.gridChild.MainView = this.gridChildView;
     this.gridChild.Name = "gridChild";
     this.gridChild.Size = new System.Drawing.Size(840, 264);
     this.gridChild.TabIndex = 2;
     this.gridChild.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                              this.gridChildView});
     //
     // gridChildView
     //
     this.gridChildView.ActiveFilterEnabled = false;
     this.gridChildView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridChildView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                          this.dtDate});
     this.gridChildView.GridControl = this.gridChild;
     this.gridChildView.Name = "gridChildView";
     this.gridChildView.OptionsBehavior.Editable = false;
     this.gridChildView.OptionsCustomization.AllowFilter = false;
     this.gridChildView.OptionsCustomization.AllowSort = false;
     this.gridChildView.OptionsView.ShowFilterPanel = false;
     this.gridChildView.OptionsView.ShowGroupPanel = false;
     //
     // dtDate
     //
     this.dtDate.Caption = "Date";
     this.dtDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtDate.FieldName = "dtDate";
     this.dtDate.Name = "dtDate";
     this.dtDate.Visible = true;
     this.dtDate.VisibleIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 22);
     this.label1.TabIndex = 3;
     this.label1.Text = "Date";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtClickDate);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(8, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 32);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop = false;
     //
     // RPSalesMangement
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(840, 536);
     this.Controls.Add(this.gridChild);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMaster);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "RPSalesMangement";
     this.Text = "RPSalesMangement";
     this.Load += new System.EventHandler(this.RPSalesMangement_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChild)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChildView)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridMaster     = new DevExpress.XtraGrid.GridControl();
     this.gridMasterView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nCategory      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lk_Category    = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.dtClickDate    = new DevExpress.XtraEditors.DateEdit();
     this.gridChild      = new DevExpress.XtraGrid.GridControl();
     this.gridChildView  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.dtDate         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.label1         = new System.Windows.Forms.Label();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChild)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChildView)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // gridMaster
     //
     //
     // gridMaster.EmbeddedNavigator
     //
     this.gridMaster.EmbeddedNavigator.Name = "";
     gridLevelNode1.RelationName            = "Level1";
     this.gridMaster.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode1
     });
     this.gridMaster.Location = new System.Drawing.Point(0, 32);
     this.gridMaster.MainView = this.gridMasterView;
     this.gridMaster.Name     = "gridMaster";
     this.gridMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.lk_Category
     });
     this.gridMaster.Size     = new System.Drawing.Size(840, 224);
     this.gridMaster.TabIndex = 0;
     this.gridMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridMasterView
     });
     //
     // gridMasterView
     //
     this.gridMasterView.ActiveFilterEnabled = false;
     this.gridMasterView.BorderStyle         = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridMasterView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.nCategory
     });
     this.gridMasterView.GridControl = this.gridMaster;
     this.gridMasterView.Name        = "gridMasterView";
     this.gridMasterView.OptionsBehavior.Editable         = false;
     this.gridMasterView.OptionsCustomization.AllowFilter = false;
     this.gridMasterView.OptionsCustomization.AllowSort   = false;
     this.gridMasterView.OptionsView.ShowFilterPanel      = false;
     this.gridMasterView.OptionsView.ShowGroupPanel       = false;
     this.gridMasterView.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.View_Childlist);
     //
     // nCategory
     //
     this.nCategory.Caption      = "Category";
     this.nCategory.FieldName    = "strReportGroup";
     this.nCategory.Name         = "nCategory";
     this.nCategory.Visible      = true;
     this.nCategory.VisibleIndex = 0;
     //
     // lk_Category
     //
     this.lk_Category.AutoHeight = false;
     this.lk_Category.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lk_Category.Name = "lk_Category";
     //
     // dtClickDate
     //
     this.dtClickDate.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDate.EditValue = null;
     this.dtClickDate.Location  = new System.Drawing.Point(60, 11);
     this.dtClickDate.Name      = "dtClickDate";
     //
     // dtClickDate.Properties
     //
     this.dtClickDate.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dtClickDate.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate.Properties.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate.Properties.EditFormat.FormatString    = "dd/MM/yyyy";
     this.dtClickDate.Properties.EditFormat.FormatType      = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDate.Size              = new System.Drawing.Size(108, 22);
     this.dtClickDate.TabIndex          = 1;
     this.dtClickDate.EditValueChanged += new System.EventHandler(this.dtClickDate_EditValueChanged);
     //
     // gridChild
     //
     this.gridChild.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     //
     // gridChild.EmbeddedNavigator
     //
     this.gridChild.EmbeddedNavigator.Name = "";
     this.gridChild.Location = new System.Drawing.Point(0, 272);
     this.gridChild.MainView = this.gridChildView;
     this.gridChild.Name     = "gridChild";
     this.gridChild.Size     = new System.Drawing.Size(840, 264);
     this.gridChild.TabIndex = 2;
     this.gridChild.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridChildView
     });
     //
     // gridChildView
     //
     this.gridChildView.ActiveFilterEnabled = false;
     this.gridChildView.BorderStyle         = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridChildView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.dtDate
     });
     this.gridChildView.GridControl = this.gridChild;
     this.gridChildView.Name        = "gridChildView";
     this.gridChildView.OptionsBehavior.Editable         = false;
     this.gridChildView.OptionsCustomization.AllowFilter = false;
     this.gridChildView.OptionsCustomization.AllowSort   = false;
     this.gridChildView.OptionsView.ShowFilterPanel      = false;
     this.gridChildView.OptionsView.ShowGroupPanel       = false;
     //
     // dtDate
     //
     this.dtDate.Caption = "Date";
     this.dtDate.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtDate.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.dtDate.FieldName    = "dtDate";
     this.dtDate.Name         = "dtDate";
     this.dtDate.Visible      = true;
     this.dtDate.VisibleIndex = 0;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 22);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Date";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtClickDate);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(8, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(176, 32);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     //
     // RPSalesMangement
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(840, 536);
     this.Controls.Add(this.gridChild);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMaster);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "RPSalesMangement";
     this.Text            = "RPSalesMangement";
     this.Load           += new System.EventHandler(this.RPSalesMangement_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChild)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridChildView)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnPrint = new DevExpress.XtraEditors.SimpleButton();
     this.dtDateDay = new System.Windows.Forms.MonthCalendar();
     this.dtClickDateTill = new System.Windows.Forms.MonthCalendar();
     this.dtClickDate = new System.Windows.Forms.MonthCalendar();
     this.label3 = new System.Windows.Forms.Label();
     this.btn_View = new DevExpress.XtraEditors.SimpleButton();
     this.dtClickDateTill2 = new DevExpress.XtraEditors.DateEdit();
     this.dtClickDate1 = new DevExpress.XtraEditors.DateEdit();
     this.btnExport = new DevExpress.XtraEditors.SimpleButton();
     this.gridMaster = new DevExpress.XtraGrid.GridControl();
     this.gridMasterView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.nCategory = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lk_Category = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.printingSystem1 = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.printableComponentLink1 = new DevExpress.XtraPrinting.PrintableComponentLink(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDateTill2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnPrint);
     this.groupBox1.Controls.Add(this.dtDateDay);
     this.groupBox1.Controls.Add(this.dtClickDateTill);
     this.groupBox1.Controls.Add(this.dtClickDate);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btn_View);
     this.groupBox1.Controls.Add(this.dtClickDateTill2);
     this.groupBox1.Controls.Add(this.dtClickDate1);
     this.groupBox1.Controls.Add(this.btnExport);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(768, 160);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop = false;
     this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(648, 72);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(96, 23);
     this.btnPrint.TabIndex = 11;
     this.btnPrint.Text = "Print";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dtDateDay
     //
     this.dtDateDay.Location = new System.Drawing.Point(448, 8);
     this.dtDateDay.Name = "dtDateDay";
     this.dtDateDay.TabIndex = 10;
     this.dtDateDay.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.dtDateDay_DateSelected);
     //
     // dtClickDateTill
     //
     this.dtClickDateTill.Location = new System.Drawing.Point(248, 8);
     this.dtClickDateTill.Name = "dtClickDateTill";
     this.dtClickDateTill.TabIndex = 9;
     //
     // dtClickDate
     //
     this.dtClickDate.Location = new System.Drawing.Point(8, 8);
     this.dtClickDate.Name = "dtClickDate";
     this.dtClickDate.TabIndex = 8;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(206, 64);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(36, 22);
     this.label3.TabIndex = 7;
     this.label3.Text = "TO";
     //
     // btn_View
     //
     this.btn_View.Location = new System.Drawing.Point(206, 112);
     this.btn_View.Name = "btn_View";
     this.btn_View.Size = new System.Drawing.Size(32, 23);
     this.btn_View.TabIndex = 6;
     this.btn_View.Text = "View";
     this.btn_View.Click += new System.EventHandler(this.btn_View_Click);
     //
     // dtClickDateTill2
     //
     this.dtClickDateTill2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDateTill2.EditValue = null;
     this.dtClickDateTill2.Location = new System.Drawing.Point(280, 66);
     this.dtClickDateTill2.Name = "dtClickDateTill2";
     //
     // dtClickDateTill2.Properties
     //
     this.dtClickDateTill2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDateTill2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtClickDateTill2.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDateTill2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDateTill2.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDateTill2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDateTill2.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDateTill2.Size = new System.Drawing.Size(108, 22);
     this.dtClickDateTill2.TabIndex = 4;
     //
     // dtClickDate1
     //
     this.dtClickDate1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.dtClickDate1.EditValue = null;
     this.dtClickDate1.Location = new System.Drawing.Point(48, 34);
     this.dtClickDate1.Name = "dtClickDate1";
     //
     // dtClickDate1.Properties
     //
     this.dtClickDate1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.dtClickDate1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                                          new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dtClickDate1.Properties.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate1.Properties.EditFormat.FormatString = "dd/MM/yyyy";
     this.dtClickDate1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.dtClickDate1.Properties.Mask.EditMask = "dd/MM/yyyy";
     this.dtClickDate1.Size = new System.Drawing.Size(108, 22);
     this.dtClickDate1.TabIndex = 1;
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(648, 32);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(96, 23);
     this.btnExport.TabIndex = 7;
     this.btnExport.Text = "Export To Excel";
     this.btnExport.Visible = false;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // gridMaster
     //
     //
     // gridMaster.EmbeddedNavigator
     //
     this.gridMaster.EmbeddedNavigator.Name = "";
     this.gridMaster.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     gridLevelNode1.RelationName = "Level1";
     this.gridMaster.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
                                                                                          gridLevelNode1});
     this.gridMaster.Location = new System.Drawing.Point(0, 168);
     this.gridMaster.MainView = this.gridMasterView;
     this.gridMaster.Name = "gridMaster";
     this.gridMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
                                                                                                         this.lk_Category});
     this.gridMaster.Size = new System.Drawing.Size(784, 352);
     this.gridMaster.TabIndex = 5;
     this.gridMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                                                                                               this.gridMasterView});
     //
     // gridMasterView
     //
     this.gridMasterView.ActiveFilterEnabled = false;
     this.gridMasterView.Appearance.GroupPanel.BackColor = System.Drawing.Color.White;
     this.gridMasterView.Appearance.GroupPanel.BorderColor = System.Drawing.Color.White;
     this.gridMasterView.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.gridMasterView.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
     this.gridMasterView.Appearance.GroupPanel.Options.UseBackColor = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseBorderColor = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseFont = true;
     this.gridMasterView.Appearance.GroupPanel.Options.UseForeColor = true;
     this.gridMasterView.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gridMasterView.Appearance.HeaderPanel.Options.UseForeColor = true;
     this.gridMasterView.AppearancePrint.HeaderPanel.ForeColor = System.Drawing.Color.Black;
     this.gridMasterView.AppearancePrint.HeaderPanel.Options.UseForeColor = true;
     this.gridMasterView.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.gridMasterView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                                                                                           this.nCategory});
     this.gridMasterView.GridControl = this.gridMaster;
     this.gridMasterView.GroupPanelText = "hELLO";
     this.gridMasterView.Name = "gridMasterView";
     this.gridMasterView.OptionsBehavior.Editable = false;
     this.gridMasterView.OptionsCustomization.AllowFilter = false;
     this.gridMasterView.OptionsCustomization.AllowSort = false;
     this.gridMasterView.OptionsPrint.PrintGroupFooter = false;
     this.gridMasterView.OptionsPrint.UsePrintStyles = true;
     this.gridMasterView.OptionsView.ShowFilterPanel = false;
     this.gridMasterView.OptionsView.ShowFooter = true;
     //
     // nCategory
     //
     this.nCategory.Caption = "Category";
     this.nCategory.FieldName = "strReportGroup";
     this.nCategory.Name = "nCategory";
     this.nCategory.Visible = true;
     this.nCategory.VisibleIndex = 0;
     this.nCategory.Width = 100;
     //
     // lk_Category
     //
     this.lk_Category.AutoHeight = false;
     this.lk_Category.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
                                                                                              new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lk_Category.Name = "lk_Category";
     //
     // printingSystem1
     //
     this.printingSystem1.Links.AddRange(new object[] {
                                                          this.printableComponentLink1});
     //
     // printableComponentLink1
     //
     this.printableComponentLink1.Component = this.gridMaster;
     this.printableComponentLink1.Landscape = true;
     this.printableComponentLink1.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.printableComponentLink1.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.printableComponentLink1.PrintingSystem = this.printingSystem1;
     //
     // RPAllIncome
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(784, 512);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gridMaster);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "RPAllIncome";
     this.Text = "RPAllIncome";
     this.Load += new System.EventHandler(this.RPAllIncome_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDateTill2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtClickDate1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridMasterView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lk_Category)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem1)).EndInit();
     this.ResumeLayout(false);
 }