Beispiel #1
0
        public void RefreshModuleData()
        {
            var files = FileSystemScanService.ScanResult.AllFiles.
                        GroupBy(p => p.Extension).Select(g => new Model.FileMapInfo()
            {
                Extension  = g.Key,
                Size       = g.Sum(p => p.Length / 1024),
                FilesCount = g.Count()
            });
            var adapter = new DevExpress.XtraTreeMap.TreeMapFlatDataAdapter
            {
                DataSource      = files,
                LabelDataMember = "Extension",
                ValueDataMember = MapValueDataMember.ToString()
            };

            if (MapValueDataMember == Enums.MapValueDataMemberEnum.Size)
            {
                treeMapControl.ToolTipLeafPattern = "Extension {L}: {V:n0} KB";
            }
            if (MapValueDataMember == Enums.MapValueDataMemberEnum.FilesCount)
            {
                treeMapControl.ToolTipLeafPattern = "Extension {L}: {V:n0} files";
            }
            treeMapControl.DataAdapter = adapter;
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle5         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle6         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.TreeMapFlatDataAdapter treeMapFlatDataAdapter1 = new DevExpress.XtraTreeMap.TreeMapFlatDataAdapter();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle3         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle4         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle1         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle2         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraCharts.XYDiagram             xyDiagram1             = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series                series1                = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedAreaSeriesView stackedAreaSeriesView1 = new DevExpress.XtraCharts.StackedAreaSeriesView();
     this.layoutControl1     = new DevExpress.XtraLayout.LayoutControl();
     this.Root               = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem2    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.treeMapControl1    = new DevExpress.XtraTreeMap.TreeMapControl();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.treeMapControl2    = new DevExpress.XtraTreeMap.TreeMapControl();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.treeMapControl3    = new DevExpress.XtraTreeMap.TreeMapControl();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl1      = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl2      = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.chartControl1      = new DevExpress.XtraCharts.ChartControl();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chartControl1);
     this.layoutControl1.Controls.Add(this.labelControl2);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.treeMapControl3);
     this.layoutControl1.Controls.Add(this.treeMapControl2);
     this.layoutControl1.Controls.Add(this.treeMapControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(937, 524);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem2,
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.layoutControlItem6
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(937, 524);
     this.Root.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(445, 0);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(472, 273);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // treeMapControl1
     //
     this.treeMapControl1.Appearance.GroupStyle.TextGlowColor       = System.Drawing.Color.Empty;
     this.treeMapControl1.Appearance.HighlightedLeafStyle.FillStyle = hatchFillStyle5;
     this.treeMapControl1.Appearance.SelectedLeafStyle.FillStyle    = hatchFillStyle6;
     this.treeMapControl1.DataAdapter = treeMapFlatDataAdapter1;
     this.treeMapControl1.Location    = new System.Drawing.Point(12, 36);
     this.treeMapControl1.Name        = "treeMapControl1";
     this.treeMapControl1.Size        = new System.Drawing.Size(216, 281);
     this.treeMapControl1.TabIndex    = 4;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.treeMapControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 22);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(220, 285);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // treeMapControl2
     //
     this.treeMapControl2.Appearance.GroupStyle.TextGlowColor       = System.Drawing.Color.Empty;
     this.treeMapControl2.Appearance.HighlightedLeafStyle.FillStyle = hatchFillStyle3;
     this.treeMapControl2.Appearance.SelectedLeafStyle.FillStyle    = hatchFillStyle4;
     this.treeMapControl2.Location = new System.Drawing.Point(12, 321);
     this.treeMapControl2.Name     = "treeMapControl2";
     this.treeMapControl2.Size     = new System.Drawing.Size(441, 189);
     this.treeMapControl2.TabIndex = 5;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.treeMapControl2;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 307);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(445, 193);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // treeMapControl3
     //
     this.treeMapControl3.Appearance.GroupStyle.TextGlowColor       = System.Drawing.Color.Empty;
     this.treeMapControl3.Appearance.HighlightedLeafStyle.FillStyle = hatchFillStyle1;
     this.treeMapControl3.Appearance.SelectedLeafStyle.FillStyle    = hatchFillStyle2;
     this.treeMapControl3.Location = new System.Drawing.Point(232, 36);
     this.treeMapControl3.Name     = "treeMapControl3";
     this.treeMapControl3.Size     = new System.Drawing.Size(221, 281);
     this.treeMapControl3.TabIndex = 6;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.treeMapControl3;
     this.layoutControlItem3.Location    = new System.Drawing.Point(220, 22);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(225, 285);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // labelControl1
     //
     this.labelControl1.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location        = new System.Drawing.Point(12, 14);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(216, 18);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 7;
     this.labelControl1.Text            = "labelControl1";
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control             = this.labelControl1;
     this.layoutControlItem4.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.MaxSize             = new System.Drawing.Size(0, 22);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(18, 22);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(220, 22);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible         = false;
     //
     // labelControl2
     //
     this.labelControl2.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.Location        = new System.Drawing.Point(232, 14);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(221, 18);
     this.labelControl2.StyleController = this.layoutControl1;
     this.labelControl2.TabIndex        = 8;
     this.labelControl2.Text            = "labelControl2";
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control             = this.labelControl2;
     this.layoutControlItem5.Location            = new System.Drawing.Point(220, 0);
     this.layoutControlItem5.MaxSize             = new System.Drawing.Size(0, 22);
     this.layoutControlItem5.MinSize             = new System.Drawing.Size(18, 22);
     this.layoutControlItem5.Name                = "layoutControlItem5";
     this.layoutControlItem5.Size                = new System.Drawing.Size(225, 22);
     this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem5.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible         = false;
     //
     // chartControl1
     //
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisX.WholeRange.EndSideMargin   = 0D;
     xyDiagram1.AxisX.WholeRange.StartSideMargin = 0D;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.chartControl1.Diagram     = xyDiagram1;
     this.chartControl1.Legend.Name = "Default Legend";
     this.chartControl1.Location    = new System.Drawing.Point(457, 287);
     this.chartControl1.Name        = "chartControl1";
     series1.Name = "Series 1";
     series1.View = stackedAreaSeriesView1;
     this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
         series1
     };
     this.chartControl1.Size     = new System.Drawing.Size(468, 223);
     this.chartControl1.TabIndex = 9;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control     = this.chartControl1;
     this.layoutControlItem6.Location    = new System.Drawing.Point(445, 273);
     this.layoutControlItem6.Name        = "layoutControlItem6";
     this.layoutControlItem6.Size        = new System.Drawing.Size(472, 227);
     this.layoutControlItem6.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // StorageAmountControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "StorageAmountControl";
     this.Size   = new System.Drawing.Size(937, 524);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedAreaSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #3
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.XtraTreeMap.HatchFillStyle         hatchFillStyle1         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.HatchFillStyle         hatchFillStyle2         = new DevExpress.XtraTreeMap.HatchFillStyle();
     DevExpress.XtraTreeMap.TreeMapFlatDataAdapter treeMapFlatDataAdapter1 = new DevExpress.XtraTreeMap.TreeMapFlatDataAdapter();
     this.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.button4               = new System.Windows.Forms.Button();
     this.button3               = new System.Windows.Forms.Button();
     this.button2               = new System.Windows.Forms.Button();
     this.button1               = new System.Windows.Forms.Button();
     this.svgMapControl         = new DevExpress.XtraMap.MapControl();
     this.vectorItemsLayer1     = new DevExpress.XtraMap.VectorItemsLayer();
     this.shapefileDataAdapter1 = new DevExpress.XtraMap.ShapefileDataAdapter();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.treeMapControl        = new DevExpress.XtraTreeMap.TreeMapControl();
     this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem9           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem1           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5           = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6           = new DevExpress.XtraLayout.LayoutControlItem();
     this.infoReorganizedBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.svgMapControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoReorganizedBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.button4);
     this.layoutControl1.Controls.Add(this.button3);
     this.layoutControl1.Controls.Add(this.button2);
     this.layoutControl1.Controls.Add(this.button1);
     this.layoutControl1.Controls.Add(this.svgMapControl);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.treeMapControl);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.Root;
     this.layoutControl1.Size     = new System.Drawing.Size(1072, 630);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(568, 593);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(161, 25);
     this.button4.TabIndex = 16;
     this.button4.Text     = "VAL1";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(898, 593);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(162, 25);
     this.button3.TabIndex = 15;
     this.button3.Text     = "VAL3";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(733, 593);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(161, 25);
     this.button2.TabIndex = 14;
     this.button2.Text     = "VAL2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(403, 593);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(161, 25);
     this.button1.TabIndex = 13;
     this.button1.Text     = "EMD_CD";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // svgMapControl
     //
     this.svgMapControl.Layers.Add(this.vectorItemsLayer1);
     this.svgMapControl.Location  = new System.Drawing.Point(403, 12);
     this.svgMapControl.Name      = "svgMapControl";
     this.svgMapControl.Size      = new System.Drawing.Size(657, 577);
     this.svgMapControl.TabIndex  = 12;
     this.svgMapControl.ZoomLevel = 1.1D;
     this.vectorItemsLayer1.Data  = this.shapefileDataAdapter1;
     //this.shapefileDataAdapter1.FileUri = new System.Uri("C:\\Users\\kccistc\\Desktop\\StorageERP\\Seoul.shp", System.UriKind.Absolute);
     //
     // labelControl1
     //
     this.labelControl1.AutoSizeMode    = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(387, 18);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 7;
     this.labelControl1.Text            = "보관소별 매출현황";
     //
     // treeMapControl
     //
     this.treeMapControl.Appearance.GroupStyle.TextGlowColor       = System.Drawing.Color.Empty;
     this.treeMapControl.Appearance.HighlightedLeafStyle.FillStyle = hatchFillStyle1;
     this.treeMapControl.Appearance.SelectedLeafStyle.FillStyle    = hatchFillStyle2;
     this.treeMapControl.DataAdapter = treeMapFlatDataAdapter1;
     this.treeMapControl.Location    = new System.Drawing.Point(12, 34);
     this.treeMapControl.Name        = "treeMapControl";
     this.treeMapControl.Size        = new System.Drawing.Size(387, 584);
     this.treeMapControl.TabIndex    = 5;
     //
     // Root
     //
     this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.Root.GroupBordersVisible         = false;
     this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.layoutControlItem4,
         this.layoutControlItem9,
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem5,
         this.layoutControlItem6
     });
     this.Root.Name        = "Root";
     this.Root.Size        = new System.Drawing.Size(1072, 630);
     this.Root.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.treeMapControl;
     this.layoutControlItem2.Location    = new System.Drawing.Point(0, 22);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(391, 588);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control             = this.labelControl1;
     this.layoutControlItem4.Location            = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.MaxSize             = new System.Drawing.Size(0, 22);
     this.layoutControlItem4.MinSize             = new System.Drawing.Size(18, 22);
     this.layoutControlItem4.Name                = "layoutControlItem4";
     this.layoutControlItem4.Size                = new System.Drawing.Size(391, 22);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.TextSize            = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible         = false;
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control     = this.svgMapControl;
     this.layoutControlItem9.Location    = new System.Drawing.Point(391, 0);
     this.layoutControlItem9.Name        = "layoutControlItem9";
     this.layoutControlItem9.Size        = new System.Drawing.Size(661, 581);
     this.layoutControlItem9.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem9.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.button1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(391, 581);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(165, 29);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.button2;
     this.layoutControlItem3.Location    = new System.Drawing.Point(721, 581);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(165, 29);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.button3;
     this.layoutControlItem5.Location    = new System.Drawing.Point(886, 581);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Size        = new System.Drawing.Size(166, 29);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control     = this.button4;
     this.layoutControlItem6.Location    = new System.Drawing.Point(556, 581);
     this.layoutControlItem6.Name        = "layoutControlItem6";
     this.layoutControlItem6.Size        = new System.Drawing.Size(165, 29);
     this.layoutControlItem6.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // infoReorganizedBindingSource
     //
     this.infoReorganizedBindingSource.DataSource = typeof(TheStorageERP.Entities.InfoReorganized);
     //
     // StorageInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1072, 630);
     this.Controls.Add(this.layoutControl1);
     this.Name = "StorageInfo";
     this.Text = "StorageInfo";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.svgMapControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeMapControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoReorganizedBindingSource)).EndInit();
     this.ResumeLayout(false);
 }