Example #1
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.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                          = new FocusLabel();
     this.MaxTextBox                      = new EditBox();
     this.label2                          = new FocusLabel();
     this.SpanTextBox                     = new EditBox();
     this.ReverseCheckBox                 = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinTextBox                      = new EditBox();
     this.label3                          = new FocusLabel();
     this.focusLabel2                     = new FocusLabel();
     this.MinDoubleEditButton             = new DoubleEditButton();
     this.MaxDoubleEditButton             = new DoubleEditButton();
     this.SpanDoubleEditButton            = new DoubleEditButton();
     this.ColorPicker                     = new ColorPicker();
     this.label8                          = new FocusLabel();
     this.UserCanEditCheckBox             = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CursorScalerEditBox             = new EditBox();
     this.focusLabel3                     = new FocusLabel();
     this.TitleTextBox                    = new EditMultiLine();
     this.focusLabel4                     = new FocusLabel();
     this.focusLabel5                     = new FocusLabel();
     this.ScaleTypeComboBox               = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.ControlKeyToggleEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanFocusCheckBox                = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MasterUICheckBox                = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ClipToMinMaxCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MasterUISlaveCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     ((ISupportInitialize)this.LayerNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(288, 3);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 13;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(288, 27);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 14;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(104, 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(67, 10);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(288, 51);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 15;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(192, 64);
     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, 65);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.MaxTextBox.LoadingBegin();
     this.MaxTextBox.Location     = new Point(104, 128);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.PropertyName = "Max";
     this.MaxTextBox.ReadOnly     = true;
     this.MaxTextBox.Size         = new Size(144, 20);
     this.MaxTextBox.TabIndex     = 6;
     this.MaxTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MaxTextBox.LoadingEnd();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.SpanTextBox;
     this.label2.Location     = new Point(71, 154);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(33, 15);
     this.label2.Text         = "Span";
     this.label2.LoadingEnd();
     this.SpanTextBox.LoadingBegin();
     this.SpanTextBox.Location     = new Point(104, 152);
     this.SpanTextBox.Name         = "SpanTextBox";
     this.SpanTextBox.PropertyName = "Span";
     this.SpanTextBox.Size         = new Size(144, 20);
     this.SpanTextBox.TabIndex     = 8;
     this.SpanTextBox.TextAlign    = HorizontalAlignment.Center;
     this.SpanTextBox.LoadingEnd();
     this.ReverseCheckBox.Location     = new Point(216, 184);
     this.ReverseCheckBox.Name         = "ReverseCheckBox";
     this.ReverseCheckBox.PropertyName = "Reverse";
     this.ReverseCheckBox.Size         = new Size(72, 24);
     this.ReverseCheckBox.TabIndex     = 11;
     this.ReverseCheckBox.Text         = "Reverse";
     this.MinTextBox.LoadingBegin();
     this.MinTextBox.Location     = new Point(104, 104);
     this.MinTextBox.Name         = "MinTextBox";
     this.MinTextBox.PropertyName = "Min";
     this.MinTextBox.Size         = new Size(144, 20);
     this.MinTextBox.TabIndex     = 4;
     this.MinTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MinTextBox.LoadingEnd();
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MaxTextBox;
     this.label3.Location     = new Point(76, 130);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(28, 15);
     this.label3.Text         = "Max";
     this.label3.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.MinTextBox;
     this.focusLabel2.Location     = new Point(79, 106);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(25, 15);
     this.focusLabel2.Text         = "Min";
     this.focusLabel2.LoadingEnd();
     this.MinDoubleEditButton.EditBox   = this.MinTextBox;
     this.MinDoubleEditButton.Location  = new Point(248, 102);
     this.MinDoubleEditButton.Name      = "MinDoubleEditButton";
     this.MinDoubleEditButton.TabIndex  = 5;
     this.MaxDoubleEditButton.EditBox   = this.MaxTextBox;
     this.MaxDoubleEditButton.Location  = new Point(248, 126);
     this.MaxDoubleEditButton.Name      = "MaxDoubleEditButton";
     this.MaxDoubleEditButton.TabIndex  = 7;
     this.SpanDoubleEditButton.EditBox  = this.SpanTextBox;
     this.SpanDoubleEditButton.Location = new Point(248, 150);
     this.SpanDoubleEditButton.Name     = "SpanDoubleEditButton";
     this.SpanDoubleEditButton.TabIndex = 9;
     this.ColorPicker.Location          = new Point(104, 64);
     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, 67);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(288, 75);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 16;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.CursorScalerEditBox.LoadingBegin();
     this.CursorScalerEditBox.Location     = new Point(104, 224);
     this.CursorScalerEditBox.Name         = "CursorScalerEditBox";
     this.CursorScalerEditBox.PropertyName = "CursorScaler";
     this.CursorScalerEditBox.Size         = new Size(144, 20);
     this.CursorScalerEditBox.TabIndex     = 12;
     this.CursorScalerEditBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.CursorScalerEditBox;
     this.focusLabel3.Location     = new Point(29, 226);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(75, 15);
     this.focusLabel3.Text         = "Cursor Scaler";
     this.focusLabel3.LoadingEnd();
     this.TitleTextBox.EditFont     = null;
     this.TitleTextBox.Location     = new Point(104, 32);
     this.TitleTextBox.Name         = "TitleTextBox";
     this.TitleTextBox.PropertyName = "TitleText";
     this.TitleTextBox.Size         = new Size(144, 20);
     this.TitleTextBox.TabIndex     = 1;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.TitleTextBox;
     this.focusLabel4.Location     = new Point(51, 35);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(53, 15);
     this.focusLabel4.Text         = "Title Text";
     this.focusLabel4.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.ScaleTypeComboBox;
     this.focusLabel5.Location     = new Point(42, 186);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(62, 15);
     this.focusLabel5.Text         = "Scale Type";
     this.focusLabel5.LoadingEnd();
     this.ScaleTypeComboBox.DropDownStyle              = ComboBoxStyle.DropDownList;
     this.ScaleTypeComboBox.Location                   = new Point(104, 184);
     this.ScaleTypeComboBox.Name                       = "ScaleTypeComboBox";
     this.ScaleTypeComboBox.PropertyName               = "ScaleType";
     this.ScaleTypeComboBox.Size                       = new Size(104, 21);
     this.ScaleTypeComboBox.TabIndex                   = 10;
     this.ControlKeyToggleEnabledCheckBox.Location     = new Point(288, 123);
     this.ControlKeyToggleEnabledCheckBox.Name         = "ControlKeyToggleEnabledCheckBox";
     this.ControlKeyToggleEnabledCheckBox.PropertyName = "ControlKeyToggleEnabled";
     this.ControlKeyToggleEnabledCheckBox.Size         = new Size(208, 24);
     this.ControlKeyToggleEnabledCheckBox.TabIndex     = 18;
     this.ControlKeyToggleEnabledCheckBox.Text         = "Control-Key Toggle Enabled";
     this.CanFocusCheckBox.Location                    = new Point(288, 99);
     this.CanFocusCheckBox.Name              = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName      = "CanFocus";
     this.CanFocusCheckBox.Size              = new Size(144, 24);
     this.CanFocusCheckBox.TabIndex          = 17;
     this.CanFocusCheckBox.Text              = "Can Focus";
     this.MasterUICheckBox.Location          = new Point(288, 147);
     this.MasterUICheckBox.Name              = "MasterUICheckBox";
     this.MasterUICheckBox.PropertyName      = "MasterUI";
     this.MasterUICheckBox.Size              = new Size(208, 24);
     this.MasterUICheckBox.TabIndex          = 19;
     this.MasterUICheckBox.Text              = "Master UI";
     this.ClipToMinMaxCheckBox.Location      = new Point(288, 195);
     this.ClipToMinMaxCheckBox.Name          = "ClipToMinMaxCheckBox";
     this.ClipToMinMaxCheckBox.PropertyName  = "ClipToMinMax";
     this.ClipToMinMaxCheckBox.Size          = new Size(208, 24);
     this.ClipToMinMaxCheckBox.TabIndex      = 21;
     this.ClipToMinMaxCheckBox.Text          = "Clip To Min-Max";
     this.MasterUISlaveCheckBox.Location     = new Point(288, 171);
     this.MasterUISlaveCheckBox.Name         = "MasterUISlaveCheckBox";
     this.MasterUISlaveCheckBox.PropertyName = "MasterUISlave";
     this.MasterUISlaveCheckBox.Size         = new Size(208, 24);
     this.MasterUISlaveCheckBox.TabIndex     = 20;
     this.MasterUISlaveCheckBox.Text         = "Master UI Slave";
     base.Controls.Add(this.MasterUISlaveCheckBox);
     base.Controls.Add(this.ClipToMinMaxCheckBox);
     base.Controls.Add(this.MasterUICheckBox);
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.ControlKeyToggleEnabledCheckBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.ScaleTypeComboBox);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.CursorScalerEditBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.SpanDoubleEditButton);
     base.Controls.Add(this.MaxDoubleEditButton);
     base.Controls.Add(this.MinDoubleEditButton);
     base.Controls.Add(this.MaxTextBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.SpanTextBox);
     base.Controls.Add(this.ReverseCheckBox);
     base.Controls.Add(this.MinTextBox);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     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     = "PlotAxisEditorPlugIn";
     base.Size     = new Size(568, 272);
     base.Tag      = "";
     base.Title    = "Plot Axis Editor";
     ((ISupportInitialize)this.LayerNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.DesiredIncrementTextBox = new EditBox();
     this.label2 = new FocusLabel();
     this.MinTextSpacingTextBox = new EditBox();
     this.label1 = new FocusLabel();
     this.MidIncludedCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3 = new FocusLabel();
     this.DesiredIncrementDoubleEditButton = new DoubleEditButton();
     this.FixedMinMaxMajorsCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     ((ISupportInitialize)this.MinorCountNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.DesiredIncrementTextBox.LoadingBegin();
     this.DesiredIncrementTextBox.Location     = new Point(120, 104);
     this.DesiredIncrementTextBox.Name         = "DesiredIncrementTextBox";
     this.DesiredIncrementTextBox.PropertyName = "DesiredIncrement";
     this.DesiredIncrementTextBox.Size         = new Size(104, 20);
     this.DesiredIncrementTextBox.TabIndex     = 4;
     this.DesiredIncrementTextBox.TextAlign    = HorizontalAlignment.Center;
     this.DesiredIncrementTextBox.LoadingEnd();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DesiredIncrementTextBox;
     this.label2.Location     = new Point(23, 106);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(97, 15);
     this.label2.Text         = "Desired Increment";
     this.label2.LoadingEnd();
     this.MinTextSpacingTextBox.LoadingBegin();
     this.MinTextSpacingTextBox.Location     = new Point(120, 80);
     this.MinTextSpacingTextBox.Name         = "MinTextSpacingTextBox";
     this.MinTextSpacingTextBox.PropertyName = "MinTextSpacing";
     this.MinTextSpacingTextBox.Size         = new Size(56, 20);
     this.MinTextSpacingTextBox.TabIndex     = 3;
     this.MinTextSpacingTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MinTextSpacingTextBox.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MinTextSpacingTextBox;
     this.label1.Location     = new Point(28, 82);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(92, 15);
     this.label1.Text         = "Min Text Spacing";
     this.label1.LoadingEnd();
     this.MidIncludedCheckBox.Location         = new Point(120, 0);
     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(120, 56);
     this.MinorCountNumericUpDown.Name         = "MinorCountNumericUpDown";
     this.MinorCountNumericUpDown.PropertyName = "MinorCount";
     this.MinorCountNumericUpDown.Size         = new Size(56, 20);
     this.MinorCountNumericUpDown.TabIndex     = 2;
     this.MinorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MinorCountNumericUpDown;
     this.label3.Location     = new Point(53, 57);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(67, 15);
     this.label3.Text         = "Minor Count";
     this.label3.LoadingEnd();
     this.DesiredIncrementDoubleEditButton.EditBox  = this.DesiredIncrementTextBox;
     this.DesiredIncrementDoubleEditButton.Location = new Point(224, 102);
     this.DesiredIncrementDoubleEditButton.Name     = "DesiredIncrementDoubleEditButton";
     this.DesiredIncrementDoubleEditButton.TabIndex = 5;
     this.FixedMinMaxMajorsCheckBox.Location        = new Point(120, 24);
     this.FixedMinMaxMajorsCheckBox.Name            = "FixedMinMaxMajorsCheckBox";
     this.FixedMinMaxMajorsCheckBox.PropertyName    = "FixedMinMaxMajors";
     this.FixedMinMaxMajorsCheckBox.Size            = new Size(144, 24);
     this.FixedMinMaxMajorsCheckBox.TabIndex        = 0;
     this.FixedMinMaxMajorsCheckBox.Text            = "Fixed Min/Max Majors";
     base.Controls.Add(this.FixedMinMaxMajorsCheckBox);
     base.Controls.Add(this.DesiredIncrementDoubleEditButton);
     base.Controls.Add(this.MinorCountNumericUpDown);
     base.Controls.Add(this.MidIncludedCheckBox);
     base.Controls.Add(this.MinTextSpacingTextBox);
     base.Controls.Add(this.DesiredIncrementTextBox);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Name  = "ScaleGeneratorAutoEditorPlugIn";
     base.Size  = new Size(496, 160);
     base.Title = "Generator Auto Editor";
     ((ISupportInitialize)this.MinorCountNumericUpDown).EndInit();
     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.SpanDoubleEditButton           = new DoubleEditButton();
     this.MaxDoubleEditButton            = new DoubleEditButton();
     this.MinDoubleEditButton            = new DoubleEditButton();
     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.LimitsEnforcedCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SpanUpperLimitDoubleEditButton = new DoubleEditButton();
     this.LimitSpanUpperValueEditBox     = new EditBox();
     this.LimitSpanUpperEnabledCheckBox  = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MaxUpperLimitDoubleEditButton  = new DoubleEditButton();
     this.LimitMaxUpperValueEditBox      = new EditBox();
     this.LimitMaxUpperEnabledCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinLowerLimitDoubleEditButton  = new DoubleEditButton();
     this.LimitMinLowerValueEditBox      = new EditBox();
     this.SpanLowerLimitDoubleEditButton = new DoubleEditButton();
     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.groupBox1                      = new GroupBox();
     this.SplitPercentEditBox            = new EditBox();
     this.focusLabel9                    = new FocusLabel();
     this.SplitStartTextBox              = new EditBox();
     this.label8                         = new FocusLabel();
     this.LimitGroupBox.SuspendLayout();
     this.groupBox1.SuspendLayout();
     base.SuspendLayout();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MinTextBox;
     this.label1.Location     = new Point(47, 42);
     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(72, 40);
     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(44, 66);
     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(72, 64);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.PropertyName = "Max";
     this.MaxTextBox.ReadOnly     = true;
     this.MaxTextBox.Size         = new Size(144, 20);
     this.MaxTextBox.TabIndex     = 2;
     this.MaxTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MaxTextBox.LoadingEnd();
     this.SpanTextBox.LoadingBegin();
     this.SpanTextBox.Location     = new Point(72, 88);
     this.SpanTextBox.Name         = "SpanTextBox";
     this.SpanTextBox.PropertyName = "Span";
     this.SpanTextBox.Size         = new Size(144, 20);
     this.SpanTextBox.TabIndex     = 4;
     this.SpanTextBox.TextAlign    = HorizontalAlignment.Center;
     this.SpanTextBox.LoadingEnd();
     this.ReverseCheckBox.Location     = new Point(72, 112);
     this.ReverseCheckBox.Name         = "ReverseCheckBox";
     this.ReverseCheckBox.PropertyName = "Reverse";
     this.ReverseCheckBox.Size         = new Size(72, 24);
     this.ReverseCheckBox.TabIndex     = 6;
     this.ReverseCheckBox.Text         = "Reverse";
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.SpanTextBox;
     this.label2.Location     = new Point(39, 90);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(33, 15);
     this.label2.Text         = "Span";
     this.label2.LoadingEnd();
     this.SpanDoubleEditButton.EditBox  = this.SpanTextBox;
     this.SpanDoubleEditButton.Location = new Point(216, 86);
     this.SpanDoubleEditButton.Name     = "SpanDoubleEditButton";
     this.SpanDoubleEditButton.TabIndex = 5;
     this.MaxDoubleEditButton.EditBox   = this.MaxTextBox;
     this.MaxDoubleEditButton.Location  = new Point(216, 62);
     this.MaxDoubleEditButton.Name      = "MaxDoubleEditButton";
     this.MaxDoubleEditButton.TabIndex  = 3;
     this.MinDoubleEditButton.EditBox   = this.MinTextBox;
     this.MinDoubleEditButton.Location  = new Point(216, 38);
     this.MinDoubleEditButton.Name      = "MinDoubleEditButton";
     this.MinDoubleEditButton.TabIndex  = 1;
     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.LimitsEnforcedCheckBox);
     this.LimitGroupBox.Controls.Add(this.SpanUpperLimitDoubleEditButton);
     this.LimitGroupBox.Controls.Add(this.LimitSpanUpperValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanUpperEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.MaxUpperLimitDoubleEditButton);
     this.LimitGroupBox.Controls.Add(this.LimitMaxUpperValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitMaxUpperEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.MinLowerLimitDoubleEditButton);
     this.LimitGroupBox.Controls.Add(this.LimitMinLowerValueEditBox);
     this.LimitGroupBox.Controls.Add(this.SpanLowerLimitDoubleEditButton);
     this.LimitGroupBox.Controls.Add(this.LimitSpanLowerValueEditBox);
     this.LimitGroupBox.Controls.Add(this.LimitSpanLowerEnabledCheckBox);
     this.LimitGroupBox.Controls.Add(this.LimitMinLowerEnabledCheckBox);
     this.LimitGroupBox.Location = new Point(248, 32);
     this.LimitGroupBox.Name     = "LimitGroupBox";
     this.LimitGroupBox.Size     = new Size(320, 224);
     this.LimitGroupBox.TabIndex = 9;
     this.LimitGroupBox.TabStop  = false;
     this.LimitGroupBox.Text     = "Limit";
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.Location = new Point(6, 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(6, 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(14, 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(14, 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(62, 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(130, 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(246, 24);
     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(216, 48);
     this.LimitMinLowerActualEditBox.Name         = "LimitMinLowerActualEditBox";
     this.LimitMinLowerActualEditBox.PropertyName = "LimitMinLowerActual";
     this.LimitMinLowerActualEditBox.ReadOnly     = true;
     this.LimitMinLowerActualEditBox.Size         = new Size(96, 20);
     this.LimitMinLowerActualEditBox.TabIndex     = 3;
     this.LimitMinLowerActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMinLowerActualEditBox.LoadingEnd();
     this.LimitMaxUpperActualEditBox.LoadingBegin();
     this.LimitMaxUpperActualEditBox.Location     = new Point(216, 72);
     this.LimitMaxUpperActualEditBox.Name         = "LimitMaxUpperActualEditBox";
     this.LimitMaxUpperActualEditBox.PropertyName = "LimitMaxUpperActual";
     this.LimitMaxUpperActualEditBox.ReadOnly     = true;
     this.LimitMaxUpperActualEditBox.Size         = new Size(96, 20);
     this.LimitMaxUpperActualEditBox.TabIndex     = 7;
     this.LimitMaxUpperActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMaxUpperActualEditBox.LoadingEnd();
     this.LimitSpanLowerActualEditBox.LoadingBegin();
     this.LimitSpanLowerActualEditBox.Location     = new Point(216, 96);
     this.LimitSpanLowerActualEditBox.Name         = "LimitSpanLowerActualEditBox";
     this.LimitSpanLowerActualEditBox.PropertyName = "LimitSpanLowerActual";
     this.LimitSpanLowerActualEditBox.ReadOnly     = true;
     this.LimitSpanLowerActualEditBox.Size         = new Size(96, 20);
     this.LimitSpanLowerActualEditBox.TabIndex     = 11;
     this.LimitSpanLowerActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanLowerActualEditBox.LoadingEnd();
     this.LimitSpanUpperActualEditBox.LoadingBegin();
     this.LimitSpanUpperActualEditBox.Location     = new Point(216, 120);
     this.LimitSpanUpperActualEditBox.Name         = "LimitSpanUpperActualEditBox";
     this.LimitSpanUpperActualEditBox.PropertyName = "LimitSpanUpperActual";
     this.LimitSpanUpperActualEditBox.ReadOnly     = true;
     this.LimitSpanUpperActualEditBox.Size         = new Size(96, 20);
     this.LimitSpanUpperActualEditBox.TabIndex     = 15;
     this.LimitSpanUpperActualEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanUpperActualEditBox.LoadingEnd();
     this.LimitsEnforcedCheckBox.Location         = new Point(80, 168);
     this.LimitsEnforcedCheckBox.Name             = "LimitsEnforcedCheckBox";
     this.LimitsEnforcedCheckBox.PropertyName     = "LimitsEnforced";
     this.LimitsEnforcedCheckBox.ReadOnly         = true;
     this.LimitsEnforcedCheckBox.TabIndex         = 16;
     this.LimitsEnforcedCheckBox.Text             = "Limits Enforced";
     this.SpanUpperLimitDoubleEditButton.EditBox  = this.LimitSpanUpperValueEditBox;
     this.SpanUpperLimitDoubleEditButton.Location = new Point(184, 118);
     this.SpanUpperLimitDoubleEditButton.Name     = "SpanUpperLimitDoubleEditButton";
     this.SpanUpperLimitDoubleEditButton.TabIndex = 14;
     this.LimitSpanUpperValueEditBox.LoadingBegin();
     this.LimitSpanUpperValueEditBox.Location     = new Point(104, 120);
     this.LimitSpanUpperValueEditBox.Name         = "LimitSpanUpperValueEditBox";
     this.LimitSpanUpperValueEditBox.PropertyName = "LimitSpanUpperValue";
     this.LimitSpanUpperValueEditBox.Size         = new Size(80, 20);
     this.LimitSpanUpperValueEditBox.TabIndex     = 13;
     this.LimitSpanUpperValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanUpperValueEditBox.LoadingEnd();
     this.LimitSpanUpperEnabledCheckBox.Location     = new Point(80, 120);
     this.LimitSpanUpperEnabledCheckBox.Name         = "LimitSpanUpperEnabledCheckBox";
     this.LimitSpanUpperEnabledCheckBox.PropertyName = "LimitSpanUpperEnabled";
     this.LimitSpanUpperEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitSpanUpperEnabledCheckBox.TabIndex     = 12;
     this.MaxUpperLimitDoubleEditButton.EditBox      = this.LimitMaxUpperValueEditBox;
     this.MaxUpperLimitDoubleEditButton.Location     = new Point(184, 70);
     this.MaxUpperLimitDoubleEditButton.Name         = "MaxUpperLimitDoubleEditButton";
     this.MaxUpperLimitDoubleEditButton.TabIndex     = 6;
     this.LimitMaxUpperValueEditBox.LoadingBegin();
     this.LimitMaxUpperValueEditBox.Location     = new Point(104, 72);
     this.LimitMaxUpperValueEditBox.Name         = "LimitMaxUpperValueEditBox";
     this.LimitMaxUpperValueEditBox.PropertyName = "LimitMaxUpperValue";
     this.LimitMaxUpperValueEditBox.Size         = new Size(80, 20);
     this.LimitMaxUpperValueEditBox.TabIndex     = 5;
     this.LimitMaxUpperValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMaxUpperValueEditBox.LoadingEnd();
     this.LimitMaxUpperEnabledCheckBox.Location     = new Point(80, 72);
     this.LimitMaxUpperEnabledCheckBox.Name         = "LimitMaxUpperEnabledCheckBox";
     this.LimitMaxUpperEnabledCheckBox.PropertyName = "LimitMaxUpperEnabled";
     this.LimitMaxUpperEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitMaxUpperEnabledCheckBox.TabIndex     = 4;
     this.MinLowerLimitDoubleEditButton.EditBox     = this.LimitMinLowerValueEditBox;
     this.MinLowerLimitDoubleEditButton.Location    = new Point(184, 46);
     this.MinLowerLimitDoubleEditButton.Name        = "MinLowerLimitDoubleEditButton";
     this.MinLowerLimitDoubleEditButton.TabIndex    = 2;
     this.LimitMinLowerValueEditBox.LoadingBegin();
     this.LimitMinLowerValueEditBox.Location     = new Point(104, 48);
     this.LimitMinLowerValueEditBox.Name         = "LimitMinLowerValueEditBox";
     this.LimitMinLowerValueEditBox.PropertyName = "LimitMinLowerValue";
     this.LimitMinLowerValueEditBox.Size         = new Size(80, 20);
     this.LimitMinLowerValueEditBox.TabIndex     = 1;
     this.LimitMinLowerValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitMinLowerValueEditBox.LoadingEnd();
     this.SpanLowerLimitDoubleEditButton.EditBox  = this.LimitSpanLowerValueEditBox;
     this.SpanLowerLimitDoubleEditButton.Location = new Point(184, 94);
     this.SpanLowerLimitDoubleEditButton.Name     = "SpanLowerLimitDoubleEditButton";
     this.SpanLowerLimitDoubleEditButton.TabIndex = 10;
     this.LimitSpanLowerValueEditBox.LoadingBegin();
     this.LimitSpanLowerValueEditBox.Location     = new Point(104, 96);
     this.LimitSpanLowerValueEditBox.Name         = "LimitSpanLowerValueEditBox";
     this.LimitSpanLowerValueEditBox.PropertyName = "LimitSpanLowerValue";
     this.LimitSpanLowerValueEditBox.Size         = new Size(80, 20);
     this.LimitSpanLowerValueEditBox.TabIndex     = 9;
     this.LimitSpanLowerValueEditBox.TextAlign    = HorizontalAlignment.Center;
     this.LimitSpanLowerValueEditBox.LoadingEnd();
     this.LimitSpanLowerEnabledCheckBox.Location     = new Point(80, 96);
     this.LimitSpanLowerEnabledCheckBox.Name         = "LimitSpanLowerEnabledCheckBox";
     this.LimitSpanLowerEnabledCheckBox.PropertyName = "LimitSpanLowerEnabled";
     this.LimitSpanLowerEnabledCheckBox.Size         = new Size(24, 24);
     this.LimitSpanLowerEnabledCheckBox.TabIndex     = 8;
     this.LimitMinLowerEnabledCheckBox.Location      = new Point(80, 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(10, 146);
     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(72, 144);
     this.ScaleTypeComboBox.Name          = "ScaleTypeComboBox";
     this.ScaleTypeComboBox.PropertyName  = "ScaleType";
     this.ScaleTypeComboBox.Size          = new Size(112, 21);
     this.ScaleTypeComboBox.TabIndex      = 7;
     this.groupBox1.Controls.Add(this.SplitPercentEditBox);
     this.groupBox1.Controls.Add(this.focusLabel9);
     this.groupBox1.Controls.Add(this.SplitStartTextBox);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Location = new Point(72, 184);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(152, 72);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.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.focusLabel8);
     base.Controls.Add(this.ScaleTypeComboBox);
     base.Controls.Add(this.LimitGroupBox);
     base.Controls.Add(this.SpanDoubleEditButton);
     base.Controls.Add(this.MaxDoubleEditButton);
     base.Controls.Add(this.MinDoubleEditButton);
     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  = "ScaleRangeLinearEditorPlugIn";
     base.Size  = new Size(800, 304);
     base.Title = "Scale Range Editor";
     this.LimitGroupBox.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     base.ResumeLayout(false);
 }