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.groupBox1                = new GroupBox();
     this.FillColorPicker          = new ColorPicker();
     this.focusLabel3              = new FocusLabel();
     this.FillStyleComboBox        = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel2              = 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.groupBox3                = new GroupBox();
     this.HatchForeColorPicker     = new ColorPicker();
     this.focusLabel7              = new FocusLabel();
     this.HatchBackColorPicker     = new ColorPicker();
     this.focusLabel6              = new FocusLabel();
     this.groupBox4                = new GroupBox();
     this.GradientStartColorPicker = new ColorPicker();
     this.focusLabel8              = new FocusLabel();
     this.GradientStopColorPicker  = new ColorPicker();
     this.focusLabel9              = new FocusLabel();
     this.FixedSizeCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TextEditMultiLine        = new EditMultiLine();
     this.focusLabel10             = new FocusLabel();
     this.FontButton               = new FontButton();
     this.focusLabel11             = new FocusLabel();
     this.ForeColorPicker          = new ColorPicker();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     base.SuspendLayout();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(25, 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(64, 120);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(48, 20);
     this.HeightTextBox.TabIndex     = 8;
     this.HeightTextBox.LoadingEnd();
     this.CanMoveCheckBox.Location     = new Point(248, 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(344, 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(28, 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(64, 96);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(48, 20);
     this.WidthTextBox.TabIndex     = 7;
     this.WidthTextBox.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(64, 48);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(48, 20);
     this.XTextBox.TabIndex     = 5;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(49, 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(64, 72);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(48, 20);
     this.YTextBox.TabIndex     = 6;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(49, 74);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.EnabledCheckBox.Location     = new Point(152, 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(64, 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(64, 144);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 9;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.RotationTextBox;
     this.focusLabel1.Location     = new Point(15, 146);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(49, 15);
     this.focusLabel1.Text         = "Rotation";
     this.focusLabel1.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, 136);
     this.groupBox1.Name               = "groupBox1";
     this.groupBox1.Size               = new Size(224, 88);
     this.groupBox1.TabIndex           = 11;
     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.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, 40);
     this.groupBox2.Name                  = "groupBox2";
     this.groupBox2.Size                  = new Size(224, 88);
     this.groupBox2.TabIndex              = 10;
     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.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, 136);
     this.groupBox3.Name                    = "groupBox3";
     this.groupBox3.Size                    = new Size(136, 88);
     this.groupBox3.TabIndex                = 13;
     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.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, 40);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new Size(136, 88);
     this.groupBox4.TabIndex = 12;
     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();
     this.FixedSizeCheckBox.Location     = new Point(432, 8);
     this.FixedSizeCheckBox.Name         = "FixedSizeCheckBox";
     this.FixedSizeCheckBox.PropertyName = "FixedSize";
     this.FixedSizeCheckBox.Size         = new Size(80, 24);
     this.FixedSizeCheckBox.TabIndex     = 4;
     this.FixedSizeCheckBox.Text         = "Fixed Size";
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(64, 240);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(440, 20);
     this.TextEditMultiLine.TabIndex     = 14;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.TextEditMultiLine;
     this.focusLabel10.Location     = new Point(35, 243);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(29, 15);
     this.focusLabel10.Text         = "Text";
     this.focusLabel10.LoadingEnd();
     this.FontButton.Location     = new Point(64, 272);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 15;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(157, 275);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location     = new Point(216, 272);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(49, 21);
     this.ForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex     = 16;
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.FixedSizeCheckBox);
     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     = "AnnotationTextBoxEditorPlugIn";
     base.Size     = new Size(528, 304);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Пример #2
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);
 }
 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);
 }
