示例#1
0
 private void InitializeComponent()
 {
     this.panelEx1       = new DevComponents.DotNetBar.PanelEx();
     this.labelX1        = new DevComponents.DotNetBar.LabelX();
     this.labelX2        = new DevComponents.DotNetBar.LabelX();
     this.labelX3        = new DevComponents.DotNetBar.LabelX();
     this.labelX4        = new DevComponents.DotNetBar.LabelX();
     this.labelX5        = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx1    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboTree1     = new DevComponents.DotNetBar.Controls.ComboTree();
     this.doubleInput1   = new DevComponents.Editors.DoubleInput();
     this.doubleInput2   = new DevComponents.Editors.DoubleInput();
     this.integerInput1  = new DevComponents.Editors.IntegerInput();
     this.advTree1       = new DevComponents.AdvTree.AdvTree();
     this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
     this.elementStyle1  = new DevComponents.DotNetBar.ElementStyle();
     this.labelX6        = new DevComponents.DotNetBar.LabelX();
     this.labelX7        = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.labelX7);
     this.panelEx1.Controls.Add(this.labelX6);
     this.panelEx1.Controls.Add(this.advTree1);
     this.panelEx1.Controls.Add(this.integerInput1);
     this.panelEx1.Controls.Add(this.doubleInput2);
     this.panelEx1.Controls.Add(this.doubleInput1);
     this.panelEx1.Controls.Add(this.comboTree1);
     this.panelEx1.Controls.Add(this.comboBoxEx1);
     this.panelEx1.Controls.Add(this.labelX5);
     this.panelEx1.Controls.Add(this.labelX4);
     this.panelEx1.Controls.Add(this.labelX3);
     this.panelEx1.Controls.Add(this.labelX2);
     this.panelEx1.Controls.Add(this.labelX1);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(411, 319);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(11, 14);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(50, 18);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text     = "字 段 :";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(11, 44);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(50, 18);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text     = "颜 色 :";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(11, 75);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(50, 18);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text     = "最小值:";
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(154, 75);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(50, 18);
     this.labelX4.TabIndex = 3;
     this.labelX4.Text     = "最大值:";
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(204, 14);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(37, 18);
     this.labelX5.TabIndex = 4;
     this.labelX5.Text     = "等级:";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 15;
     this.comboBoxEx1.Location          = new System.Drawing.Point(61, 12);
     this.comboBoxEx1.Name     = "comboBoxEx1";
     this.comboBoxEx1.Size     = new System.Drawing.Size(137, 21);
     this.comboBoxEx1.TabIndex = 5;
     //
     // comboTree1
     //
     this.comboTree1.BackColor = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.comboTree1.BackgroundStyle.Class  = "TextBoxBorder";
     this.comboTree1.ButtonDropDown.Visible = true;
     this.comboTree1.Location = new System.Drawing.Point(61, 41);
     this.comboTree1.Name     = "comboTree1";
     this.comboTree1.Size     = new System.Drawing.Size(228, 23);
     this.comboTree1.TabIndex = 6;
     //
     // doubleInput1
     //
     //
     //
     //
     this.doubleInput1.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.doubleInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput1.Increment = 1;
     this.doubleInput1.Location  = new System.Drawing.Point(61, 72);
     this.doubleInput1.Name      = "doubleInput1";
     this.doubleInput1.Size      = new System.Drawing.Size(87, 21);
     this.doubleInput1.TabIndex  = 7;
     //
     // doubleInput2
     //
     //
     //
     //
     this.doubleInput2.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.doubleInput2.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.doubleInput2.Increment = 1;
     this.doubleInput2.Location  = new System.Drawing.Point(202, 72);
     this.doubleInput2.Name      = "doubleInput2";
     this.doubleInput2.Size      = new System.Drawing.Size(87, 21);
     this.doubleInput2.TabIndex  = 8;
     //
     // integerInput1
     //
     //
     //
     //
     this.integerInput1.BackgroundStyle.Class   = "DateTimeInputBackground";
     this.integerInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2;
     this.integerInput1.Location   = new System.Drawing.Point(242, 11);
     this.integerInput1.MaxValue   = 1000;
     this.integerInput1.MinValue   = 1;
     this.integerInput1.Name       = "integerInput1";
     this.integerInput1.ShowUpDown = true;
     this.integerInput1.Size       = new System.Drawing.Size(47, 21);
     this.integerInput1.TabIndex   = 9;
     this.integerInput1.Value      = 1;
     //
     // advTree1
     //
     this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
     this.advTree1.AllowDrop      = true;
     this.advTree1.BackColor      = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.advTree1.BackgroundStyle.Class = "TreeBorderKey";
     this.advTree1.Location       = new System.Drawing.Point(11, 103);
     this.advTree1.Name           = "advTree1";
     this.advTree1.NodesConnector = this.nodeConnector1;
     this.advTree1.NodeStyle      = this.elementStyle1;
     this.advTree1.PathSeparator  = ";";
     this.advTree1.Size           = new System.Drawing.Size(384, 201);
     this.advTree1.Styles.Add(this.elementStyle1);
     this.advTree1.TabIndex = 10;
     this.advTree1.Text     = "advTree1";
     //
     // nodeConnector1
     //
     this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // elementStyle1
     //
     this.elementStyle1.Name      = "elementStyle1";
     this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
     //
     // labelX6
     //
     this.labelX6.AutoSize = true;
     this.labelX6.Location = new System.Drawing.Point(326, 14);
     this.labelX6.Name     = "labelX6";
     this.labelX6.Size     = new System.Drawing.Size(31, 18);
     this.labelX6.TabIndex = 11;
     this.labelX6.Text     = "符号";
     //
     // labelX7
     //
     this.labelX7.BackColor = System.Drawing.Color.Maroon;
     this.labelX7.Location  = new System.Drawing.Point(295, 43);
     this.labelX7.Name      = "labelX7";
     this.labelX7.Size      = new System.Drawing.Size(100, 50);
     this.labelX7.TabIndex  = 12;
     //
     // frmColorBreakRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmColorBreakRenderer";
     this.Size = new System.Drawing.Size(411, 319);
     this.panelEx1.ResumeLayout(false);
     this.panelEx1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.doubleInput2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.integerInput1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit();
     this.ResumeLayout(false);
 }
