示例#1
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.TreeMapPaletteColorizer treeMapPaletteColorizer1 = new DevExpress.XtraTreeMap.TreeMapPaletteColorizer();
     DevExpress.XtraTreeMap.TreeMapItemStorage      treeMapItemStorage1      = new DevExpress.XtraTreeMap.TreeMapItemStorage();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem1             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem2             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem3             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem4             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem5             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem6             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem7             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem8             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem9             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem10            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem11            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem12            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem13            = new DevExpress.XtraTreeMap.TreeMapItem();
     this.treeMap              = new DevExpress.XtraTreeMap.TreeMapControl();
     this.defaultLookAndFeel1  = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     this.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.chkShowTooltip       = new DevExpress.XtraEditors.CheckEdit();
     this.chkTooltipController = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3   = new DevExpress.XtraLayout.LayoutControlItem();
     this.toolTipController1   = new DevExpress.Utils.ToolTipController(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkShowTooltip.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTooltipController.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     this.SuspendLayout();
     //
     // treeMap
     //
     this.treeMap.BackColor = System.Drawing.Color.White;
     treeMapPaletteColorizer1.ColorizeGroups = true;
     treeMapPaletteColorizer1.Palette        = DevExpress.XtraTreeMap.Palette.Office2016Palette;
     this.treeMap.Colorizer = treeMapPaletteColorizer1;
     treeMapItem2.Label     = "United States";
     treeMapItem2.Value     = 17.418D;
     treeMapItem3.Label     = "Brazil";
     treeMapItem3.Value     = 2.353D;
     treeMapItem1.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem2,
         treeMapItem3
     });
     treeMapItem1.Label = "Americas";
     treeMapItem5.Label = "China";
     treeMapItem5.Value = 10.38D;
     treeMapItem6.Label = "Japan";
     treeMapItem6.Value = 4.616D;
     treeMapItem7.Label = "India";
     treeMapItem7.Value = 2.049D;
     treeMapItem4.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem5,
         treeMapItem6,
         treeMapItem7
     });
     treeMapItem4.Label  = "Asia";
     treeMapItem9.Label  = "Germany";
     treeMapItem9.Value  = 3.859D;
     treeMapItem10.Label = "United Kingdom";
     treeMapItem10.Value = 2.945D;
     treeMapItem11.Label = "France";
     treeMapItem11.Value = 2.846D;
     treeMapItem12.Label = "Italy";
     treeMapItem12.Value = 2.147D;
     treeMapItem13.Label = "Russia";
     treeMapItem13.Value = 1.857D;
     treeMapItem8.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem9,
         treeMapItem10,
         treeMapItem11,
         treeMapItem12,
         treeMapItem13
     });
     treeMapItem8.Label = "Europe";
     treeMapItemStorage1.Items.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem1,
         treeMapItem4,
         treeMapItem8
     });
     this.treeMap.DataAdapter     = treeMapItemStorage1;
     this.treeMap.GroupStyle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafStyle.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafTextPattern = "{L} : {V:C1} trillions";
     this.treeMap.Location        = new System.Drawing.Point(6, 6);
     this.treeMap.Name            = "treeMap";
     this.treeMap.Size            = new System.Drawing.Size(483, 309);
     this.treeMap.TabIndex        = 0;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.chkShowTooltip);
     this.layoutControl1.Controls.Add(this.chkTooltipController);
     this.layoutControl1.Controls.Add(this.treeMap);
     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.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(624, 321);
     this.layoutControl1.TabIndex = 1;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // chkShowTooltip
     //
     this.chkShowTooltip.Location           = new System.Drawing.Point(493, 6);
     this.chkShowTooltip.Name               = "chkShowTooltip";
     this.chkShowTooltip.Properties.Caption = "Show Tooltip";
     this.chkShowTooltip.Size               = new System.Drawing.Size(125, 19);
     this.chkShowTooltip.StyleController    = this.layoutControl1;
     this.chkShowTooltip.TabIndex           = 5;
     this.chkShowTooltip.CheckedChanged    += new System.EventHandler(this.chkShowTooltip_CheckedChanged);
     //
     // chkTooltipController
     //
     this.chkTooltipController.Location           = new System.Drawing.Point(493, 29);
     this.chkTooltipController.Name               = "chkTooltipController";
     this.chkTooltipController.Properties.Caption = "Use Tooltip Controller";
     this.chkTooltipController.Size               = new System.Drawing.Size(125, 19);
     this.chkTooltipController.StyleController    = this.layoutControl1;
     this.chkTooltipController.TabIndex           = 4;
     this.chkTooltipController.CheckedChanged    += new System.EventHandler(this.chkTooltipController_CheckedChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.layoutControlItem3
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(624, 321);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.treeMap;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(487, 313);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chkTooltipController;
     this.layoutControlItem2.Location    = new System.Drawing.Point(487, 23);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(129, 290);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control     = this.chkShowTooltip;
     this.layoutControlItem3.Location    = new System.Drawing.Point(487, 0);
     this.layoutControlItem3.Name        = "layoutControlItem3";
     this.layoutControlItem3.Size        = new System.Drawing.Size(129, 23);
     this.layoutControlItem3.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem3.TextVisible = false;
     //
     // toolTipController1
     //
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 321);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chkShowTooltip.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkTooltipController.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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.XtraTreeMap.TreeMapPaletteColorizer treeMapPaletteColorizer1 = new DevExpress.XtraTreeMap.TreeMapPaletteColorizer();
     DevExpress.XtraTreeMap.TreeMapItemStorage      treeMapItemStorage1      = new DevExpress.XtraTreeMap.TreeMapItemStorage();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem1             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem2             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem3             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem4             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem5             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem6             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem7             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem8             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem9             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem10            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem11            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem12            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem13            = new DevExpress.XtraTreeMap.TreeMapItem();
     this.treeMap               = new DevExpress.XtraTreeMap.TreeMapControl();
     this.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.lbSelectionMode       = new DevExpress.XtraEditors.ListBoxControl();
     this.chkEnableHighlighting = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControlGroup1   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1    = new DevExpress.XtraLayout.LayoutControlItem();
     this.lciSelectionMode      = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2    = new DevExpress.XtraLayout.LayoutControlItem();
     this.defaultLookAndFeel1   = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbSelectionMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkEnableHighlighting.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciSelectionMode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     this.SuspendLayout();
     //
     // treeMap
     //
     this.treeMap.BackColor = System.Drawing.Color.White;
     treeMapPaletteColorizer1.ColorizeGroups = true;
     treeMapPaletteColorizer1.Palette        = DevExpress.XtraTreeMap.Palette.Office2016Palette;
     this.treeMap.Colorizer = treeMapPaletteColorizer1;
     treeMapItem2.Label     = "United States";
     treeMapItem2.Value     = 17.418D;
     treeMapItem3.Label     = "Brazil";
     treeMapItem3.Value     = 2.353D;
     treeMapItem1.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem2,
         treeMapItem3
     });
     treeMapItem1.Label = "Americas";
     treeMapItem5.Label = "China";
     treeMapItem5.Value = 10.38D;
     treeMapItem6.Label = "Japan";
     treeMapItem6.Value = 4.616D;
     treeMapItem7.Label = "India";
     treeMapItem7.Value = 2.049D;
     treeMapItem4.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem5,
         treeMapItem6,
         treeMapItem7
     });
     treeMapItem4.Label  = "Asia";
     treeMapItem9.Label  = "Germany";
     treeMapItem9.Value  = 3.859D;
     treeMapItem10.Label = "United Kingdom";
     treeMapItem10.Value = 2.945D;
     treeMapItem11.Label = "France";
     treeMapItem11.Value = 2.846D;
     treeMapItem12.Label = "Italy";
     treeMapItem12.Value = 2.147D;
     treeMapItem13.Label = "Russia";
     treeMapItem13.Value = 1.857D;
     treeMapItem8.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem9,
         treeMapItem10,
         treeMapItem11,
         treeMapItem12,
         treeMapItem13
     });
     treeMapItem8.Label = "Europe";
     treeMapItemStorage1.Items.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem1,
         treeMapItem4,
         treeMapItem8
     });
     this.treeMap.DataAdapter         = treeMapItemStorage1;
     this.treeMap.GroupStyle.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafStyle.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafTextPattern     = "{L} : {V:C1} trillions";
     this.treeMap.Location            = new System.Drawing.Point(6, 6);
     this.treeMap.Name                = "treeMap";
     this.treeMap.Size                = new System.Drawing.Size(446, 309);
     this.treeMap.TabIndex            = 0;
     this.treeMap.ToolTipGroupPattern = "";
     this.treeMap.ToolTipLeafPattern  = "{L} : {V:C1} trillions";
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.lbSelectionMode);
     this.layoutControl1.Controls.Add(this.chkEnableHighlighting);
     this.layoutControl1.Controls.Add(this.treeMap);
     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(429, 123, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(624, 321);
     this.layoutControl1.TabIndex = 1;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // lbSelectionMode
     //
     this.lbSelectionMode.Location              = new System.Drawing.Point(456, 45);
     this.lbSelectionMode.Name                  = "lbSelectionMode";
     this.lbSelectionMode.Size                  = new System.Drawing.Size(162, 270);
     this.lbSelectionMode.StyleController       = this.layoutControl1;
     this.lbSelectionMode.TabIndex              = 5;
     this.lbSelectionMode.SelectedIndexChanged += new System.EventHandler(this.lbSelectionMode_SelectedIndexChanged);
     //
     // chkEnableHighlighting
     //
     this.chkEnableHighlighting.Location           = new System.Drawing.Point(456, 6);
     this.chkEnableHighlighting.Name               = "chkEnableHighlighting";
     this.chkEnableHighlighting.Properties.Caption = "Enable Highlighting";
     this.chkEnableHighlighting.Size               = new System.Drawing.Size(162, 19);
     this.chkEnableHighlighting.StyleController    = this.layoutControl1;
     this.chkEnableHighlighting.TabIndex           = 4;
     this.chkEnableHighlighting.CheckedChanged    += new System.EventHandler(this.chkEnableHighlighting_CheckedChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.lciSelectionMode,
         this.layoutControlItem2
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Padding     = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4);
     this.layoutControlGroup1.Size        = new System.Drawing.Size(624, 321);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.treeMap;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(450, 313);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // lciSelectionMode
     //
     this.lciSelectionMode.Control      = this.lbSelectionMode;
     this.lciSelectionMode.Location     = new System.Drawing.Point(450, 23);
     this.lciSelectionMode.Name         = "lciSelectionMode";
     this.lciSelectionMode.Size         = new System.Drawing.Size(166, 290);
     this.lciSelectionMode.Text         = "Selection Mode:";
     this.lciSelectionMode.TextLocation = DevExpress.Utils.Locations.Top;
     this.lciSelectionMode.TextSize     = new System.Drawing.Size(76, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control     = this.chkEnableHighlighting;
     this.layoutControlItem2.Location    = new System.Drawing.Point(450, 0);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(166, 23);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 321);
     this.Controls.Add(this.layoutControl1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lbSelectionMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkEnableHighlighting.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciSelectionMode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).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()
 {
     DevExpress.XtraTreeMap.TreeMapPaletteColorizer treeMapPaletteColorizer1 = new DevExpress.XtraTreeMap.TreeMapPaletteColorizer();
     DevExpress.XtraTreeMap.TreeMapItemStorage      treeMapItemStorage1      = new DevExpress.XtraTreeMap.TreeMapItemStorage();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem1             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem2             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem3             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem4             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem5             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem6             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem7             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem8             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem9             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem10            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem11            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem12            = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem13            = new DevExpress.XtraTreeMap.TreeMapItem();
     this.treeMap             = new DevExpress.XtraTreeMap.TreeMapControl();
     this.layout              = new DevExpress.XtraLayout.LayoutControl();
     this.lbLayoutDirection   = new DevExpress.XtraEditors.ListBoxControl();
     this.lbLayoutAlgorithm   = new DevExpress.XtraEditors.ListBoxControl();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1  = new DevExpress.XtraLayout.LayoutControlItem();
     this.lciLayoutAlgorithm  = new DevExpress.XtraLayout.LayoutControlItem();
     this.lciLayoutDirection  = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layout)).BeginInit();
     this.layout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbLayoutDirection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbLayoutAlgorithm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciLayoutAlgorithm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciLayoutDirection)).BeginInit();
     this.SuspendLayout();
     //
     // treeMap
     //
     this.treeMap.BorderOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     treeMapPaletteColorizer1.Palette = DevExpress.XtraTreeMap.Palette.Office2016Palette;
     this.treeMap.Colorizer           = treeMapPaletteColorizer1;
     treeMapItem2.Label = "United States";
     treeMapItem2.Value = 17.968D;
     treeMapItem3.Label = "Brazil";
     treeMapItem3.Value = 1.8D;
     treeMapItem4.Label = "Canada";
     treeMapItem4.Value = 1.573D;
     treeMapItem1.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem2,
         treeMapItem3,
         treeMapItem4
     });
     treeMapItem1.Label = "Americas";
     treeMapItem6.Label = "Germany";
     treeMapItem6.Value = 3.371D;
     treeMapItem7.Label = "United Kingdom";
     treeMapItem7.Value = 2.865D;
     treeMapItem8.Label = "France";
     treeMapItem8.Value = 2.423D;
     treeMapItem9.Label = "Italy";
     treeMapItem9.Value = 1.819D;
     treeMapItem5.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem6,
         treeMapItem7,
         treeMapItem8,
         treeMapItem9
     });
     treeMapItem5.Label  = "Europe";
     treeMapItem11.Label = "China";
     treeMapItem11.Value = 11.385D;
     treeMapItem12.Label = "Japan";
     treeMapItem12.Value = 4.116D;
     treeMapItem13.Label = "India";
     treeMapItem13.Value = 2.183D;
     treeMapItem10.Children.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem11,
         treeMapItem12,
         treeMapItem13
     });
     treeMapItem10.Label = "Asia";
     treeMapItemStorage1.Items.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem1,
         treeMapItem5,
         treeMapItem10
     });
     this.treeMap.DataAdapter = treeMapItemStorage1;
     this.treeMap.Location    = new System.Drawing.Point(2, 2);
     this.treeMap.Name        = "treeMap";
     this.treeMap.Size        = new System.Drawing.Size(1025, 677);
     this.treeMap.TabIndex    = 0;
     //
     // layout
     //
     this.layout.Controls.Add(this.lbLayoutDirection);
     this.layout.Controls.Add(this.lbLayoutAlgorithm);
     this.layout.Controls.Add(this.treeMap);
     this.layout.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layout.Location = new System.Drawing.Point(0, 0);
     this.layout.Margin   = new System.Windows.Forms.Padding(0);
     this.layout.Name     = "layout";
     this.layout.Padding  = new System.Windows.Forms.Padding(4);
     this.layout.Root     = this.layoutControlGroup1;
     this.layout.Size     = new System.Drawing.Size(1264, 681);
     this.layout.TabIndex = 1;
     this.layout.Text     = "layoutControl1";
     //
     // lbLayoutDirection
     //
     this.lbLayoutDirection.Location              = new System.Drawing.Point(1031, 358);
     this.lbLayoutDirection.Name                  = "lbLayoutDirection";
     this.lbLayoutDirection.Size                  = new System.Drawing.Size(231, 321);
     this.lbLayoutDirection.StyleController       = this.layout;
     this.lbLayoutDirection.TabIndex              = 5;
     this.lbLayoutDirection.SelectedIndexChanged += new System.EventHandler(this.lbLayoutDirection_SelectedIndexChanged);
     //
     // lbLayoutAlgorithm
     //
     this.lbLayoutAlgorithm.Location              = new System.Drawing.Point(1031, 18);
     this.lbLayoutAlgorithm.Name                  = "lbLayoutAlgorithm";
     this.lbLayoutAlgorithm.Size                  = new System.Drawing.Size(231, 320);
     this.lbLayoutAlgorithm.StyleController       = this.layout;
     this.lbLayoutAlgorithm.TabIndex              = 4;
     this.lbLayoutAlgorithm.SelectedIndexChanged += new System.EventHandler(this.lbLayoutAlgorithm_SelectedIndexChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.lciLayoutAlgorithm,
         this.lciLayoutDirection
     });
     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(1264, 681);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.treeMap;
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(1029, 681);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // lciLayoutAlgorithm
     //
     this.lciLayoutAlgorithm.Control      = this.lbLayoutAlgorithm;
     this.lciLayoutAlgorithm.Location     = new System.Drawing.Point(1029, 0);
     this.lciLayoutAlgorithm.Name         = "lciLayoutAlgorithm";
     this.lciLayoutAlgorithm.Size         = new System.Drawing.Size(235, 340);
     this.lciLayoutAlgorithm.Text         = "Layout Algorithm:";
     this.lciLayoutAlgorithm.TextLocation = DevExpress.Utils.Locations.Top;
     this.lciLayoutAlgorithm.TextSize     = new System.Drawing.Size(85, 13);
     //
     // lciLayoutDirection
     //
     this.lciLayoutDirection.Control      = this.lbLayoutDirection;
     this.lciLayoutDirection.Location     = new System.Drawing.Point(1029, 340);
     this.lciLayoutDirection.Name         = "lciLayoutDirection";
     this.lciLayoutDirection.Size         = new System.Drawing.Size(235, 341);
     this.lciLayoutDirection.Text         = "Layout Direction:";
     this.lciLayoutDirection.TextLocation = DevExpress.Utils.Locations.Top;
     this.lciLayoutDirection.TextSize     = new System.Drawing.Size(85, 13);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1264, 681);
     this.Controls.Add(this.layout);
     this.MinimumSize = new System.Drawing.Size(640, 360);
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.Load       += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layout)).EndInit();
     this.layout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lbLayoutDirection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lbLayoutAlgorithm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciLayoutAlgorithm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lciLayoutDirection)).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()
 {
     DevExpress.XtraTreeMap.TreeMapPaletteColorizer treeMapPaletteColorizer1 = new DevExpress.XtraTreeMap.TreeMapPaletteColorizer();
     DevExpress.XtraTreeMap.TreeMapItemStorage      treeMapItemStorage1      = new DevExpress.XtraTreeMap.TreeMapItemStorage();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem1             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem2             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem3             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem4             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem5             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem6             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem7             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem8             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem9             = new DevExpress.XtraTreeMap.TreeMapItem();
     DevExpress.XtraTreeMap.TreeMapItem             treeMapItem10            = new DevExpress.XtraTreeMap.TreeMapItem();
     this.treeMap = new DevExpress.XtraTreeMap.TreeMapControl();
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).BeginInit();
     this.SuspendLayout();
     //
     // treeMap
     //
     this.treeMap.BackColor = System.Drawing.Color.White;
     treeMapPaletteColorizer1.ColorizeGroups = true;
     treeMapPaletteColorizer1.Palette        = DevExpress.XtraTreeMap.Palette.Office2016Palette;
     this.treeMap.Colorizer = treeMapPaletteColorizer1;
     treeMapItem1.Label     = "United States";
     treeMapItem1.Value     = 17.418D;
     treeMapItem2.Label     = "Brazil";
     treeMapItem2.Value     = 2.353D;
     treeMapItem3.Label     = "China";
     treeMapItem3.Value     = 10.38D;
     treeMapItem4.Label     = "Japan";
     treeMapItem4.Value     = 4.616D;
     treeMapItem5.Label     = "India";
     treeMapItem5.Value     = 2.049D;
     treeMapItem6.Label     = "Germany";
     treeMapItem6.Value     = 3.859D;
     treeMapItem7.Label     = "United Kingdom";
     treeMapItem7.Value     = 2.945D;
     treeMapItem8.Label     = "France";
     treeMapItem8.Value     = 2.846D;
     treeMapItem9.Label     = "Italy";
     treeMapItem9.Value     = 2.147D;
     treeMapItem10.Label    = "Russia";
     treeMapItem10.Value    = 1.857D;
     treeMapItemStorage1.Items.AddRange(new DevExpress.XtraTreeMap.TreeMapItem[] {
         treeMapItem1,
         treeMapItem2,
         treeMapItem3,
         treeMapItem4,
         treeMapItem5,
         treeMapItem6,
         treeMapItem7,
         treeMapItem8,
         treeMapItem9,
         treeMapItem10
     });
     this.treeMap.DataAdapter         = treeMapItemStorage1;
     this.treeMap.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.treeMap.GroupStyle.Fill     = System.Drawing.Color.White;
     this.treeMap.GroupStyle.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafStyle.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.treeMap.LeafTextPattern     = "{L} : {V:C1} trillions";
     this.treeMap.Location            = new System.Drawing.Point(0, 0);
     this.treeMap.Name                = "treeMap";
     this.treeMap.Size                = new System.Drawing.Size(624, 321);
     this.treeMap.TabIndex            = 0;
     this.treeMap.ToolTipGroupPattern = "";
     this.treeMap.ToolTipLeafPattern  = "{L} : {V:C1} trillions";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 321);
     this.Controls.Add(this.treeMap);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeMap)).EndInit();
     this.ResumeLayout(false);
 }