Пример #4
0
 private void InitializeComponent()
 {
     this.label1            = new FocusLabel();
     this.HeightTextBox     = new EditBox();
     this.CanMoveCheckBox   = new CheckBox();
     this.CanSizeCheckBox   = new 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 CheckBox();
     this.VisibleCheckBox   = new CheckBox();
     this.RotationTextBox   = new EditBox();
     this.focusLabel1       = new FocusLabel();
     this.FixedSizeCheckBox = new CheckBox();
     this.focusLabel2       = new FocusLabel();
     this.TextEditMultiLine = new EditMultiLine();
     this.FontButton        = new FontButton();
     this.focusLabel11      = new FocusLabel();
     this.ForeColorPicker   = new ColorPicker();
     base.SuspendLayout();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(25, 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(64, 120);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(48, 20);
     this.HeightTextBox.TabIndex     = 8;
     this.HeightTextBox.LoadingEnd();
     this.CanMoveCheckBox.Location     = new Point(248, 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(344, 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(28, 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(64, 96);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(48, 20);
     this.WidthTextBox.TabIndex     = 7;
     this.WidthTextBox.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(64, 48);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(48, 20);
     this.XTextBox.TabIndex     = 5;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(49, 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(64, 72);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(48, 20);
     this.YTextBox.TabIndex     = 6;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(49, 74);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.EnabledCheckBox.Location     = new Point(152, 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(64, 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(64, 144);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 9;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.RotationTextBox;
     this.focusLabel1.Location     = new Point(15, 146);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(49, 15);
     this.focusLabel1.Text         = "Rotation";
     this.focusLabel1.LoadingEnd();
     this.FixedSizeCheckBox.Location     = new Point(432, 8);
     this.FixedSizeCheckBox.Name         = "FixedSizeCheckBox";
     this.FixedSizeCheckBox.PropertyName = "FixedSize";
     this.FixedSizeCheckBox.Size         = new Size(80, 24);
     this.FixedSizeCheckBox.TabIndex     = 4;
     this.FixedSizeCheckBox.Text         = "Fixed Size";
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TextEditMultiLine;
     this.focusLabel2.Location     = new Point(147, 51);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(29, 15);
     this.focusLabel2.Text         = "Text";
     this.focusLabel2.LoadingEnd();
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(176, 48);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(320, 20);
     this.TextEditMultiLine.TabIndex     = 10;
     this.FontButton.Location            = new Point(176, 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(261, 83);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location     = new Point(320, 80);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(49, 21);
     this.ForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex     = 12;
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.FixedSizeCheckBox);
     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     = "AnnotationTextEditorPlugIn";
     base.Size     = new Size(528, 272);
     base.ResumeLayout(false);
 }
Пример #5
0
 private void InitializeComponent()
 {
     this.NameTextBox                = new EditBox();
     this.focusLabel1                = new FocusLabel();
     this.ColorPicker                = new ColorPicker();
     this.label8                     = new FocusLabel();
     this.PositionXTextBox           = new EditBox();
     this.XReferenceLabel            = new FocusLabel();
     this.TitleTextBox               = new EditMultiLine();
     this.focusLabel2                = new FocusLabel();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     this.YAxisNameTextBox           = new EditBox();
     this.focusLabel5                = new FocusLabel();
     this.XAxisNameTextBox           = new EditBox();
     this.focusLabel4                = new FocusLabel();
     this.HitRegionSizeUpDown        = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel6                = new FocusLabel();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel8                = new FocusLabel();
     this.MasterControlCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SnapToPointCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.UserCanEditCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.EnabledCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     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.ColorPicker.Location     = new Point(104, 200);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 5;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(70, 203);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.PositionXTextBox.LoadingBegin();
     this.PositionXTextBox.Location     = new Point(104, 80);
     this.PositionXTextBox.Name         = "PositionXTextBox";
     this.PositionXTextBox.PropertyName = "PositionX";
     this.PositionXTextBox.Size         = new Size(144, 20);
     this.PositionXTextBox.TabIndex     = 2;
     this.PositionXTextBox.LoadingEnd();
     this.XReferenceLabel.LoadingBegin();
     this.XReferenceLabel.FocusControl = this.PositionXTextBox;
     this.XReferenceLabel.Location     = new Point(46, 82);
     this.XReferenceLabel.Name         = "XReferenceLabel";
     this.XReferenceLabel.Size         = new Size(58, 15);
     this.XReferenceLabel.Text         = "Position-X";
     this.XReferenceLabel.LoadingEnd();
     this.TitleTextBox.EditFont     = null;
     this.TitleTextBox.Location     = new Point(104, 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(51, 43);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(53, 15);
     this.focusLabel2.Text         = "Title Text";
     this.focusLabel2.LoadingEnd();
     this.LayerNumericUpDown.Location = new Point(192, 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     = 6;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(157, 201);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.YAxisNameTextBox.LoadingBegin();
     this.YAxisNameTextBox.Location     = new Point(104, 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(32, 162);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(72, 15);
     this.focusLabel5.Text         = "Y-Axis Name";
     this.focusLabel5.LoadingEnd();
     this.XAxisNameTextBox.LoadingBegin();
     this.XAxisNameTextBox.Location     = new Point(104, 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(32, 138);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(72, 15);
     this.focusLabel4.Text         = "X-Axis Name";
     this.focusLabel4.LoadingEnd();
     this.HitRegionSizeUpDown.Location = new Point(352, 200);
     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     = 15;
     this.HitRegionSizeUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.HitRegionSizeUpDown;
     this.focusLabel6.Location     = new Point(269, 201);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(83, 15);
     this.focusLabel6.Text         = "Hit Region Size";
     this.focusLabel6.LoadingEnd();
     this.ClippingStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ClippingStyleComboBox.Location         = new Point(328, 160);
     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(253, 162);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(75, 15);
     this.focusLabel8.Text         = "Clipping Style";
     this.focusLabel8.LoadingEnd();
     this.MasterControlCheckBox.Location          = new Point(272, 103);
     this.MasterControlCheckBox.Name              = "MasterControlCheckBox";
     this.MasterControlCheckBox.PropertyName      = "MasterControl";
     this.MasterControlCheckBox.Size              = new Size(136, 24);
     this.MasterControlCheckBox.TabIndex          = 13;
     this.MasterControlCheckBox.Text              = "Master Control";
     this.SnapToPointCheckBox.Location            = new Point(272, 79);
     this.SnapToPointCheckBox.Name                = "SnapToPointCheckBox";
     this.SnapToPointCheckBox.PropertyName        = "SnapToPoint";
     this.SnapToPointCheckBox.Size                = new Size(96, 24);
     this.SnapToPointCheckBox.TabIndex            = 12;
     this.SnapToPointCheckBox.Text                = "Snap To Point";
     this.UserCanEditCheckBox.Location            = new Point(272, 51);
     this.UserCanEditCheckBox.Name                = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName        = "UserCanEdit";
     this.UserCanEditCheckBox.Size                = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex            = 10;
     this.UserCanEditCheckBox.Text                = "User Can Edit";
     this.ContextMenuEnabledCheckBox.Location     = new Point(384, 27);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 9;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.EnabledCheckBox.Location                = new Point(272, 27);
     this.EnabledCheckBox.Name          = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName  = "Enabled";
     this.EnabledCheckBox.Size          = new Size(80, 24);
     this.EnabledCheckBox.TabIndex      = 8;
     this.EnabledCheckBox.Text          = "Enabled";
     this.VisibleCheckBox.Location      = new Point(272, 3);
     this.VisibleCheckBox.Name          = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName  = "Visible";
     this.VisibleCheckBox.Size          = new Size(72, 24);
     this.VisibleCheckBox.TabIndex      = 7;
     this.VisibleCheckBox.Text          = "Visible";
     this.CanFocusCheckBox.Location     = new Point(384, 51);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(144, 24);
     this.CanFocusCheckBox.TabIndex     = 11;
     this.CanFocusCheckBox.Text         = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.MasterControlCheckBox);
     base.Controls.Add(this.SnapToPointCheckBox);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.HitRegionSizeUpDown);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.TitleTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.PositionXTextBox);
     base.Controls.Add(this.XReferenceLabel);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Location = new Point(10, 20);
     base.Name     = "PlotDataCursorChannelsEditorPlugIn";
     base.Size     = new Size(600, 256);
     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);
 }
Пример #7
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);
 }
Пример #8
0
 private void InitializeComponent()
 {
     this.PrecisionNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.UnitsTextEditMultiLine = new EditMultiLine();
     this.label11 = new FocusLabel();
     this.PrecisionStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label1 = new FocusLabel();
     this.label2 = new FocusLabel();
     base.SuspendLayout();
     this.PrecisionNumericUpDown.Location = new Point(96, 80);
     this.PrecisionNumericUpDown.Maximum  = new decimal(new int[4]
     {
         16,
         0,
         0,
         0
     });
     this.PrecisionNumericUpDown.Name         = "PrecisionNumericUpDown";
     this.PrecisionNumericUpDown.PropertyName = "Precision";
     this.PrecisionNumericUpDown.Size         = new Size(48, 20);
     this.PrecisionNumericUpDown.TabIndex     = 1;
     this.PrecisionNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.UnitsTextEditMultiLine.EditFont     = null;
     this.UnitsTextEditMultiLine.Location     = new Point(288, 48);
     this.UnitsTextEditMultiLine.Name         = "UnitsTextEditMultiLine";
     this.UnitsTextEditMultiLine.PropertyName = "UnitsText";
     this.UnitsTextEditMultiLine.Size         = new Size(142, 20);
     this.UnitsTextEditMultiLine.TabIndex     = 2;
     this.label11.LoadingBegin();
     this.label11.AutoSize     = false;
     this.label11.FocusControl = this.UnitsTextEditMultiLine;
     this.label11.Location     = new Point(224, 50);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(64, 16);
     this.label11.Text         = "Units Text";
     this.label11.LoadingEnd();
     this.PrecisionStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.PrecisionStyleComboBox.Location      = new Point(96, 48);
     this.PrecisionStyleComboBox.Name          = "PrecisionStyleComboBox";
     this.PrecisionStyleComboBox.PropertyName  = "PrecisionStyle";
     this.PrecisionStyleComboBox.Size          = new Size(121, 21);
     this.PrecisionStyleComboBox.TabIndex      = 0;
     this.label1.LoadingBegin();
     this.label1.AutoSize     = false;
     this.label1.FocusControl = this.PrecisionNumericUpDown;
     this.label1.Location     = new Point(40, 80);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(56, 16);
     this.label1.Text         = "Precision";
     this.label1.LoadingEnd();
     this.label2.LoadingBegin();
     this.label2.AutoSize     = false;
     this.label2.FocusControl = this.PrecisionStyleComboBox;
     this.label2.Location     = new Point(8, 49);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(88, 16);
     this.label2.Text         = "Precision Style";
     this.label2.LoadingEnd();
     base.Controls.Add(this.PrecisionNumericUpDown);
     base.Controls.Add(this.UnitsTextEditMultiLine);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.PrecisionStyleComboBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Location = new Point(10, 20);
     base.Name     = "TextFormatDoubleEditorPlugIn";
     base.Size     = new Size(512, 224);
     base.Title    = "Text Formatting Editor";
     base.ResumeLayout(false);
 }
Пример #9
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.TextEditMultiLine          = new EditMultiLine();
     this.focusLabel10               = new FocusLabel();
     this.TextRotationComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label11                    = new FocusLabel();
     this.MarginOuterTextBox         = new EditBox();
     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.ImageIndexUpDown           = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel3                = new FocusLabel();
     this.ImageTransparentCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanFocusCheckBox           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(344, 4);
     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(344, 28);
     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(112, 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(75, 10);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(37, 15);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ColorPicker.Location     = new Point(112, 112);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 4;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(78, 115);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.FontButton.Location     = new Point(176, 208);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 9;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(53, 211);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location       = new Point(112, 208);
     this.ForeColorPicker.Name           = "ForeColorPicker";
     this.ForeColorPicker.PropertyName   = "ForeColor";
     this.ForeColorPicker.Size           = new Size(49, 21);
     this.ForeColorPicker.Style          = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex       = 8;
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(112, 40);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(208, 20);
     this.TextEditMultiLine.TabIndex     = 1;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.TextEditMultiLine;
     this.focusLabel10.Location     = new Point(83, 43);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(29, 15);
     this.focusLabel10.Text         = "Text";
     this.focusLabel10.LoadingEnd();
     this.TextRotationComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TextRotationComboBox.Location      = new Point(112, 176);
     this.TextRotationComboBox.Name          = "TextRotationComboBox";
     this.TextRotationComboBox.PropertyName  = "TextRotation";
     this.TextRotationComboBox.Size          = new Size(121, 21);
     this.TextRotationComboBox.TabIndex      = 7;
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.TextRotationComboBox;
     this.label11.Location     = new Point(63, 178);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(49, 15);
     this.label11.Text         = "Rotation";
     this.label11.LoadingEnd();
     this.MarginOuterTextBox.LoadingBegin();
     this.MarginOuterTextBox.Location     = new Point(112, 144);
     this.MarginOuterTextBox.Name         = "MarginOuterTextBox";
     this.MarginOuterTextBox.PropertyName = "MarginOuter";
     this.MarginOuterTextBox.Size         = new Size(88, 20);
     this.MarginOuterTextBox.TabIndex     = 6;
     this.MarginOuterTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.MarginOuterTextBox;
     this.focusLabel2.Location     = new Point(40, 146);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(72, 15);
     this.focusLabel2.Text         = "Margin Outer";
     this.focusLabel2.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(344, 52);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(144, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 12;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(200, 112);
     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     = 5;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(165, 113);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(344, 76);
     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.ImageIndexUpDown.Location        = new Point(112, 72);
     this.ImageIndexUpDown.Maximum         = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.ImageIndexUpDown.Minimum = new decimal(new int[4]
     {
         1,
         0,
         0,
         -2147483648
     });
     this.ImageIndexUpDown.Name         = "ImageIndexUpDown";
     this.ImageIndexUpDown.PropertyName = "ImageIndex";
     this.ImageIndexUpDown.Size         = new Size(56, 20);
     this.ImageIndexUpDown.TabIndex     = 2;
     this.ImageIndexUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.ImageIndexUpDown;
     this.focusLabel3.Location     = new Point(44, 73);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(68, 15);
     this.focusLabel3.Text         = "Image Index";
     this.focusLabel3.LoadingEnd();
     this.ImageTransparentCheckBox.Location     = new Point(174, 70);
     this.ImageTransparentCheckBox.Name         = "ImageTransparentCheckBox";
     this.ImageTransparentCheckBox.PropertyName = "ImageTransparent";
     this.ImageTransparentCheckBox.Size         = new Size(128, 24);
     this.ImageTransparentCheckBox.TabIndex     = 3;
     this.ImageTransparentCheckBox.Text         = "Image Transparent";
     this.CanFocusCheckBox.Location             = new Point(344, 100);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex     = 14;
     this.CanFocusCheckBox.Text         = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.ImageTransparentCheckBox);
     base.Controls.Add(this.ImageIndexUpDown);
     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.MarginOuterTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.TextRotationComboBox);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel10);
     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     = "PlotLabelBasicEditorPlugIn";
     base.Size     = new Size(504, 256);
     base.ResumeLayout(false);
 }
Пример #10
0
 private void InitializeComponent()
 {
     this.StyleComboBox     = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2            = new FocusLabel();
     this.label1            = new FocusLabel();
     this.SizeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.VisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TextEditMultiLine = new EditMultiLine();
     this.focusLabel10      = new FocusLabel();
     this.FontButton        = new FontButton();
     this.focusLabel11      = new FocusLabel();
     this.ForeColorPicker   = new ColorPicker();
     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         = 2;
     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.SizeNumericUpDown;
     this.label1.Location     = new Point(75, 81);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(29, 15);
     this.label1.Text         = "Size";
     this.label1.LoadingEnd();
     this.SizeNumericUpDown.Location = new Point(104, 80);
     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(56, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.VisibleCheckBox.Location       = new Point(104, 48);
     this.VisibleCheckBox.Name           = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName   = "Visible";
     this.VisibleCheckBox.Size           = new Size(72, 24);
     this.VisibleCheckBox.TabIndex       = 0;
     this.VisibleCheckBox.Text           = "Visible";
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(104, 144);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(144, 20);
     this.TextEditMultiLine.TabIndex     = 3;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.TextEditMultiLine;
     this.focusLabel10.Location     = new Point(75, 147);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(29, 15);
     this.focusLabel10.Text         = "Text";
     this.focusLabel10.LoadingEnd();
     this.FontButton.Location     = new Point(104, 176);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 4;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(181, 179);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location     = new Point(240, 176);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(49, 21);
     this.ForeColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex     = 5;
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name = "PlotMarkerEditorPlugIn";
     base.Size = new Size(424, 288);
     base.ResumeLayout(false);
 }
Пример #11
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.groupBox1       = new GroupBox();
     this.GridLinesMirrorHorizontalTextBox = new EditBox();
     this.focusLabel3 = new FocusLabel();
     this.GridLinesMirrorVerticalTextBox = new EditBox();
     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.groupBox2           = new GroupBox();
     this.focusLabel6         = new FocusLabel();
     this.AxesControlKeyboardStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel5 = new FocusLabel();
     this.AxesControlWheelStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel4 = new FocusLabel();
     this.AxesControlMouseStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.AxesControlEnabledCheckBox    = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TitleTextBox     = new EditMultiLine();
     this.focusLabel15     = new FocusLabel();
     this.CanFocusCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     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     = 4;
     this.VisibleCheckBox.Text         = "Visible";
     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     = 5;
     this.EnabledCheckBox.Text         = "Enabled";
     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.ColorPicker.Location     = new Point(80, 72);
     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(46, 75);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.groupBox1.Controls.Add(this.GridLinesMirrorHorizontalTextBox);
     this.groupBox1.Controls.Add(this.focusLabel3);
     this.groupBox1.Controls.Add(this.GridLinesMirrorVerticalTextBox);
     this.groupBox1.Controls.Add(this.focusLabel2);
     this.groupBox1.Location = new Point(16, 112);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(200, 136);
     this.groupBox1.TabIndex = 9;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Grid-Lines Mirror (DataView-Name)";
     this.GridLinesMirrorHorizontalTextBox.LoadingBegin();
     this.GridLinesMirrorHorizontalTextBox.Location     = new Point(72, 56);
     this.GridLinesMirrorHorizontalTextBox.Name         = "GridLinesMirrorHorizontalTextBox";
     this.GridLinesMirrorHorizontalTextBox.PropertyName = "GridLinesMirrorHorizontal";
     this.GridLinesMirrorHorizontalTextBox.Size         = new Size(112, 20);
     this.GridLinesMirrorHorizontalTextBox.TabIndex     = 1;
     this.GridLinesMirrorHorizontalTextBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.GridLinesMirrorHorizontalTextBox;
     this.focusLabel3.Location     = new Point(15, 58);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(57, 15);
     this.focusLabel3.Text         = "Horizontal";
     this.focusLabel3.LoadingEnd();
     this.GridLinesMirrorVerticalTextBox.LoadingBegin();
     this.GridLinesMirrorVerticalTextBox.Location     = new Point(72, 32);
     this.GridLinesMirrorVerticalTextBox.Name         = "GridLinesMirrorVerticalTextBox";
     this.GridLinesMirrorVerticalTextBox.PropertyName = "GridLinesMirrorVertical";
     this.GridLinesMirrorVerticalTextBox.Size         = new Size(112, 20);
     this.GridLinesMirrorVerticalTextBox.TabIndex     = 0;
     this.GridLinesMirrorVerticalTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.GridLinesMirrorVerticalTextBox;
     this.focusLabel2.Location     = new Point(28, 34);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(44, 15);
     this.focusLabel2.Text         = "Vertical";
     this.focusLabel2.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(352, 27);
     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, 72);
     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(133, 73);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(35, 15);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(248, 51);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 6;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.groupBox2.Controls.Add(this.focusLabel6);
     this.groupBox2.Controls.Add(this.AxesControlKeyboardStyleComboBox);
     this.groupBox2.Controls.Add(this.focusLabel5);
     this.groupBox2.Controls.Add(this.AxesControlWheelStyleComboBox);
     this.groupBox2.Controls.Add(this.focusLabel4);
     this.groupBox2.Controls.Add(this.AxesControlMouseStyleComboBox);
     this.groupBox2.Controls.Add(this.AxesControlEnabledCheckBox);
     this.groupBox2.Location = new Point(232, 112);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(200, 136);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Axes Control";
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.AxesControlKeyboardStyleComboBox;
     this.focusLabel6.Location     = new Point(6, 106);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(82, 15);
     this.focusLabel6.Text         = "Keyboard Style";
     this.focusLabel6.LoadingEnd();
     this.AxesControlKeyboardStyleComboBox.Location     = new Point(88, 104);
     this.AxesControlKeyboardStyleComboBox.Name         = "AxesControlKeyboardStyleComboBox";
     this.AxesControlKeyboardStyleComboBox.PropertyName = "AxesControlKeyboardStyle";
     this.AxesControlKeyboardStyleComboBox.Size         = new Size(96, 21);
     this.AxesControlKeyboardStyleComboBox.TabIndex     = 3;
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.AxesControlWheelStyleComboBox;
     this.focusLabel5.Location     = new Point(22, 82);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(66, 15);
     this.focusLabel5.Text         = "Wheel Style";
     this.focusLabel5.LoadingEnd();
     this.AxesControlWheelStyleComboBox.Location     = new Point(88, 80);
     this.AxesControlWheelStyleComboBox.Name         = "AxesControlWheelStyleComboBox";
     this.AxesControlWheelStyleComboBox.PropertyName = "AxesControlWheelStyle";
     this.AxesControlWheelStyleComboBox.Size         = new Size(96, 21);
     this.AxesControlWheelStyleComboBox.TabIndex     = 2;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.AxesControlMouseStyleComboBox;
     this.focusLabel4.Location     = new Point(20, 58);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(68, 15);
     this.focusLabel4.Text         = "Mouse Style";
     this.focusLabel4.LoadingEnd();
     this.AxesControlMouseStyleComboBox.Location     = new Point(88, 56);
     this.AxesControlMouseStyleComboBox.Name         = "AxesControlMouseStyleComboBox";
     this.AxesControlMouseStyleComboBox.PropertyName = "AxesControlMouseStyle";
     this.AxesControlMouseStyleComboBox.Size         = new Size(96, 21);
     this.AxesControlMouseStyleComboBox.TabIndex     = 1;
     this.AxesControlEnabledCheckBox.Location        = new Point(16, 24);
     this.AxesControlEnabledCheckBox.Name            = "AxesControlEnabledCheckBox";
     this.AxesControlEnabledCheckBox.PropertyName    = "AxesControlEnabled";
     this.AxesControlEnabledCheckBox.TabIndex        = 0;
     this.AxesControlEnabledCheckBox.Text            = "Enabled";
     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.focusLabel15.LoadingBegin();
     this.focusLabel15.FocusControl = this.TitleTextBox;
     this.focusLabel15.Location     = new Point(27, 43);
     this.focusLabel15.Name         = "focusLabel15";
     this.focusLabel15.Size         = new Size(53, 15);
     this.focusLabel15.Text         = "Title Text";
     this.focusLabel15.LoadingEnd();
     this.CanFocusCheckBox.Location     = new Point(352, 51);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(144, 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.groupBox2);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.groupBox1);
     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     = "PlotDataViewEditorPlugIn";
     base.Size     = new Size(656, 280);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label2 = new FocusLabel();
     this.PrecisionStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.UnitsTextEditMultiLine = new EditMultiLine();
     this.label11 = new FocusLabel();
     this.PrecisionNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1 = new FocusLabel();
     this.DateTimeFormatEditMultiLine = new EditMultiLine();
     this.label3        = new FocusLabel();
     this.StyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label4        = new FocusLabel();
     base.SuspendLayout();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.PrecisionStyleComboBox;
     this.label2.Location     = new Point(120, 90);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(80, 15);
     this.label2.Text         = "Precision Style";
     this.label2.LoadingEnd();
     this.PrecisionStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.PrecisionStyleComboBox.Location      = new Point(200, 88);
     this.PrecisionStyleComboBox.Name          = "PrecisionStyleComboBox";
     this.PrecisionStyleComboBox.PropertyName  = "PrecisionStyle";
     this.PrecisionStyleComboBox.Size          = new Size(144, 21);
     this.PrecisionStyleComboBox.TabIndex      = 1;
     this.UnitsTextEditMultiLine.EditFont      = null;
     this.UnitsTextEditMultiLine.Location      = new Point(200, 184);
     this.UnitsTextEditMultiLine.Name          = "UnitsTextEditMultiLine";
     this.UnitsTextEditMultiLine.PropertyName  = "UnitsText";
     this.UnitsTextEditMultiLine.Size          = new Size(142, 20);
     this.UnitsTextEditMultiLine.TabIndex      = 4;
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.UnitsTextEditMultiLine;
     this.label11.Location     = new Point(143, 187);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(57, 15);
     this.label11.Text         = "Units Text";
     this.label11.LoadingEnd();
     this.PrecisionNumericUpDown.Location = new Point(200, 116);
     this.PrecisionNumericUpDown.Maximum  = new decimal(new int[4]
     {
         16,
         0,
         0,
         0
     });
     this.PrecisionNumericUpDown.Name         = "PrecisionNumericUpDown";
     this.PrecisionNumericUpDown.PropertyName = "Precision";
     this.PrecisionNumericUpDown.Size         = new Size(48, 20);
     this.PrecisionNumericUpDown.TabIndex     = 2;
     this.PrecisionNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.PrecisionNumericUpDown;
     this.label1.Location     = new Point(147, 117);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(53, 15);
     this.label1.Text         = "Precision";
     this.label1.LoadingEnd();
     this.DateTimeFormatEditMultiLine.EditFont     = null;
     this.DateTimeFormatEditMultiLine.Location     = new Point(200, 152);
     this.DateTimeFormatEditMultiLine.Name         = "DateTimeFormatEditMultiLine";
     this.DateTimeFormatEditMultiLine.PropertyName = "DateTimeFormat";
     this.DateTimeFormatEditMultiLine.Size         = new Size(142, 20);
     this.DateTimeFormatEditMultiLine.TabIndex     = 3;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.DateTimeFormatEditMultiLine;
     this.label3.Location     = new Point(104, 155);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(96, 15);
     this.label3.Text         = "Date Time Format";
     this.label3.LoadingEnd();
     this.StyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location      = new Point(200, 48);
     this.StyleComboBox.Name          = "StyleComboBox";
     this.StyleComboBox.PropertyName  = "Style";
     this.StyleComboBox.Size          = new Size(144, 21);
     this.StyleComboBox.TabIndex      = 0;
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.StyleComboBox;
     this.label4.Location     = new Point(168, 50);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(32, 15);
     this.label4.Text         = "Style";
     this.label4.LoadingEnd();
     base.Controls.Add(this.StyleComboBox);
     base.Controls.Add(this.DateTimeFormatEditMultiLine);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.PrecisionNumericUpDown);
     base.Controls.Add(this.UnitsTextEditMultiLine);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.PrecisionStyleComboBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.label4);
     base.Location = new Point(10, 20);
     base.Name     = "TextFormatDoubleAllEditorPlugIn";
     base.Size     = new Size(392, 224);
     base.Title    = "Text Formatting Editor";
     base.ResumeLayout(false);
 }
