Пример #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.groupBox1         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBars      = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBars    = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboBars  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboBars    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.colorDialog1      = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox2         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorWalls     = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorWalls   = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboWalls = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboWalls   = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label4            = new System.Windows.Forms.Label();
     this.groupBox3         = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBack      = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBack    = new Nevron.UI.WinForm.Controls.NButton();
     this.VariantComboBack  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.StyleComboBack    = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EndColorBars);
     this.groupBox1.Controls.Add(this.BeginColorBars);
     this.groupBox1.Controls.Add(this.VariantComboBars);
     this.groupBox1.Controls.Add(this.StyleComboBars);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(140, 177);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bars";
     //
     // EndColorBars
     //
     this.EndColorBars.Location = new System.Drawing.Point(9, 144);
     this.EndColorBars.Name     = "EndColorBars";
     this.EndColorBars.Size     = new System.Drawing.Size(121, 24);
     this.EndColorBars.TabIndex = 5;
     this.EndColorBars.Text     = "End Color...";
     this.EndColorBars.Click   += new System.EventHandler(this.EndColorBars_Click);
     //
     // BeginColorBars
     //
     this.BeginColorBars.Location = new System.Drawing.Point(9, 114);
     this.BeginColorBars.Name     = "BeginColorBars";
     this.BeginColorBars.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorBars.TabIndex = 4;
     this.BeginColorBars.Text     = "Begin Color...";
     this.BeginColorBars.Click   += new System.EventHandler(this.BeginColorBars_Click);
     //
     // VariantComboBars
     //
     this.VariantComboBars.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboBars.Name                  = "VariantComboBars";
     this.VariantComboBars.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboBars.TabIndex              = 3;
     this.VariantComboBars.SelectedIndexChanged += new System.EventHandler(this.VariantComboBars_SelectedIndexChanged);
     //
     // StyleComboBars
     //
     this.StyleComboBars.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboBars.Name                  = "StyleComboBars";
     this.StyleComboBars.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboBars.TabIndex              = 1;
     this.StyleComboBars.SelectedIndexChanged += new System.EventHandler(this.StyleComboBars_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Gradient Style:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 65);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 21);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Gradient Variant:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.EndColorWalls);
     this.groupBox2.Controls.Add(this.BeginColorWalls);
     this.groupBox2.Controls.Add(this.VariantComboWalls);
     this.groupBox2.Controls.Add(this.StyleComboWalls);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Location = new System.Drawing.Point(7, 190);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(140, 177);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Walls";
     //
     // EndColorWalls
     //
     this.EndColorWalls.Location = new System.Drawing.Point(9, 144);
     this.EndColorWalls.Name     = "EndColorWalls";
     this.EndColorWalls.Size     = new System.Drawing.Size(121, 24);
     this.EndColorWalls.TabIndex = 5;
     this.EndColorWalls.Text     = "End Color...";
     this.EndColorWalls.Click   += new System.EventHandler(this.EndColorWalls_Click);
     //
     // BeginColorWalls
     //
     this.BeginColorWalls.Location = new System.Drawing.Point(9, 114);
     this.BeginColorWalls.Name     = "BeginColorWalls";
     this.BeginColorWalls.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorWalls.TabIndex = 4;
     this.BeginColorWalls.Text     = "Begin Color...";
     this.BeginColorWalls.Click   += new System.EventHandler(this.BeginColorWalls_Click);
     //
     // VariantComboWalls
     //
     this.VariantComboWalls.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboWalls.Name                  = "VariantComboWalls";
     this.VariantComboWalls.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboWalls.TabIndex              = 3;
     this.VariantComboWalls.SelectedIndexChanged += new System.EventHandler(this.VariantComboWalls_SelectedIndexChanged);
     //
     // StyleComboWalls
     //
     this.StyleComboWalls.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboWalls.Name                  = "StyleComboWalls";
     this.StyleComboWalls.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboWalls.TabIndex              = 1;
     this.StyleComboWalls.SelectedIndexChanged += new System.EventHandler(this.StyleComboWalls_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(121, 21);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Gradient Style:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(9, 65);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(121, 21);
     this.label4.TabIndex = 2;
     this.label4.Text     = "Gradient Variant:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.EndColorBack);
     this.groupBox3.Controls.Add(this.BeginColorBack);
     this.groupBox3.Controls.Add(this.VariantComboBack);
     this.groupBox3.Controls.Add(this.StyleComboBack);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(7, 375);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(140, 177);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Background";
     //
     // EndColorBack
     //
     this.EndColorBack.Location = new System.Drawing.Point(9, 144);
     this.EndColorBack.Name     = "EndColorBack";
     this.EndColorBack.Size     = new System.Drawing.Size(121, 24);
     this.EndColorBack.TabIndex = 5;
     this.EndColorBack.Text     = "End Color...";
     this.EndColorBack.Click   += new System.EventHandler(this.EndColorBack_Click);
     //
     // BeginColorBack
     //
     this.BeginColorBack.Location = new System.Drawing.Point(9, 114);
     this.BeginColorBack.Name     = "BeginColorBack";
     this.BeginColorBack.Size     = new System.Drawing.Size(121, 24);
     this.BeginColorBack.TabIndex = 4;
     this.BeginColorBack.Text     = "Begin Color...";
     this.BeginColorBack.Click   += new System.EventHandler(this.BeginColorBack_Click);
     //
     // VariantComboBack
     //
     this.VariantComboBack.Location              = new System.Drawing.Point(9, 82);
     this.VariantComboBack.Name                  = "VariantComboBack";
     this.VariantComboBack.Size                  = new System.Drawing.Size(121, 21);
     this.VariantComboBack.TabIndex              = 3;
     this.VariantComboBack.SelectedIndexChanged += new System.EventHandler(this.VariantComboBack_SelectedIndexChanged);
     //
     // StyleComboBack
     //
     this.StyleComboBack.Location              = new System.Drawing.Point(9, 36);
     this.StyleComboBack.Name                  = "StyleComboBack";
     this.StyleComboBack.Size                  = new System.Drawing.Size(121, 21);
     this.StyleComboBack.TabIndex              = 1;
     this.StyleComboBack.SelectedIndexChanged += new System.EventHandler(this.StyleComboBack_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(9, 19);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(121, 21);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Gradient Style:";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(9, 65);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(121, 21);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Gradient Variant:";
     //
     // NGradientUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Name = "NGradientUC";
     this.Size = new System.Drawing.Size(155, 559);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NAxisTicksAppearanceUC));
     this.colorDialog1        = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.TickFillStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label4                = new System.Windows.Forms.Label();
     this.TickShapeComboBox     = new Nevron.UI.WinForm.Controls.NComboBox();
     this.TickStrokeStyleButton = new Nevron.UI.WinForm.Controls.NButton();
     this.label5                = new System.Windows.Forms.Label();
     this.TickWidthScrollBar    = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.label7                = new System.Windows.Forms.Label();
     this.TickHeightScrollBar   = new Nevron.UI.WinForm.Controls.NHScrollBar();
     this.SuspendLayout();
     //
     // colorDialog1
     //
     this.colorDialog1.ClientSize       = new System.Drawing.Size(396, 324);
     this.colorDialog1.Color            = System.Drawing.Color.Empty;
     this.colorDialog1.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.colorDialog1.Icon             = ((System.Drawing.Icon)(resources.GetObject("colorDialog1.Icon")));
     this.colorDialog1.Location         = new System.Drawing.Point(88, 88);
     this.colorDialog1.MaximizeBox      = false;
     this.colorDialog1.MinimizeBox      = false;
     this.colorDialog1.Name             = "colorDialog1";
     this.colorDialog1.ShowCaptionImage = false;
     this.colorDialog1.ShowInTaskbar    = false;
     this.colorDialog1.Sizable          = false;
     this.colorDialog1.StartPosition    = System.Windows.Forms.FormStartPosition.CenterParent;
     this.colorDialog1.Text             = "Edit Color";
     this.colorDialog1.Visible          = false;
     //
     // TickFillStyleButton
     //
     this.TickFillStyleButton.Location = new System.Drawing.Point(10, 70);
     this.TickFillStyleButton.Name     = "TickFillStyleButton";
     this.TickFillStyleButton.Size     = new System.Drawing.Size(125, 22);
     this.TickFillStyleButton.TabIndex = 3;
     this.TickFillStyleButton.Text     = "Tick Fill Style...";
     this.TickFillStyleButton.Click   += new System.EventHandler(this.TickFillStyleButton_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 19);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 13);
     this.label4.TabIndex = 20;
     this.label4.Text     = "Tick Shape:";
     //
     // TickShapeComboBox
     //
     this.TickShapeComboBox.ListProperties.CheckBoxDataMember = "";
     this.TickShapeComboBox.ListProperties.DataSource         = null;
     this.TickShapeComboBox.ListProperties.DisplayMember      = "";
     this.TickShapeComboBox.Location              = new System.Drawing.Point(10, 36);
     this.TickShapeComboBox.Name                  = "TickShapeComboBox";
     this.TickShapeComboBox.Size                  = new System.Drawing.Size(125, 21);
     this.TickShapeComboBox.TabIndex              = 21;
     this.TickShapeComboBox.SelectedIndexChanged += new System.EventHandler(this.TickShapeComboBox_SelectedIndexChanged);
     //
     // TickStrokeStyleButton
     //
     this.TickStrokeStyleButton.Location = new System.Drawing.Point(10, 98);
     this.TickStrokeStyleButton.Name     = "TickStrokeStyleButton";
     this.TickStrokeStyleButton.Size     = new System.Drawing.Size(125, 22);
     this.TickStrokeStyleButton.TabIndex = 22;
     this.TickStrokeStyleButton.Text     = "Tick Stroke Style...";
     this.TickStrokeStyleButton.Click   += new System.EventHandler(this.TickStrokeStyleButton_Click);
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(10, 146);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(116, 19);
     this.label5.TabIndex = 23;
     this.label5.Text     = "Tick Width:";
     //
     // TickWidthScrollBar
     //
     this.TickWidthScrollBar.LargeChange   = 2;
     this.TickWidthScrollBar.Location      = new System.Drawing.Point(10, 166);
     this.TickWidthScrollBar.Maximum       = 20;
     this.TickWidthScrollBar.MinimumSize   = new System.Drawing.Size(34, 17);
     this.TickWidthScrollBar.Name          = "TickWidthScrollBar";
     this.TickWidthScrollBar.Size          = new System.Drawing.Size(125, 17);
     this.TickWidthScrollBar.TabIndex      = 24;
     this.TickWidthScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TickWidthScrollBar_ValueChanged);
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(10, 190);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(116, 19);
     this.label7.TabIndex = 25;
     this.label7.Text     = "Tick Height:";
     //
     // TickHeightScrollBar
     //
     this.TickHeightScrollBar.LargeChange   = 2;
     this.TickHeightScrollBar.Location      = new System.Drawing.Point(10, 211);
     this.TickHeightScrollBar.Maximum       = 20;
     this.TickHeightScrollBar.MinimumSize   = new System.Drawing.Size(34, 17);
     this.TickHeightScrollBar.Name          = "TickHeightScrollBar";
     this.TickHeightScrollBar.Size          = new System.Drawing.Size(125, 17);
     this.TickHeightScrollBar.TabIndex      = 26;
     this.TickHeightScrollBar.ValueChanged += new Nevron.UI.WinForm.Controls.ScrollBarEventHandler(this.TickHeightScrollBar_ValueChanged);
     //
     // NAxisTicksAppearanceUC
     //
     this.Controls.Add(this.label7);
     this.Controls.Add(this.TickHeightScrollBar);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.TickWidthScrollBar);
     this.Controls.Add(this.TickStrokeStyleButton);
     this.Controls.Add(this.TickShapeComboBox);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.TickFillStyleButton);
     this.Name = "NAxisTicksAppearanceUC";
     this.Size = new System.Drawing.Size(150, 264);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #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.groupBox1       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBars    = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBars  = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboBars  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.groupBox2       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorWalls   = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorWalls = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboWalls = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label2          = new System.Windows.Forms.Label();
     this.groupBox3       = new Nevron.UI.WinForm.Controls.NGroupBox();
     this.EndColorBack    = new Nevron.UI.WinForm.Controls.NButton();
     this.BeginColorBack  = new Nevron.UI.WinForm.Controls.NButton();
     this.HatchComboBack  = new Nevron.UI.WinForm.Controls.NComboBox();
     this.label3          = new System.Windows.Forms.Label();
     this.colorDialog1    = new Nevron.UI.WinForm.Controls.NColorDialog();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.EndColorBars);
     this.groupBox1.Controls.Add(this.BeginColorBars);
     this.groupBox1.Controls.Add(this.HatchComboBars);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(189, 132);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Bars";
     //
     // EndColorBars
     //
     this.EndColorBars.Location = new System.Drawing.Point(9, 98);
     this.EndColorBars.Name     = "EndColorBars";
     this.EndColorBars.Size     = new System.Drawing.Size(171, 24);
     this.EndColorBars.TabIndex = 5;
     this.EndColorBars.Text     = "End Color...";
     this.EndColorBars.Click   += new System.EventHandler(this.EndColorBars_Click);
     //
     // BeginColorBars
     //
     this.BeginColorBars.Location = new System.Drawing.Point(9, 68);
     this.BeginColorBars.Name     = "BeginColorBars";
     this.BeginColorBars.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorBars.TabIndex = 4;
     this.BeginColorBars.Text     = "Begin Color...";
     this.BeginColorBars.Click   += new System.EventHandler(this.BeginColorBars_Click);
     //
     // HatchComboBars
     //
     this.HatchComboBars.DropDownWidth         = 121;
     this.HatchComboBars.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboBars.Name                  = "HatchComboBars";
     this.HatchComboBars.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboBars.TabIndex              = 1;
     this.HatchComboBars.SelectedIndexChanged += new System.EventHandler(this.HatchComboBars_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(121, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Pattern Style:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.EndColorWalls);
     this.groupBox2.Controls.Add(this.BeginColorWalls);
     this.groupBox2.Controls.Add(this.HatchComboWalls);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(7, 150);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(189, 132);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Walls";
     //
     // EndColorWalls
     //
     this.EndColorWalls.Location = new System.Drawing.Point(9, 98);
     this.EndColorWalls.Name     = "EndColorWalls";
     this.EndColorWalls.Size     = new System.Drawing.Size(171, 24);
     this.EndColorWalls.TabIndex = 5;
     this.EndColorWalls.Text     = "End Color...";
     this.EndColorWalls.Click   += new System.EventHandler(this.EndColorWalls_Click);
     //
     // BeginColorWalls
     //
     this.BeginColorWalls.Location = new System.Drawing.Point(9, 68);
     this.BeginColorWalls.Name     = "BeginColorWalls";
     this.BeginColorWalls.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorWalls.TabIndex = 4;
     this.BeginColorWalls.Text     = "Begin Color...";
     this.BeginColorWalls.Click   += new System.EventHandler(this.BeginColorWalls_Click);
     //
     // HatchComboWalls
     //
     this.HatchComboWalls.DropDownWidth         = 121;
     this.HatchComboWalls.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboWalls.Name                  = "HatchComboWalls";
     this.HatchComboWalls.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboWalls.TabIndex              = 1;
     this.HatchComboWalls.SelectedIndexChanged += new System.EventHandler(this.HatchComboWalls_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(9, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(121, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Pattern Style:";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.EndColorBack);
     this.groupBox3.Controls.Add(this.BeginColorBack);
     this.groupBox3.Controls.Add(this.HatchComboBack);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(7, 296);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(189, 132);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Background";
     //
     // EndColorBack
     //
     this.EndColorBack.Location = new System.Drawing.Point(9, 98);
     this.EndColorBack.Name     = "EndColorBack";
     this.EndColorBack.Size     = new System.Drawing.Size(171, 24);
     this.EndColorBack.TabIndex = 5;
     this.EndColorBack.Text     = "End Color...";
     this.EndColorBack.Click   += new System.EventHandler(this.EndColorBack_Click);
     //
     // BeginColorBack
     //
     this.BeginColorBack.Location = new System.Drawing.Point(9, 68);
     this.BeginColorBack.Name     = "BeginColorBack";
     this.BeginColorBack.Size     = new System.Drawing.Size(171, 24);
     this.BeginColorBack.TabIndex = 4;
     this.BeginColorBack.Text     = "Begin Color...";
     this.BeginColorBack.Click   += new System.EventHandler(this.BeginColorBack_Click);
     //
     // HatchComboBack
     //
     this.HatchComboBack.DropDownWidth         = 121;
     this.HatchComboBack.Location              = new System.Drawing.Point(9, 36);
     this.HatchComboBack.Name                  = "HatchComboBack";
     this.HatchComboBack.Size                  = new System.Drawing.Size(171, 21);
     this.HatchComboBack.TabIndex              = 1;
     this.HatchComboBack.SelectedIndexChanged += new System.EventHandler(this.HatchComboBack_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(121, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Pattern Style:";
     //
     // NPatternUC
     //
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Name = "NPatternUC";
     this.Size = new System.Drawing.Size(203, 489);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }