private void InitializeComponent()
 {
     this.DataPointMoveStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel6 = new FocusLabel();
     this.UserCanMoveDataPointsCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.DataPointMoveStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DataPointMoveStyleComboBox.Location         = new Point(104, 72);
     this.DataPointMoveStyleComboBox.MaxDropDownItems = 20;
     this.DataPointMoveStyleComboBox.Name             = "DataPointMoveStyleComboBox";
     this.DataPointMoveStyleComboBox.PropertyName     = "DataPointsMoveStyle";
     this.DataPointMoveStyleComboBox.Size             = new Size(80, 21);
     this.DataPointMoveStyleComboBox.TabIndex         = 1;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.DataPointMoveStyleComboBox;
     this.focusLabel6.Location     = new Point(43, 74);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(61, 15);
     this.focusLabel6.Text         = "Move Style";
     this.focusLabel6.LoadingEnd();
     this.UserCanMoveDataPointsCheckBox.Location     = new Point(24, 40);
     this.UserCanMoveDataPointsCheckBox.Name         = "UserCanMoveDataPointsCheckBox";
     this.UserCanMoveDataPointsCheckBox.PropertyName = "UserCanMoveDataPoints";
     this.UserCanMoveDataPointsCheckBox.Size         = new Size(176, 24);
     this.UserCanMoveDataPointsCheckBox.TabIndex     = 0;
     this.UserCanMoveDataPointsCheckBox.Text         = "User Can Move";
     base.Controls.Add(this.DataPointMoveStyleComboBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.UserCanMoveDataPointsCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotChannelDigitalDataPointsEditorPlugIn";
     base.Size     = new Size(640, 264);
     base.ResumeLayout(false);
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.groupBox1 = new GroupBox();
     this.label2    = new FocusLabel();
     this.ColorInactiveColorPicker = new ColorPicker();
     this.label4 = new FocusLabel();
     this.ColorActiveColorPicker    = new ColorPicker();
     this.ColorInactiveAutoCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.ColorInactiveColorPicker);
     this.groupBox1.Controls.Add(this.ColorActiveColorPicker);
     this.groupBox1.Controls.Add(this.ColorInactiveAutoCheckBox);
     this.groupBox1.Location = new Point(5, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(219, 96);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Color";
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.ColorInactiveColorPicker;
     this.label2.Location     = new Point(11, 43);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(45, 15);
     this.label2.Text         = "Inactive";
     this.label2.LoadingEnd();
     this.ColorInactiveColorPicker.Location     = new Point(56, 40);
     this.ColorInactiveColorPicker.Name         = "ColorInactiveColorPicker";
     this.ColorInactiveColorPicker.PropertyName = "ColorInactive";
     this.ColorInactiveColorPicker.Size         = new Size(144, 21);
     this.ColorInactiveColorPicker.TabIndex     = 1;
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.ColorActiveColorPicker;
     this.label4.Location     = new Point(18, 19);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(38, 15);
     this.label4.Text         = "Active";
     this.label4.LoadingEnd();
     this.ColorActiveColorPicker.Location        = new Point(56, 16);
     this.ColorActiveColorPicker.Name            = "ColorActiveColorPicker";
     this.ColorActiveColorPicker.PropertyName    = "ColorActive";
     this.ColorActiveColorPicker.Size            = new Size(144, 21);
     this.ColorActiveColorPicker.TabIndex        = 0;
     this.ColorInactiveAutoCheckBox.Location     = new Point(56, 64);
     this.ColorInactiveAutoCheckBox.Name         = "ColorInactiveAutoCheckBox";
     this.ColorInactiveAutoCheckBox.PropertyName = "ColorInactiveAuto";
     this.ColorInactiveAutoCheckBox.Size         = new Size(120, 24);
     this.ColorInactiveAutoCheckBox.TabIndex     = 2;
     this.ColorInactiveAutoCheckBox.Text         = "Inactive Auto";
     base.Controls.Add(this.groupBox1);
     base.Name  = "IndicatorEditorPlugIn";
     base.Size  = new Size(456, 104);
     base.Title = "Indicator Editor";
     this.groupBox1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #3
0
 private void InitializeComponent()
 {
     this.TrimmingComboBox              = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label5                        = new FocusLabel();
     this.LineLimitCheckBox             = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NoClipCheckBox                = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MeasureTrailingSpacesCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NoWrapCheckBox                = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.TrimmingComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TrimmingComboBox.Location      = new Point(216, 24);
     this.TrimmingComboBox.Name          = "TrimmingComboBox";
     this.TrimmingComboBox.PropertyName  = "Trimming";
     this.TrimmingComboBox.Size          = new Size(120, 21);
     this.TrimmingComboBox.TabIndex      = 4;
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.TrimmingComboBox;
     this.label5.Location     = new Point(163, 26);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(53, 15);
     this.label5.Text         = "Trimming";
     this.label5.LoadingEnd();
     this.LineLimitCheckBox.Location                 = new Point(16, 24);
     this.LineLimitCheckBox.Name                     = "LineLimitCheckBox";
     this.LineLimitCheckBox.PropertyName             = "LineLimit";
     this.LineLimitCheckBox.Size                     = new Size(80, 24);
     this.LineLimitCheckBox.TabIndex                 = 0;
     this.LineLimitCheckBox.Text                     = "Line Limit";
     this.NoClipCheckBox.Location                    = new Point(16, 48);
     this.NoClipCheckBox.Name                        = "NoClipCheckBox";
     this.NoClipCheckBox.PropertyName                = "NoClip";
     this.NoClipCheckBox.Size                        = new Size(80, 24);
     this.NoClipCheckBox.TabIndex                    = 1;
     this.NoClipCheckBox.Text                        = "No Clip";
     this.MeasureTrailingSpacesCheckBox.Location     = new Point(16, 96);
     this.MeasureTrailingSpacesCheckBox.Name         = "MeasureTrailingSpacesCheckBox";
     this.MeasureTrailingSpacesCheckBox.PropertyName = "MeasureTrailingSpaces";
     this.MeasureTrailingSpacesCheckBox.Size         = new Size(152, 24);
     this.MeasureTrailingSpacesCheckBox.TabIndex     = 3;
     this.MeasureTrailingSpacesCheckBox.Text         = "Measure Trailing Spaces";
     this.NoWrapCheckBox.Location                    = new Point(16, 72);
     this.NoWrapCheckBox.Name                        = "NoWrapCheckBox";
     this.NoWrapCheckBox.PropertyName                = "NoWrap";
     this.NoWrapCheckBox.Size                        = new Size(80, 24);
     this.NoWrapCheckBox.TabIndex                    = 2;
     this.NoWrapCheckBox.Text                        = "No Wrap";
     base.Controls.Add(this.LineLimitCheckBox);
     base.Controls.Add(this.NoClipCheckBox);
     base.Controls.Add(this.MeasureTrailingSpacesCheckBox);
     base.Controls.Add(this.NoWrapCheckBox);
     base.Controls.Add(this.TrimmingComboBox);
     base.Controls.Add(this.label5);
     base.Name  = "TextLayoutFullEditorPlugin";
     base.Size  = new Size(392, 160);
     base.Title = "Text Layout Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.MidIncludedCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3 = new FocusLabel();
     this.label1 = new FocusLabel();
     this.MajorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     base.SuspendLayout();
     this.MidIncludedCheckBox.Location         = new Point(88, 8);
     this.MidIncludedCheckBox.Name             = "MidIncludedCheckBox";
     this.MidIncludedCheckBox.PropertyName     = "MidIncluded";
     this.MidIncludedCheckBox.Size             = new Size(92, 24);
     this.MidIncludedCheckBox.TabIndex         = 0;
     this.MidIncludedCheckBox.Text             = "Mid Included";
     this.MinorCountNumericUpDown.Location     = new Point(88, 48);
     this.MinorCountNumericUpDown.Name         = "MinorCountNumericUpDown";
     this.MinorCountNumericUpDown.PropertyName = "MinorCount";
     this.MinorCountNumericUpDown.Size         = new Size(56, 20);
     this.MinorCountNumericUpDown.TabIndex     = 1;
     this.MinorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MinorCountNumericUpDown;
     this.label3.Location     = new Point(21, 49);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(67, 15);
     this.label3.Text         = "Minor Count";
     this.label3.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MajorCountNumericUpDown;
     this.label1.Location     = new Point(21, 73);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(67, 15);
     this.label1.Text         = "Major Count";
     this.label1.LoadingEnd();
     this.MajorCountNumericUpDown.Location = new Point(88, 72);
     this.MajorCountNumericUpDown.Minimum  = new decimal(new int[4]
     {
         2,
         0,
         0,
         0
     });
     this.MajorCountNumericUpDown.Name         = "MajorCountNumericUpDown";
     this.MajorCountNumericUpDown.PropertyName = "MajorCount";
     this.MajorCountNumericUpDown.Size         = new Size(56, 20);
     this.MajorCountNumericUpDown.TabIndex     = 2;
     this.MajorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.MajorCountNumericUpDown);
     base.Controls.Add(this.MinorCountNumericUpDown);
     base.Controls.Add(this.MidIncludedCheckBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label3);
     base.Name  = "ScaleGeneratorFixedEditorPlugIn";
     base.Size  = new Size(536, 296);
     base.Title = "Generator Fixed Editor";
     base.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GridShowGroupBox       = new GroupBox();
     this.GridShowBottomCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GridShowTopCheckBox    = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GridShowRightCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GridShowLeftCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GridShowGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(80, 32);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.GridShowGroupBox.Controls.Add(this.GridShowBottomCheckBox);
     this.GridShowGroupBox.Controls.Add(this.GridShowTopCheckBox);
     this.GridShowGroupBox.Controls.Add(this.GridShowRightCheckBox);
     this.GridShowGroupBox.Controls.Add(this.GridShowLeftCheckBox);
     this.GridShowGroupBox.Location           = new Point(112, 72);
     this.GridShowGroupBox.Name               = "GridShowGroupBox";
     this.GridShowGroupBox.Size               = new Size(96, 128);
     this.GridShowGroupBox.TabIndex           = 1;
     this.GridShowGroupBox.TabStop            = false;
     this.GridShowGroupBox.Text               = "Grid Show";
     this.GridShowBottomCheckBox.Location     = new Point(16, 96);
     this.GridShowBottomCheckBox.Name         = "GridShowBottomCheckBox";
     this.GridShowBottomCheckBox.PropertyName = "GridShowBottom";
     this.GridShowBottomCheckBox.Size         = new Size(72, 24);
     this.GridShowBottomCheckBox.TabIndex     = 3;
     this.GridShowBottomCheckBox.Text         = "Bottom";
     this.GridShowTopCheckBox.Location        = new Point(16, 72);
     this.GridShowTopCheckBox.Name            = "GridShowTopCheckBox";
     this.GridShowTopCheckBox.PropertyName    = "GridShowTop";
     this.GridShowTopCheckBox.Size            = new Size(72, 24);
     this.GridShowTopCheckBox.TabIndex        = 2;
     this.GridShowTopCheckBox.Text            = "Top";
     this.GridShowRightCheckBox.Location      = new Point(16, 48);
     this.GridShowRightCheckBox.Name          = "GridShowRightCheckBox";
     this.GridShowRightCheckBox.PropertyName  = "GridShowRight";
     this.GridShowRightCheckBox.Size          = new Size(72, 24);
     this.GridShowRightCheckBox.TabIndex      = 1;
     this.GridShowRightCheckBox.Text          = "Right";
     this.GridShowLeftCheckBox.Location       = new Point(16, 24);
     this.GridShowLeftCheckBox.Name           = "GridShowLeftCheckBox";
     this.GridShowLeftCheckBox.PropertyName   = "GridShowLeft";
     this.GridShowLeftCheckBox.Size           = new Size(72, 24);
     this.GridShowLeftCheckBox.TabIndex       = 0;
     this.GridShowLeftCheckBox.Text           = "Left";
     base.Controls.Add(this.GridShowGroupBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Name = "PlotFillGridEditorPlugIn";
     base.Size = new Size(424, 288);
     this.GridShowGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #6
0
 private void InitializeComponent()
 {
     this.label4            = new FocusLabel();
     this.ColorPicker       = new ColorPicker();
     this.label2            = new FocusLabel();
     this.SizeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.VisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.ColorPicker;
     this.label4.Location     = new Point(38, 99);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(34, 15);
     this.label4.Text         = "Color";
     this.label4.LoadingEnd();
     this.ColorPicker.Location     = new Point(72, 96);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(144, 21);
     this.ColorPicker.TabIndex     = 2;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.SizeNumericUpDown;
     this.label2.Location     = new Point(43, 65);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(29, 15);
     this.label2.Text         = "Size";
     this.label2.LoadingEnd();
     this.SizeNumericUpDown.Location = new Point(72, 64);
     this.SizeNumericUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.SizeNumericUpDown.Name         = "SizeNumericUpDown";
     this.SizeNumericUpDown.PropertyName = "Size";
     this.SizeNumericUpDown.Size         = new Size(48, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.VisibleCheckBox.Location       = new Point(72, 32);
     this.VisibleCheckBox.Name           = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName   = "Visible";
     this.VisibleCheckBox.Size           = new Size(64, 24);
     this.VisibleCheckBox.TabIndex       = 0;
     this.VisibleCheckBox.Text           = "Visible";
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label4);
     base.Name  = "HubEditorPlugIn";
     base.Size  = new Size(400, 256);
     base.Title = "Hub Editor";
     base.ResumeLayout(false);
 }
Пример #7
0
 private void InitializeComponent()
 {
     this.MarginTextBox   = new EditBox();
     this.VisibleCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label6          = new FocusLabel();
     this.WidthMinTextBox = new EditBox();
     this.label1          = new FocusLabel();
     base.SuspendLayout();
     this.MarginTextBox.LoadingBegin();
     this.MarginTextBox.Location     = new Point(64, 40);
     this.MarginTextBox.Name         = "MarginTextBox";
     this.MarginTextBox.PropertyName = "Margin";
     this.MarginTextBox.Size         = new Size(48, 20);
     this.MarginTextBox.TabIndex     = 1;
     this.MarginTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MarginTextBox.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(64, 0);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(78, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visble";
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.MarginTextBox;
     this.label6.Location     = new Point(23, 42);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(41, 15);
     this.label6.Text         = "Margin";
     this.label6.LoadingEnd();
     this.WidthMinTextBox.LoadingBegin();
     this.WidthMinTextBox.Location     = new Point(64, 64);
     this.WidthMinTextBox.Name         = "WidthMinTextBox";
     this.WidthMinTextBox.PropertyName = "WidthMin";
     this.WidthMinTextBox.Size         = new Size(48, 20);
     this.WidthMinTextBox.TabIndex     = 2;
     this.WidthMinTextBox.TextAlign    = HorizontalAlignment.Center;
     this.WidthMinTextBox.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.WidthMinTextBox;
     this.label1.Location     = new Point(8, 66);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(56, 15);
     this.label1.Text         = "Width Min";
     this.label1.LoadingEnd();
     base.Controls.Add(this.label1);
     base.Controls.Add(this.WidthMinTextBox);
     base.Controls.Add(this.MarginTextBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label6);
     base.Name  = "PercentLegendColumnEditorPlugIn";
     base.Size  = new Size(296, 104);
     base.Title = "Column Editor";
     base.ResumeLayout(false);
 }
Пример #8
0
 private void InitializeComponent()
 {
     this.RequireConsecutiveDataCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.RadiusStyleComboBox            = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel7   = new FocusLabel();
     this.RadiusTextBox = new EditBox();
     this.focusLabel6   = new FocusLabel();
     base.SuspendLayout();
     this.RequireConsecutiveDataCheckBox.Location     = new Point(88, 32);
     this.RequireConsecutiveDataCheckBox.Name         = "RequireConsecutiveDataCheckBox";
     this.RequireConsecutiveDataCheckBox.PropertyName = "RequireConsecutiveData";
     this.RequireConsecutiveDataCheckBox.Size         = new Size(168, 24);
     this.RequireConsecutiveDataCheckBox.TabIndex     = 0;
     this.RequireConsecutiveDataCheckBox.Text         = "Require Consecutive Data";
     this.RadiusStyleComboBox.DropDownStyle           = ComboBoxStyle.DropDownList;
     this.RadiusStyleComboBox.Location         = new Point(88, 88);
     this.RadiusStyleComboBox.MaxDropDownItems = 20;
     this.RadiusStyleComboBox.Name             = "RadiusStyleComboBox";
     this.RadiusStyleComboBox.PropertyName     = "RadiusStyle";
     this.RadiusStyleComboBox.Size             = new Size(80, 21);
     this.RadiusStyleComboBox.TabIndex         = 2;
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.RadiusStyleComboBox;
     this.focusLabel7.Location     = new Point(19, 90);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(69, 15);
     this.focusLabel7.Text         = "Radius Style";
     this.focusLabel7.LoadingEnd();
     this.RadiusTextBox.LoadingBegin();
     this.RadiusTextBox.Location     = new Point(88, 64);
     this.RadiusTextBox.Name         = "RadiusTextBox";
     this.RadiusTextBox.PropertyName = "Radius";
     this.RadiusTextBox.Size         = new Size(80, 20);
     this.RadiusTextBox.TabIndex     = 1;
     this.RadiusTextBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.RadiusTextBox;
     this.focusLabel6.Location     = new Point(46, 66);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(42, 15);
     this.focusLabel6.Text         = "Radius";
     this.focusLabel6.LoadingEnd();
     base.Controls.Add(this.RequireConsecutiveDataCheckBox);
     base.Controls.Add(this.RadiusStyleComboBox);
     base.Controls.Add(this.focusLabel7);
     base.Controls.Add(this.RadiusTextBox);
     base.Controls.Add(this.focusLabel6);
     base.Location = new Point(10, 20);
     base.Name     = "PlotChannelBubbleSpecificEditorPlugIn";
     base.Size     = new Size(480, 248);
     base.ResumeLayout(false);
 }
Пример #9
0
 private void InitializeComponent()
 {
     this.label3            = new FocusLabel();
     this.IntervalTextBox   = new EditBox();
     this.label4            = new FocusLabel();
     this.DirectionComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.OnCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.IntervalTextBox;
     this.label3.Location     = new Point(52, 74);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(44, 15);
     this.label3.Text         = "Interval";
     this.label3.LoadingEnd();
     this.IntervalTextBox.LoadingBegin();
     this.IntervalTextBox.Location     = new Point(96, 72);
     this.IntervalTextBox.Name         = "IntervalTextBox";
     this.IntervalTextBox.PropertyName = "Interval";
     this.IntervalTextBox.Size         = new Size(48, 20);
     this.IntervalTextBox.TabIndex     = 2;
     this.IntervalTextBox.LoadingEnd();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.DirectionComboBox;
     this.label4.Location     = new Point(45, 42);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(51, 15);
     this.label4.Text         = "Direction";
     this.label4.LoadingEnd();
     this.DirectionComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.DirectionComboBox.Location      = new Point(96, 40);
     this.DirectionComboBox.Name          = "DirectionComboBox";
     this.DirectionComboBox.PropertyName  = "Direction";
     this.DirectionComboBox.Size          = new Size(120, 21);
     this.DirectionComboBox.TabIndex      = 1;
     this.OnCheckBox.Location             = new Point(96, 8);
     this.OnCheckBox.Name         = "OnCheckBox";
     this.OnCheckBox.PropertyName = "On";
     this.OnCheckBox.Size         = new Size(40, 24);
     this.OnCheckBox.TabIndex     = 0;
     this.OnCheckBox.Text         = "On";
     base.Controls.Add(this.OnCheckBox);
     base.Controls.Add(this.IntervalTextBox);
     base.Controls.Add(this.DirectionComboBox);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.label3);
     base.Location = new Point(10, 20);
     base.Name     = "AnimationEditorPlugIn";
     base.Size     = new Size(464, 200);
     base.Title    = "Animation Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.VisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SizeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1            = new FocusLabel();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(120, 56);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(152, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.SizeNumericUpDown.Location   = new Point(120, 88);
     this.SizeNumericUpDown.Maximum    = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.SizeNumericUpDown.Name         = "SizeNumericUpDown";
     this.SizeNumericUpDown.PropertyName = "Size";
     this.SizeNumericUpDown.Size         = new Size(56, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.SizeNumericUpDown;
     this.label1.Location     = new Point(91, 89);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(29, 15);
     this.label1.Text         = "Size";
     this.label1.LoadingEnd();
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotDataCursorWindowEditorPlugIn";
     base.Size     = new Size(504, 336);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.VisibleCheckBox             = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox2                   = new GroupBox();
     this.label4                      = new FocusLabel();
     this.TextActiveForeColorPicker   = new ColorPicker();
     this.TextActiveFontButton        = new FontButton();
     this.groupBox1                   = new GroupBox();
     this.label3                      = new FocusLabel();
     this.TextInactiveForeColorPicker = new ColorPicker();
     this.TextInactiveFontButton      = new FontButton();
     this.label5                      = new FocusLabel();
     this.MarginNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox3                   = new GroupBox();
     this.TextMarginNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                      = new FocusLabel();
     this.TextAlignmentComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                      = new FocusLabel();
     this.label6                      = new FocusLabel();
     this.CallOutLengthNumericUpDown  = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(24, 16);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.TextActiveForeColorPicker);
     this.groupBox2.Controls.Add(this.TextActiveFontButton);
     this.groupBox2.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox2.Location = new Point(240, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(224, 91);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Text Active";
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.TextActiveForeColorPicker;
     this.label4.Location     = new Point(13, 51);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(59, 15);
     this.label4.Text         = "Fore Color";
     this.label4.LoadingEnd();
     this.TextActiveForeColorPicker.Location     = new Point(72, 48);
     this.TextActiveForeColorPicker.Name         = "TextActiveForeColorPicker";
     this.TextActiveForeColorPicker.PropertyName = "TextActiveForeColor";
     this.TextActiveForeColorPicker.Size         = new Size(144, 21);
     this.TextActiveForeColorPicker.TabIndex     = 1;
     this.TextActiveFontButton.Location          = new Point(72, 16);
     this.TextActiveFontButton.Name         = "TextActiveFontButton";
     this.TextActiveFontButton.PropertyName = "TextActiveFont";
     this.TextActiveFontButton.TabIndex     = 0;
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.TextInactiveForeColorPicker);
     this.groupBox1.Controls.Add(this.TextInactiveFontButton);
     this.groupBox1.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox1.Location = new Point(240, 120);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(224, 80);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Text Inactive";
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.TextInactiveForeColorPicker;
     this.label3.Location     = new Point(13, 51);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(59, 15);
     this.label3.Text         = "Fore Color";
     this.label3.LoadingEnd();
     this.TextInactiveForeColorPicker.Location     = new Point(72, 48);
     this.TextInactiveForeColorPicker.Name         = "TextInactiveForeColorPicker";
     this.TextInactiveForeColorPicker.PropertyName = "TextInactiveForeColor";
     this.TextInactiveForeColorPicker.Size         = new Size(144, 21);
     this.TextInactiveForeColorPicker.TabIndex     = 1;
     this.TextInactiveFontButton.Location          = new Point(72, 16);
     this.TextInactiveFontButton.Name         = "TextInactiveFontButton";
     this.TextInactiveFontButton.PropertyName = "TextInactiveFont";
     this.TextInactiveFontButton.TabIndex     = 0;
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.MarginNumericUpDown;
     this.label5.Location     = new Point(63, 73);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(41, 15);
     this.label5.Text         = "Margin";
     this.label5.LoadingEnd();
     this.MarginNumericUpDown.Location     = new Point(104, 72);
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 2;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.groupBox3.Controls.Add(this.TextMarginNumericUpDown);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.TextAlignmentComboBox);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new Point(24, 120);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new Size(208, 80);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Text";
     this.TextMarginNumericUpDown.Location     = new Point(72, 40);
     this.TextMarginNumericUpDown.Name         = "TextMarginNumericUpDown";
     this.TextMarginNumericUpDown.PropertyName = "TextMargin";
     this.TextMarginNumericUpDown.Size         = new Size(48, 20);
     this.TextMarginNumericUpDown.TabIndex     = 1;
     this.TextMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.TextMarginNumericUpDown;
     this.label1.Location     = new Point(31, 41);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(41, 15);
     this.label1.Text         = "Margin";
     this.label1.LoadingEnd();
     this.TextAlignmentComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TextAlignmentComboBox.Location      = new Point(72, 16);
     this.TextAlignmentComboBox.Name          = "TextAlignmentComboBox";
     this.TextAlignmentComboBox.PropertyName  = "TextAlignment";
     this.TextAlignmentComboBox.Size          = new Size(121, 21);
     this.TextAlignmentComboBox.TabIndex      = 0;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.TextAlignmentComboBox;
     this.label2.Location     = new Point(15, 18);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(57, 15);
     this.label2.Text         = "Alignment";
     this.label2.LoadingEnd();
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.CallOutLengthNumericUpDown;
     this.label6.Location     = new Point(20, 49);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(84, 15);
     this.label6.Text         = "Call Out Length";
     this.label6.LoadingEnd();
     this.CallOutLengthNumericUpDown.Location     = new Point(104, 48);
     this.CallOutLengthNumericUpDown.Name         = "CallOutLengthNumericUpDown";
     this.CallOutLengthNumericUpDown.PropertyName = "CallOutLength";
     this.CallOutLengthNumericUpDown.Size         = new Size(48, 20);
     this.CallOutLengthNumericUpDown.TabIndex     = 1;
     this.CallOutLengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.label6);
     base.Controls.Add(this.CallOutLengthNumericUpDown);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.VisibleCheckBox);
     base.Name  = "ScaleDisplayDiscreetAngularEditorPlugIn";
     base.Size  = new Size(512, 248);
     base.Title = "Scale Display Editor";
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #12
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.EnabledCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox                = new EditBox();
     this.focusLabel1                = new FocusLabel();
     this.ColorPicker                = new ColorPicker();
     this.label8                     = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(272, 16);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(272, 40);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 2;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(104, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 9;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(69, 15);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(35, 21);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ColorPicker.Location     = new Point(104, 48);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 33;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(72, 48);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(32, 21);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(272, 64);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 36;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(192, 48);
     this.LayerNumericUpDown.Maximum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 103;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(159, 49);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(33, 14);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotTableEditorPlugIn";
     base.Size     = new Size(456, 208);
     base.ResumeLayout(false);
 }
Пример #13
0
 private void InitializeComponent()
 {
     this.label4                           = new FocusLabel();
     this.ForeColorPicker                  = new ColorPicker();
     this.label3                           = new FocusLabel();
     this.BackColorPicker                  = new ColorPicker();
     this.AutoSizeCheckBox                 = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.FontButton                       = new FontButton();
     this.RotationLabel                    = new FocusLabel();
     this.RotationComboBox                 = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel1                      = new FocusLabel();
     this.DefaultGridLineColorPicker       = new ColorPicker();
     this.ContextMenusEnabledCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.focusLabel2                      = new FocusLabel();
     this.FileDeliminatorComboBox          = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel3                      = new FocusLabel();
     this.CopyToClipboardFormatComboBox    = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel4                      = new FocusLabel();
     this.UpdateFrameRateTextBox           = new EditBox();
     this.focusLabel5                      = new FocusLabel();
     this.DefaultSaveImagePathTextBox      = new EditBox();
     this.label2                           = new FocusLabel();
     this.DefaultSaveImagePathEditButton   = new Button();
     this.focusLabel6                      = new FocusLabel();
     this.XValueTextDateTimeFormatComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     base.SuspendLayout();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.ForeColorPicker;
     this.label4.Location     = new Point(69, 123);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(59, 15);
     this.label4.Text         = "Fore Color";
     this.label4.LoadingEnd();
     this.ForeColorPicker.Location     = new Point(128, 120);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(136, 21);
     this.ForeColorPicker.TabIndex     = 5;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.BackColorPicker;
     this.label3.Location     = new Point(67, 147);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(61, 15);
     this.label3.Text         = "Back Color";
     this.label3.LoadingEnd();
     this.BackColorPicker.Location      = new Point(128, 144);
     this.BackColorPicker.Name          = "BackColorPicker";
     this.BackColorPicker.PropertyName  = "BackColor";
     this.BackColorPicker.Size          = new Size(136, 21);
     this.BackColorPicker.TabIndex      = 7;
     this.AutoSizeCheckBox.Location     = new Point(280, 176);
     this.AutoSizeCheckBox.Name         = "AutoSizeCheckBox";
     this.AutoSizeCheckBox.PropertyName = "AutoSize";
     this.AutoSizeCheckBox.TabIndex     = 9;
     this.AutoSizeCheckBox.Text         = "Auto Size";
     this.FontButton.Location           = new Point(280, 120);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.TabIndex     = 6;
     this.RotationLabel.LoadingBegin();
     this.RotationLabel.FocusControl = this.RotationComboBox;
     this.RotationLabel.Location     = new Point(79, 178);
     this.RotationLabel.Name         = "RotationLabel";
     this.RotationLabel.Size         = new Size(49, 15);
     this.RotationLabel.Text         = "Rotation";
     this.RotationLabel.LoadingEnd();
     this.RotationComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.RotationComboBox.Location      = new Point(128, 176);
     this.RotationComboBox.Name          = "RotationComboBox";
     this.RotationComboBox.PropertyName  = "Rotation";
     this.RotationComboBox.Size          = new Size(136, 21);
     this.RotationComboBox.TabIndex      = 8;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.DefaultGridLineColorPicker;
     this.focusLabel1.Location     = new Point(8, 91);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(120, 15);
     this.focusLabel1.Text         = "Default Grid-Line Color";
     this.focusLabel1.LoadingEnd();
     this.DefaultGridLineColorPicker.Location      = new Point(128, 88);
     this.DefaultGridLineColorPicker.Name          = "DefaultGridLineColorPicker";
     this.DefaultGridLineColorPicker.PropertyName  = "DefaultGridLineColor";
     this.DefaultGridLineColorPicker.Size          = new Size(136, 21);
     this.DefaultGridLineColorPicker.TabIndex      = 4;
     this.ContextMenusEnabledCheckBox.Location     = new Point(64, 16);
     this.ContextMenusEnabledCheckBox.Name         = "ContextMenusEnabledCheckBox";
     this.ContextMenusEnabledCheckBox.PropertyName = "ContextMenusEnabled";
     this.ContextMenusEnabledCheckBox.Size         = new Size(168, 24);
     this.ContextMenusEnabledCheckBox.TabIndex     = 0;
     this.ContextMenusEnabledCheckBox.Text         = "Context Menus Enabled";
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.FileDeliminatorComboBox;
     this.focusLabel2.Location     = new Point(412, 18);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(84, 15);
     this.focusLabel2.Text         = "File Deliminator";
     this.focusLabel2.LoadingEnd();
     this.FileDeliminatorComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.FileDeliminatorComboBox.Location      = new Point(496, 16);
     this.FileDeliminatorComboBox.Name          = "FileDeliminatorComboBox";
     this.FileDeliminatorComboBox.PropertyName  = "FileDeliminator";
     this.FileDeliminatorComboBox.Size          = new Size(136, 21);
     this.FileDeliminatorComboBox.TabIndex      = 1;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.CopyToClipboardFormatComboBox;
     this.focusLabel3.Location     = new Point(359, 50);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(137, 15);
     this.focusLabel3.Text         = "Copy To Clipboard Format";
     this.focusLabel3.LoadingEnd();
     this.CopyToClipboardFormatComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.CopyToClipboardFormatComboBox.Location      = new Point(496, 48);
     this.CopyToClipboardFormatComboBox.Name          = "CopyToClipboardFormatComboBox";
     this.CopyToClipboardFormatComboBox.PropertyName  = "CopyToClipboardFormat";
     this.CopyToClipboardFormatComboBox.Size          = new Size(136, 21);
     this.CopyToClipboardFormatComboBox.TabIndex      = 2;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl          = this.UpdateFrameRateTextBox;
     this.focusLabel4.FocusControlAlignment = AlignmentQuadSide.Right;
     this.focusLabel4.Location = new Point(168, 210);
     this.focusLabel4.Name     = "focusLabel4";
     this.focusLabel4.Size     = new Size(60, 15);
     this.focusLabel4.Text     = "(Max = 50)";
     this.focusLabel4.LoadingEnd();
     this.UpdateFrameRateTextBox.LoadingBegin();
     this.UpdateFrameRateTextBox.Location     = new Point(128, 208);
     this.UpdateFrameRateTextBox.Name         = "UpdateFrameRateTextBox";
     this.UpdateFrameRateTextBox.PropertyName = "UpdateFrameRate";
     this.UpdateFrameRateTextBox.Size         = new Size(40, 20);
     this.UpdateFrameRateTextBox.TabIndex     = 10;
     this.UpdateFrameRateTextBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.UpdateFrameRateTextBox;
     this.focusLabel5.Location     = new Point(24, 210);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(104, 15);
     this.focusLabel5.Text         = "Update Frame Rate";
     this.focusLabel5.LoadingEnd();
     this.DefaultSaveImagePathTextBox.LoadingBegin();
     this.DefaultSaveImagePathTextBox.Location     = new Point(128, 248);
     this.DefaultSaveImagePathTextBox.Name         = "DefaultSaveImagePathTextBox";
     this.DefaultSaveImagePathTextBox.PropertyName = "DefaultSaveImagePath";
     this.DefaultSaveImagePathTextBox.Size         = new Size(384, 20);
     this.DefaultSaveImagePathTextBox.TabIndex     = 11;
     this.DefaultSaveImagePathTextBox.LoadingEnd();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DefaultSaveImagePathTextBox;
     this.label2.Location     = new Point(0, 250);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(128, 15);
     this.label2.Text         = "Default Save Image Path";
     this.label2.LoadingEnd();
     this.DefaultSaveImagePathEditButton.Location = new Point(512, 248);
     this.DefaultSaveImagePathEditButton.Name     = "DefaultSaveImagePathEditButton";
     this.DefaultSaveImagePathEditButton.Size     = new Size(24, 21);
     this.DefaultSaveImagePathEditButton.TabIndex = 12;
     this.DefaultSaveImagePathEditButton.Text     = "...";
     this.DefaultSaveImagePathEditButton.Click   += this.DefaultSaveImagePathEditButton_Click;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.XValueTextDateTimeFormatComboBox;
     this.focusLabel6.Location     = new Point(335, 74);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(161, 15);
     this.focusLabel6.Text         = "X-Value Text Date/Time Format";
     this.focusLabel6.LoadingEnd();
     this.XValueTextDateTimeFormatComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.XValueTextDateTimeFormatComboBox.Location      = new Point(496, 72);
     this.XValueTextDateTimeFormatComboBox.Name          = "XValueTextDateTimeFormatComboBox";
     this.XValueTextDateTimeFormatComboBox.PropertyName  = "XValueTextDateTimeFormat";
     this.XValueTextDateTimeFormatComboBox.Size          = new Size(136, 21);
     this.XValueTextDateTimeFormatComboBox.TabIndex      = 3;
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.XValueTextDateTimeFormatComboBox);
     base.Controls.Add(this.DefaultSaveImagePathEditButton);
     base.Controls.Add(this.DefaultSaveImagePathTextBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.UpdateFrameRateTextBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.CopyToClipboardFormatComboBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.FileDeliminatorComboBox);
     base.Controls.Add(this.ContextMenusEnabledCheckBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.DefaultGridLineColorPicker);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.BackColorPicker);
     base.Controls.Add(this.AutoSizeCheckBox);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.RotationLabel);
     base.Controls.Add(this.RotationComboBox);
     base.Name  = "PlotEditorPlugIn";
     base.Size  = new Size(752, 296);
     base.Title = "Plot Editor";
     base.ResumeLayout(false);
 }