Пример #13
0
 private void InitializeComponent()
 {
     this.EnabledCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.FontButton          = new FontButton();
     this.focusLabel11        = new FocusLabel();
     this.ForeColorPicker     = new ColorPicker();
     this.TextEditMultiLine   = new EditMultiLine();
     this.focusLabel2         = new FocusLabel();
     this.checkBox1           = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     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.focusLabel5         = new FocusLabel();
     this.XAxisNameTextBox    = new EditBox();
     this.focusLabel6         = new FocusLabel();
     this.LayerNumericUpDown  = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel4         = new FocusLabel();
     this.RotationTextBox     = new EditBox();
     this.focusLabel1         = new FocusLabel();
     this.YTextBox            = new EditBox();
     this.label9       = new FocusLabel();
     this.XTextBox     = new EditBox();
     this.label8       = new FocusLabel();
     this.WidthTextBox = new EditBox();
     this.label7       = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel3        = new FocusLabel();
     this.OuterMarginEditBox = new EditBox();
     this.focusLabel8        = new FocusLabel();
     this.CanFocusCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     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.FontButton.Location          = new Point(144, 208);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 17;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(221, 211);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location       = new Point(280, 208);
     this.ForeColorPicker.Name           = "ForeColorPicker";
     this.ForeColorPicker.PropertyName   = "ForeColor";
     this.ForeColorPicker.Size           = new Size(49, 21);
     this.ForeColorPicker.Style          = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex       = 18;
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(144, 176);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(400, 20);
     this.TextEditMultiLine.TabIndex     = 16;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TextEditMultiLine;
     this.focusLabel2.Location     = new Point(115, 179);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(29, 15);
     this.focusLabel2.Text         = "Text";
     this.focusLabel2.LoadingEnd();
     this.checkBox1.Location               = new Point(344, 208);
     this.checkBox1.Name                   = "checkBox1";
     this.checkBox1.PropertyName           = "FixedSize";
     this.checkBox1.Size                   = new Size(80, 24);
     this.checkBox1.TabIndex               = 19;
     this.checkBox1.Text                   = "Fixed Size";
     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.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.YAxisNameTextBox;
     this.focusLabel5.Location     = new Point(160, 66);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(72, 15);
     this.focusLabel5.Text         = "Y-Axis Name";
     this.focusLabel5.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.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.LayerNumericUpDown;
     this.focusLabel4.Location     = new Point(285, 89);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(35, 15);
     this.focusLabel4.Text         = "Layer";
     this.focusLabel4.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.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.RotationTextBox;
     this.focusLabel1.Location     = new Point(183, 90);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(49, 15);
     this.focusLabel1.Text         = "Rotation";
     this.focusLabel1.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.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.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.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.ClippingStyleComboBox;
     this.focusLabel3.Location     = new Point(157, 114);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(75, 15);
     this.focusLabel3.Text         = "Clipping Style";
     this.focusLabel3.LoadingEnd();
     this.OuterMarginEditBox.LoadingBegin();
     this.OuterMarginEditBox.Location     = new Point(496, 208);
     this.OuterMarginEditBox.Name         = "OuterMarginEditBox";
     this.OuterMarginEditBox.PropertyName = "OuterMargin";
     this.OuterMarginEditBox.Size         = new Size(48, 20);
     this.OuterMarginEditBox.TabIndex     = 20;
     this.OuterMarginEditBox.LoadingEnd();
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.OuterMarginEditBox;
     this.focusLabel8.Location     = new Point(424, 210);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(72, 15);
     this.focusLabel8.Text         = "Outer Margin";
     this.focusLabel8.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.OuterMarginEditBox);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel7);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel5);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.UserCanSizeCheckBox);
     base.Controls.Add(this.UserCanMoveCheckBox);
     base.Controls.Add(this.checkBox1);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotAnnotationTextBoxEditorPlugIn";
     base.Size     = new Size(616, 272);
     base.ResumeLayout(false);
 }