示例#2
0
 private void InitializeComponent()
 {
     this.panelEx1       = new DevComponents.DotNetBar.PanelEx();
     this.buttonX5       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX4       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX3       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX2       = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1       = new DevComponents.DotNetBar.ButtonX();
     this.advTree1       = new DevComponents.AdvTree.AdvTree();
     this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
     this.elementStyle1  = new DevComponents.DotNetBar.ElementStyle();
     this.groupPanel1    = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.labelX6        = new DevComponents.DotNetBar.LabelX();
     this.comboTree1     = new DevComponents.DotNetBar.Controls.ComboTree();
     this.labelX5        = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx3    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx2    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboBoxEx1    = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.labelX4        = new DevComponents.DotNetBar.LabelX();
     this.labelX3        = new DevComponents.DotNetBar.LabelX();
     this.labelX2        = new DevComponents.DotNetBar.LabelX();
     this.labelX1        = new DevComponents.DotNetBar.LabelX();
     this.panelEx1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).BeginInit();
     this.groupPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.panelEx1.Controls.Add(this.buttonX5);
     this.panelEx1.Controls.Add(this.buttonX4);
     this.panelEx1.Controls.Add(this.buttonX3);
     this.panelEx1.Controls.Add(this.buttonX2);
     this.panelEx1.Controls.Add(this.buttonX1);
     this.panelEx1.Controls.Add(this.advTree1);
     this.panelEx1.Controls.Add(this.groupPanel1);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(433, 387);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // buttonX5
     //
     this.buttonX5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX5.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX5.Location       = new System.Drawing.Point(347, 353);
     this.buttonX5.Name           = "buttonX5";
     this.buttonX5.Size           = new System.Drawing.Size(75, 23);
     this.buttonX5.TabIndex       = 6;
     this.buttonX5.Text           = "ɾ³ýËùÓÐÖµ";
     //
     // buttonX4
     //
     this.buttonX4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX4.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX4.Location       = new System.Drawing.Point(266, 353);
     this.buttonX4.Name           = "buttonX4";
     this.buttonX4.Size           = new System.Drawing.Size(75, 23);
     this.buttonX4.TabIndex       = 5;
     this.buttonX4.Text           = "ɾ³ýÖµ";
     //
     // buttonX3
     //
     this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX3.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX3.Location       = new System.Drawing.Point(185, 353);
     this.buttonX3.Name           = "buttonX3";
     this.buttonX3.Size           = new System.Drawing.Size(75, 23);
     this.buttonX3.TabIndex       = 4;
     this.buttonX3.Text           = "Ìí¼ÓÖµ";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location       = new System.Drawing.Point(104, 353);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(75, 23);
     this.buttonX2.TabIndex       = 3;
     this.buttonX2.Text           = "Ìí¼ÓËùÓÐÖµ";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(13, 353);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(85, 23);
     this.buttonX1.TabIndex       = 2;
     this.buttonX1.Text           = "´Ó·ûºÅÌí¼ÓÖµ";
     //
     // advTree1
     //
     this.advTree1.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
     this.advTree1.AllowDrop      = true;
     this.advTree1.BackColor      = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.advTree1.BackgroundStyle.Class = "TreeBorderKey";
     this.advTree1.Location       = new System.Drawing.Point(13, 160);
     this.advTree1.Name           = "advTree1";
     this.advTree1.NodesConnector = this.nodeConnector1;
     this.advTree1.NodeStyle      = this.elementStyle1;
     this.advTree1.PathSeparator  = ";";
     this.advTree1.Size           = new System.Drawing.Size(409, 187);
     this.advTree1.Styles.Add(this.elementStyle1);
     this.advTree1.TabIndex = 1;
     this.advTree1.Text     = "advTree1";
     //
     // nodeConnector1
     //
     this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // elementStyle1
     //
     this.elementStyle1.Name      = "elementStyle1";
     this.elementStyle1.TextColor = System.Drawing.SystemColors.ControlText;
     //
     // groupPanel1
     //
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.labelX6);
     this.groupPanel1.Controls.Add(this.comboTree1);
     this.groupPanel1.Controls.Add(this.labelX5);
     this.groupPanel1.Controls.Add(this.comboBoxEx3);
     this.groupPanel1.Controls.Add(this.comboBoxEx2);
     this.groupPanel1.Controls.Add(this.comboBoxEx1);
     this.groupPanel1.Controls.Add(this.labelX4);
     this.groupPanel1.Controls.Add(this.labelX3);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Location = new System.Drawing.Point(13, 16);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(409, 138);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     this.groupPanel1.TabIndex = 0;
     //
     // labelX6
     //
     this.labelX6.Location = new System.Drawing.Point(291, 39);
     this.labelX6.Name     = "labelX6";
     this.labelX6.Size     = new System.Drawing.Size(100, 50);
     this.labelX6.TabIndex = 2;
     //
     // comboTree1
     //
     this.comboTree1.BackColor = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.comboTree1.BackgroundStyle.Class  = "TextBoxBorder";
     this.comboTree1.ButtonDropDown.Visible = true;
     this.comboTree1.Location = new System.Drawing.Point(55, 103);
     this.comboTree1.Name     = "comboTree1";
     this.comboTree1.Size     = new System.Drawing.Size(336, 23);
     this.comboTree1.TabIndex = 7;
     //
     // labelX5
     //
     this.labelX5.AutoSize = true;
     this.labelX5.Location = new System.Drawing.Point(327, 9);
     this.labelX5.Name     = "labelX5";
     this.labelX5.Size     = new System.Drawing.Size(31, 18);
     this.labelX5.TabIndex = 1;
     this.labelX5.Text     = "·ûºÅ";
     //
     // comboBoxEx3
     //
     this.comboBoxEx3.DisplayMember     = "Text";
     this.comboBoxEx3.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx3.FormattingEnabled = true;
     this.comboBoxEx3.ItemHeight        = 15;
     this.comboBoxEx3.Location          = new System.Drawing.Point(55, 71);
     this.comboBoxEx3.Name     = "comboBoxEx3";
     this.comboBoxEx3.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx3.TabIndex = 6;
     //
     // comboBoxEx2
     //
     this.comboBoxEx2.DisplayMember     = "Text";
     this.comboBoxEx2.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx2.FormattingEnabled = true;
     this.comboBoxEx2.ItemHeight        = 15;
     this.comboBoxEx2.Location          = new System.Drawing.Point(55, 39);
     this.comboBoxEx2.Name     = "comboBoxEx2";
     this.comboBoxEx2.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx2.TabIndex = 5;
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 15;
     this.comboBoxEx1.Location          = new System.Drawing.Point(55, 7);
     this.comboBoxEx1.Name     = "comboBoxEx1";
     this.comboBoxEx1.Size     = new System.Drawing.Size(222, 21);
     this.comboBoxEx1.TabIndex = 4;
     //
     // labelX4
     //
     this.labelX4.AutoSize = true;
     this.labelX4.Location = new System.Drawing.Point(11, 105);
     this.labelX4.Name     = "labelX4";
     this.labelX4.Size     = new System.Drawing.Size(37, 18);
     this.labelX4.TabIndex = 3;
     this.labelX4.Text     = "ÑÕÉ«:";
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     this.labelX3.Location = new System.Drawing.Point(11, 73);
     this.labelX3.Name     = "labelX3";
     this.labelX3.Size     = new System.Drawing.Size(44, 18);
     this.labelX3.TabIndex = 2;
     this.labelX3.Text     = "×Ö¶Î1:";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(11, 41);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(44, 18);
     this.labelX2.TabIndex = 1;
     this.labelX2.Text     = "×Ö¶Î1:";
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(11, 9);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(44, 18);
     this.labelX1.TabIndex = 0;
     this.labelX1.Text     = "×Ö¶Î1:";
     //
     // frmUniqueValueRenderer
     //
     this.Controls.Add(this.panelEx1);
     this.Name = "frmUniqueValueRenderer";
     this.Size = new System.Drawing.Size(433, 387);
     this.panelEx1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.advTree1)).EndInit();
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     this.ResumeLayout(false);
 }