Пример #14
0
 private void InitializeComponent()
 {
     this.StyleComboBox    = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2           = new FocusLabel();
     this.label1           = new FocusLabel();
     this.ThicknessTextBox = new EditBox();
     this.ColorPicker      = new ColorPicker();
     this.label8           = new FocusLabel();
     this.VisibleCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(104, 112);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(144, 21);
     this.StyleComboBox.TabIndex         = 3;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(72, 114);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(32, 15);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.ThicknessTextBox;
     this.label1.Location     = new Point(47, 82);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Thickness";
     this.label1.LoadingEnd();
     this.ThicknessTextBox.LoadingBegin();
     this.ThicknessTextBox.Location     = new Point(104, 80);
     this.ThicknessTextBox.Name         = "ThicknessTextBox";
     this.ThicknessTextBox.PropertyName = "Thickness";
     this.ThicknessTextBox.Size         = new Size(64, 20);
     this.ThicknessTextBox.TabIndex     = 2;
     this.ThicknessTextBox.LoadingEnd();
     this.ColorPicker.Location     = new Point(104, 48);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 1;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(70, 51);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(104, 16);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     base.Controls.Add(this.ThicknessTextBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name = "PlotPenEditorPlugIn";
     base.Size = new Size(424, 288);
     base.ResumeLayout(false);
 }
Пример #15
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.EnabledCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox                = new EditBox();
     this.focusLabel1                = new FocusLabel();
     this.ColorPicker                = new ColorPicker();
     this.label8                     = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     this.FontButton                 = new FontButton();
     this.focusLabel11               = new FocusLabel();
     this.ForeColorPicker            = new ColorPicker();
     this.ColWidthGroupBox           = new GroupBox();
     this.ColTitlesVisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ColOuterMarginEditBox      = new EditBox();
     this.focusLabel10               = new FocusLabel();
     this.ColWidthValueTextBox       = new EditBox();
     this.focusLabel4                = new FocusLabel();
     this.ColWidthStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel5                = new FocusLabel();
     this.focusLabel9                = new FocusLabel();
     this.RowHeightGoupBox           = new GroupBox();
     this.RowTitlesVisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.RowOuterMarginEditBox      = new EditBox();
     this.focusLabel12               = new FocusLabel();
     this.RowHeightValueEditBox      = new EditBox();
     this.focusLabel6                = new FocusLabel();
     this.RowHeightStyleComboBox     = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel7                = new FocusLabel();
     this.MarginOuterTextBox         = new EditBox();
     this.focusLabel8                = new FocusLabel();
     this.DataGroupBox               = new GroupBox();
     this.focusLabel2                = new FocusLabel();
     this.DataRowCountUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel3                = new FocusLabel();
     this.DataColCountUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.UserCanEditCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TitleTextBox               = new EditMultiLine();
     this.focusLabel15               = new FocusLabel();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ColWidthGroupBox.SuspendLayout();
     this.RowHeightGoupBox.SuspendLayout();
     this.DataGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(248, 11);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 4;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(248, 35);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 5;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(88, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 0;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(51, 18);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ColorPicker.Location     = new Point(88, 80);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 2;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(54, 83);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(248, 59);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 6;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(176, 80);
     this.LayerNumericUpDown.Maximum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 3;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(141, 81);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.FontButton.Location     = new Point(456, 80);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 11;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(397, 51);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location     = new Point(456, 48);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(49, 21);
     this.ForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex     = 10;
     this.ColWidthGroupBox.Controls.Add(this.ColTitlesVisibleCheckBox);
     this.ColWidthGroupBox.Controls.Add(this.ColOuterMarginEditBox);
     this.ColWidthGroupBox.Controls.Add(this.focusLabel10);
     this.ColWidthGroupBox.Controls.Add(this.ColWidthValueTextBox);
     this.ColWidthGroupBox.Controls.Add(this.focusLabel4);
     this.ColWidthGroupBox.Controls.Add(this.ColWidthStyleComboBox);
     this.ColWidthGroupBox.Controls.Add(this.focusLabel5);
     this.ColWidthGroupBox.Controls.Add(this.focusLabel9);
     this.ColWidthGroupBox.Location             = new Point(144, 152);
     this.ColWidthGroupBox.Name                 = "ColWidthGroupBox";
     this.ColWidthGroupBox.Size                 = new Size(200, 120);
     this.ColWidthGroupBox.TabIndex             = 13;
     this.ColWidthGroupBox.TabStop              = false;
     this.ColWidthGroupBox.Text                 = "Col";
     this.ColTitlesVisibleCheckBox.Location     = new Point(80, 16);
     this.ColTitlesVisibleCheckBox.Name         = "ColTitlesVisibleCheckBox";
     this.ColTitlesVisibleCheckBox.PropertyName = "ColTitlesVisible";
     this.ColTitlesVisibleCheckBox.Size         = new Size(112, 24);
     this.ColTitlesVisibleCheckBox.TabIndex     = 0;
     this.ColTitlesVisibleCheckBox.Text         = "Col Titles Visible";
     this.ColOuterMarginEditBox.LoadingBegin();
     this.ColOuterMarginEditBox.Location     = new Point(80, 88);
     this.ColOuterMarginEditBox.Name         = "ColOuterMarginEditBox";
     this.ColOuterMarginEditBox.PropertyName = "ColOuterMargin";
     this.ColOuterMarginEditBox.Size         = new Size(104, 20);
     this.ColOuterMarginEditBox.TabIndex     = 3;
     this.ColOuterMarginEditBox.LoadingEnd();
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.ColOuterMarginEditBox;
     this.focusLabel10.Location     = new Point(8, 90);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(72, 15);
     this.focusLabel10.Text         = "Outer Margin";
     this.focusLabel10.LoadingEnd();
     this.ColWidthValueTextBox.LoadingBegin();
     this.ColWidthValueTextBox.Location     = new Point(80, 64);
     this.ColWidthValueTextBox.Name         = "ColWidthValueTextBox";
     this.ColWidthValueTextBox.PropertyName = "ColWidthValue";
     this.ColWidthValueTextBox.Size         = new Size(104, 20);
     this.ColWidthValueTextBox.TabIndex     = 2;
     this.ColWidthValueTextBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.ColWidthValueTextBox;
     this.focusLabel4.Location     = new Point(13, 66);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(67, 15);
     this.focusLabel4.Text         = "Width Value";
     this.focusLabel4.LoadingEnd();
     this.ColWidthStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ColWidthStyleComboBox.Location         = new Point(80, 40);
     this.ColWidthStyleComboBox.MaxDropDownItems = 20;
     this.ColWidthStyleComboBox.Name             = "ColWidthStyleComboBox";
     this.ColWidthStyleComboBox.PropertyName     = "ColWidthStyle";
     this.ColWidthStyleComboBox.Size             = new Size(104, 21);
     this.ColWidthStyleComboBox.TabIndex         = 1;
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.ColWidthStyleComboBox;
     this.focusLabel5.Location     = new Point(17, 42);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(63, 15);
     this.focusLabel5.Text         = "Width Style";
     this.focusLabel5.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.ColWidthValueTextBox;
     this.focusLabel9.Location     = new Point(46, 66);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(34, 14);
     this.focusLabel9.Text         = "Value";
     this.focusLabel9.LoadingEnd();
     this.RowHeightGoupBox.Controls.Add(this.RowTitlesVisibleCheckBox);
     this.RowHeightGoupBox.Controls.Add(this.RowOuterMarginEditBox);
     this.RowHeightGoupBox.Controls.Add(this.focusLabel12);
     this.RowHeightGoupBox.Controls.Add(this.RowHeightValueEditBox);
     this.RowHeightGoupBox.Controls.Add(this.focusLabel6);
     this.RowHeightGoupBox.Controls.Add(this.RowHeightStyleComboBox);
     this.RowHeightGoupBox.Controls.Add(this.focusLabel7);
     this.RowHeightGoupBox.Location             = new Point(352, 152);
     this.RowHeightGoupBox.Name                 = "RowHeightGoupBox";
     this.RowHeightGoupBox.Size                 = new Size(200, 120);
     this.RowHeightGoupBox.TabIndex             = 14;
     this.RowHeightGoupBox.TabStop              = false;
     this.RowHeightGoupBox.Text                 = "Row ";
     this.RowTitlesVisibleCheckBox.Location     = new Point(80, 16);
     this.RowTitlesVisibleCheckBox.Name         = "RowTitlesVisibleCheckBox";
     this.RowTitlesVisibleCheckBox.PropertyName = "RowTitlesVisible";
     this.RowTitlesVisibleCheckBox.Size         = new Size(113, 24);
     this.RowTitlesVisibleCheckBox.TabIndex     = 0;
     this.RowTitlesVisibleCheckBox.Text         = "Row Titles Visible";
     this.RowOuterMarginEditBox.LoadingBegin();
     this.RowOuterMarginEditBox.Location     = new Point(80, 88);
     this.RowOuterMarginEditBox.Name         = "RowOuterMarginEditBox";
     this.RowOuterMarginEditBox.PropertyName = "RowOuterMargin";
     this.RowOuterMarginEditBox.Size         = new Size(104, 20);
     this.RowOuterMarginEditBox.TabIndex     = 3;
     this.RowOuterMarginEditBox.LoadingEnd();
     this.focusLabel12.LoadingBegin();
     this.focusLabel12.FocusControl = this.RowOuterMarginEditBox;
     this.focusLabel12.Location     = new Point(8, 90);
     this.focusLabel12.Name         = "focusLabel12";
     this.focusLabel12.Size         = new Size(72, 15);
     this.focusLabel12.Text         = "Outer Margin";
     this.focusLabel12.LoadingEnd();
     this.RowHeightValueEditBox.LoadingBegin();
     this.RowHeightValueEditBox.Location     = new Point(80, 64);
     this.RowHeightValueEditBox.Name         = "RowHeightValueEditBox";
     this.RowHeightValueEditBox.PropertyName = "RowHeightValue";
     this.RowHeightValueEditBox.Size         = new Size(104, 20);
     this.RowHeightValueEditBox.TabIndex     = 2;
     this.RowHeightValueEditBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.RowHeightValueEditBox;
     this.focusLabel6.Location     = new Point(10, 66);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(70, 15);
     this.focusLabel6.Text         = "Height Value";
     this.focusLabel6.LoadingEnd();
     this.RowHeightStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.RowHeightStyleComboBox.Location         = new Point(80, 40);
     this.RowHeightStyleComboBox.MaxDropDownItems = 20;
     this.RowHeightStyleComboBox.Name             = "RowHeightStyleComboBox";
     this.RowHeightStyleComboBox.PropertyName     = "RowHeightStyle";
     this.RowHeightStyleComboBox.Size             = new Size(104, 21);
     this.RowHeightStyleComboBox.TabIndex         = 1;
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.RowHeightStyleComboBox;
     this.focusLabel7.Location     = new Point(13, 42);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(67, 15);
     this.focusLabel7.Text         = "Height Style";
     this.focusLabel7.LoadingEnd();
     this.MarginOuterTextBox.LoadingBegin();
     this.MarginOuterTextBox.Location     = new Point(456, 16);
     this.MarginOuterTextBox.Name         = "MarginOuterTextBox";
     this.MarginOuterTextBox.PropertyName = "MarginOuter";
     this.MarginOuterTextBox.Size         = new Size(88, 20);
     this.MarginOuterTextBox.TabIndex     = 9;
     this.MarginOuterTextBox.LoadingEnd();
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.MarginOuterTextBox;
     this.focusLabel8.Location     = new Point(384, 18);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(72, 15);
     this.focusLabel8.Text         = "Margin Outer";
     this.focusLabel8.LoadingEnd();
     this.DataGroupBox.Controls.Add(this.focusLabel2);
     this.DataGroupBox.Controls.Add(this.DataRowCountUpDown);
     this.DataGroupBox.Controls.Add(this.focusLabel3);
     this.DataGroupBox.Controls.Add(this.DataColCountUpDown);
     this.DataGroupBox.Location = new Point(8, 152);
     this.DataGroupBox.Name     = "DataGroupBox";
     this.DataGroupBox.Size     = new Size(128, 120);
     this.DataGroupBox.TabIndex = 12;
     this.DataGroupBox.TabStop  = false;
     this.DataGroupBox.Text     = "Data";
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.DataRowCountUpDown;
     this.focusLabel2.Location     = new Point(10, 65);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(62, 15);
     this.focusLabel2.Text         = "Row Count";
     this.focusLabel2.LoadingEnd();
     this.DataRowCountUpDown.Location     = new Point(72, 64);
     this.DataRowCountUpDown.Name         = "DataRowCountUpDown";
     this.DataRowCountUpDown.PropertyName = "DataRowCount";
     this.DataRowCountUpDown.Size         = new Size(48, 20);
     this.DataRowCountUpDown.TabIndex     = 1;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.DataColCountUpDown;
     this.focusLabel3.Location     = new Point(16, 41);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(56, 15);
     this.focusLabel3.Text         = "Col Count";
     this.focusLabel3.LoadingEnd();
     this.DataColCountUpDown.Location      = new Point(72, 40);
     this.DataColCountUpDown.Name          = "DataColCountUpDown";
     this.DataColCountUpDown.PropertyName  = "DataColCount";
     this.DataColCountUpDown.Size          = new Size(48, 20);
     this.DataColCountUpDown.TabIndex      = 0;
     this.UserCanEditCheckBox.Location     = new Point(248, 83);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 7;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.TitleTextBox.EditFont            = null;
     this.TitleTextBox.Location            = new Point(88, 48);
     this.TitleTextBox.Name         = "TitleTextBox";
     this.TitleTextBox.PropertyName = "TitleText";
     this.TitleTextBox.Size         = new Size(144, 20);
     this.TitleTextBox.TabIndex     = 1;
     this.focusLabel15.LoadingBegin();
     this.focusLabel15.FocusControl = this.TitleTextBox;
     this.focusLabel15.Location     = new Point(35, 51);
     this.focusLabel15.Name         = "focusLabel15";
     this.focusLabel15.Size         = new Size(53, 15);
     this.focusLabel15.Text         = "Title Text";
     this.focusLabel15.LoadingEnd();
     this.CanFocusCheckBox.Location     = new Point(248, 107);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex     = 8;
     this.CanFocusCheckBox.Text         = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel15);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.DataGroupBox);
     base.Controls.Add(this.MarginOuterTextBox);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.RowHeightGoupBox);
     base.Controls.Add(this.ColWidthGroupBox);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotTableGridEditorPlugIn";
     base.Size     = new Size(624, 288);
     this.ColWidthGroupBox.ResumeLayout(false);
     this.RowHeightGoupBox.ResumeLayout(false);
     this.DataGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #16