Пример #14
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);
 }
Пример #15
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ColorPicker          = new ColorPicker();
     this.label8               = new FocusLabel();
     this.FontButton           = new FontButton();
     this.focusLabel11         = new FocusLabel();
     this.ForeColorPicker      = new ColorPicker();
     this.TextEditMultiLine    = new EditMultiLine();
     this.focusLabel10         = new FocusLabel();
     this.TextRotationComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label11              = new FocusLabel();
     this.MarginOuterTextBox   = new EditBox();
     this.focusLabel2          = new FocusLabel();
     this.MarginSpacingTextBox = new EditBox();
     this.focusLabel3          = new FocusLabel();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(112, 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.ColorPicker.Location         = new Point(112, 72);
     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(78, 75);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(34, 15);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.FontButton.Location     = new Point(304, 72);
     this.FontButton.Name         = "FontButton";
     this.FontButton.PropertyName = "Font";
     this.FontButton.Size         = new Size(72, 23);
     this.FontButton.TabIndex     = 4;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.ForeColorPicker;
     this.focusLabel11.Location     = new Point(181, 75);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(59, 15);
     this.focusLabel11.Text         = "Fore Color";
     this.focusLabel11.LoadingEnd();
     this.ForeColorPicker.Location       = new Point(240, 72);
     this.ForeColorPicker.Name           = "ForeColorPicker";
     this.ForeColorPicker.PropertyName   = "ForeColor";
     this.ForeColorPicker.Size           = new Size(49, 21);
     this.ForeColorPicker.Style          = ColorPickerStyle.ColorBox;
     this.ForeColorPicker.TabIndex       = 3;
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(112, 40);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(264, 20);
     this.TextEditMultiLine.TabIndex     = 1;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.TextEditMultiLine;
     this.focusLabel10.Location     = new Point(83, 43);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(29, 15);
     this.focusLabel10.Text         = "Text";
     this.focusLabel10.LoadingEnd();
     this.TextRotationComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TextRotationComboBox.Location      = new Point(112, 160);
     this.TextRotationComboBox.Name          = "TextRotationComboBox";
     this.TextRotationComboBox.PropertyName  = "TextRotation";
     this.TextRotationComboBox.Size          = new Size(121, 21);
     this.TextRotationComboBox.TabIndex      = 7;
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.TextRotationComboBox;
     this.label11.Location     = new Point(63, 162);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(49, 15);
     this.label11.Text         = "Rotation";
     this.label11.LoadingEnd();
     this.MarginOuterTextBox.LoadingBegin();
     this.MarginOuterTextBox.Location     = new Point(112, 128);
     this.MarginOuterTextBox.Name         = "MarginOuterTextBox";
     this.MarginOuterTextBox.PropertyName = "MarginOuter";
     this.MarginOuterTextBox.Size         = new Size(88, 20);
     this.MarginOuterTextBox.TabIndex     = 6;
     this.MarginOuterTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.MarginOuterTextBox;
     this.focusLabel2.Location     = new Point(40, 130);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(72, 15);
     this.focusLabel2.Text         = "Margin Outer";
     this.focusLabel2.LoadingEnd();
     this.MarginSpacingTextBox.LoadingBegin();
     this.MarginSpacingTextBox.Location     = new Point(112, 104);
     this.MarginSpacingTextBox.Name         = "MarginSpacingTextBox";
     this.MarginSpacingTextBox.PropertyName = "MarginSpacing";
     this.MarginSpacingTextBox.Size         = new Size(88, 20);
     this.MarginSpacingTextBox.TabIndex     = 5;
     this.MarginSpacingTextBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.MarginSpacingTextBox;
     this.focusLabel3.Location     = new Point(28, 106);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(84, 15);
     this.focusLabel3.Text         = "Margin Spacing";
     this.focusLabel3.LoadingEnd();
     base.Controls.Add(this.MarginSpacingTextBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.MarginOuterTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.TextRotationComboBox);
     base.Controls.Add(this.label11);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.focusLabel11);
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotTitleEditorPlugIn";
     base.Size     = new Size(504, 240);
     base.ResumeLayout(false);
 }