0
 private void InitializeComponent()
 {
     this.EnabledCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.Point1GroupBox      = new GroupBox();
     this.focusLabel3         = new FocusLabel();
     this.Point1XEditBox      = new EditBox();
     this.Point1YEditBox      = new EditBox();
     this.focusLabel2         = new FocusLabel();
     this.Point2GroupBox      = new GroupBox();
     this.focusLabel4         = new FocusLabel();
     this.Point2XEditBox      = new EditBox();
     this.Point2YEditBox      = new EditBox();
     this.focusLabel5         = new FocusLabel();
     this.UserCanEditCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.UserCanSizeCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.UserCanMoveCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox         = new EditBox();
     this.focusLabel7         = new FocusLabel();
     this.YAxisNameTextBox    = new EditBox();
     this.focusLabel1         = new FocusLabel();
     this.XAxisNameTextBox    = new EditBox();
     this.focusLabel6         = new FocusLabel();
     this.LayerNumericUpDown  = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel8         = new FocusLabel();
     this.RotationTextBox     = new EditBox();
     this.focusLabel9         = new FocusLabel();
     this.YTextBox            = new EditBox();
     this.label9        = new FocusLabel();
     this.XTextBox      = new EditBox();
     this.label8        = new FocusLabel();
     this.HeightTextBox = new EditBox();
     this.WidthTextBox  = new EditBox();
     this.label7        = new FocusLabel();
     this.label1        = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel10     = new FocusLabel();
     this.CanFocusCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.Point1GroupBox.SuspendLayout();
     this.Point2GroupBox.SuspendLayout();
     base.SuspendLayout();
     this.EnabledCheckBox.Location     = new Point(16, 35);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(72, 24);
     this.EnabledCheckBox.TabIndex     = 1;
     this.EnabledCheckBox.Text         = "Enabled";
     this.VisibleCheckBox.Location     = new Point(16, 11);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.Point1GroupBox.Controls.Add(this.focusLabel3);
     this.Point1GroupBox.Controls.Add(this.Point1YEditBox);
     this.Point1GroupBox.Controls.Add(this.focusLabel2);
     this.Point1GroupBox.Controls.Add(this.Point1XEditBox);
     this.Point1GroupBox.Location = new Point(144, 168);
     this.Point1GroupBox.Name     = "Point1GroupBox";
     this.Point1GroupBox.Size     = new Size(200, 56);
     this.Point1GroupBox.TabIndex = 17;
     this.Point1GroupBox.TabStop  = false;
     this.Point1GroupBox.Text     = "Point-1";
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.Point1XEditBox;
     this.focusLabel3.Location     = new Point(9, 26);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(15, 15);
     this.focusLabel3.Text         = "X";
     this.focusLabel3.LoadingEnd();
     this.Point1XEditBox.LoadingBegin();
     this.Point1XEditBox.Location     = new Point(24, 24);
     this.Point1XEditBox.Name         = "Point1XEditBox";
     this.Point1XEditBox.PropertyName = "Point1X";
     this.Point1XEditBox.Size         = new Size(72, 20);
     this.Point1XEditBox.TabIndex     = 0;
     this.Point1XEditBox.LoadingEnd();
     this.Point1YEditBox.LoadingBegin();
     this.Point1YEditBox.Location     = new Point(120, 24);
     this.Point1YEditBox.Name         = "Point1YEditBox";
     this.Point1YEditBox.PropertyName = "Point1Y";
     this.Point1YEditBox.Size         = new Size(72, 20);
     this.Point1YEditBox.TabIndex     = 1;
     this.Point1YEditBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.Point1YEditBox;
     this.focusLabel2.Location     = new Point(105, 26);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(15, 15);
     this.focusLabel2.Text         = "Y";
     this.focusLabel2.LoadingEnd();
     this.Point2GroupBox.Controls.Add(this.focusLabel4);
     this.Point2GroupBox.Controls.Add(this.Point2YEditBox);
     this.Point2GroupBox.Controls.Add(this.focusLabel5);
     this.Point2GroupBox.Controls.Add(this.Point2XEditBox);
     this.Point2GroupBox.Location = new Point(352, 168);
     this.Point2GroupBox.Name     = "Point2GroupBox";
     this.Point2GroupBox.Size     = new Size(200, 56);
     this.Point2GroupBox.TabIndex = 18;
     this.Point2GroupBox.TabStop  = false;
     this.Point2GroupBox.Text     = "Point-2";
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.Point2XEditBox;
     this.focusLabel4.Location     = new Point(9, 26);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(15, 15);
     this.focusLabel4.Text         = "X";
     this.focusLabel4.LoadingEnd();
     this.Point2XEditBox.LoadingBegin();
     this.Point2XEditBox.Location     = new Point(24, 24);
     this.Point2XEditBox.Name         = "Point2XEditBox";
     this.Point2XEditBox.PropertyName = "Point2X";
     this.Point2XEditBox.Size         = new Size(72, 20);
     this.Point2XEditBox.TabIndex     = 0;
     this.Point2XEditBox.LoadingEnd();
     this.Point2YEditBox.LoadingBegin();
     this.Point2YEditBox.Location     = new Point(120, 24);
     this.Point2YEditBox.Name         = "Point2YEditBox";
     this.Point2YEditBox.PropertyName = "Point2Y";
     this.Point2YEditBox.Size         = new Size(72, 20);
     this.Point2YEditBox.TabIndex     = 1;
     this.Point2YEditBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.Point2YEditBox;
     this.focusLabel5.Location     = new Point(105, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(15, 15);
     this.focusLabel5.Text         = "Y";
     this.focusLabel5.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(16, 107);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 4;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.UserCanSizeCheckBox.Location     = new Point(16, 83);
     this.UserCanSizeCheckBox.Name         = "UserCanSizeCheckBox";
     this.UserCanSizeCheckBox.PropertyName = "UserCanSize";
     this.UserCanSizeCheckBox.TabIndex     = 3;
     this.UserCanSizeCheckBox.Text         = "User Can Size";
     this.UserCanMoveCheckBox.Location     = new Point(16, 59);
     this.UserCanMoveCheckBox.Name         = "UserCanMoveCheckBox";
     this.UserCanMoveCheckBox.PropertyName = "UserCanMove";
     this.UserCanMoveCheckBox.TabIndex     = 2;
     this.UserCanMoveCheckBox.Text         = "User Can Move";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(232, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 7;
     this.NameTextBox.LoadingEnd();
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.NameTextBox;
     this.focusLabel7.Location     = new Point(195, 18);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(37, 15);
     this.focusLabel7.Text         = "Name";
     this.focusLabel7.LoadingEnd();
     this.YAxisNameTextBox.LoadingBegin();
     this.YAxisNameTextBox.Location     = new Point(232, 64);
     this.YAxisNameTextBox.Name         = "YAxisNameTextBox";
     this.YAxisNameTextBox.PropertyName = "YAxisName";
     this.YAxisNameTextBox.Size         = new Size(144, 20);
     this.YAxisNameTextBox.TabIndex     = 9;
     this.YAxisNameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.YAxisNameTextBox;
     this.focusLabel1.Location     = new Point(160, 66);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(72, 15);
     this.focusLabel1.Text         = "Y-Axis Name";
     this.focusLabel1.LoadingEnd();
     this.XAxisNameTextBox.LoadingBegin();
     this.XAxisNameTextBox.Location     = new Point(232, 40);
     this.XAxisNameTextBox.Name         = "XAxisNameTextBox";
     this.XAxisNameTextBox.PropertyName = "XAxisName";
     this.XAxisNameTextBox.Size         = new Size(144, 20);
     this.XAxisNameTextBox.TabIndex     = 8;
     this.XAxisNameTextBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.XAxisNameTextBox;
     this.focusLabel6.Location     = new Point(160, 42);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(72, 15);
     this.focusLabel6.Text         = "X-Axis Name";
     this.focusLabel6.LoadingEnd();
     this.LayerNumericUpDown.Location = new Point(320, 88);
     this.LayerNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 11;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.LayerNumericUpDown;
     this.focusLabel8.Location     = new Point(285, 89);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(35, 15);
     this.focusLabel8.Text         = "Layer";
     this.focusLabel8.LoadingEnd();
     this.RotationTextBox.LoadingBegin();
     this.RotationTextBox.Location     = new Point(232, 88);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 10;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.RotationTextBox;
     this.focusLabel9.Location     = new Point(183, 90);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(49, 15);
     this.focusLabel9.Text         = "Rotation";
     this.focusLabel9.LoadingEnd();
     this.YTextBox.LoadingBegin();
     this.YTextBox.Location     = new Point(432, 40);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(112, 20);
     this.YTextBox.TabIndex     = 14;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(417, 42);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(432, 16);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(112, 20);
     this.XTextBox.TabIndex     = 13;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(417, 18);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(15, 15);
     this.label8.Text         = "X";
     this.label8.LoadingEnd();
     this.HeightTextBox.LoadingBegin();
     this.HeightTextBox.Location     = new Point(432, 88);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(112, 20);
     this.HeightTextBox.TabIndex     = 16;
     this.HeightTextBox.LoadingEnd();
     this.WidthTextBox.LoadingBegin();
     this.WidthTextBox.Location     = new Point(432, 64);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(112, 20);
     this.WidthTextBox.TabIndex     = 15;
     this.WidthTextBox.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.WidthTextBox;
     this.label7.Location     = new Point(396, 66);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(36, 15);
     this.label7.Text         = "Width";
     this.label7.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(393, 90);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(39, 15);
     this.label1.Text         = "Height";
     this.label1.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(16, 132);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(144, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 5;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.ClippingStyleComboBox.DropDownStyle     = ComboBoxStyle.DropDownList;
     this.ClippingStyleComboBox.Location          = new Point(232, 112);
     this.ClippingStyleComboBox.MaxDropDownItems  = 20;
     this.ClippingStyleComboBox.Name         = "ClippingStyleComboBox";
     this.ClippingStyleComboBox.PropertyName = "ClippingStyle";
     this.ClippingStyleComboBox.Size         = new Size(80, 21);
     this.ClippingStyleComboBox.TabIndex     = 12;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.ClippingStyleComboBox;
     this.focusLabel10.Location     = new Point(157, 114);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(75, 15);
     this.focusLabel10.Text         = "Clipping Style";
     this.focusLabel10.LoadingEnd();
     this.CanFocusCheckBox.Location     = new Point(16, 157);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex     = 6;
     this.CanFocusCheckBox.Text         = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel7);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel9);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.HeightTextBox);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.UserCanSizeCheckBox);
     base.Controls.Add(this.UserCanMoveCheckBox);
     base.Controls.Add(this.Point2GroupBox);
     base.Controls.Add(this.Point1GroupBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotAnnotationLineEditorPlugIn";
     base.Size     = new Size(592, 272);
     this.Point1GroupBox.ResumeLayout(false);
     this.Point2GroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label1                        = new FocusLabel();
     this.MinTextBox                    = new EditBox();
     this.label3                        = new FocusLabel();
     this.MaxTextBox                    = new EditBox();
     this.SpanTextBox                   = new EditBox();
     this.ReverseCheckBox               = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label2                        = new FocusLabel();
     this.groupBox1                     = new GroupBox();
     this.AngleMaxTextBox               = new EditBox();
     this.AngleSpanTextBox              = new EditBox();
     this.AngleMinTextBox               = new EditBox();
     this.label4                        = new FocusLabel();
     this.label6                        = new FocusLabel();
     this.label5                        = new FocusLabel();
     this.LimitGroupBox                 = new GroupBox();
     this.focusLabel7                   = new FocusLabel();
     this.focusLabel6                   = new FocusLabel();
     this.focusLabel5                   = new FocusLabel();
     this.focusLabel4                   = new FocusLabel();
     this.focusLabel3                   = new FocusLabel();
     this.focusLabel2                   = new FocusLabel();
     this.focusLabel1                   = new FocusLabel();
     this.LimitMinLowerActualEditBox    = new EditBox();
     this.LimitMaxUpperActualEditBox    = new EditBox();
     this.LimitSpanLowerActualEditBox   = new EditBox();
     this.LimitSpanUpperActualEditBox   = new EditBox();
     this.checkBox1                     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LimitSpanUpperValueEditBox    = new EditBox();
     this.LimitSpanUpperEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LimitMaxUpperValueEditBox     = new EditBox();
     this.LimitMaxUpperEnabledCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LimitMinLowerValueEditBox     = new EditBox();
     this.LimitSpanLowerValueEditBox    = new EditBox();
     this.LimitSpanLowerEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LimitMinLowerEnabledCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.focusLabel8                   = new FocusLabel();
     this.ScaleTypeComboBox             = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.groupBox2                     = new GroupBox();
     this.SplitPercentEditBox           = new EditBox();
     this.focusLabel9                   = new FocusLabel();
     this.SplitStartTextBox             = new EditBox();
     this.label8                        = new FocusLabel();
     this.groupBox1.SuspendLayout();
     this.LimitGroupBox.SuspendLayout();
     this.groupBox2.SuspendLayout();
     base.SuspendLayout();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MinTextBox;
     this.label1.Location     = new Point(39, 50);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(25, 15);
     this.label1.Text         = "Min";
     this.label1.LoadingEnd();
     this.MinTextBox.LoadingBegin();
     this.MinTextBox.Location     = new Point(64, 48);
     this.MinTextBox.Name         = "MinTextBox";
     this.MinTextBox.PropertyName = "Min";
     this.MinTextBox.Size         = new Size(144, 20);
     this.MinTextBox.TabIndex     = 0;
     this.MinTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MinTextBox.LoadingEnd();
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MaxTextBox;
     this.label3.Location     = new Point(36, 74);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(28, 15);
     this.label3.Text         = "Max";
     this.label3.LoadingEnd();
     this.MaxTextBox.LoadingBegin();
     this.MaxTextBox.Location     = new Point(64, 72);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.PropertyName = "Max";
     this.MaxTextBox.ReadOnly     = true;
     this.MaxTextBox.Size         = new Size(144, 20);
     this.MaxTextBox.TabIndex     = 1;
     this.MaxTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MaxTextBox.LoadingEnd();
     this.SpanTextBox.LoadingBegin();
     this.SpanTextBox.Location     = new Point(64, 96);
     this.SpanTextBox.Name         = "SpanTextBox";
     this.SpanTextBox.PropertyName = "Span";
     this.SpanTextBox.Size         = new Size(144, 20);
     this.SpanTextBox.TabIndex     = 2;
     this.SpanTextBox.TextAlign    = HorizontalAlignment.Center;
     this.SpanTextBox.LoadingEnd();
     this.ReverseCheckBox.Location     = new Point(64, 120);
     this.ReverseCheckBox.Name         = "ReverseCheckBox";
     this.ReverseCheckBox.PropertyName = "Reverse";
     this.ReverseCheckBox.Size         = new Size(72, 24);
     this.ReverseCheckBox.TabIndex     = 3;
     this.ReverseCheckBox.Text         = "Reverse";
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.SpanTextBox;
     this.label2.Location     = new Point(31, 98);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(33, 15);
     this.label2.Text         = "Span";
     this.label2.LoadingEnd();
     this.groupBox1.Controls.Add(this.AngleMaxTextBox);
     this.groupBox1.Controls.Add(this.AngleSpanTextBox);
     this.groupBox1.Controls.Add(this.AngleMinTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new Point(220, 23);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(120, 104);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Angle";
     this.AngleMaxTextBox.LoadingBegin();
     this.AngleMaxTextBox.Location     = new Point(48, 48);
     this.AngleMaxTextBox.Name         = "AngleMaxTextBox";
     this.AngleMaxTextBox.PropertyName = "AngleMax";
     this.AngleMaxTextBox.ReadOnly     = true;
     this.AngleMaxTextBox.Size         = new Size(56, 20);
     this.AngleMaxTextBox.TabIndex     = 1;
     this.AngleMaxTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleMaxTextBox.LoadingEnd();
     this.AngleSpanTextBox.LoadingBegin();
     this.AngleSpanTextBox.Location     = new Point(48, 72);
     this.AngleSpanTextBox.Name         = "AngleSpanTextBox";
     this.AngleSpanTextBox.PropertyName = "AngleSpan";
     this.AngleSpanTextBox.Size         = new Size(56, 20);
     this.AngleSpanTextBox.TabIndex     = 2;
     this.AngleSpanTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleSpanTextBox.LoadingEnd();
     this.AngleMinTextBox.LoadingBegin();
     this.AngleMinTextBox.Location     = new Point(48, 24);
     this.AngleMinTextBox.Name         = "AngleMinTextBox";
     this.AngleMinTextBox.PropertyName = "AngleMin";
     this.AngleMinTextBox.Size         = new Size(56, 20);
     this.AngleMinTextBox.TabIndex     = 0;
     this.AngleMinTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleMinTextBox.LoadingEnd();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.AngleMinTextBox;
     this.label4.Location     = new Point(23, 26);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(25, 15);
     this.label4.Text         = "Min";
     this.label4.LoadingEnd();
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.AngleMaxTextBox;
     this.label6.Location     = new Point(20, 50);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(28, 15);
     this.label6.Text         = "Max";
     this.label6.LoadingEnd();
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.AngleSpanTextBox;
     this.label5.Location     = new Point(15, 74);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(33, 15);
     this.label5.Text         = "Span";
     this.label5.LoadingEnd();
     this.LimitGroupBox.Controls.Add(this.focusLabel7);
     this.LimitGroupBox.Controls.Add(this.focusLabel6);
     this.LimitGroupBox.Controls.Add(this.focusLabel5);
     this.LimitGroupBox.Controls.Add(this.focusLabel4);
     this.LimitGroupBox.Controls.Add(this.focusLabel3);
     this.LimitGroupBox.Controls.Add(this.focusLabel2);
     this.LimitGroupBox.Controls.Add(this.focusLabel1);
     this.LimitGroupBox.Controls.Add(this.LimitMinLowerActualEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitMaxUpperActualEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanLowerActualEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanUpperActualEditBox);
     this.LimitGroupBox.Controls.Add(this.checkBox1);
     this.LimitGroupBox.Controls.Add(this.LimitSpanUpperValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanUpperEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.LimitMaxUpperValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitMaxUpperEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.LimitMinLowerValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanLowerValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanLowerEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.LimitMinLowerEnabledCheckBox);
     this.LimitGroupBox.Location = new Point(352, 23);
     this.LimitGroupBox.Name     = "LimitGroupBox";
     this.LimitGroupBox.Size     = new Size(328, 248);
     this.LimitGroupBox.TabIndex = 7;
     this.LimitGroupBox.TabStop  = false;
     this.LimitGroupBox.Text     = "Limit";
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.Location = new Point(14, 123);
     this.focusLabel7.Name     = "focusLabel7";
     this.focusLabel7.Size     = new Size(66, 15);
     this.focusLabel7.Text     = "Span Upper";
     this.focusLabel7.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.Location = new Point(14, 99);
     this.focusLabel6.Name     = "focusLabel6";
     this.focusLabel6.Size     = new Size(66, 15);
     this.focusLabel6.Text     = "Span Lower";
     this.focusLabel6.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.Location = new Point(22, 75);
     this.focusLabel5.Name     = "focusLabel5";
     this.focusLabel5.Size     = new Size(61, 15);
     this.focusLabel5.Text     = "Max Upper";
     this.focusLabel5.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.Location = new Point(22, 51);
     this.focusLabel4.Name     = "focusLabel4";
     this.focusLabel4.Size     = new Size(58, 15);
     this.focusLabel4.Text     = "Min Lower";
     this.focusLabel4.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.Location = new Point(70, 24);
     this.focusLabel3.Name     = "focusLabel3";
     this.focusLabel3.Size     = new Size(48, 15);
     this.focusLabel3.Text     = "Enabled";
     this.focusLabel3.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.Location = new Point(158, 24);
     this.focusLabel2.Name     = "focusLabel2";
     this.focusLabel2.Size     = new Size(36, 15);
     this.focusLabel2.Text     = "Value";
     this.focusLabel2.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.Location = new Point(254, 26);
     this.focusLabel1.Name     = "focusLabel1";
     this.focusLabel1.Size     = new Size(38, 15);
     this.focusLabel1.Text     = "Actual";
     this.focusLabel1.LoadingEnd();
     this.LimitMinLowerActualEditBox.LoadingBegin();
     this.LimitMinLowerActualEditBox.Location     = new Point(224, 48);
     this.LimitMinLowerActualEditBox.Name         = "LimitMinLowerActualEditBox";
     this.LimitMinLowerActualEditBox.PropertyName = "LimitMinLowerActual";
     this.LimitMinLowerActualEditBox.ReadOnly     = true;
     this.LimitMinLowerActualEditBox.Size         = new Size(88, 20);
     this.LimitMinLowerActualEditBox.TabIndex     = 2;
     this.LimitMinLowerActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMinLowerActualEditBox.LoadingEnd();
     this.LimitMaxUpperActualEditBox.LoadingBegin();
     this.LimitMaxUpperActualEditBox.Location     = new Point(224, 72);
     this.LimitMaxUpperActualEditBox.Name         = "LimitMaxUpperActualEditBox";
     this.LimitMaxUpperActualEditBox.PropertyName = "LimitMaxUpperActual";
     this.LimitMaxUpperActualEditBox.ReadOnly     = true;
     this.LimitMaxUpperActualEditBox.Size         = new Size(88, 20);
     this.LimitMaxUpperActualEditBox.TabIndex     = 5;
     this.LimitMaxUpperActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMaxUpperActualEditBox.LoadingEnd();
     this.LimitSpanLowerActualEditBox.LoadingBegin();
     this.LimitSpanLowerActualEditBox.Location     = new Point(224, 96);
     this.LimitSpanLowerActualEditBox.Name         = "LimitSpanLowerActualEditBox";
     this.LimitSpanLowerActualEditBox.PropertyName = "LimitSpanLowerActual";
     this.LimitSpanLowerActualEditBox.ReadOnly     = true;
     this.LimitSpanLowerActualEditBox.Size         = new Size(88, 20);
     this.LimitSpanLowerActualEditBox.TabIndex     = 8;
     this.LimitSpanLowerActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanLowerActualEditBox.LoadingEnd();
     this.LimitSpanUpperActualEditBox.LoadingBegin();
     this.LimitSpanUpperActualEditBox.Location     = new Point(224, 120);
     this.LimitSpanUpperActualEditBox.Name         = "LimitSpanUpperActualEditBox";
     this.LimitSpanUpperActualEditBox.PropertyName = "LimitSpanUpperActual";
     this.LimitSpanUpperActualEditBox.ReadOnly     = true;
     this.LimitSpanUpperActualEditBox.Size         = new Size(88, 20);
     this.LimitSpanUpperActualEditBox.TabIndex     = 11;
     this.LimitSpanUpperActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanUpperActualEditBox.LoadingEnd();
     this.checkBox1.Location     = new Point(88, 152);
     this.checkBox1.Name         = "checkBox1";
     this.checkBox1.PropertyName = "LimitsEnforced";
     this.checkBox1.ReadOnly     = true;
     this.checkBox1.TabIndex     = 12;
     this.checkBox1.Text         = "Limits Enforced";
     this.LimitSpanUpperValueEditBox.LoadingBegin();
     this.LimitSpanUpperValueEditBox.Location     = new Point(128, 120);
     this.LimitSpanUpperValueEditBox.Name         = "LimitSpanUpperValueEditBox";
     this.LimitSpanUpperValueEditBox.PropertyName = "LimitSpanUpperValue";
     this.LimitSpanUpperValueEditBox.Size         = new Size(88, 20);
     this.LimitSpanUpperValueEditBox.TabIndex     = 10;
     this.LimitSpanUpperValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanUpperValueEditBox.LoadingEnd();
     this.LimitSpanUpperEnabledCheckBox.Location     = new Point(88, 120);
     this.LimitSpanUpperEnabledCheckBox.Name         = "LimitSpanUpperEnabledCheckBox";
     this.LimitSpanUpperEnabledCheckBox.PropertyName = "LimitSpanUpperEnabled";
     this.LimitSpanUpperEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitSpanUpperEnabledCheckBox.TabIndex     = 9;
     this.LimitMaxUpperValueEditBox.LoadingBegin();
     this.LimitMaxUpperValueEditBox.Location     = new Point(128, 72);
     this.LimitMaxUpperValueEditBox.Name         = "LimitMaxUpperValueEditBox";
     this.LimitMaxUpperValueEditBox.PropertyName = "LimitMaxUpperValue";
     this.LimitMaxUpperValueEditBox.Size         = new Size(88, 20);
     this.LimitMaxUpperValueEditBox.TabIndex     = 4;
     this.LimitMaxUpperValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMaxUpperValueEditBox.LoadingEnd();
     this.LimitMaxUpperEnabledCheckBox.Location     = new Point(88, 72);
     this.LimitMaxUpperEnabledCheckBox.Name         = "LimitMaxUpperEnabledCheckBox";
     this.LimitMaxUpperEnabledCheckBox.PropertyName = "LimitMaxUpperEnabled";
     this.LimitMaxUpperEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitMaxUpperEnabledCheckBox.TabIndex     = 3;
     this.LimitMinLowerValueEditBox.LoadingBegin();
     this.LimitMinLowerValueEditBox.Location     = new Point(128, 48);
     this.LimitMinLowerValueEditBox.Name         = "LimitMinLowerValueEditBox";
     this.LimitMinLowerValueEditBox.PropertyName = "LimitMinLowerValue";
     this.LimitMinLowerValueEditBox.Size         = new Size(88, 20);
     this.LimitMinLowerValueEditBox.TabIndex     = 1;
     this.LimitMinLowerValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMinLowerValueEditBox.LoadingEnd();
     this.LimitSpanLowerValueEditBox.LoadingBegin();
     this.LimitSpanLowerValueEditBox.Location     = new Point(128, 96);
     this.LimitSpanLowerValueEditBox.Name         = "LimitSpanLowerValueEditBox";
     this.LimitSpanLowerValueEditBox.PropertyName = "LimitSpanLowerValue";
     this.LimitSpanLowerValueEditBox.Size         = new Size(88, 20);
     this.LimitSpanLowerValueEditBox.TabIndex     = 7;
     this.LimitSpanLowerValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanLowerValueEditBox.LoadingEnd();
     this.LimitSpanLowerEnabledCheckBox.Location     = new Point(88, 96);
     this.LimitSpanLowerEnabledCheckBox.Name         = "LimitSpanLowerEnabledCheckBox";
     this.LimitSpanLowerEnabledCheckBox.PropertyName = "LimitSpanLowerEnabled";
     this.LimitSpanLowerEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitSpanLowerEnabledCheckBox.TabIndex     = 6;
     this.LimitMinLowerEnabledCheckBox.Location      = new Point(88, 48);
     this.LimitMinLowerEnabledCheckBox.Name          = "LimitMinLowerEnabledCheckBox";
     this.LimitMinLowerEnabledCheckBox.PropertyName  = "LimitMinLowerEnabled";
     this.LimitMinLowerEnabledCheckBox.Size          = new Size(24, 24);
     this.LimitMinLowerEnabledCheckBox.TabIndex      = 0;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.ScaleTypeComboBox;
     this.focusLabel8.Location     = new Point(2, 154);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(62, 15);
     this.focusLabel8.Text         = "Scale Type";
     this.focusLabel8.LoadingEnd();
     this.ScaleTypeComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ScaleTypeComboBox.Location      = new Point(64, 152);
     this.ScaleTypeComboBox.Name          = "ScaleTypeComboBox";
     this.ScaleTypeComboBox.PropertyName  = "ScaleType";
     this.ScaleTypeComboBox.Size          = new Size(112, 21);
     this.ScaleTypeComboBox.TabIndex      = 4;
     this.groupBox2.Controls.Add(this.SplitPercentEditBox);
     this.groupBox2.Controls.Add(this.focusLabel9);
     this.groupBox2.Controls.Add(this.SplitStartTextBox);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Location = new Point(64, 184);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(152, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Split";
     this.SplitPercentEditBox.LoadingBegin();
     this.SplitPercentEditBox.Location     = new Point(56, 40);
     this.SplitPercentEditBox.Name         = "SplitPercentEditBox";
     this.SplitPercentEditBox.PropertyName = "SplitPercent";
     this.SplitPercentEditBox.Size         = new Size(80, 20);
     this.SplitPercentEditBox.TabIndex     = 1;
     this.SplitPercentEditBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.SplitPercentEditBox;
     this.focusLabel9.Location     = new Point(11, 42);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(45, 15);
     this.focusLabel9.Text         = "Percent";
     this.focusLabel9.LoadingEnd();
     this.SplitStartTextBox.LoadingBegin();
     this.SplitStartTextBox.Location     = new Point(56, 16);
     this.SplitStartTextBox.Name         = "SplitStartTextBox";
     this.SplitStartTextBox.PropertyName = "SplitStart";
     this.SplitStartTextBox.Size         = new Size(80, 20);
     this.SplitStartTextBox.TabIndex     = 0;
     this.SplitStartTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.SplitStartTextBox;
     this.label8.Location     = new Point(25, 18);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(31, 15);
     this.label8.Text         = "Start";
     this.label8.LoadingEnd();
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.ScaleTypeComboBox);
     base.Controls.Add(this.LimitGroupBox);
     base.Controls.Add(this.MaxTextBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.ReverseCheckBox);
     base.Controls.Add(this.SpanTextBox);
     base.Controls.Add(this.MinTextBox);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label1);
     base.Name  = "ScaleRangeAngularEditorPlugIn";
     base.Size  = new Size(704, 320);
     base.Title = "Scale Range Editor";
     this.groupBox1.ResumeLayout(false);
     this.LimitGroupBox.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #18
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox                = new EditBox();
     this.focusLabel1                = new FocusLabel();
     this.XAxisNameTextBox           = new EditBox();
     this.focusLabel4                = new FocusLabel();
     this.YAxisNameTextBox           = new EditBox();
     this.focusLabel5                = new FocusLabel();
     this.ColorPicker                = new ColorPicker();
     this.label8                     = new FocusLabel();
     this.XReferenceTextBox          = new EditBox();
     this.XReferenceLabel            = new FocusLabel();
     this.TitleTextBox               = new EditMultiLine();
     this.focusLabel2                = new FocusLabel();
     this.EnabledCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     this.UserCanEditCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.HitRegionSizeUpDown        = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel3                = new FocusLabel();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel8                = new FocusLabel();
     this.UserCanMoveCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(248, 3);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 5;
     this.VisibleCheckBox.Text         = "Visible";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(80, 8);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 0;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(43, 10);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.XAxisNameTextBox.LoadingBegin();
     this.XAxisNameTextBox.Location     = new Point(80, 136);
     this.XAxisNameTextBox.Name         = "XAxisNameTextBox";
     this.XAxisNameTextBox.PropertyName = "XAxisName";
     this.XAxisNameTextBox.Size         = new Size(144, 20);
     this.XAxisNameTextBox.TabIndex     = 3;
     this.XAxisNameTextBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.XAxisNameTextBox;
     this.focusLabel4.Location     = new Point(8, 138);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(72, 15);
     this.focusLabel4.Text         = "X-Axis Name";
     this.focusLabel4.LoadingEnd();
     this.YAxisNameTextBox.LoadingBegin();
     this.YAxisNameTextBox.Location     = new Point(80, 160);
     this.YAxisNameTextBox.Name         = "YAxisNameTextBox";
     this.YAxisNameTextBox.PropertyName = "YAxisName";
     this.YAxisNameTextBox.Size         = new Size(144, 20);
     this.YAxisNameTextBox.TabIndex     = 4;
     this.YAxisNameTextBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.YAxisNameTextBox;
     this.focusLabel5.Location     = new Point(8, 162);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(72, 15);
     this.focusLabel5.Text         = "Y-Axis Name";
     this.focusLabel5.LoadingEnd();
     this.ColorPicker.Location     = new Point(80, 200);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 12;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(46, 203);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.XReferenceTextBox.LoadingBegin();
     this.XReferenceTextBox.Location     = new Point(80, 72);
     this.XReferenceTextBox.Name         = "XReferenceTextBox";
     this.XReferenceTextBox.PropertyName = "XReference";
     this.XReferenceTextBox.Size         = new Size(144, 20);
     this.XReferenceTextBox.TabIndex     = 2;
     this.XReferenceTextBox.LoadingEnd();
     this.XReferenceLabel.LoadingBegin();
     this.XReferenceLabel.FocusControl = this.XReferenceTextBox;
     this.XReferenceLabel.Location     = new Point(11, 74);
     this.XReferenceLabel.Name         = "XReferenceLabel";
     this.XReferenceLabel.Size         = new Size(69, 15);
     this.XReferenceLabel.Text         = "X-Reference";
     this.XReferenceLabel.LoadingEnd();
     this.TitleTextBox.EditFont     = null;
     this.TitleTextBox.Location     = new Point(80, 40);
     this.TitleTextBox.Name         = "TitleTextBox";
     this.TitleTextBox.PropertyName = "TitleText";
     this.TitleTextBox.Size         = new Size(144, 20);
     this.TitleTextBox.TabIndex     = 1;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TitleTextBox;
     this.focusLabel2.Location     = new Point(27, 43);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(53, 15);
     this.focusLabel2.Text         = "Title Text";
     this.focusLabel2.LoadingEnd();
     this.EnabledCheckBox.Location                = new Point(248, 27);
     this.EnabledCheckBox.Name                    = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName            = "Enabled";
     this.EnabledCheckBox.Size                    = new Size(80, 24);
     this.EnabledCheckBox.TabIndex                = 6;
     this.EnabledCheckBox.Text                    = "Enabled";
     this.ContextMenuEnabledCheckBox.Location     = new Point(248, 51);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 7;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(168, 200);
     this.LayerNumericUpDown.Maximum              = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 13;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(133, 201);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(248, 76);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 8;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.HitRegionSizeUpDown.Location     = new Point(336, 160);
     this.HitRegionSizeUpDown.Maximum      = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.HitRegionSizeUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.HitRegionSizeUpDown.Name         = "HitRegionSizeUpDown";
     this.HitRegionSizeUpDown.PropertyName = "HitRegionSize";
     this.HitRegionSizeUpDown.Size         = new Size(56, 20);
     this.HitRegionSizeUpDown.TabIndex     = 11;
     this.HitRegionSizeUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.HitRegionSizeUpDown;
     this.focusLabel3.Location     = new Point(253, 161);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(83, 15);
     this.focusLabel3.Text         = "Hit Region Size";
     this.focusLabel3.LoadingEnd();
     this.ClippingStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ClippingStyleComboBox.Location         = new Point(312, 200);
     this.ClippingStyleComboBox.MaxDropDownItems = 20;
     this.ClippingStyleComboBox.Name             = "ClippingStyleComboBox";
     this.ClippingStyleComboBox.PropertyName     = "ClippingStyle";
     this.ClippingStyleComboBox.Size             = new Size(80, 21);
     this.ClippingStyleComboBox.TabIndex         = 14;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.ClippingStyleComboBox;
     this.focusLabel8.Location     = new Point(237, 202);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(75, 15);
     this.focusLabel8.Text         = "Clipping Style";
     this.focusLabel8.LoadingEnd();
     this.UserCanMoveCheckBox.Location     = new Point(248, 100);
     this.UserCanMoveCheckBox.Name         = "UserCanMoveCheckBox";
     this.UserCanMoveCheckBox.PropertyName = "UserCanMove";
     this.UserCanMoveCheckBox.Size         = new Size(120, 24);
     this.UserCanMoveCheckBox.TabIndex     = 9;
     this.UserCanMoveCheckBox.Text         = "User Can Move";
     this.CanFocusCheckBox.Location        = new Point(248, 124);
     this.CanFocusCheckBox.Name            = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName    = "CanFocus";
     this.CanFocusCheckBox.Size            = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex        = 10;
     this.CanFocusCheckBox.Text            = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.UserCanMoveCheckBox);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.HitRegionSizeUpDown);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.XReferenceTextBox);
     base.Controls.Add(this.XReferenceLabel);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLimitLineXEditorPlugIn";
     base.Size     = new Size(456, 240);
     base.ResumeLayout(false);
 }
Пример #19
0
 private void InitializeComponent()
 {
     this.label1               = new FocusLabel();
     this.HeightTextBox        = new EditBox();
     this.CanMoveCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanSizeCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label7               = new FocusLabel();
     this.WidthTextBox         = new EditBox();
     this.XTextBox             = new EditBox();
     this.label8               = new FocusLabel();
     this.YTextBox             = new EditBox();
     this.label9               = new FocusLabel();
     this.EnabledCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.RotationTextBox      = new EditBox();
     this.focusLabel1          = new FocusLabel();
     this.groupBox2            = new GroupBox();
     this.OutlineColorPicker   = new ColorPicker();
     this.focusLabel4          = new FocusLabel();
     this.OutlineStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel5          = new FocusLabel();
     this.StartAngleTextBox    = new EditBox();
     this.focusLabel2          = new FocusLabel();
     this.SweepAngleTextBox    = new EditBox();
     this.focusLabel3          = new FocusLabel();
     this.groupBox2.SuspendLayout();
     base.SuspendLayout();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(49, 122);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(39, 15);
     this.label1.Text         = "Height";
     this.label1.LoadingEnd();
     this.HeightTextBox.LoadingBegin();
     this.HeightTextBox.Location     = new Point(88, 120);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(48, 20);
     this.HeightTextBox.TabIndex     = 7;
     this.HeightTextBox.LoadingEnd();
     this.CanMoveCheckBox.Location     = new Point(272, 8);
     this.CanMoveCheckBox.Name         = "CanMoveCheckBox";
     this.CanMoveCheckBox.PropertyName = "CanMove";
     this.CanMoveCheckBox.Size         = new Size(80, 24);
     this.CanMoveCheckBox.TabIndex     = 2;
     this.CanMoveCheckBox.Text         = "Can Move";
     this.CanSizeCheckBox.Location     = new Point(368, 8);
     this.CanSizeCheckBox.Name         = "CanSizeCheckBox";
     this.CanSizeCheckBox.PropertyName = "CanSize";
     this.CanSizeCheckBox.Size         = new Size(72, 24);
     this.CanSizeCheckBox.TabIndex     = 3;
     this.CanSizeCheckBox.Text         = "Can Size";
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.WidthTextBox;
     this.label7.Location     = new Point(52, 98);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(36, 15);
     this.label7.Text         = "Width";
     this.label7.LoadingEnd();
     this.WidthTextBox.LoadingBegin();
     this.WidthTextBox.Location     = new Point(88, 96);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(48, 20);
     this.WidthTextBox.TabIndex     = 6;
     this.WidthTextBox.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(88, 48);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(48, 20);
     this.XTextBox.TabIndex     = 4;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(73, 50);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(15, 15);
     this.label8.Text         = "X";
     this.label8.LoadingEnd();
     this.YTextBox.LoadingBegin();
     this.YTextBox.Location     = new Point(88, 72);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(48, 20);
     this.YTextBox.TabIndex     = 5;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(73, 74);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.EnabledCheckBox.Location     = new Point(176, 8);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(72, 24);
     this.EnabledCheckBox.TabIndex     = 1;
     this.EnabledCheckBox.Text         = "Enabled";
     this.VisibleCheckBox.Location     = new Point(88, 8);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.RotationTextBox.LoadingBegin();
     this.RotationTextBox.Location     = new Point(88, 144);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 8;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.RotationTextBox;
     this.focusLabel1.Location     = new Point(39, 146);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(49, 15);
     this.focusLabel1.Text         = "Rotation";
     this.focusLabel1.LoadingEnd();
     this.groupBox2.Controls.Add(this.OutlineColorPicker);
     this.groupBox2.Controls.Add(this.focusLabel4);
     this.groupBox2.Controls.Add(this.OutlineStyleComboBox);
     this.groupBox2.Controls.Add(this.focusLabel5);
     this.groupBox2.Location              = new Point(152, 42);
     this.groupBox2.Name                  = "groupBox2";
     this.groupBox2.Size                  = new Size(224, 88);
     this.groupBox2.TabIndex              = 11;
     this.groupBox2.TabStop               = false;
     this.groupBox2.Text                  = "Outline";
     this.OutlineColorPicker.Location     = new Point(48, 56);
     this.OutlineColorPicker.Name         = "OutlineColorPicker";
     this.OutlineColorPicker.PropertyName = "OutlineColor";
     this.OutlineColorPicker.Size         = new Size(48, 21);
     this.OutlineColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.OutlineColorPicker.TabIndex     = 1;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.OutlineColorPicker;
     this.focusLabel4.Location     = new Point(14, 59);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(34, 15);
     this.focusLabel4.Text         = "Color";
     this.focusLabel4.LoadingEnd();
     this.OutlineStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.OutlineStyleComboBox.Location      = new Point(48, 24);
     this.OutlineStyleComboBox.Name          = "OutlineStyleComboBox";
     this.OutlineStyleComboBox.PropertyName  = "OutlineStyle";
     this.OutlineStyleComboBox.Size          = new Size(168, 21);
     this.OutlineStyleComboBox.TabIndex      = 0;
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.OutlineStyleComboBox;
     this.focusLabel5.Location     = new Point(16, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(32, 15);
     this.focusLabel5.Text         = "Style";
     this.focusLabel5.LoadingEnd();
     this.StartAngleTextBox.LoadingBegin();
     this.StartAngleTextBox.Location     = new Point(88, 168);
     this.StartAngleTextBox.Name         = "StartAngleTextBox";
     this.StartAngleTextBox.PropertyName = "StartAngle";
     this.StartAngleTextBox.Size         = new Size(48, 20);
     this.StartAngleTextBox.TabIndex     = 9;
     this.StartAngleTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.StartAngleTextBox;
     this.focusLabel2.Location     = new Point(26, 170);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(62, 15);
     this.focusLabel2.Text         = "Start Angle";
     this.focusLabel2.LoadingEnd();
     this.SweepAngleTextBox.LoadingBegin();
     this.SweepAngleTextBox.Location     = new Point(88, 192);
     this.SweepAngleTextBox.Name         = "SweepAngleTextBox";
     this.SweepAngleTextBox.PropertyName = "SweepAngle";
     this.SweepAngleTextBox.Size         = new Size(48, 20);
     this.SweepAngleTextBox.TabIndex     = 10;
     this.SweepAngleTextBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.SweepAngleTextBox;
     this.focusLabel3.Location     = new Point(16, 194);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(72, 15);
     this.focusLabel3.Text         = "Sweep Angle";
     this.focusLabel3.LoadingEnd();
     base.Controls.Add(this.SweepAngleTextBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.StartAngleTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.HeightTextBox);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.CanSizeCheckBox);
     base.Controls.Add(this.CanMoveCheckBox);
     base.Controls.Add(this.label1);
     base.Location = new Point(10, 20);
     base.Name     = "AnnotationArcEditorPlugIn";
     base.Size     = new Size(528, 272);
     this.groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #20
0
 private void InitializeComponent()
 {
     this.StyleComboBox           = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                  = new FocusLabel();
     this.VisibleCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label1                  = new FocusLabel();
     this.ThicknessComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label4                  = new FocusLabel();
     this.MarginEdgeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3                  = new FocusLabel();
     this.MarginNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(96, 40);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(144, 21);
     this.StyleComboBox.TabIndex         = 1;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(64, 42);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(32, 15);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(96, 8);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.ThicknessComboBox;
     this.label1.Location     = new Point(39, 66);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Thickness";
     this.label1.LoadingEnd();
     this.ThicknessComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ThicknessComboBox.Location         = new Point(96, 64);
     this.ThicknessComboBox.MaxDropDownItems = 20;
     this.ThicknessComboBox.Name             = "ThicknessComboBox";
     this.ThicknessComboBox.PropertyName     = "Thickness";
     this.ThicknessComboBox.Size             = new Size(48, 21);
     this.ThicknessComboBox.TabIndex         = 2;
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.MarginEdgeNumericUpDown;
     this.label4.Location     = new Point(26, 113);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(70, 15);
     this.label4.Text         = "Margin Edge";
     this.label4.LoadingEnd();
     this.MarginEdgeNumericUpDown.Location     = new Point(96, 112);
     this.MarginEdgeNumericUpDown.Name         = "MarginEdgeNumericUpDown";
     this.MarginEdgeNumericUpDown.PropertyName = "MarginEdge";
     this.MarginEdgeNumericUpDown.Size         = new Size(48, 20);
     this.MarginEdgeNumericUpDown.TabIndex     = 4;
     this.MarginEdgeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MarginNumericUpDown;
     this.label3.Location     = new Point(55, 89);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(41, 15);
     this.label3.Text         = "Margin";
     this.label3.LoadingEnd();
     this.MarginNumericUpDown.Location     = new Point(96, 88);
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 3;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.label3);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.MarginEdgeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ThicknessComboBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name  = "BevelMarginEditorPlugIn";
     base.Size  = new Size(368, 240);
     base.Title = "Bevel Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.WidthMinMaxTextBox         = new EditBox();
     this.focusLabel6                = new FocusLabel();
     this.WidthStyleMinMaxComboBox   = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel1                = new FocusLabel();
     this.MinMaxGroupBox             = new GroupBox();
     this.StdDevGroupBox             = new GroupBox();
     this.focusLabel5                = new FocusLabel();
     this.WidthStdDevEditBox         = new EditBox();
     this.focusLabel7                = new FocusLabel();
     this.WidthStyleStdDevComboBox   = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.MeanGroupBox               = new GroupBox();
     this.focusLabel8                = new FocusLabel();
     this.WidthMeanEditBox           = new EditBox();
     this.focusLabel9                = new FocusLabel();
     this.WidthStyleMeanComboBox     = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.ShowMeanCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ThicknessMeanEditBox       = new EditBox();
     this.focusLabel10               = new FocusLabel();
     this.focusLabel11               = new FocusLabel();
     this.ThicknessStyleMeanComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.MinMaxGroupBox.SuspendLayout();
     this.StdDevGroupBox.SuspendLayout();
     this.MeanGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.WidthMinMaxTextBox.LoadingBegin();
     this.WidthMinMaxTextBox.Location     = new Point(64, 24);
     this.WidthMinMaxTextBox.Name         = "WidthMinMaxTextBox";
     this.WidthMinMaxTextBox.PropertyName = "WidthMinMax";
     this.WidthMinMaxTextBox.Size         = new Size(56, 20);
     this.WidthMinMaxTextBox.TabIndex     = 1;
     this.WidthMinMaxTextBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.WidthMinMaxTextBox;
     this.focusLabel6.Location     = new Point(29, 26);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(35, 15);
     this.focusLabel6.Text         = "Width";
     this.focusLabel6.LoadingEnd();
     this.WidthStyleMinMaxComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.WidthStyleMinMaxComboBox.Location         = new Point(208, 24);
     this.WidthStyleMinMaxComboBox.MaxDropDownItems = 20;
     this.WidthStyleMinMaxComboBox.Name             = "WidthStyleMinMaxComboBox";
     this.WidthStyleMinMaxComboBox.PropertyName     = "WidthStyleMinMax";
     this.WidthStyleMinMaxComboBox.Size             = new Size(136, 21);
     this.WidthStyleMinMaxComboBox.TabIndex         = 31;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.WidthStyleMinMaxComboBox;
     this.focusLabel1.Location     = new Point(146, 26);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(62, 15);
     this.focusLabel1.Text         = "Width Style";
     this.focusLabel1.LoadingEnd();
     this.MinMaxGroupBox.Controls.Add(this.focusLabel6);
     this.MinMaxGroupBox.Controls.Add(this.focusLabel1);
     this.MinMaxGroupBox.Controls.Add(this.WidthStyleMinMaxComboBox);
     this.MinMaxGroupBox.Controls.Add(this.WidthMinMaxTextBox);
     this.MinMaxGroupBox.Location = new Point(16, 16);
     this.MinMaxGroupBox.Name     = "MinMaxGroupBox";
     this.MinMaxGroupBox.Size     = new Size(416, 56);
     this.MinMaxGroupBox.TabIndex = 54;
     this.MinMaxGroupBox.TabStop  = false;
     this.MinMaxGroupBox.Text     = "Min-Max";
     this.StdDevGroupBox.Controls.Add(this.focusLabel5);
     this.StdDevGroupBox.Controls.Add(this.focusLabel7);
     this.StdDevGroupBox.Controls.Add(this.WidthStyleStdDevComboBox);
     this.StdDevGroupBox.Controls.Add(this.WidthStdDevEditBox);
     this.StdDevGroupBox.Location = new Point(16, 80);
     this.StdDevGroupBox.Name     = "StdDevGroupBox";
     this.StdDevGroupBox.Size     = new Size(416, 56);
     this.StdDevGroupBox.TabIndex = 55;
     this.StdDevGroupBox.TabStop  = false;
     this.StdDevGroupBox.Text     = "Std-Dev";
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.WidthStdDevEditBox;
     this.focusLabel5.Location     = new Point(29, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(35, 15);
     this.focusLabel5.Text         = "Width";
     this.focusLabel5.LoadingEnd();
     this.WidthStdDevEditBox.LoadingBegin();
     this.WidthStdDevEditBox.Location     = new Point(64, 24);
     this.WidthStdDevEditBox.Name         = "WidthStdDevEditBox";
     this.WidthStdDevEditBox.PropertyName = "WidthStdDev";
     this.WidthStdDevEditBox.Size         = new Size(56, 20);
     this.WidthStdDevEditBox.TabIndex     = 1;
     this.WidthStdDevEditBox.LoadingEnd();
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.WidthStyleStdDevComboBox;
     this.focusLabel7.Location     = new Point(146, 26);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(62, 15);
     this.focusLabel7.Text         = "Width Style";
     this.focusLabel7.LoadingEnd();
     this.WidthStyleStdDevComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.WidthStyleStdDevComboBox.Location         = new Point(208, 24);
     this.WidthStyleStdDevComboBox.MaxDropDownItems = 20;
     this.WidthStyleStdDevComboBox.Name             = "WidthStyleStdDevComboBox";
     this.WidthStyleStdDevComboBox.PropertyName     = "WidthStyleStdDev";
     this.WidthStyleStdDevComboBox.Size             = new Size(136, 21);
     this.WidthStyleStdDevComboBox.TabIndex         = 31;
     this.MeanGroupBox.Controls.Add(this.focusLabel8);
     this.MeanGroupBox.Controls.Add(this.focusLabel9);
     this.MeanGroupBox.Controls.Add(this.WidthStyleMeanComboBox);
     this.MeanGroupBox.Controls.Add(this.WidthMeanEditBox);
     this.MeanGroupBox.Controls.Add(this.ShowMeanCheckBox);
     this.MeanGroupBox.Controls.Add(this.ThicknessMeanEditBox);
     this.MeanGroupBox.Controls.Add(this.focusLabel10);
     this.MeanGroupBox.Controls.Add(this.focusLabel11);
     this.MeanGroupBox.Controls.Add(this.ThicknessStyleMeanComboBox);
     this.MeanGroupBox.Location = new Point(16, 144);
     this.MeanGroupBox.Name     = "MeanGroupBox";
     this.MeanGroupBox.Size     = new Size(416, 128);
     this.MeanGroupBox.TabIndex = 56;
     this.MeanGroupBox.TabStop  = false;
     this.MeanGroupBox.Text     = "Mean";
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.WidthMeanEditBox;
     this.focusLabel8.Location     = new Point(29, 58);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(35, 15);
     this.focusLabel8.Text         = "Width";
     this.focusLabel8.LoadingEnd();
     this.WidthMeanEditBox.LoadingBegin();
     this.WidthMeanEditBox.Location     = new Point(64, 56);
     this.WidthMeanEditBox.Name         = "WidthMeanEditBox";
     this.WidthMeanEditBox.PropertyName = "WidthMean";
     this.WidthMeanEditBox.Size         = new Size(56, 20);
     this.WidthMeanEditBox.TabIndex     = 1;
     this.WidthMeanEditBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.WidthStyleMeanComboBox;
     this.focusLabel9.Location     = new Point(146, 58);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(62, 15);
     this.focusLabel9.Text         = "Width Style";
     this.focusLabel9.LoadingEnd();
     this.WidthStyleMeanComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.WidthStyleMeanComboBox.Location         = new Point(208, 56);
     this.WidthStyleMeanComboBox.MaxDropDownItems = 20;
     this.WidthStyleMeanComboBox.Name             = "WidthStyleMeanComboBox";
     this.WidthStyleMeanComboBox.PropertyName     = "WidthStyleMean";
     this.WidthStyleMeanComboBox.Size             = new Size(136, 21);
     this.WidthStyleMeanComboBox.TabIndex         = 31;
     this.ShowMeanCheckBox.Location     = new Point(64, 24);
     this.ShowMeanCheckBox.Name         = "ShowMeanCheckBox";
     this.ShowMeanCheckBox.PropertyName = "ShowMean";
     this.ShowMeanCheckBox.Size         = new Size(56, 24);
     this.ShowMeanCheckBox.TabIndex     = 58;
     this.ShowMeanCheckBox.Text         = "Show";
     this.ThicknessMeanEditBox.LoadingBegin();
     this.ThicknessMeanEditBox.Location     = new Point(64, 88);
     this.ThicknessMeanEditBox.Name         = "ThicknessMeanEditBox";
     this.ThicknessMeanEditBox.PropertyName = "ThicknessMean";
     this.ThicknessMeanEditBox.Size         = new Size(56, 20);
     this.ThicknessMeanEditBox.TabIndex     = 1;
     this.ThicknessMeanEditBox.LoadingEnd();
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.ThicknessMeanEditBox;
     this.focusLabel10.Location     = new Point(8, 90);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(56, 15);
     this.focusLabel10.Text         = "Thickness";
     this.focusLabel10.LoadingEnd();
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ThicknessStyleMeanComboBox;
     this.focusLabel11.Location     = new Point(124, 90);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(84, 15);
     this.focusLabel11.Text         = "Thickness Style";
     this.focusLabel11.LoadingEnd();
     this.ThicknessStyleMeanComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ThicknessStyleMeanComboBox.Location         = new Point(208, 88);
     this.ThicknessStyleMeanComboBox.MaxDropDownItems = 20;
     this.ThicknessStyleMeanComboBox.Name             = "ThicknessStyleMeanComboBox";
     this.ThicknessStyleMeanComboBox.PropertyName     = "ThicknessStyleMean";
     this.ThicknessStyleMeanComboBox.Size             = new Size(136, 21);
     this.ThicknessStyleMeanComboBox.TabIndex         = 31;
     base.Controls.Add(this.MeanGroupBox);
     base.Controls.Add(this.StdDevGroupBox);
     base.Controls.Add(this.MinMaxGroupBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotChannelCandlestick3SpecificEditorPlugIn";
     base.Size     = new Size(728, 320);
     this.MinMaxGroupBox.ResumeLayout(false);
     this.StdDevGroupBox.ResumeLayout(false);
     this.MeanGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #22
0
 private void InitializeComponent()
 {
     this.StyleComboBox            = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel7              = new FocusLabel();
     this.AlignFirstStyleComboBox  = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel1              = new FocusLabel();
     this.EnabledCheckBox          = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ScrollCompressMaxTextBox = new EditBox();
     this.focusLabel2              = new FocusLabel();
     this.ExpandStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel3              = new FocusLabel();
     this.SpanMinEditBox           = new EditBox();
     this.focusLabel4              = new FocusLabel();
     this.MinMarginEditBox         = new EditBox();
     this.focusLabel5              = new FocusLabel();
     this.MaxMarginEditBox         = new EditBox();
     this.focusLabel6              = new FocusLabel();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(96, 72);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(136, 21);
     this.StyleComboBox.TabIndex         = 1;
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.StyleComboBox;
     this.focusLabel7.Location     = new Point(64, 74);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(32, 15);
     this.focusLabel7.Text         = "Style";
     this.focusLabel7.LoadingEnd();
     this.AlignFirstStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.AlignFirstStyleComboBox.Location         = new Point(352, 184);
     this.AlignFirstStyleComboBox.MaxDropDownItems = 20;
     this.AlignFirstStyleComboBox.Name             = "AlignFirstStyleComboBox";
     this.AlignFirstStyleComboBox.PropertyName     = "AlignFirstStyle";
     this.AlignFirstStyleComboBox.Size             = new Size(136, 21);
     this.AlignFirstStyleComboBox.TabIndex         = 6;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.AlignFirstStyleComboBox;
     this.focusLabel1.Location     = new Point(268, 186);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(84, 15);
     this.focusLabel1.Text         = "Align First Style";
     this.focusLabel1.LoadingEnd();
     this.EnabledCheckBox.Location     = new Point(96, 40);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(72, 24);
     this.EnabledCheckBox.TabIndex     = 0;
     this.EnabledCheckBox.Text         = "Enabled";
     this.ScrollCompressMaxTextBox.LoadingBegin();
     this.ScrollCompressMaxTextBox.Location     = new Point(352, 208);
     this.ScrollCompressMaxTextBox.Name         = "ScrollCompressMaxTextBox";
     this.ScrollCompressMaxTextBox.PropertyName = "ScrollCompressMax";
     this.ScrollCompressMaxTextBox.Size         = new Size(136, 20);
     this.ScrollCompressMaxTextBox.TabIndex     = 7;
     this.ScrollCompressMaxTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.ScrollCompressMaxTextBox;
     this.focusLabel2.Location     = new Point(240, 210);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(112, 15);
     this.focusLabel2.Text         = "Scroll Compress Max";
     this.focusLabel2.LoadingEnd();
     this.ExpandStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ExpandStyleComboBox.Location         = new Point(96, 96);
     this.ExpandStyleComboBox.MaxDropDownItems = 20;
     this.ExpandStyleComboBox.Name             = "ExpandStyleComboBox";
     this.ExpandStyleComboBox.PropertyName     = "ExpandStyle";
     this.ExpandStyleComboBox.Size             = new Size(136, 21);
     this.ExpandStyleComboBox.TabIndex         = 2;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.ExpandStyleComboBox;
     this.focusLabel3.Location     = new Point(24, 98);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(72, 15);
     this.focusLabel3.Text         = "Expand Style";
     this.focusLabel3.LoadingEnd();
     this.SpanMinEditBox.LoadingBegin();
     this.SpanMinEditBox.Location     = new Point(96, 144);
     this.SpanMinEditBox.Name         = "SpanMinEditBox";
     this.SpanMinEditBox.PropertyName = "SpanMin";
     this.SpanMinEditBox.Size         = new Size(136, 20);
     this.SpanMinEditBox.TabIndex     = 3;
     this.SpanMinEditBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.SpanMinEditBox;
     this.focusLabel4.Location     = new Point(42, 146);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(54, 15);
     this.focusLabel4.Text         = "Span Min";
     this.focusLabel4.LoadingEnd();
     this.MinMarginEditBox.LoadingBegin();
     this.MinMarginEditBox.Location     = new Point(96, 208);
     this.MinMarginEditBox.Name         = "MinMarginEditBox";
     this.MinMarginEditBox.PropertyName = "MinMargin";
     this.MinMarginEditBox.Size         = new Size(136, 20);
     this.MinMarginEditBox.TabIndex     = 5;
     this.MinMarginEditBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.MinMarginEditBox;
     this.focusLabel5.Location     = new Point(34, 210);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(62, 15);
     this.focusLabel5.Text         = "Min Margin";
     this.focusLabel5.LoadingEnd();
     this.MaxMarginEditBox.LoadingBegin();
     this.MaxMarginEditBox.Location     = new Point(96, 184);
     this.MaxMarginEditBox.Name         = "MaxMarginEditBox";
     this.MaxMarginEditBox.PropertyName = "MaxMargin";
     this.MaxMarginEditBox.Size         = new Size(136, 20);
     this.MaxMarginEditBox.TabIndex     = 4;
     this.MaxMarginEditBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.MaxMarginEditBox;
     this.focusLabel6.Location     = new Point(31, 186);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(65, 15);
     this.focusLabel6.Text         = "Max Margin";
     this.focusLabel6.LoadingEnd();
     base.Controls.Add(this.MaxMarginEditBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.MinMarginEditBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.SpanMinEditBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.ExpandStyleComboBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.ScrollCompressMaxTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.AlignFirstStyleComboBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.StyleComboBox);
     base.Controls.Add(this.focusLabel7);
     base.Location = new Point(10, 20);
     base.Name     = "PlotAxisTrackingEditorPlugIn";
     base.Size     = new Size(504, 336);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label2                 = new FocusLabel();
     this.WidthTextBox           = new EditBox();
     this.DataForeColorPicker    = new ColorPicker();
     this.label8                 = new FocusLabel();
     this.TitleTextEditMultiLine = new EditMultiLine();
     this.label11                = new FocusLabel();
     this.TitleForeColorPicker   = new ColorPicker();
     this.focusLabel1            = new FocusLabel();
     this.WidthStyleComboBox     = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel3            = new FocusLabel();
     this.DataTypeComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel2            = new FocusLabel();
     this.VisibleCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.WidthTextBox;
     this.label2.Location     = new Point(93, 130);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(35, 15);
     this.label2.Text         = "Width";
     this.label2.LoadingEnd();
     this.WidthTextBox.LoadingBegin();
     this.WidthTextBox.Location     = new Point(128, 128);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(48, 20);
     this.WidthTextBox.TabIndex     = 4;
     this.WidthTextBox.LoadingEnd();
     this.DataForeColorPicker.Location     = new Point(128, 184);
     this.DataForeColorPicker.Name         = "DataForeColorPicker";
     this.DataForeColorPicker.PropertyName = "DataForeColor";
     this.DataForeColorPicker.Size         = new Size(48, 21);
     this.DataForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.DataForeColorPicker.TabIndex     = 6;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.DataForeColorPicker;
     this.label8.Location     = new Point(43, 187);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(85, 15);
     this.label8.Text         = "Data Fore Color";
     this.label8.LoadingEnd();
     this.TitleTextEditMultiLine.EditFont     = null;
     this.TitleTextEditMultiLine.Location     = new Point(128, 40);
     this.TitleTextEditMultiLine.Name         = "TitleTextEditMultiLine";
     this.TitleTextEditMultiLine.PropertyName = "TitleText";
     this.TitleTextEditMultiLine.Size         = new Size(142, 20);
     this.TitleTextEditMultiLine.TabIndex     = 0;
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.TitleTextEditMultiLine;
     this.label11.Location     = new Point(76, 43);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(52, 15);
     this.label11.Text         = "Title Text";
     this.label11.LoadingEnd();
     this.TitleForeColorPicker.Location     = new Point(128, 160);
     this.TitleForeColorPicker.Name         = "TitleForeColorPicker";
     this.TitleForeColorPicker.PropertyName = "TitleForeColor";
     this.TitleForeColorPicker.Size         = new Size(48, 21);
     this.TitleForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.TitleForeColorPicker.TabIndex     = 5;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.TitleForeColorPicker;
     this.focusLabel1.Location     = new Point(46, 163);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(82, 15);
     this.focusLabel1.Text         = "Title Fore Color";
     this.focusLabel1.LoadingEnd();
     this.WidthStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.WidthStyleComboBox.Location         = new Point(128, 104);
     this.WidthStyleComboBox.MaxDropDownItems = 20;
     this.WidthStyleComboBox.Name             = "WidthStyleComboBox";
     this.WidthStyleComboBox.PropertyName     = "WidthStyle";
     this.WidthStyleComboBox.Size             = new Size(136, 21);
     this.WidthStyleComboBox.TabIndex         = 3;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.WidthStyleComboBox;
     this.focusLabel3.Location     = new Point(66, 106);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(62, 15);
     this.focusLabel3.Text         = "Width Style";
     this.focusLabel3.LoadingEnd();
     this.DataTypeComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DataTypeComboBox.Location         = new Point(128, 72);
     this.DataTypeComboBox.MaxDropDownItems = 20;
     this.DataTypeComboBox.Name             = "DataTypeComboBox";
     this.DataTypeComboBox.PropertyName     = "DataType";
     this.DataTypeComboBox.Size             = new Size(142, 21);
     this.DataTypeComboBox.TabIndex         = 2;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.DataTypeComboBox;
     this.focusLabel2.Location     = new Point(71, 74);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(57, 15);
     this.focusLabel2.Text         = "Data Type";
     this.focusLabel2.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(288, 40);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "TitleVisible";
     this.VisibleCheckBox.Size         = new Size(144, 24);
     this.VisibleCheckBox.TabIndex     = 1;
     this.VisibleCheckBox.Text         = "Title Visible";
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.DataTypeComboBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.WidthStyleComboBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.TitleForeColorPicker);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.TitleTextEditMultiLine);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.DataForeColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label2);
     base.Name = "PlotLegendMultiColumnItemPlugIn";
     base.Size = new Size(560, 264);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.TicksVisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TicksLabelMarginTextBox  = new EditBox();
     this.focusLabel1              = new FocusLabel();
     this.TicksLengthNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1 = new FocusLabel();
     this.TicksMarginNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel2 = new FocusLabel();
     this.TicksShowFirstAndLastOnlyCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.TicksVisibleCheckBox.Location     = new Point(192, 32);
     this.TicksVisibleCheckBox.Name         = "TicksVisibleCheckBox";
     this.TicksVisibleCheckBox.PropertyName = "TicksVisible";
     this.TicksVisibleCheckBox.Size         = new Size(72, 24);
     this.TicksVisibleCheckBox.TabIndex     = 0;
     this.TicksVisibleCheckBox.Text         = "Visible";
     this.TicksLabelMarginTextBox.LoadingBegin();
     this.TicksLabelMarginTextBox.Location     = new Point(192, 136);
     this.TicksLabelMarginTextBox.Name         = "TicksLabelMarginTextBox";
     this.TicksLabelMarginTextBox.PropertyName = "TicksLabelMargin";
     this.TicksLabelMarginTextBox.Size         = new Size(56, 20);
     this.TicksLabelMarginTextBox.TabIndex     = 4;
     this.TicksLabelMarginTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.TicksLabelMarginTextBox;
     this.focusLabel1.Location     = new Point(121, 138);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(71, 15);
     this.focusLabel1.Text         = "Label Margin";
     this.focusLabel1.LoadingEnd();
     this.TicksLengthNumericUpDown.Location = new Point(192, 112);
     this.TicksLengthNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.TicksLengthNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.TicksLengthNumericUpDown.Name         = "TicksLengthNumericUpDown";
     this.TicksLengthNumericUpDown.PropertyName = "TicksLength";
     this.TicksLengthNumericUpDown.Size         = new Size(56, 20);
     this.TicksLengthNumericUpDown.TabIndex     = 3;
     this.TicksLengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.TicksLengthNumericUpDown;
     this.label1.Location     = new Point(151, 113);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(41, 15);
     this.label1.Text         = "Length";
     this.label1.LoadingEnd();
     this.TicksMarginNumericUpDown.Location = new Point(192, 88);
     this.TicksMarginNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.TicksMarginNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.TicksMarginNumericUpDown.Name         = "TicksMarginNumericUpDown";
     this.TicksMarginNumericUpDown.PropertyName = "TicksMargin";
     this.TicksMarginNumericUpDown.Size         = new Size(56, 20);
     this.TicksMarginNumericUpDown.TabIndex     = 2;
     this.TicksMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TicksMarginNumericUpDown;
     this.focusLabel2.Location     = new Point(151, 89);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(41, 15);
     this.focusLabel2.Text         = "Margin";
     this.focusLabel2.LoadingEnd();
     this.TicksShowFirstAndLastOnlyCheckBox.Location     = new Point(192, 56);
     this.TicksShowFirstAndLastOnlyCheckBox.Name         = "TicksShowFirstAndLastOnlyCheckBox";
     this.TicksShowFirstAndLastOnlyCheckBox.PropertyName = "TicksShowFirstAndLastOnly";
     this.TicksShowFirstAndLastOnlyCheckBox.Size         = new Size(160, 24);
     this.TicksShowFirstAndLastOnlyCheckBox.TabIndex     = 1;
     this.TicksShowFirstAndLastOnlyCheckBox.Text         = "Show First && Last Only";
     base.Controls.Add(this.TicksShowFirstAndLastOnlyCheckBox);
     base.Controls.Add(this.TicksMarginNumericUpDown);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.TicksLengthNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.TicksLabelMarginTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.TicksVisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLegendChannelImageTicksEditorPlugIn";
     base.Size     = new Size(456, 208);
     base.ResumeLayout(false);
 }