Пример #16
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);
 }
Пример #17
0
 private void InitializeComponent()
 {
     this.label2                       = new FocusLabel();
     this.StyleComboBox                = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label1                       = new FocusLabel();
     this.Style3DComboBox              = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.groupBox2                    = new GroupBox();
     this.label6                       = new FocusLabel();
     this.ColorInactiveColorPicker     = new ColorPicker();
     this.label7                       = new FocusLabel();
     this.ColorActiveColorPicker       = new ColorPicker();
     this.ColorInactiveAutoCheckBox    = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox3                    = new GroupBox();
     this.label8                       = new FocusLabel();
     this.TextColorInactiveColorPicker = new ColorPicker();
     this.label9                       = new FocusLabel();
     this.TextColorActiveColorPicker   = new ColorPicker();
     this.TextEditMultiLine            = new EditMultiLine();
     this.label11                      = new FocusLabel();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     base.SuspendLayout();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(40, 10);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(32, 15);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.StyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location      = new Point(72, 8);
     this.StyleComboBox.Name          = "StyleComboBox";
     this.StyleComboBox.PropertyName  = "Style";
     this.StyleComboBox.Size          = new Size(121, 21);
     this.StyleComboBox.TabIndex      = 0;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.Style3DComboBox;
     this.label1.Location     = new Point(26, 34);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(46, 15);
     this.label1.Text         = "Style3D";
     this.label1.LoadingEnd();
     this.Style3DComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.Style3DComboBox.Location      = new Point(72, 32);
     this.Style3DComboBox.Name          = "Style3DComboBox";
     this.Style3DComboBox.PropertyName  = "Style3D";
     this.Style3DComboBox.Size          = new Size(121, 21);
     this.Style3DComboBox.TabIndex      = 1;
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.ColorInactiveColorPicker);
     this.groupBox2.Controls.Add(this.ColorActiveColorPicker);
     this.groupBox2.Controls.Add(this.ColorInactiveAutoCheckBox);
     this.groupBox2.Location = new Point(16, 72);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(216, 104);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Color";
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.ColorInactiveColorPicker;
     this.label6.Location     = new Point(11, 49);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(45, 15);
     this.label6.Text         = "Inactive";
     this.label6.LoadingEnd();
     this.ColorInactiveColorPicker.Location     = new Point(56, 46);
     this.ColorInactiveColorPicker.Name         = "ColorInactiveColorPicker";
     this.ColorInactiveColorPicker.PropertyName = "ColorInactive";
     this.ColorInactiveColorPicker.Size         = new Size(144, 21);
     this.ColorInactiveColorPicker.TabIndex     = 1;
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.ColorActiveColorPicker;
     this.label7.Location     = new Point(18, 23);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(38, 15);
     this.label7.Text         = "Active";
     this.label7.LoadingEnd();
     this.ColorActiveColorPicker.Location        = new Point(56, 20);
     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, 72);
     this.ColorInactiveAutoCheckBox.Name         = "ColorInactiveAutoCheckBox";
     this.ColorInactiveAutoCheckBox.PropertyName = "ColorInactiveAuto";
     this.ColorInactiveAutoCheckBox.Size         = new Size(120, 24);
     this.ColorInactiveAutoCheckBox.TabIndex     = 2;
     this.ColorInactiveAutoCheckBox.Text         = "Inactive Auto";
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.TextColorInactiveColorPicker);
     this.groupBox3.Controls.Add(this.TextColorActiveColorPicker);
     this.groupBox3.Location = new Point(264, 72);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new Size(248, 72);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Text";
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.TextColorInactiveColorPicker;
     this.label8.Location     = new Point(13, 49);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(75, 15);
     this.label8.Text         = "Color Inactive";
     this.label8.LoadingEnd();
     this.TextColorInactiveColorPicker.Location     = new Point(88, 46);
     this.TextColorInactiveColorPicker.Name         = "TextColorInactiveColorPicker";
     this.TextColorInactiveColorPicker.PropertyName = "TextColorInactive";
     this.TextColorInactiveColorPicker.Size         = new Size(144, 21);
     this.TextColorInactiveColorPicker.TabIndex     = 1;
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.TextColorActiveColorPicker;
     this.label9.Location     = new Point(21, 23);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(67, 15);
     this.label9.Text         = "Color Active";
     this.label9.LoadingEnd();
     this.TextColorActiveColorPicker.Location     = new Point(88, 20);
     this.TextColorActiveColorPicker.Name         = "TextColorActiveColorPicker";
     this.TextColorActiveColorPicker.PropertyName = "TextColorActive";
     this.TextColorActiveColorPicker.Size         = new Size(144, 21);
     this.TextColorActiveColorPicker.TabIndex     = 0;
     this.TextEditMultiLine.EditFont     = null;
     this.TextEditMultiLine.Location     = new Point(264, 8);
     this.TextEditMultiLine.Name         = "TextEditMultiLine";
     this.TextEditMultiLine.PropertyName = "Text";
     this.TextEditMultiLine.Size         = new Size(176, 20);
     this.TextEditMultiLine.TabIndex     = 2;
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.TextEditMultiLine;
     this.label11.Location     = new Point(235, 11);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(29, 15);
     this.label11.Text         = "Text";
     this.label11.LoadingEnd();
     base.Controls.Add(this.label11);
     base.Controls.Add(this.TextEditMultiLine);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.StyleComboBox);
     base.Controls.Add(this.Style3DComboBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Location = new Point(10, 20);
     base.Name     = "IndicatorLedEditorPlugIn";
     base.Size     = new Size(536, 192);
     base.Title    = "Indicator Editor";
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     base.ResumeLayout(false);
 }