Пример #25
0
 private void InitializeComponent()
 {
     this.ReverseCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox1        = new GroupBox();
     this.AngleMaxTextBox  = new EditBox();
     this.AngleSpanTextBox = new EditBox();
     this.AngleMinTextBox  = new EditBox();
     this.label4           = new FocusLabel();
     this.label6           = new FocusLabel();
     this.label5           = new FocusLabel();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.ReverseCheckBox.Location     = new Point(80, 120);
     this.ReverseCheckBox.Name         = "ReverseCheckBox";
     this.ReverseCheckBox.PropertyName = "Reverse";
     this.ReverseCheckBox.Size         = new Size(72, 24);
     this.ReverseCheckBox.TabIndex     = 1;
     this.ReverseCheckBox.Text         = "Reverse";
     this.groupBox1.Controls.Add(this.AngleMaxTextBox);
     this.groupBox1.Controls.Add(this.AngleSpanTextBox);
     this.groupBox1.Controls.Add(this.AngleMinTextBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new Point(32, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(120, 104);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Angle";
     this.AngleMaxTextBox.LoadingBegin();
     this.AngleMaxTextBox.Location     = new Point(48, 48);
     this.AngleMaxTextBox.Name         = "AngleMaxTextBox";
     this.AngleMaxTextBox.PropertyName = "AngleMax";
     this.AngleMaxTextBox.ReadOnly     = true;
     this.AngleMaxTextBox.Size         = new Size(56, 20);
     this.AngleMaxTextBox.TabIndex     = 1;
     this.AngleMaxTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleMaxTextBox.LoadingEnd();
     this.AngleSpanTextBox.LoadingBegin();
     this.AngleSpanTextBox.Location     = new Point(48, 72);
     this.AngleSpanTextBox.Name         = "AngleSpanTextBox";
     this.AngleSpanTextBox.PropertyName = "AngleSpan";
     this.AngleSpanTextBox.Size         = new Size(56, 20);
     this.AngleSpanTextBox.TabIndex     = 2;
     this.AngleSpanTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleSpanTextBox.LoadingEnd();
     this.AngleMinTextBox.LoadingBegin();
     this.AngleMinTextBox.Location     = new Point(48, 24);
     this.AngleMinTextBox.Name         = "AngleMinTextBox";
     this.AngleMinTextBox.PropertyName = "AngleMin";
     this.AngleMinTextBox.Size         = new Size(56, 20);
     this.AngleMinTextBox.TabIndex     = 0;
     this.AngleMinTextBox.TextAlign    = HorizontalAlignment.Center;
     this.AngleMinTextBox.LoadingEnd();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.AngleMinTextBox;
     this.label4.Location     = new Point(23, 26);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(25, 15);
     this.label4.Text         = "Min";
     this.label4.LoadingEnd();
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.AngleMaxTextBox;
     this.label6.Location     = new Point(20, 50);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(28, 15);
     this.label6.Text         = "Max";
     this.label6.LoadingEnd();
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.AngleSpanTextBox;
     this.label5.Location     = new Point(15, 74);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(33, 15);
     this.label5.Text         = "Span";
     this.label5.LoadingEnd();
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.ReverseCheckBox);
     base.Name  = "ScaleRangeDiscreetAngularEditorPlugIn";
     base.Size  = new Size(296, 152);
     base.Title = "Scale Range Editor";
     this.groupBox1.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #26
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.EnabledCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox                = new EditBox();
     this.focusLabel1                = new FocusLabel();
     this.ColorPicker                = new ColorPicker();
     this.label8                     = new FocusLabel();
     this.FontButton                 = new FontButton();
     this.focusLabel11               = new FocusLabel();
     this.ForeColorPicker            = new ColorPicker();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     this.MarginOuterTextBox         = new EditBox();
     this.focusLabel2                = new FocusLabel();
     this.UserCanEditCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SpacingEditBox             = new EditBox();
     this.focusLabel3                = new FocusLabel();
     this.TitleMarginEditBox         = new EditBox();
     this.focusLabel4                = new FocusLabel();
     this.TitleTextBox               = new EditMultiLine();
     this.focusLabel15               = new FocusLabel();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TitleColorStyleComboBox    = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label10                    = new FocusLabel();
     ((ISupportInitialize)this.LayerNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(288, 11);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 10;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(288, 35);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 11;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(104, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 0;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(67, 18);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ColorPicker.Location     = new Point(104, 80);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 2;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(70, 83);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.FontButton.Location     = new Point(176, 144);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 6;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(45, 147);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location                = new Point(104, 144);
     this.ForeColorPicker.Name                    = "ForeColorPicker";
     this.ForeColorPicker.PropertyName            = "ForeColor";
     this.ForeColorPicker.Size                    = new Size(49, 21);
     this.ForeColorPicker.Style                   = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex                = 5;
     this.ContextMenuEnabledCheckBox.Location     = new Point(288, 59);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 12;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(192, 80);
     this.LayerNumericUpDown.Maximum              = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 3;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(157, 81);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.MarginOuterTextBox.LoadingBegin();
     this.MarginOuterTextBox.Location     = new Point(104, 112);
     this.MarginOuterTextBox.Name         = "MarginOuterTextBox";
     this.MarginOuterTextBox.PropertyName = "MarginOuter";
     this.MarginOuterTextBox.Size         = new Size(88, 20);
     this.MarginOuterTextBox.TabIndex     = 4;
     this.MarginOuterTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.MarginOuterTextBox;
     this.focusLabel2.Location     = new Point(32, 114);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(72, 15);
     this.focusLabel2.Text         = "Margin Outer";
     this.focusLabel2.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(288, 83);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 13;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.SpacingEditBox.LoadingBegin();
     this.SpacingEditBox.Location     = new Point(104, 184);
     this.SpacingEditBox.Name         = "SpacingEditBox";
     this.SpacingEditBox.PropertyName = "Spacing";
     this.SpacingEditBox.Size         = new Size(88, 20);
     this.SpacingEditBox.TabIndex     = 7;
     this.SpacingEditBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.SpacingEditBox;
     this.focusLabel3.Location     = new Point(57, 186);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(47, 15);
     this.focusLabel3.Text         = "Spacing";
     this.focusLabel3.LoadingEnd();
     this.TitleMarginEditBox.LoadingBegin();
     this.TitleMarginEditBox.Location     = new Point(104, 208);
     this.TitleMarginEditBox.Name         = "TitleMarginEditBox";
     this.TitleMarginEditBox.PropertyName = "TitleMargin";
     this.TitleMarginEditBox.Size         = new Size(88, 20);
     this.TitleMarginEditBox.TabIndex     = 8;
     this.TitleMarginEditBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.TitleMarginEditBox;
     this.focusLabel4.Location     = new Point(39, 210);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(65, 15);
     this.focusLabel4.Text         = "Title Margin";
     this.focusLabel4.LoadingEnd();
     this.TitleTextBox.EditFont     = null;
     this.TitleTextBox.Location     = new Point(104, 48);
     this.TitleTextBox.Name         = "TitleTextBox";
     this.TitleTextBox.PropertyName = "TitleText";
     this.TitleTextBox.Size         = new Size(144, 20);
     this.TitleTextBox.TabIndex     = 1;
     this.focusLabel15.LoadingBegin();
     this.focusLabel15.FocusControl = this.TitleTextBox;
     this.focusLabel15.Location     = new Point(51, 51);
     this.focusLabel15.Name         = "focusLabel15";
     this.focusLabel15.Size         = new Size(53, 15);
     this.focusLabel15.Text         = "Title Text";
     this.focusLabel15.LoadingEnd();
     this.CanFocusCheckBox.Location             = new Point(288, 107);
     this.CanFocusCheckBox.Name                 = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName         = "CanFocus";
     this.CanFocusCheckBox.Size                 = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex             = 14;
     this.CanFocusCheckBox.Text                 = "Can Focus";
     this.TitleColorStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TitleColorStyleComboBox.Location      = new Point(104, 232);
     this.TitleColorStyleComboBox.Name          = "TitleColorStyleComboBox";
     this.TitleColorStyleComboBox.PropertyName  = "TitleColorStyle";
     this.TitleColorStyleComboBox.Size          = new Size(121, 21);
     this.TitleColorStyleComboBox.TabIndex      = 9;
     this.label10.LoadingBegin();
     this.label10.FocusControl = this.TitleColorStyleComboBox;
     this.label10.Location     = new Point(20, 234);
     this.label10.Name         = "label10";
     this.label10.Size         = new Size(84, 15);
     this.label10.Text         = "Title Color Style";
     this.label10.LoadingEnd();
     base.Controls.Add(this.TitleColorStyleComboBox);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel15);
     base.Controls.Add(this.TitleMarginEditBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.SpacingEditBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.MarginOuterTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLegendBasicEditorPlugIn";
     base.Size     = new Size(456, 272);
     ((ISupportInitialize)this.LayerNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }
Пример #27
0
 private void InitializeComponent()
 {
     this.VisibleInLegendCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.EnabledCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox             = new EditBox();
     this.focusLabel1             = new FocusLabel();
     this.XAxisNameTextBox        = new EditBox();
     this.focusLabel4             = new FocusLabel();
     this.YAxisNameTextBox        = new EditBox();
     this.focusLabel5             = new FocusLabel();
     this.ColorPicker             = new ColorPicker();
     this.label8 = new FocusLabel();
     this.SendXAxisTrackingDataCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SendYAxisTrackingDataCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LegendNameTextBox             = new EditBox();
     this.focusLabel6  = new FocusLabel();
     this.TitleTextBox = new EditMultiLine();
     this.focusLabel2  = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1 = new FocusLabel();
     this.UserCanEditCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel3                = new FocusLabel();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MarkersTurnOffLimitTextBox = new EditBox();
     this.focusLabel11               = new FocusLabel();
     ((ISupportInitialize)this.LayerNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.VisibleInLegendCheckBox.Location     = new Point(368, 3);
     this.VisibleInLegendCheckBox.Name         = "VisibleInLegendCheckBox";
     this.VisibleInLegendCheckBox.PropertyName = "VisibleInLegend";
     this.VisibleInLegendCheckBox.Size         = new Size(112, 24);
     this.VisibleInLegendCheckBox.TabIndex     = 14;
     this.VisibleInLegendCheckBox.Text         = "Visible In Legend";
     this.VisibleCheckBox.Location             = new Point(264, 3);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 11;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(264, 27);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 12;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(96, 8);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 0;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(59, 10);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.XAxisNameTextBox.LoadingBegin();
     this.XAxisNameTextBox.Location     = new Point(96, 136);
     this.XAxisNameTextBox.Name         = "XAxisNameTextBox";
     this.XAxisNameTextBox.PropertyName = "XAxisName";
     this.XAxisNameTextBox.Size         = new Size(144, 20);
     this.XAxisNameTextBox.TabIndex     = 2;
     this.XAxisNameTextBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.XAxisNameTextBox;
     this.focusLabel4.Location     = new Point(24, 138);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(72, 15);
     this.focusLabel4.Text         = "X-Axis Name";
     this.focusLabel4.LoadingEnd();
     this.YAxisNameTextBox.LoadingBegin();
     this.YAxisNameTextBox.Location     = new Point(96, 160);
     this.YAxisNameTextBox.Name         = "YAxisNameTextBox";
     this.YAxisNameTextBox.PropertyName = "YAxisName";
     this.YAxisNameTextBox.Size         = new Size(144, 20);
     this.YAxisNameTextBox.TabIndex     = 4;
     this.YAxisNameTextBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.YAxisNameTextBox;
     this.focusLabel5.Location     = new Point(24, 162);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(72, 15);
     this.focusLabel5.Text         = "Y-Axis Name";
     this.focusLabel5.LoadingEnd();
     this.ColorPicker.Location     = new Point(96, 224);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 7;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(62, 227);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.SendXAxisTrackingDataCheckBox.Location     = new Point(248, 136);
     this.SendXAxisTrackingDataCheckBox.Name         = "SendXAxisTrackingDataCheckBox";
     this.SendXAxisTrackingDataCheckBox.PropertyName = "SendXAxisTrackingData";
     this.SendXAxisTrackingDataCheckBox.Size         = new Size(168, 24);
     this.SendXAxisTrackingDataCheckBox.TabIndex     = 3;
     this.SendXAxisTrackingDataCheckBox.Text         = "Send X-Axis Tracking Data";
     this.SendYAxisTrackingDataCheckBox.Location     = new Point(248, 160);
     this.SendYAxisTrackingDataCheckBox.Name         = "SendYAxisTrackingDataCheckBox";
     this.SendYAxisTrackingDataCheckBox.PropertyName = "SendYAxisTrackingData";
     this.SendYAxisTrackingDataCheckBox.Size         = new Size(168, 24);
     this.SendYAxisTrackingDataCheckBox.TabIndex     = 5;
     this.SendYAxisTrackingDataCheckBox.Text         = "Send Y-Axis Tracking Data";
     this.LegendNameTextBox.LoadingBegin();
     this.LegendNameTextBox.Location     = new Point(96, 192);
     this.LegendNameTextBox.Name         = "LegendNameTextBox";
     this.LegendNameTextBox.PropertyName = "LegendName";
     this.LegendNameTextBox.Size         = new Size(144, 20);
     this.LegendNameTextBox.TabIndex     = 6;
     this.LegendNameTextBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.LegendNameTextBox;
     this.focusLabel6.Location     = new Point(20, 194);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(76, 15);
     this.focusLabel6.Text         = "Legend Name";
     this.focusLabel6.LoadingEnd();
     this.TitleTextBox.EditFont     = null;
     this.TitleTextBox.Location     = new Point(96, 40);
     this.TitleTextBox.Name         = "TitleTextBox";
     this.TitleTextBox.PropertyName = "TitleText";
     this.TitleTextBox.Size         = new Size(144, 20);
     this.TitleTextBox.TabIndex     = 1;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TitleTextBox;
     this.focusLabel2.Location     = new Point(43, 43);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(53, 15);
     this.focusLabel2.Text         = "Title Text";
     this.focusLabel2.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(368, 27);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(144, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 15;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(184, 224);
     this.LayerNumericUpDown.Maximum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 8;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(149, 225);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.UserCanEditCheckBox.Location           = new Point(264, 51);
     this.UserCanEditCheckBox.Name               = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName       = "UserCanEdit";
     this.UserCanEditCheckBox.Size               = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex           = 13;
     this.UserCanEditCheckBox.Text               = "User Can Edit";
     this.ClippingStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ClippingStyleComboBox.Location         = new Point(328, 224);
     this.ClippingStyleComboBox.MaxDropDownItems = 20;
     this.ClippingStyleComboBox.Name             = "ClippingStyleComboBox";
     this.ClippingStyleComboBox.PropertyName     = "ClippingStyle";
     this.ClippingStyleComboBox.Size             = new Size(80, 21);
     this.ClippingStyleComboBox.TabIndex         = 9;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.ClippingStyleComboBox;
     this.focusLabel3.Location     = new Point(253, 226);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(75, 15);
     this.focusLabel3.Text         = "Clipping Style";
     this.focusLabel3.LoadingEnd();
     this.CanFocusCheckBox.Location     = new Point(368, 51);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(144, 24);
     this.CanFocusCheckBox.TabIndex     = 16;
     this.CanFocusCheckBox.Text         = "Can Focus";
     this.MarkersTurnOffLimitTextBox.LoadingBegin();
     this.MarkersTurnOffLimitTextBox.Location     = new Point(544, 224);
     this.MarkersTurnOffLimitTextBox.Name         = "MarkersTurnOffLimitTextBox";
     this.MarkersTurnOffLimitTextBox.PropertyName = "MarkersTurnOffLimit";
     this.MarkersTurnOffLimitTextBox.Size         = new Size(64, 20);
     this.MarkersTurnOffLimitTextBox.TabIndex     = 10;
     this.MarkersTurnOffLimitTextBox.LoadingEnd();
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.MarkersTurnOffLimitTextBox;
     this.focusLabel11.Location     = new Point(428, 226);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(116, 15);
     this.focusLabel11.Text         = "Markers Turn-Off Limit";
     this.focusLabel11.LoadingEnd();
     base.Controls.Add(this.MarkersTurnOffLimitTextBox);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.LegendNameTextBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.SendYAxisTrackingDataCheckBox);
     base.Controls.Add(this.SendXAxisTrackingDataCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleInLegendCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotChannelSweepIntervalEditorPlugIn";
     base.Size     = new Size(664, 272);
     ((ISupportInitialize)this.LayerNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }
Пример #28
0
 private void InitializeComponent()
 {
     this.StyleComboBox            = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                   = new FocusLabel();
     this.VisibleCheckBox          = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.GradientGroupBox         = new GroupBox();
     this.GradientStopColorPicker  = new ColorPicker();
     this.focusLabel2              = new FocusLabel();
     this.GradientStartColorPicker = new ColorPicker();
     this.focusLabel1              = new FocusLabel();
     this.SolidGroupBox            = new GroupBox();
     this.SolidColorPicker         = new ColorPicker();
     this.label8                   = new FocusLabel();
     this.HatchGroupBox            = new GroupBox();
     this.HatchBackColorPicker     = new ColorPicker();
     this.focusLabel3              = new FocusLabel();
     this.HatchForeColorPicker     = new ColorPicker();
     this.focusLabel4              = new FocusLabel();
     this.GradientGroupBox.SuspendLayout();
     this.SolidGroupBox.SuspendLayout();
     this.HatchGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(48, 56);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(200, 21);
     this.StyleComboBox.TabIndex         = 1;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(16, 58);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(32, 15);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(48, 24);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.GradientGroupBox.Controls.Add(this.GradientStopColorPicker);
     this.GradientGroupBox.Controls.Add(this.focusLabel2);
     this.GradientGroupBox.Controls.Add(this.GradientStartColorPicker);
     this.GradientGroupBox.Controls.Add(this.focusLabel1);
     this.GradientGroupBox.Location            = new Point(136, 88);
     this.GradientGroupBox.Name                = "GradientGroupBox";
     this.GradientGroupBox.Size                = new Size(128, 100);
     this.GradientGroupBox.TabIndex            = 3;
     this.GradientGroupBox.TabStop             = false;
     this.GradientGroupBox.Text                = "Gradient";
     this.GradientStopColorPicker.Location     = new Point(64, 56);
     this.GradientStopColorPicker.Name         = "GradientStopColorPicker";
     this.GradientStopColorPicker.PropertyName = "GradientStopColor";
     this.GradientStopColorPicker.Size         = new Size(48, 21);
     this.GradientStopColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.GradientStopColorPicker.TabIndex     = 1;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.GradientStopColorPicker;
     this.focusLabel2.Location     = new Point(5, 59);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(59, 15);
     this.focusLabel2.Text         = "Stop Color";
     this.focusLabel2.LoadingEnd();
     this.GradientStartColorPicker.Location     = new Point(64, 32);
     this.GradientStartColorPicker.Name         = "GradientStartColorPicker";
     this.GradientStartColorPicker.PropertyName = "GradientStartColor";
     this.GradientStartColorPicker.Size         = new Size(48, 21);
     this.GradientStartColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.GradientStartColorPicker.TabIndex     = 0;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.GradientStartColorPicker;
     this.focusLabel1.Location     = new Point(4, 35);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(60, 15);
     this.focusLabel1.Text         = "Start Color";
     this.focusLabel1.LoadingEnd();
     this.SolidGroupBox.Controls.Add(this.SolidColorPicker);
     this.SolidGroupBox.Controls.Add(this.label8);
     this.SolidGroupBox.Location        = new Point(16, 88);
     this.SolidGroupBox.Name            = "SolidGroupBox";
     this.SolidGroupBox.Size            = new Size(112, 100);
     this.SolidGroupBox.TabIndex        = 2;
     this.SolidGroupBox.TabStop         = false;
     this.SolidGroupBox.Text            = "Solid";
     this.SolidColorPicker.Location     = new Point(48, 32);
     this.SolidColorPicker.Name         = "SolidColorPicker";
     this.SolidColorPicker.PropertyName = "SolidColor";
     this.SolidColorPicker.Size         = new Size(48, 21);
     this.SolidColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.SolidColorPicker.TabIndex     = 0;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.SolidColorPicker;
     this.label8.Location     = new Point(14, 35);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.HatchGroupBox.Controls.Add(this.HatchBackColorPicker);
     this.HatchGroupBox.Controls.Add(this.focusLabel3);
     this.HatchGroupBox.Controls.Add(this.HatchForeColorPicker);
     this.HatchGroupBox.Controls.Add(this.focusLabel4);
     this.HatchGroupBox.Location            = new Point(272, 88);
     this.HatchGroupBox.Name                = "HatchGroupBox";
     this.HatchGroupBox.Size                = new Size(128, 100);
     this.HatchGroupBox.TabIndex            = 4;
     this.HatchGroupBox.TabStop             = false;
     this.HatchGroupBox.Text                = "Hatch";
     this.HatchBackColorPicker.Location     = new Point(64, 56);
     this.HatchBackColorPicker.Name         = "HatchBackColorPicker";
     this.HatchBackColorPicker.PropertyName = "HatchBackColor";
     this.HatchBackColorPicker.Size         = new Size(48, 21);
     this.HatchBackColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.HatchBackColorPicker.TabIndex     = 1;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.HatchBackColorPicker;
     this.focusLabel3.Location     = new Point(3, 59);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(61, 15);
     this.focusLabel3.Text         = "Back Color";
     this.focusLabel3.LoadingEnd();
     this.HatchForeColorPicker.Location     = new Point(64, 32);
     this.HatchForeColorPicker.Name         = "HatchForeColorPicker";
     this.HatchForeColorPicker.PropertyName = "HatchForeColor";
     this.HatchForeColorPicker.Size         = new Size(48, 21);
     this.HatchForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.HatchForeColorPicker.TabIndex     = 0;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.HatchForeColorPicker;
     this.focusLabel4.Location     = new Point(5, 35);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(59, 15);
     this.focusLabel4.Text         = "Fore Color";
     this.focusLabel4.LoadingEnd();
     base.Controls.Add(this.HatchGroupBox);
     base.Controls.Add(this.SolidGroupBox);
     base.Controls.Add(this.GradientGroupBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name = "PlotBrushEditorPlugIn";
     base.Size = new Size(424, 288);
     this.GradientGroupBox.ResumeLayout(false);
     this.SolidGroupBox.ResumeLayout(false);
     this.HatchGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.groupBox3            = new GroupBox();
     this.HatchForeColorPicker = new ColorPicker();
     this.focusLabel7          = new FocusLabel();
     this.HatchBackColorPicker = new ColorPicker();
     this.focusLabel6          = new FocusLabel();
     this.groupBox2            = new GroupBox();
     this.OutlineColorPicker   = new ColorPicker();
     this.focusLabel4          = new FocusLabel();
     this.OutlineStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel5          = new FocusLabel();
     this.groupBox1            = new GroupBox();
     this.FillColorPicker      = new ColorPicker();
     this.focusLabel3          = new FocusLabel();
     this.FillStyleComboBox    = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel2          = new FocusLabel();
     this.RotationTextBox      = new EditBox();
     this.focusLabel1          = new FocusLabel();
     this.EnabledCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.YTextBox             = new EditBox();
     this.label9                   = new FocusLabel();
     this.XTextBox                 = new EditBox();
     this.label8                   = new FocusLabel();
     this.HeightTextBox            = new EditBox();
     this.WidthTextBox             = new EditBox();
     this.label7                   = new FocusLabel();
     this.CanSizeCheckBox          = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanMoveCheckBox          = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label1                   = new FocusLabel();
     this.groupBox4                = new GroupBox();
     this.GradientStartColorPicker = new ColorPicker();
     this.focusLabel8              = new FocusLabel();
     this.GradientStopColorPicker  = new ColorPicker();
     this.focusLabel9              = new FocusLabel();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     base.SuspendLayout();
     this.groupBox3.Controls.Add(this.HatchForeColorPicker);
     this.groupBox3.Controls.Add(this.focusLabel7);
     this.groupBox3.Controls.Add(this.HatchBackColorPicker);
     this.groupBox3.Controls.Add(this.focusLabel6);
     this.groupBox3.Location                = new Point(368, 163);
     this.groupBox3.Name                    = "groupBox3";
     this.groupBox3.Size                    = new Size(136, 88);
     this.groupBox3.TabIndex                = 12;
     this.groupBox3.TabStop                 = false;
     this.groupBox3.Text                    = "Hatch";
     this.HatchForeColorPicker.Location     = new Point(72, 24);
     this.HatchForeColorPicker.Name         = "HatchForeColorPicker";
     this.HatchForeColorPicker.PropertyName = "HatchForeColor";
     this.HatchForeColorPicker.Size         = new Size(48, 21);
     this.HatchForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.HatchForeColorPicker.TabIndex     = 0;
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.HatchForeColorPicker;
     this.focusLabel7.Location     = new Point(13, 27);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(59, 15);
     this.focusLabel7.Text         = "Fore Color";
     this.focusLabel7.LoadingEnd();
     this.HatchBackColorPicker.Location     = new Point(72, 56);
     this.HatchBackColorPicker.Name         = "HatchBackColorPicker";
     this.HatchBackColorPicker.PropertyName = "HatchBackColor";
     this.HatchBackColorPicker.Size         = new Size(48, 21);
     this.HatchBackColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.HatchBackColorPicker.TabIndex     = 1;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.HatchBackColorPicker;
     this.focusLabel6.Location     = new Point(11, 59);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(61, 15);
     this.focusLabel6.Text         = "Back Color";
     this.focusLabel6.LoadingEnd();
     this.groupBox2.Controls.Add(this.OutlineColorPicker);
     this.groupBox2.Controls.Add(this.focusLabel4);
     this.groupBox2.Controls.Add(this.OutlineStyleComboBox);
     this.groupBox2.Controls.Add(this.focusLabel5);
     this.groupBox2.Location              = new Point(136, 67);
     this.groupBox2.Name                  = "groupBox2";
     this.groupBox2.Size                  = new Size(224, 88);
     this.groupBox2.TabIndex              = 9;
     this.groupBox2.TabStop               = false;
     this.groupBox2.Text                  = "Outline";
     this.OutlineColorPicker.Location     = new Point(48, 56);
     this.OutlineColorPicker.Name         = "OutlineColorPicker";
     this.OutlineColorPicker.PropertyName = "OutlineColor";
     this.OutlineColorPicker.Size         = new Size(48, 21);
     this.OutlineColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.OutlineColorPicker.TabIndex     = 1;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.OutlineColorPicker;
     this.focusLabel4.Location     = new Point(14, 59);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(34, 15);
     this.focusLabel4.Text         = "Color";
     this.focusLabel4.LoadingEnd();
     this.OutlineStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.OutlineStyleComboBox.Location      = new Point(48, 24);
     this.OutlineStyleComboBox.Name          = "OutlineStyleComboBox";
     this.OutlineStyleComboBox.PropertyName  = "OutlineStyle";
     this.OutlineStyleComboBox.Size          = new Size(168, 21);
     this.OutlineStyleComboBox.TabIndex      = 0;
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.OutlineStyleComboBox;
     this.focusLabel5.Location     = new Point(16, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(32, 15);
     this.focusLabel5.Text         = "Style";
     this.focusLabel5.LoadingEnd();
     this.groupBox1.Controls.Add(this.FillColorPicker);
     this.groupBox1.Controls.Add(this.focusLabel3);
     this.groupBox1.Controls.Add(this.FillStyleComboBox);
     this.groupBox1.Controls.Add(this.focusLabel2);
     this.groupBox1.Location           = new Point(136, 163);
     this.groupBox1.Name               = "groupBox1";
     this.groupBox1.Size               = new Size(224, 88);
     this.groupBox1.TabIndex           = 10;
     this.groupBox1.TabStop            = false;
     this.groupBox1.Text               = "Fill";
     this.FillColorPicker.Location     = new Point(48, 56);
     this.FillColorPicker.Name         = "FillColorPicker";
     this.FillColorPicker.PropertyName = "FillColor";
     this.FillColorPicker.Size         = new Size(48, 21);
     this.FillColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.FillColorPicker.TabIndex     = 1;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.FillColorPicker;
     this.focusLabel3.Location     = new Point(14, 59);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(34, 15);
     this.focusLabel3.Text         = "Color";
     this.focusLabel3.LoadingEnd();
     this.FillStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.FillStyleComboBox.Location      = new Point(48, 24);
     this.FillStyleComboBox.Name          = "FillStyleComboBox";
     this.FillStyleComboBox.PropertyName  = "FillStyle";
     this.FillStyleComboBox.Size          = new Size(168, 21);
     this.FillStyleComboBox.TabIndex      = 0;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.FillStyleComboBox;
     this.focusLabel2.Location     = new Point(16, 26);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(32, 15);
     this.focusLabel2.Text         = "Style";
     this.focusLabel2.LoadingEnd();
     this.RotationTextBox.LoadingBegin();
     this.RotationTextBox.Location     = new Point(72, 168);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 8;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.RotationTextBox;
     this.focusLabel1.Location     = new Point(23, 170);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(49, 15);
     this.focusLabel1.Text         = "Rotation";
     this.focusLabel1.LoadingEnd();
     this.EnabledCheckBox.Location     = new Point(160, 32);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(72, 24);
     this.EnabledCheckBox.TabIndex     = 1;
     this.EnabledCheckBox.Text         = "Enabled";
     this.VisibleCheckBox.Location     = new Point(72, 32);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.YTextBox.LoadingBegin();
     this.YTextBox.Location     = new Point(72, 96);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(48, 20);
     this.YTextBox.TabIndex     = 5;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(57, 98);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(72, 72);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(48, 20);
     this.XTextBox.TabIndex     = 4;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(57, 74);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(15, 15);
     this.label8.Text         = "X";
     this.label8.LoadingEnd();
     this.HeightTextBox.LoadingBegin();
     this.HeightTextBox.Location     = new Point(72, 144);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(48, 20);
     this.HeightTextBox.TabIndex     = 7;
     this.HeightTextBox.LoadingEnd();
     this.WidthTextBox.LoadingBegin();
     this.WidthTextBox.Location     = new Point(72, 120);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(48, 20);
     this.WidthTextBox.TabIndex     = 6;
     this.WidthTextBox.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.WidthTextBox;
     this.label7.Location     = new Point(36, 122);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(36, 15);
     this.label7.Text         = "Width";
     this.label7.LoadingEnd();
     this.CanSizeCheckBox.Location     = new Point(352, 32);
     this.CanSizeCheckBox.Name         = "CanSizeCheckBox";
     this.CanSizeCheckBox.PropertyName = "CanSize";
     this.CanSizeCheckBox.Size         = new Size(72, 24);
     this.CanSizeCheckBox.TabIndex     = 3;
     this.CanSizeCheckBox.Text         = "Can Size";
     this.CanMoveCheckBox.Location     = new Point(256, 32);
     this.CanMoveCheckBox.Name         = "CanMoveCheckBox";
     this.CanMoveCheckBox.PropertyName = "CanMove";
     this.CanMoveCheckBox.Size         = new Size(80, 24);
     this.CanMoveCheckBox.TabIndex     = 2;
     this.CanMoveCheckBox.Text         = "Can Move";
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(33, 146);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(39, 15);
     this.label1.Text         = "Height";
     this.label1.LoadingEnd();
     this.groupBox4.Controls.Add(this.GradientStartColorPicker);
     this.groupBox4.Controls.Add(this.focusLabel8);
     this.groupBox4.Controls.Add(this.GradientStopColorPicker);
     this.groupBox4.Controls.Add(this.focusLabel9);
     this.groupBox4.Location = new Point(368, 67);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new Size(136, 88);
     this.groupBox4.TabIndex = 11;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Gradient";
     this.GradientStartColorPicker.Location     = new Point(72, 24);
     this.GradientStartColorPicker.Name         = "GradientStartColorPicker";
     this.GradientStartColorPicker.PropertyName = "GradientStartColor";
     this.GradientStartColorPicker.Size         = new Size(48, 21);
     this.GradientStartColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.GradientStartColorPicker.TabIndex     = 0;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.GradientStartColorPicker;
     this.focusLabel8.Location     = new Point(12, 27);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(60, 15);
     this.focusLabel8.Text         = "Start Color";
     this.focusLabel8.LoadingEnd();
     this.GradientStopColorPicker.Location     = new Point(72, 56);
     this.GradientStopColorPicker.Name         = "GradientStopColorPicker";
     this.GradientStopColorPicker.PropertyName = "GradientStopColor";
     this.GradientStopColorPicker.Size         = new Size(48, 21);
     this.GradientStopColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.GradientStopColorPicker.TabIndex     = 1;
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.GradientStopColorPicker;
     this.focusLabel9.Location     = new Point(13, 59);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(59, 15);
     this.focusLabel9.Text         = "Stop Color";
     this.focusLabel9.LoadingEnd();
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.HeightTextBox);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.CanSizeCheckBox);
     base.Controls.Add(this.CanMoveCheckBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.groupBox4);
     base.Location = new Point(10, 20);
     base.Name     = "AnnotationEllipseEditorPlugIn";
     base.Size     = new Size(736, 416);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #30
0
 private void InitializeComponent()
 {
     this.ThicknessNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label10                 = new FocusLabel();
     this.label7                  = new FocusLabel();
     this.LengthNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox1               = new GroupBox();
     this.TextMarginNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.TextVisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label6                  = new FocusLabel();
     this.AlignmentComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label1                  = new FocusLabel();
     this.FontButton              = new FontButton();
     this.ForeColorPicker         = new ColorPicker();
     this.ColorPicker             = new ColorPicker();
     this.label9                  = new FocusLabel();
     this.label8                  = new FocusLabel();
     ((ISupportInitialize)this.ThicknessNumericUpDown).BeginInit();
     ((ISupportInitialize)this.LengthNumericUpDown).BeginInit();
     this.groupBox1.SuspendLayout();
     ((ISupportInitialize)this.TextMarginNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.ThicknessNumericUpDown.Location     = new Point(88, 88);
     this.ThicknessNumericUpDown.Name         = "ThicknessNumericUpDown";
     this.ThicknessNumericUpDown.PropertyName = "Thickness";
     this.ThicknessNumericUpDown.Size         = new Size(57, 20);
     this.ThicknessNumericUpDown.TabIndex     = 2;
     this.ThicknessNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label10.LoadingBegin();
     this.label10.FocusControl = this.ThicknessNumericUpDown;
     this.label10.Location     = new Point(31, 89);
     this.label10.Name         = "label10";
     this.label10.Size         = new Size(57, 15);
     this.label10.Text         = "Thickness";
     this.label10.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.LengthNumericUpDown;
     this.label7.Location     = new Point(47, 65);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(41, 15);
     this.label7.Text         = "Length";
     this.label7.LoadingEnd();
     this.LengthNumericUpDown.Location     = new Point(88, 64);
     this.LengthNumericUpDown.Name         = "LengthNumericUpDown";
     this.LengthNumericUpDown.PropertyName = "Length";
     this.LengthNumericUpDown.Size         = new Size(57, 20);
     this.LengthNumericUpDown.TabIndex     = 1;
     this.LengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.groupBox1.Controls.Add(this.TextMarginNumericUpDown);
     this.groupBox1.Controls.Add(this.TextVisibleCheckBox);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox1.Location = new Point(248, 27);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(120, 72);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Text";
     this.TextMarginNumericUpDown.Location     = new Point(64, 16);
     this.TextMarginNumericUpDown.Name         = "TextMarginNumericUpDown";
     this.TextMarginNumericUpDown.PropertyName = "TextMargin";
     this.TextMarginNumericUpDown.Size         = new Size(48, 20);
     this.TextMarginNumericUpDown.TabIndex     = 0;
     this.TextMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.TextVisibleCheckBox.Location         = new Point(24, 40);
     this.TextVisibleCheckBox.Name             = "TextVisibleCheckBox";
     this.TextVisibleCheckBox.PropertyName     = "TextVisible";
     this.TextVisibleCheckBox.Size             = new Size(62, 24);
     this.TextVisibleCheckBox.TabIndex         = 1;
     this.TextVisibleCheckBox.Text             = "Visible";
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.TextMarginNumericUpDown;
     this.label6.Location     = new Point(23, 17);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(41, 15);
     this.label6.Text         = "Margin";
     this.label6.LoadingEnd();
     this.AlignmentComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.AlignmentComboBox.Location      = new Point(88, 32);
     this.AlignmentComboBox.Name          = "AlignmentComboBox";
     this.AlignmentComboBox.PropertyName  = "Alignment";
     this.AlignmentComboBox.Size          = new Size(144, 21);
     this.AlignmentComboBox.TabIndex      = 0;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.AlignmentComboBox;
     this.label1.Location     = new Point(31, 34);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Alignment";
     this.label1.LoadingEnd();
     this.FontButton.Location          = new Point(272, 112);
     this.FontButton.Name              = "FontButton";
     this.FontButton.PropertyName      = "Font";
     this.FontButton.TabIndex          = 6;
     this.ForeColorPicker.Location     = new Point(88, 152);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(144, 21);
     this.ForeColorPicker.TabIndex     = 4;
     this.ColorPicker.Location         = new Point(88, 128);
     this.ColorPicker.Name             = "ColorPicker";
     this.ColorPicker.PropertyName     = "Color";
     this.ColorPicker.Size             = new Size(144, 21);
     this.ColorPicker.TabIndex         = 3;
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.ColorPicker;
     this.label9.Location     = new Point(54, 131);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(34, 15);
     this.label9.Text         = "Color";
     this.label9.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ForeColorPicker;
     this.label8.Location     = new Point(29, 155);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(59, 15);
     this.label8.Text         = "Fore Color";
     this.label8.LoadingEnd();
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.LengthNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.AlignmentComboBox);
     base.Controls.Add(this.ThicknessNumericUpDown);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.groupBox1);
     base.Name  = "ScaleTickMidEditorPlugIn";
     base.Size  = new Size(600, 304);
     base.Title = "Tick-Mid Editor";
     ((ISupportInitialize)this.ThicknessNumericUpDown).EndInit();
     ((ISupportInitialize)this.LengthNumericUpDown).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((ISupportInitialize)this.TextMarginNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }