private void InitializeComponent()
 {
     this.MidIncludedCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3 = new FocusLabel();
     this.label1 = new FocusLabel();
     this.MajorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     base.SuspendLayout();
     this.MidIncludedCheckBox.Location         = new Point(88, 8);
     this.MidIncludedCheckBox.Name             = "MidIncludedCheckBox";
     this.MidIncludedCheckBox.PropertyName     = "MidIncluded";
     this.MidIncludedCheckBox.Size             = new Size(92, 24);
     this.MidIncludedCheckBox.TabIndex         = 0;
     this.MidIncludedCheckBox.Text             = "Mid Included";
     this.MinorCountNumericUpDown.Location     = new Point(88, 48);
     this.MinorCountNumericUpDown.Name         = "MinorCountNumericUpDown";
     this.MinorCountNumericUpDown.PropertyName = "MinorCount";
     this.MinorCountNumericUpDown.Size         = new Size(56, 20);
     this.MinorCountNumericUpDown.TabIndex     = 1;
     this.MinorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MinorCountNumericUpDown;
     this.label3.Location     = new Point(21, 49);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(67, 15);
     this.label3.Text         = "Minor Count";
     this.label3.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MajorCountNumericUpDown;
     this.label1.Location     = new Point(21, 73);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(67, 15);
     this.label1.Text         = "Major Count";
     this.label1.LoadingEnd();
     this.MajorCountNumericUpDown.Location = new Point(88, 72);
     this.MajorCountNumericUpDown.Minimum  = new decimal(new int[4]
     {
         2,
         0,
         0,
         0
     });
     this.MajorCountNumericUpDown.Name         = "MajorCountNumericUpDown";
     this.MajorCountNumericUpDown.PropertyName = "MajorCount";
     this.MajorCountNumericUpDown.Size         = new Size(56, 20);
     this.MajorCountNumericUpDown.TabIndex     = 2;
     this.MajorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.MajorCountNumericUpDown);
     base.Controls.Add(this.MinorCountNumericUpDown);
     base.Controls.Add(this.MidIncludedCheckBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label3);
     base.Name  = "ScaleGeneratorFixedEditorPlugIn";
     base.Size  = new Size(536, 296);
     base.Title = "Generator Fixed Editor";
     base.ResumeLayout(false);
 }
Esempio n. 2
0
 private void InitializeComponent()
 {
     this.label4            = new FocusLabel();
     this.ColorPicker       = new ColorPicker();
     this.label2            = new FocusLabel();
     this.SizeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.VisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.ColorPicker;
     this.label4.Location     = new Point(38, 99);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(34, 15);
     this.label4.Text         = "Color";
     this.label4.LoadingEnd();
     this.ColorPicker.Location     = new Point(72, 96);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(144, 21);
     this.ColorPicker.TabIndex     = 2;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.SizeNumericUpDown;
     this.label2.Location     = new Point(43, 65);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(29, 15);
     this.label2.Text         = "Size";
     this.label2.LoadingEnd();
     this.SizeNumericUpDown.Location = new Point(72, 64);
     this.SizeNumericUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.SizeNumericUpDown.Name         = "SizeNumericUpDown";
     this.SizeNumericUpDown.PropertyName = "Size";
     this.SizeNumericUpDown.Size         = new Size(48, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.VisibleCheckBox.Location       = new Point(72, 32);
     this.VisibleCheckBox.Name           = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName   = "Visible";
     this.VisibleCheckBox.Size           = new Size(64, 24);
     this.VisibleCheckBox.TabIndex       = 0;
     this.VisibleCheckBox.Text           = "Visible";
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label4);
     base.Name  = "HubEditorPlugIn";
     base.Size  = new Size(400, 256);
     base.Title = "Hub Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label2                   = new FocusLabel();
     this.StyleComboBox            = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.FixedLengthNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                   = new FocusLabel();
     base.SuspendLayout();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(64, 26);
     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(96, 24);
     this.StyleComboBox.Name                = "StyleComboBox";
     this.StyleComboBox.PropertyName        = "Style";
     this.StyleComboBox.Size                = new Size(121, 21);
     this.StyleComboBox.TabIndex            = 0;
     this.FixedLengthNumericUpDown.Location = new Point(96, 56);
     this.FixedLengthNumericUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.FixedLengthNumericUpDown.Name         = "FixedLengthNumericUpDown";
     this.FixedLengthNumericUpDown.PropertyName = "FixedLength";
     this.FixedLengthNumericUpDown.Size         = new Size(48, 20);
     this.FixedLengthNumericUpDown.TabIndex     = 1;
     this.FixedLengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.FixedLengthNumericUpDown;
     this.label1.Location     = new Point(25, 57);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(71, 15);
     this.label1.Text         = "Fixed Length";
     this.label1.LoadingEnd();
     base.Controls.Add(this.FixedLengthNumericUpDown);
     base.Controls.Add(this.StyleComboBox);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Location = new Point(10, 20);
     base.Name     = "TextFormatIntegerEditorPlugIn";
     base.Size     = new Size(520, 144);
     base.Title    = "Text Formatting Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.VisibleCheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SizeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1            = new FocusLabel();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(120, 56);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(152, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.SizeNumericUpDown.Location   = new Point(120, 88);
     this.SizeNumericUpDown.Maximum    = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.SizeNumericUpDown.Name         = "SizeNumericUpDown";
     this.SizeNumericUpDown.PropertyName = "Size";
     this.SizeNumericUpDown.Size         = new Size(56, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.SizeNumericUpDown;
     this.label1.Location     = new Point(91, 89);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(29, 15);
     this.label1.Text         = "Size";
     this.label1.LoadingEnd();
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotDataCursorWindowEditorPlugIn";
     base.Size     = new Size(504, 336);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.VisibleCheckBox            = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.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);
 }
Esempio n. 6
0
 private void InitializeComponent()
 {
     this.StyleComboBox           = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                  = new FocusLabel();
     this.VisibleCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label1                  = new FocusLabel();
     this.ThicknessComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label4                  = new FocusLabel();
     this.MarginEdgeNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3                  = new FocusLabel();
     this.MarginNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(96, 40);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(144, 21);
     this.StyleComboBox.TabIndex         = 1;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(64, 42);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(32, 15);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.VisibleCheckBox.Location     = new Point(96, 8);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.ThicknessComboBox;
     this.label1.Location     = new Point(39, 66);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Thickness";
     this.label1.LoadingEnd();
     this.ThicknessComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.ThicknessComboBox.Location         = new Point(96, 64);
     this.ThicknessComboBox.MaxDropDownItems = 20;
     this.ThicknessComboBox.Name             = "ThicknessComboBox";
     this.ThicknessComboBox.PropertyName     = "Thickness";
     this.ThicknessComboBox.Size             = new Size(48, 21);
     this.ThicknessComboBox.TabIndex         = 2;
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.MarginEdgeNumericUpDown;
     this.label4.Location     = new Point(26, 113);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(70, 15);
     this.label4.Text         = "Margin Edge";
     this.label4.LoadingEnd();
     this.MarginEdgeNumericUpDown.Location     = new Point(96, 112);
     this.MarginEdgeNumericUpDown.Name         = "MarginEdgeNumericUpDown";
     this.MarginEdgeNumericUpDown.PropertyName = "MarginEdge";
     this.MarginEdgeNumericUpDown.Size         = new Size(48, 20);
     this.MarginEdgeNumericUpDown.TabIndex     = 4;
     this.MarginEdgeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MarginNumericUpDown;
     this.label3.Location     = new Point(55, 89);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(41, 15);
     this.label3.Text         = "Margin";
     this.label3.LoadingEnd();
     this.MarginNumericUpDown.Location     = new Point(96, 88);
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 3;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.label3);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.MarginEdgeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ThicknessComboBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name  = "BevelMarginEditorPlugIn";
     base.Size  = new Size(368, 240);
     base.Title = "Bevel Editor";
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label9                 = new FocusLabel();
     this.ColorPicker            = new ColorPicker();
     this.LengthNumericUpDown    = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                 = new FocusLabel();
     this.AlignmentComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.ThicknessNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label10                = new FocusLabel();
     this.label7                 = new FocusLabel();
     base.SuspendLayout();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.ColorPicker;
     this.label9.Location     = new Point(30, 99);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(34, 15);
     this.label9.Text         = "Color";
     this.label9.LoadingEnd();
     this.ColorPicker.Location             = new Point(64, 96);
     this.ColorPicker.Name                 = "ColorPicker";
     this.ColorPicker.PropertyName         = "Color";
     this.ColorPicker.Size                 = new Size(144, 21);
     this.ColorPicker.TabIndex             = 3;
     this.LengthNumericUpDown.Location     = new Point(64, 40);
     this.LengthNumericUpDown.Name         = "LengthNumericUpDown";
     this.LengthNumericUpDown.PropertyName = "Length";
     this.LengthNumericUpDown.Size         = new Size(57, 20);
     this.LengthNumericUpDown.TabIndex     = 1;
     this.LengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.AlignmentComboBox;
     this.label1.Location     = new Point(7, 10);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Alignment";
     this.label1.LoadingEnd();
     this.AlignmentComboBox.DropDownStyle     = ComboBoxStyle.DropDownList;
     this.AlignmentComboBox.Location          = new Point(64, 8);
     this.AlignmentComboBox.Name              = "AlignmentComboBox";
     this.AlignmentComboBox.PropertyName      = "Alignment";
     this.AlignmentComboBox.Size              = new Size(144, 21);
     this.AlignmentComboBox.TabIndex          = 0;
     this.ThicknessNumericUpDown.Location     = new Point(64, 64);
     this.ThicknessNumericUpDown.Name         = "ThicknessNumericUpDown";
     this.ThicknessNumericUpDown.PropertyName = "Thickness";
     this.ThicknessNumericUpDown.Size         = new Size(57, 20);
     this.ThicknessNumericUpDown.TabIndex     = 2;
     this.ThicknessNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label10.LoadingBegin();
     this.label10.FocusControl = this.ThicknessNumericUpDown;
     this.label10.Location     = new Point(7, 65);
     this.label10.Name         = "label10";
     this.label10.Size         = new Size(57, 15);
     this.label10.Text         = "Thickness";
     this.label10.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.LengthNumericUpDown;
     this.label7.Location     = new Point(23, 41);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(41, 15);
     this.label7.Text         = "Length";
     this.label7.LoadingEnd();
     base.Controls.Add(this.LengthNumericUpDown);
     base.Controls.Add(this.AlignmentComboBox);
     base.Controls.Add(this.ThicknessNumericUpDown);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label9);
     base.Name  = "ScaleTickMinorEditorPlugIn";
     base.Size  = new Size(584, 232);
     base.Title = "Tick-Minor Editor";
     base.ResumeLayout(false);
 }
Esempio n. 8
0
 private void InitializeComponent()
 {
     this.MinTextBox              = new EditBox();
     this.focusLabel1             = new FocusLabel();
     this.MaxTextBox              = new EditBox();
     this.focusLabel2             = new FocusLabel();
     this.StepsGroupBox           = new GroupBox();
     this.StepsEnabledCheckBox    = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.StepsCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel3             = new FocusLabel();
     this.ColorStartPicker        = new ColorPicker();
     this.label8          = new FocusLabel();
     this.ColorStopPicker = new ColorPicker();
     this.focusLabel4     = new FocusLabel();
     this.label1          = new Label();
     this.StepsGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.MinTextBox.LoadingBegin();
     this.MinTextBox.Location     = new Point(104, 8);
     this.MinTextBox.Name         = "MinTextBox";
     this.MinTextBox.PropertyName = "Min";
     this.MinTextBox.Size         = new Size(96, 20);
     this.MinTextBox.TabIndex     = 0;
     this.MinTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.MinTextBox;
     this.focusLabel1.Location     = new Point(79, 10);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(25, 15);
     this.focusLabel1.Text         = "Min";
     this.focusLabel1.LoadingEnd();
     this.MaxTextBox.LoadingBegin();
     this.MaxTextBox.Location     = new Point(104, 32);
     this.MaxTextBox.Name         = "MaxTextBox";
     this.MaxTextBox.PropertyName = "Max";
     this.MaxTextBox.Size         = new Size(96, 20);
     this.MaxTextBox.TabIndex     = 1;
     this.MaxTextBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.MaxTextBox;
     this.focusLabel2.Location     = new Point(76, 34);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(28, 15);
     this.focusLabel2.Text         = "Max";
     this.focusLabel2.LoadingEnd();
     this.StepsGroupBox.Controls.Add(this.StepsEnabledCheckBox);
     this.StepsGroupBox.Controls.Add(this.StepsCountNumericUpDown);
     this.StepsGroupBox.Controls.Add(this.focusLabel3);
     this.StepsGroupBox.Location            = new Point(104, 136);
     this.StepsGroupBox.Name                = "StepsGroupBox";
     this.StepsGroupBox.Size                = new Size(216, 64);
     this.StepsGroupBox.TabIndex            = 5;
     this.StepsGroupBox.TabStop             = false;
     this.StepsGroupBox.Text                = "Steps";
     this.StepsEnabledCheckBox.Location     = new Point(128, 24);
     this.StepsEnabledCheckBox.Name         = "StepsEnabledCheckBox";
     this.StepsEnabledCheckBox.PropertyName = "StepsEnabled";
     this.StepsEnabledCheckBox.Size         = new Size(80, 24);
     this.StepsEnabledCheckBox.TabIndex     = 1;
     this.StepsEnabledCheckBox.Text         = "Enabled";
     this.StepsCountNumericUpDown.Location  = new Point(56, 26);
     this.StepsCountNumericUpDown.Maximum   = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.StepsCountNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.StepsCountNumericUpDown.Name         = "StepsCountNumericUpDown";
     this.StepsCountNumericUpDown.PropertyName = "StepsCount";
     this.StepsCountNumericUpDown.Size         = new Size(56, 20);
     this.StepsCountNumericUpDown.TabIndex     = 0;
     this.StepsCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.StepsCountNumericUpDown;
     this.focusLabel3.Location     = new Point(19, 27);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(37, 15);
     this.focusLabel3.Text         = "Count";
     this.focusLabel3.LoadingEnd();
     this.ColorStartPicker.Location     = new Point(104, 72);
     this.ColorStartPicker.Name         = "ColorStartPicker";
     this.ColorStartPicker.PropertyName = "ColorStart";
     this.ColorStartPicker.Size         = new Size(48, 21);
     this.ColorStartPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorStartPicker.TabIndex     = 2;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorStartPicker;
     this.label8.Location     = new Point(44, 75);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(60, 15);
     this.label8.Text         = "Color Start";
     this.label8.LoadingEnd();
     this.ColorStopPicker.Location     = new Point(104, 96);
     this.ColorStopPicker.Name         = "ColorStopPicker";
     this.ColorStopPicker.PropertyName = "ColorStop";
     this.ColorStopPicker.Size         = new Size(48, 21);
     this.ColorStopPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorStopPicker.TabIndex     = 4;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.ColorStopPicker;
     this.focusLabel4.Location     = new Point(45, 99);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(59, 15);
     this.focusLabel4.Text         = "Color Stop";
     this.focusLabel4.LoadingEnd();
     this.label1.Location = new Point(160, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new Size(312, 40);
     this.label1.TabIndex = 3;
     this.label1.Text     = "These Colors are ignored if 2 or more colors are added to the Gradient Colors collection. (See Gradient Colors Tab)";
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ColorStopPicker);
     base.Controls.Add(this.focusLabel4);
     base.Controls.Add(this.ColorStartPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.StepsGroupBox);
     base.Controls.Add(this.MaxTextBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.MinTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Location = new Point(10, 20);
     base.Name     = "PlotColorLookupGradientEditorPlugIn";
     base.Size     = new Size(496, 272);
     base.Tag      = "";
     base.Title    = "Plot Axis Editor";
     this.StepsGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.DesiredIncrementTextBox = new EditBox();
     this.label2 = new FocusLabel();
     this.MinTextSpacingTextBox = new EditBox();
     this.label1 = new FocusLabel();
     this.MidIncludedCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.MinorCountNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label3 = new FocusLabel();
     this.DesiredIncrementDoubleEditButton = new DoubleEditButton();
     this.FixedMinMaxMajorsCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     ((ISupportInitialize)this.MinorCountNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.DesiredIncrementTextBox.LoadingBegin();
     this.DesiredIncrementTextBox.Location     = new Point(120, 104);
     this.DesiredIncrementTextBox.Name         = "DesiredIncrementTextBox";
     this.DesiredIncrementTextBox.PropertyName = "DesiredIncrement";
     this.DesiredIncrementTextBox.Size         = new Size(104, 20);
     this.DesiredIncrementTextBox.TabIndex     = 4;
     this.DesiredIncrementTextBox.TextAlign    = HorizontalAlignment.Center;
     this.DesiredIncrementTextBox.LoadingEnd();
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DesiredIncrementTextBox;
     this.label2.Location     = new Point(23, 106);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(97, 15);
     this.label2.Text         = "Desired Increment";
     this.label2.LoadingEnd();
     this.MinTextSpacingTextBox.LoadingBegin();
     this.MinTextSpacingTextBox.Location     = new Point(120, 80);
     this.MinTextSpacingTextBox.Name         = "MinTextSpacingTextBox";
     this.MinTextSpacingTextBox.PropertyName = "MinTextSpacing";
     this.MinTextSpacingTextBox.Size         = new Size(56, 20);
     this.MinTextSpacingTextBox.TabIndex     = 3;
     this.MinTextSpacingTextBox.TextAlign    = HorizontalAlignment.Center;
     this.MinTextSpacingTextBox.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MinTextSpacingTextBox;
     this.label1.Location     = new Point(28, 82);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(92, 15);
     this.label1.Text         = "Min Text Spacing";
     this.label1.LoadingEnd();
     this.MidIncludedCheckBox.Location         = new Point(120, 0);
     this.MidIncludedCheckBox.Name             = "MidIncludedCheckBox";
     this.MidIncludedCheckBox.PropertyName     = "MidIncluded";
     this.MidIncludedCheckBox.Size             = new Size(92, 24);
     this.MidIncludedCheckBox.TabIndex         = 0;
     this.MidIncludedCheckBox.Text             = "Mid Included";
     this.MinorCountNumericUpDown.Location     = new Point(120, 56);
     this.MinorCountNumericUpDown.Name         = "MinorCountNumericUpDown";
     this.MinorCountNumericUpDown.PropertyName = "MinorCount";
     this.MinorCountNumericUpDown.Size         = new Size(56, 20);
     this.MinorCountNumericUpDown.TabIndex     = 2;
     this.MinorCountNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.MinorCountNumericUpDown;
     this.label3.Location     = new Point(53, 57);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(67, 15);
     this.label3.Text         = "Minor Count";
     this.label3.LoadingEnd();
     this.DesiredIncrementDoubleEditButton.EditBox  = this.DesiredIncrementTextBox;
     this.DesiredIncrementDoubleEditButton.Location = new Point(224, 102);
     this.DesiredIncrementDoubleEditButton.Name     = "DesiredIncrementDoubleEditButton";
     this.DesiredIncrementDoubleEditButton.TabIndex = 5;
     this.FixedMinMaxMajorsCheckBox.Location        = new Point(120, 24);
     this.FixedMinMaxMajorsCheckBox.Name            = "FixedMinMaxMajorsCheckBox";
     this.FixedMinMaxMajorsCheckBox.PropertyName    = "FixedMinMaxMajors";
     this.FixedMinMaxMajorsCheckBox.Size            = new Size(144, 24);
     this.FixedMinMaxMajorsCheckBox.TabIndex        = 0;
     this.FixedMinMaxMajorsCheckBox.Text            = "Fixed Min/Max Majors";
     base.Controls.Add(this.FixedMinMaxMajorsCheckBox);
     base.Controls.Add(this.DesiredIncrementDoubleEditButton);
     base.Controls.Add(this.MinorCountNumericUpDown);
     base.Controls.Add(this.MidIncludedCheckBox);
     base.Controls.Add(this.MinTextSpacingTextBox);
     base.Controls.Add(this.DesiredIncrementTextBox);
     base.Controls.Add(this.label3);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Name  = "ScaleGeneratorAutoEditorPlugIn";
     base.Size  = new Size(496, 160);
     base.Title = "Generator Auto Editor";
     ((ISupportInitialize)this.MinorCountNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label1                 = new FocusLabel();
     this.HeightTextBox          = new EditBox();
     this.CanMoveCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.CanSizeCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label7                 = new FocusLabel();
     this.WidthTextBox           = new EditBox();
     this.XTextBox               = new EditBox();
     this.label8                 = new FocusLabel();
     this.YTextBox               = new EditBox();
     this.label9                 = new FocusLabel();
     this.EnabledCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox        = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.RotationTextBox        = new EditBox();
     this.focusLabel1            = new FocusLabel();
     this.groupBox2              = new GroupBox();
     this.ImageIndexUpDown       = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel4            = new FocusLabel();
     this.ImageListStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel5            = new FocusLabel();
     this.FixedSizeCheckBox      = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox2.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.groupBox2.Controls.Add(this.ImageIndexUpDown);
     this.groupBox2.Controls.Add(this.focusLabel4);
     this.groupBox2.Controls.Add(this.ImageListStyleComboBox);
     this.groupBox2.Controls.Add(this.focusLabel5);
     this.groupBox2.Location        = new Point(128, 42);
     this.groupBox2.Name            = "groupBox2";
     this.groupBox2.Size            = new Size(264, 88);
     this.groupBox2.TabIndex        = 10;
     this.groupBox2.TabStop         = false;
     this.groupBox2.Text            = "Image";
     this.ImageIndexUpDown.Location = new Point(64, 56);
     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     = 1;
     this.ImageIndexUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.ImageIndexUpDown;
     this.focusLabel4.Location     = new Point(30, 57);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(34, 15);
     this.focusLabel4.Text         = "Index";
     this.focusLabel4.LoadingEnd();
     this.ImageListStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ImageListStyleComboBox.Location      = new Point(64, 24);
     this.ImageListStyleComboBox.Name          = "ImageListStyleComboBox";
     this.ImageListStyleComboBox.PropertyName  = "ImageListStyle";
     this.ImageListStyleComboBox.Size          = new Size(144, 21);
     this.ImageListStyleComboBox.TabIndex      = 0;
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.ImageListStyleComboBox;
     this.focusLabel5.Location     = new Point(12, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(52, 15);
     this.focusLabel5.Text         = "List Style";
     this.focusLabel5.LoadingEnd();
     this.FixedSizeCheckBox.Location     = new Point(432, 8);
     this.FixedSizeCheckBox.Name         = "FixedSizeCheckBox";
     this.FixedSizeCheckBox.PropertyName = "FixedSize";
     this.FixedSizeCheckBox.Size         = new Size(96, 24);
     this.FixedSizeCheckBox.TabIndex     = 4;
     this.FixedSizeCheckBox.Text         = "Fixed Size";
     base.Controls.Add(this.FixedSizeCheckBox);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.HeightTextBox);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.CanSizeCheckBox);
     base.Controls.Add(this.CanMoveCheckBox);
     base.Controls.Add(this.label1);
     base.Location = new Point(10, 20);
     base.Name     = "AnnotationImageEditorPlugIn";
     base.Size     = new Size(528, 272);
     this.groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 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.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LayerNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                     = new FocusLabel();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(272, 16);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.EnabledCheckBox.Location     = new Point(272, 40);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(80, 24);
     this.EnabledCheckBox.TabIndex     = 2;
     this.EnabledCheckBox.Text         = "Enabled";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(104, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 9;
     this.NameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.NameTextBox;
     this.focusLabel1.Location     = new Point(69, 15);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(35, 21);
     this.focusLabel1.Text         = "Name";
     this.focusLabel1.LoadingEnd();
     this.ColorPicker.Location     = new Point(104, 48);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(48, 21);
     this.ColorPicker.Style        = ColorPickerStyle.ColorBox;
     this.ColorPicker.TabIndex     = 33;
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ColorPicker;
     this.label8.Location     = new Point(72, 48);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(32, 21);
     this.label8.Text         = "Color";
     this.label8.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(272, 64);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(152, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 36;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.LayerNumericUpDown.Location             = new Point(192, 48);
     this.LayerNumericUpDown.Maximum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 103;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.LayerNumericUpDown;
     this.label1.Location     = new Point(159, 49);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(33, 14);
     this.label1.Text         = "Layer";
     this.label1.LoadingEnd();
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.VisibleCheckBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotTableEditorPlugIn";
     base.Size     = new Size(456, 208);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.VisibleCheckBox             = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox2                   = new GroupBox();
     this.label4                      = new FocusLabel();
     this.TextActiveForeColorPicker   = new ColorPicker();
     this.TextActiveFontButton        = new FontButton();
     this.groupBox1                   = new GroupBox();
     this.label3                      = new FocusLabel();
     this.TextInactiveForeColorPicker = new ColorPicker();
     this.TextInactiveFontButton      = new FontButton();
     this.label5                      = new FocusLabel();
     this.MarginNumericUpDown         = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox3                   = new GroupBox();
     this.TextMarginNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1                      = new FocusLabel();
     this.TextAlignmentComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                      = new FocusLabel();
     this.label6                      = new FocusLabel();
     this.CallOutLengthNumericUpDown  = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(24, 16);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.TextActiveForeColorPicker);
     this.groupBox2.Controls.Add(this.TextActiveFontButton);
     this.groupBox2.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox2.Location = new Point(240, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(224, 91);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Text Active";
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.TextActiveForeColorPicker;
     this.label4.Location     = new Point(13, 51);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(59, 15);
     this.label4.Text         = "Fore Color";
     this.label4.LoadingEnd();
     this.TextActiveForeColorPicker.Location     = new Point(72, 48);
     this.TextActiveForeColorPicker.Name         = "TextActiveForeColorPicker";
     this.TextActiveForeColorPicker.PropertyName = "TextActiveForeColor";
     this.TextActiveForeColorPicker.Size         = new Size(144, 21);
     this.TextActiveForeColorPicker.TabIndex     = 1;
     this.TextActiveFontButton.Location          = new Point(72, 16);
     this.TextActiveFontButton.Name         = "TextActiveFontButton";
     this.TextActiveFontButton.PropertyName = "TextActiveFont";
     this.TextActiveFontButton.TabIndex     = 0;
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.TextInactiveForeColorPicker);
     this.groupBox1.Controls.Add(this.TextInactiveFontButton);
     this.groupBox1.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox1.Location = new Point(240, 120);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(224, 80);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Text Inactive";
     this.label3.LoadingBegin();
     this.label3.FocusControl = this.TextInactiveForeColorPicker;
     this.label3.Location     = new Point(13, 51);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(59, 15);
     this.label3.Text         = "Fore Color";
     this.label3.LoadingEnd();
     this.TextInactiveForeColorPicker.Location     = new Point(72, 48);
     this.TextInactiveForeColorPicker.Name         = "TextInactiveForeColorPicker";
     this.TextInactiveForeColorPicker.PropertyName = "TextInactiveForeColor";
     this.TextInactiveForeColorPicker.Size         = new Size(144, 21);
     this.TextInactiveForeColorPicker.TabIndex     = 1;
     this.TextInactiveFontButton.Location          = new Point(72, 16);
     this.TextInactiveFontButton.Name         = "TextInactiveFontButton";
     this.TextInactiveFontButton.PropertyName = "TextInactiveFont";
     this.TextInactiveFontButton.TabIndex     = 0;
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.MarginNumericUpDown;
     this.label5.Location     = new Point(63, 73);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(41, 15);
     this.label5.Text         = "Margin";
     this.label5.LoadingEnd();
     this.MarginNumericUpDown.Location     = new Point(104, 72);
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 2;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.groupBox3.Controls.Add(this.TextMarginNumericUpDown);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.TextAlignmentComboBox);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new Point(24, 120);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new Size(208, 80);
     this.groupBox3.TabIndex = 3;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Text";
     this.TextMarginNumericUpDown.Location     = new Point(72, 40);
     this.TextMarginNumericUpDown.Name         = "TextMarginNumericUpDown";
     this.TextMarginNumericUpDown.PropertyName = "TextMargin";
     this.TextMarginNumericUpDown.Size         = new Size(48, 20);
     this.TextMarginNumericUpDown.TabIndex     = 1;
     this.TextMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.TextMarginNumericUpDown;
     this.label1.Location     = new Point(31, 41);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(41, 15);
     this.label1.Text         = "Margin";
     this.label1.LoadingEnd();
     this.TextAlignmentComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TextAlignmentComboBox.Location      = new Point(72, 16);
     this.TextAlignmentComboBox.Name          = "TextAlignmentComboBox";
     this.TextAlignmentComboBox.PropertyName  = "TextAlignment";
     this.TextAlignmentComboBox.Size          = new Size(121, 21);
     this.TextAlignmentComboBox.TabIndex      = 0;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.TextAlignmentComboBox;
     this.label2.Location     = new Point(15, 18);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(57, 15);
     this.label2.Text         = "Alignment";
     this.label2.LoadingEnd();
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.CallOutLengthNumericUpDown;
     this.label6.Location     = new Point(20, 49);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(84, 15);
     this.label6.Text         = "Call Out Length";
     this.label6.LoadingEnd();
     this.CallOutLengthNumericUpDown.Location     = new Point(104, 48);
     this.CallOutLengthNumericUpDown.Name         = "CallOutLengthNumericUpDown";
     this.CallOutLengthNumericUpDown.PropertyName = "CallOutLength";
     this.CallOutLengthNumericUpDown.Size         = new Size(48, 20);
     this.CallOutLengthNumericUpDown.TabIndex     = 1;
     this.CallOutLengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.label6);
     base.Controls.Add(this.CallOutLengthNumericUpDown);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.VisibleCheckBox);
     base.Name  = "ScaleDisplayDiscreetAngularEditorPlugIn";
     base.Size  = new Size(512, 248);
     base.Title = "Scale Display Editor";
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 13
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);
 }
Esempio n. 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.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);
 }
Esempio n. 15
0
 private void InitializeComponent()
 {
     this.DockOrderTextBox      = new EditBox();
     this.focusLabel1           = new FocusLabel();
     this.DockDepthRatioTextBox = new EditBox();
     this.focusLabel3           = new FocusLabel();
     this.DockSideComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                    = new FocusLabel();
     this.DockMarginUpDown          = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel6               = new FocusLabel();
     this.StackingGroupIndexEditBox = new EditBox();
     this.focusLabel2               = new FocusLabel();
     ((ISupportInitialize)this.DockMarginUpDown).BeginInit();
     base.SuspendLayout();
     this.DockOrderTextBox.LoadingBegin();
     this.DockOrderTextBox.Location     = new Point(120, 192);
     this.DockOrderTextBox.Name         = "DockOrderTextBox";
     this.DockOrderTextBox.PropertyName = "DockOrder";
     this.DockOrderTextBox.ReadOnly     = true;
     this.DockOrderTextBox.Size         = new Size(136, 20);
     this.DockOrderTextBox.TabIndex     = 3;
     this.DockOrderTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.DockOrderTextBox;
     this.focusLabel1.Location     = new Point(84, 194);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(36, 15);
     this.focusLabel1.Text         = "Order";
     this.focusLabel1.LoadingEnd();
     this.DockDepthRatioTextBox.LoadingBegin();
     this.DockDepthRatioTextBox.Location     = new Point(120, 48);
     this.DockDepthRatioTextBox.Name         = "DockDepthRatioTextBox";
     this.DockDepthRatioTextBox.PropertyName = "DockDepthRatio";
     this.DockDepthRatioTextBox.Size         = new Size(136, 20);
     this.DockDepthRatioTextBox.TabIndex     = 1;
     this.DockDepthRatioTextBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.DockDepthRatioTextBox;
     this.focusLabel3.Location     = new Point(54, 50);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(66, 15);
     this.focusLabel3.Text         = "Depth Ratio";
     this.focusLabel3.LoadingEnd();
     this.DockSideComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DockSideComboBox.Location         = new Point(120, 168);
     this.DockSideComboBox.MaxDropDownItems = 20;
     this.DockSideComboBox.Name             = "DockSideComboBox";
     this.DockSideComboBox.PropertyName     = "DockSide";
     this.DockSideComboBox.ReadOnly         = true;
     this.DockSideComboBox.Size             = new Size(136, 21);
     this.DockSideComboBox.TabIndex         = 2;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DockSideComboBox;
     this.label2.Location     = new Point(90, 170);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(30, 15);
     this.label2.Text         = "Side";
     this.label2.LoadingEnd();
     this.DockMarginUpDown.Location = new Point(120, 16);
     this.DockMarginUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.DockMarginUpDown.Minimum = new decimal(new int[4]
     {
         1000,
         0,
         0,
         -2147483648
     });
     this.DockMarginUpDown.Name         = "DockMarginUpDown";
     this.DockMarginUpDown.PropertyName = "DockMargin";
     this.DockMarginUpDown.Size         = new Size(48, 20);
     this.DockMarginUpDown.TabIndex     = 0;
     this.DockMarginUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.DockMarginUpDown;
     this.focusLabel6.Location     = new Point(79, 17);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(41, 15);
     this.focusLabel6.Text         = "Margin";
     this.focusLabel6.LoadingEnd();
     this.StackingGroupIndexEditBox.LoadingBegin();
     this.StackingGroupIndexEditBox.Location     = new Point(120, 216);
     this.StackingGroupIndexEditBox.Name         = "StackingGroupIndexEditBox";
     this.StackingGroupIndexEditBox.PropertyName = "StackingGroupIndex";
     this.StackingGroupIndexEditBox.ReadOnly     = true;
     this.StackingGroupIndexEditBox.Size         = new Size(136, 20);
     this.StackingGroupIndexEditBox.TabIndex     = 4;
     this.StackingGroupIndexEditBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.StackingGroupIndexEditBox;
     this.focusLabel2.Location     = new Point(7, 218);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(113, 15);
     this.focusLabel2.Text         = "Stacking Group Index";
     this.focusLabel2.LoadingEnd();
     base.Controls.Add(this.StackingGroupIndexEditBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.DockMarginUpDown);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.DockSideComboBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.DockDepthRatioTextBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.DockOrderTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLayoutDataViewEditorPlugIn";
     base.Size     = new Size(456, 248);
     ((ISupportInitialize)this.DockMarginUpDown).EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 16
0
 private void InitializeComponent()
 {
     this.ColorLabel          = new FocusLabel();
     this.ColorPicker         = new ColorPicker();
     this.label2              = new FocusLabel();
     this.StyleComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.OffsetNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.StretchedcheckBox   = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label3              = new FocusLabel();
     base.SuspendLayout();
     this.ColorLabel.LoadingBegin();
     this.ColorLabel.AutoSize     = false;
     this.ColorLabel.FocusControl = this.ColorPicker;
     this.ColorLabel.Location     = new Point(48, 138);
     this.ColorLabel.Name         = "ColorLabel";
     this.ColorLabel.Size         = new Size(40, 16);
     this.ColorLabel.Text         = "Color";
     this.ColorLabel.LoadingEnd();
     this.ColorPicker.Location     = new Point(88, 136);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(144, 21);
     this.ColorPicker.TabIndex     = 3;
     this.label2.LoadingBegin();
     this.label2.AutoSize     = false;
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(48, 25);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(40, 16);
     this.label2.Text         = "Style";
     this.label2.LoadingEnd();
     this.StyleComboBox.DropDownStyle      = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location           = new Point(88, 24);
     this.StyleComboBox.MaxDropDownItems   = 20;
     this.StyleComboBox.Name               = "StyleComboBox";
     this.StyleComboBox.PropertyName       = "Style";
     this.StyleComboBox.Size               = new Size(144, 21);
     this.StyleComboBox.TabIndex           = 0;
     this.OffsetNumericUpDown.Location     = new Point(88, 56);
     this.OffsetNumericUpDown.Name         = "OffsetNumericUpDown";
     this.OffsetNumericUpDown.PropertyName = "Offset";
     this.OffsetNumericUpDown.Size         = new Size(48, 20);
     this.OffsetNumericUpDown.TabIndex     = 1;
     this.OffsetNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.StretchedcheckBox.Location       = new Point(88, 96);
     this.StretchedcheckBox.Name           = "StretchedcheckBox";
     this.StretchedcheckBox.PropertyName   = "Stretched";
     this.StretchedcheckBox.Size           = new Size(80, 24);
     this.StretchedcheckBox.TabIndex       = 2;
     this.StretchedcheckBox.Text           = "Stretched";
     this.label3.LoadingBegin();
     this.label3.AutoSize     = false;
     this.label3.FocusControl = this.OffsetNumericUpDown;
     this.label3.Location     = new Point(50, 56);
     this.label3.Name         = "label3";
     this.label3.Size         = new Size(38, 16);
     this.label3.Text         = "Offset";
     this.label3.LoadingEnd();
     base.Controls.Add(this.ColorLabel);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Controls.Add(this.OffsetNumericUpDown);
     base.Controls.Add(this.StretchedcheckBox);
     base.Controls.Add(this.label3);
     base.Location = new Point(10, 20);
     base.Name     = "ShadowEditorPlugIn";
     base.Size     = new Size(544, 248);
     base.Title    = "Shadow Editor";
     base.ResumeLayout(false);
 }
Esempio n. 17
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox       = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox2             = new GroupBox();
     this.TextAlignmentComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2 = new FocusLabel();
     this.TextWidthMinAutoCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label5 = new FocusLabel();
     this.TextWidthMinValueTextBox = new EditBox();
     this.groupBox1 = new GroupBox();
     this.StartRefEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.StartRefValueTextBox    = new EditBox();
     this.label8 = new FocusLabel();
     this.LineInnerVisibleCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LineOuterVisibleCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label1 = new FocusLabel();
     this.MarginNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel1         = new FocusLabel();
     this.LineThicknessUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((ISupportInitialize)this.MarginNumericUpDown).BeginInit();
     ((ISupportInitialize)this.LineThicknessUpDown).BeginInit();
     base.SuspendLayout();
     this.VisibleCheckBox.Location     = new Point(24, 8);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(64, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.groupBox2.Controls.Add(this.TextAlignmentComboBox);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.TextWidthMinAutoCheckBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.TextWidthMinValueTextBox);
     this.groupBox2.Location = new Point(240, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(256, 88);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Text";
     this.TextAlignmentComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.TextAlignmentComboBox.Location      = new Point(104, 24);
     this.TextAlignmentComboBox.Name          = "TextAlignmentComboBox";
     this.TextAlignmentComboBox.PropertyName  = "TextAlignment";
     this.TextAlignmentComboBox.Size          = new Size(121, 21);
     this.TextAlignmentComboBox.TabIndex      = 0;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.TextAlignmentComboBox;
     this.label2.Location     = new Point(47, 26);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(57, 15);
     this.label2.Text         = "Alignment";
     this.label2.LoadingEnd();
     this.TextWidthMinAutoCheckBox.Location     = new Point(144, 56);
     this.TextWidthMinAutoCheckBox.Name         = "TextWidthMinAutoCheckBox";
     this.TextWidthMinAutoCheckBox.PropertyName = "TextWidthMinAuto";
     this.TextWidthMinAutoCheckBox.TabIndex     = 2;
     this.TextWidthMinAutoCheckBox.Text         = "Width Min Auto";
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.TextWidthMinValueTextBox;
     this.label5.Location     = new Point(16, 58);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(88, 15);
     this.label5.Text         = "Width Min Value";
     this.label5.LoadingEnd();
     this.TextWidthMinValueTextBox.LoadingBegin();
     this.TextWidthMinValueTextBox.Location     = new Point(104, 56);
     this.TextWidthMinValueTextBox.Name         = "TextWidthMinValueTextBox";
     this.TextWidthMinValueTextBox.PropertyName = "TextWidthMinValue";
     this.TextWidthMinValueTextBox.Size         = new Size(32, 20);
     this.TextWidthMinValueTextBox.TabIndex     = 1;
     this.TextWidthMinValueTextBox.LoadingEnd();
     this.groupBox1.Controls.Add(this.StartRefEnabledCheckBox);
     this.groupBox1.Controls.Add(this.StartRefValueTextBox);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Location = new Point(240, 96);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(256, 56);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Start Ref";
     this.StartRefEnabledCheckBox.Location     = new Point(144, 20);
     this.StartRefEnabledCheckBox.Name         = "StartRefEnabledCheckBox";
     this.StartRefEnabledCheckBox.PropertyName = "StartRefEnabled";
     this.StartRefEnabledCheckBox.Size         = new Size(72, 24);
     this.StartRefEnabledCheckBox.TabIndex     = 1;
     this.StartRefEnabledCheckBox.Text         = "Enabled";
     this.StartRefValueTextBox.LoadingBegin();
     this.StartRefValueTextBox.Location     = new Point(64, 20);
     this.StartRefValueTextBox.Name         = "StartRefValueTextBox";
     this.StartRefValueTextBox.PropertyName = "StartRefValue";
     this.StartRefValueTextBox.Size         = new Size(72, 20);
     this.StartRefValueTextBox.TabIndex     = 0;
     this.StartRefValueTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.StartRefValueTextBox;
     this.label8.Location     = new Point(28, 22);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(36, 15);
     this.label8.Text         = "Value";
     this.label8.LoadingEnd();
     this.LineInnerVisibleCheckBox.Location     = new Point(24, 32);
     this.LineInnerVisibleCheckBox.Name         = "LineInnerVisibleCheckBox";
     this.LineInnerVisibleCheckBox.PropertyName = "LineInnerVisible";
     this.LineInnerVisibleCheckBox.Size         = new Size(128, 24);
     this.LineInnerVisibleCheckBox.TabIndex     = 1;
     this.LineInnerVisibleCheckBox.Text         = "Line Inner Visible";
     this.LineOuterVisibleCheckBox.Location     = new Point(24, 56);
     this.LineOuterVisibleCheckBox.Name         = "LineOuterVisibleCheckBox";
     this.LineOuterVisibleCheckBox.PropertyName = "LineOuterVisible";
     this.LineOuterVisibleCheckBox.Size         = new Size(128, 24);
     this.LineOuterVisibleCheckBox.TabIndex     = 2;
     this.LineOuterVisibleCheckBox.Text         = "Line Outer Visible";
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.MarginNumericUpDown;
     this.label1.Location     = new Point(63, 121);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(41, 15);
     this.label1.Text         = "Margin";
     this.label1.LoadingEnd();
     this.MarginNumericUpDown.Location     = new Point(104, 120);
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 4;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.LineThicknessUpDown;
     this.focusLabel1.Location     = new Point(24, 89);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(80, 15);
     this.focusLabel1.Text         = "Line Thickness";
     this.focusLabel1.LoadingEnd();
     this.LineThicknessUpDown.Location     = new Point(104, 88);
     this.LineThicknessUpDown.Name         = "LineThicknessUpDown";
     this.LineThicknessUpDown.PropertyName = "LineThickness";
     this.LineThicknessUpDown.Size         = new Size(48, 20);
     this.LineThicknessUpDown.TabIndex     = 3;
     this.LineThicknessUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.LineThicknessUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.LineOuterVisibleCheckBox);
     base.Controls.Add(this.LineInnerVisibleCheckBox);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.VisibleCheckBox);
     base.Name  = "ScaleDisplayAngularEditorPlugIn";
     base.Size  = new Size(536, 192);
     base.Title = "Scale Display Editor";
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((ISupportInitialize)this.MarginNumericUpDown).EndInit();
     ((ISupportInitialize)this.LineThicknessUpDown).EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 18
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);
 }
 private void InitializeComponent()
 {
     this.DockOrderTextBox              = new EditBox();
     this.focusLabel1                   = new FocusLabel();
     this.DockSideComboBox              = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label2                        = new FocusLabel();
     this.DockDataViewNameTextBox       = new EditBox();
     this.focusLabel3                   = new FocusLabel();
     this.DockStyleComboBox             = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel2                   = new FocusLabel();
     this.DockMarginUpDown              = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel6                   = new FocusLabel();
     this.DockAutoSizeAlignmentComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel7                   = new FocusLabel();
     this.DockPercentStartTextBox       = new EditBox();
     this.focusLabel4                   = new FocusLabel();
     this.DockPercentStopTextBox        = new EditBox();
     this.focusLabel5                   = new FocusLabel();
     this.StartGroupBox                 = new GroupBox();
     this.DockStartDataViewNameEditBox  = new EditBox();
     this.focusLabel9                   = new FocusLabel();
     this.DockStartStyleComboBox        = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel8                   = new FocusLabel();
     this.StopGroupBox                  = new GroupBox();
     this.DockStopDataViewNameEditBox   = new EditBox();
     this.focusLabel10                  = new FocusLabel();
     this.DockStopStyleComboBox         = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel11                  = new FocusLabel();
     ((ISupportInitialize)this.DockMarginUpDown).BeginInit();
     this.StartGroupBox.SuspendLayout();
     this.StopGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.DockOrderTextBox.LoadingBegin();
     this.DockOrderTextBox.Location     = new Point(64, 240);
     this.DockOrderTextBox.Name         = "DockOrderTextBox";
     this.DockOrderTextBox.PropertyName = "DockOrder";
     this.DockOrderTextBox.ReadOnly     = true;
     this.DockOrderTextBox.Size         = new Size(136, 20);
     this.DockOrderTextBox.TabIndex     = 6;
     this.DockOrderTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.DockOrderTextBox;
     this.focusLabel1.Location     = new Point(28, 242);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(36, 15);
     this.focusLabel1.Text         = "Order";
     this.focusLabel1.LoadingEnd();
     this.DockSideComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.DockSideComboBox.Location      = new Point(64, 216);
     this.DockSideComboBox.Name          = "DockSideComboBox";
     this.DockSideComboBox.PropertyName  = "DockSide";
     this.DockSideComboBox.ReadOnly      = true;
     this.DockSideComboBox.Size          = new Size(136, 21);
     this.DockSideComboBox.TabIndex      = 5;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DockSideComboBox;
     this.label2.Location     = new Point(34, 218);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(30, 15);
     this.label2.Text         = "Side";
     this.label2.LoadingEnd();
     this.DockDataViewNameTextBox.LoadingBegin();
     this.DockDataViewNameTextBox.Location     = new Point(304, 192);
     this.DockDataViewNameTextBox.Name         = "DockDataViewNameTextBox";
     this.DockDataViewNameTextBox.PropertyName = "DockDataViewName";
     this.DockDataViewNameTextBox.ReadOnly     = true;
     this.DockDataViewNameTextBox.Size         = new Size(144, 20);
     this.DockDataViewNameTextBox.TabIndex     = 7;
     this.DockDataViewNameTextBox.LoadingEnd();
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.DockDataViewNameTextBox;
     this.focusLabel3.Location     = new Point(213, 194);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(91, 15);
     this.focusLabel3.Text         = "Data-View Name";
     this.focusLabel3.LoadingEnd();
     this.DockStyleComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.DockStyleComboBox.Location      = new Point(64, 192);
     this.DockStyleComboBox.Name          = "DockStyleComboBox";
     this.DockStyleComboBox.PropertyName  = "DockStyle";
     this.DockStyleComboBox.ReadOnly      = true;
     this.DockStyleComboBox.Size          = new Size(136, 21);
     this.DockStyleComboBox.TabIndex      = 4;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.DockStyleComboBox;
     this.focusLabel2.Location     = new Point(32, 194);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(32, 15);
     this.focusLabel2.Text         = "Style";
     this.focusLabel2.LoadingEnd();
     this.DockMarginUpDown.Location = new Point(112, 16);
     this.DockMarginUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.DockMarginUpDown.Minimum = new decimal(new int[4]
     {
         1000,
         0,
         0,
         -2147483648
     });
     this.DockMarginUpDown.Name         = "DockMarginUpDown";
     this.DockMarginUpDown.PropertyName = "DockMargin";
     this.DockMarginUpDown.Size         = new Size(48, 20);
     this.DockMarginUpDown.TabIndex     = 0;
     this.DockMarginUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.DockMarginUpDown;
     this.focusLabel6.Location     = new Point(68, 17);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(44, 15);
     this.focusLabel6.Text         = " Margin";
     this.focusLabel6.LoadingEnd();
     this.DockAutoSizeAlignmentComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DockAutoSizeAlignmentComboBox.Location         = new Point(112, 40);
     this.DockAutoSizeAlignmentComboBox.MaxDropDownItems = 20;
     this.DockAutoSizeAlignmentComboBox.Name             = "DockAutoSizeAlignmentComboBox";
     this.DockAutoSizeAlignmentComboBox.PropertyName     = "DockAutoSizeAlignment";
     this.DockAutoSizeAlignmentComboBox.Size             = new Size(88, 21);
     this.DockAutoSizeAlignmentComboBox.TabIndex         = 1;
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.DockAutoSizeAlignmentComboBox;
     this.focusLabel7.Location     = new Point(6, 42);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(106, 15);
     this.focusLabel7.Text         = "Auto Size Alignment";
     this.focusLabel7.LoadingEnd();
     this.DockPercentStartTextBox.LoadingBegin();
     this.DockPercentStartTextBox.Location     = new Point(56, 16);
     this.DockPercentStartTextBox.Name         = "DockPercentStartTextBox";
     this.DockPercentStartTextBox.PropertyName = "DockPercentStart";
     this.DockPercentStartTextBox.Size         = new Size(112, 20);
     this.DockPercentStartTextBox.TabIndex     = 0;
     this.DockPercentStartTextBox.LoadingEnd();
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.DockPercentStartTextBox;
     this.focusLabel4.Location     = new Point(11, 18);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(45, 15);
     this.focusLabel4.Text         = "Percent";
     this.focusLabel4.LoadingEnd();
     this.DockPercentStopTextBox.LoadingBegin();
     this.DockPercentStopTextBox.Location     = new Point(56, 16);
     this.DockPercentStopTextBox.Name         = "DockPercentStopTextBox";
     this.DockPercentStopTextBox.PropertyName = "DockPercentStop";
     this.DockPercentStopTextBox.Size         = new Size(112, 20);
     this.DockPercentStopTextBox.TabIndex     = 0;
     this.DockPercentStopTextBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.DockPercentStopTextBox;
     this.focusLabel5.Location     = new Point(11, 18);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(45, 15);
     this.focusLabel5.Text         = "Percent";
     this.focusLabel5.LoadingEnd();
     this.StartGroupBox.Controls.Add(this.DockStartDataViewNameEditBox);
     this.StartGroupBox.Controls.Add(this.focusLabel9);
     this.StartGroupBox.Controls.Add(this.DockStartStyleComboBox);
     this.StartGroupBox.Controls.Add(this.focusLabel8);
     this.StartGroupBox.Controls.Add(this.DockPercentStartTextBox);
     this.StartGroupBox.Controls.Add(this.focusLabel4);
     this.StartGroupBox.Location = new Point(8, 72);
     this.StartGroupBox.Name     = "StartGroupBox";
     this.StartGroupBox.Size     = new Size(568, 48);
     this.StartGroupBox.TabIndex = 2;
     this.StartGroupBox.TabStop  = false;
     this.StartGroupBox.Text     = "Start";
     this.DockStartDataViewNameEditBox.LoadingBegin();
     this.DockStartDataViewNameEditBox.Location     = new Point(408, 16);
     this.DockStartDataViewNameEditBox.Name         = "DockStartDataViewNameEditBox";
     this.DockStartDataViewNameEditBox.PropertyName = "DockStartDataViewName";
     this.DockStartDataViewNameEditBox.Size         = new Size(144, 20);
     this.DockStartDataViewNameEditBox.TabIndex     = 2;
     this.DockStartDataViewNameEditBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.DockStartDataViewNameEditBox;
     this.focusLabel9.Location     = new Point(317, 18);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(91, 15);
     this.focusLabel9.Text         = "Data-View Name";
     this.focusLabel9.LoadingEnd();
     this.DockStartStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DockStartStyleComboBox.Location         = new Point(208, 16);
     this.DockStartStyleComboBox.MaxDropDownItems = 20;
     this.DockStartStyleComboBox.Name             = "DockStartStyleComboBox";
     this.DockStartStyleComboBox.PropertyName     = "DockStartStyle";
     this.DockStartStyleComboBox.Size             = new Size(104, 21);
     this.DockStartStyleComboBox.TabIndex         = 1;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.DockStartStyleComboBox;
     this.focusLabel8.Location     = new Point(176, 18);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(32, 15);
     this.focusLabel8.Text         = "Style";
     this.focusLabel8.LoadingEnd();
     this.StopGroupBox.Controls.Add(this.DockStopDataViewNameEditBox);
     this.StopGroupBox.Controls.Add(this.focusLabel10);
     this.StopGroupBox.Controls.Add(this.DockStopStyleComboBox);
     this.StopGroupBox.Controls.Add(this.focusLabel11);
     this.StopGroupBox.Controls.Add(this.DockPercentStopTextBox);
     this.StopGroupBox.Controls.Add(this.focusLabel5);
     this.StopGroupBox.Location = new Point(8, 128);
     this.StopGroupBox.Name     = "StopGroupBox";
     this.StopGroupBox.Size     = new Size(568, 48);
     this.StopGroupBox.TabIndex = 3;
     this.StopGroupBox.TabStop  = false;
     this.StopGroupBox.Text     = "Stop";
     this.DockStopDataViewNameEditBox.LoadingBegin();
     this.DockStopDataViewNameEditBox.Location     = new Point(408, 16);
     this.DockStopDataViewNameEditBox.Name         = "DockStopDataViewNameEditBox";
     this.DockStopDataViewNameEditBox.PropertyName = "DockStopDataViewName";
     this.DockStopDataViewNameEditBox.Size         = new Size(144, 20);
     this.DockStopDataViewNameEditBox.TabIndex     = 2;
     this.DockStopDataViewNameEditBox.LoadingEnd();
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.DockStopDataViewNameEditBox;
     this.focusLabel10.Location     = new Point(317, 18);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(91, 15);
     this.focusLabel10.Text         = "Data-View Name";
     this.focusLabel10.LoadingEnd();
     this.DockStopStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.DockStopStyleComboBox.Location         = new Point(208, 16);
     this.DockStopStyleComboBox.MaxDropDownItems = 20;
     this.DockStopStyleComboBox.Name             = "DockStopStyleComboBox";
     this.DockStopStyleComboBox.PropertyName     = "DockStopStyle";
     this.DockStopStyleComboBox.Size             = new Size(104, 21);
     this.DockStopStyleComboBox.TabIndex         = 1;
     this.focusLabel11.LoadingBegin();
     this.focusLabel11.FocusControl = this.DockStopStyleComboBox;
     this.focusLabel11.Location     = new Point(176, 18);
     this.focusLabel11.Name         = "focusLabel11";
     this.focusLabel11.Size         = new Size(32, 15);
     this.focusLabel11.Text         = "Style";
     this.focusLabel11.LoadingEnd();
     base.Controls.Add(this.StopGroupBox);
     base.Controls.Add(this.StartGroupBox);
     base.Controls.Add(this.DockAutoSizeAlignmentComboBox);
     base.Controls.Add(this.focusLabel7);
     base.Controls.Add(this.DockMarginUpDown);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.DockStyleComboBox);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.DockDataViewNameTextBox);
     base.Controls.Add(this.focusLabel3);
     base.Controls.Add(this.DockSideComboBox);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.DockOrderTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLayoutDockableAllEditorPlugIn";
     base.Size     = new Size(712, 336);
     ((ISupportInitialize)this.DockMarginUpDown).EndInit();
     this.StartGroupBox.ResumeLayout(false);
     this.StopGroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 20
0
 private void InitializeComponent()
 {
     this.EnabledCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.VisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.Point1GroupBox      = new GroupBox();
     this.focusLabel3         = new FocusLabel();
     this.Point1XEditBox      = new EditBox();
     this.Point1YEditBox      = new EditBox();
     this.focusLabel2         = new FocusLabel();
     this.Point2GroupBox      = new GroupBox();
     this.focusLabel4         = new FocusLabel();
     this.Point2XEditBox      = new EditBox();
     this.Point2YEditBox      = new EditBox();
     this.focusLabel5         = new FocusLabel();
     this.UserCanEditCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.UserCanSizeCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.UserCanMoveCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.NameTextBox         = new EditBox();
     this.focusLabel7         = new FocusLabel();
     this.YAxisNameTextBox    = new EditBox();
     this.focusLabel1         = new FocusLabel();
     this.XAxisNameTextBox    = new EditBox();
     this.focusLabel6         = new FocusLabel();
     this.LayerNumericUpDown  = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel8         = new FocusLabel();
     this.RotationTextBox     = new EditBox();
     this.focusLabel9         = new FocusLabel();
     this.YTextBox            = new EditBox();
     this.label9        = new FocusLabel();
     this.XTextBox      = new EditBox();
     this.label8        = new FocusLabel();
     this.HeightTextBox = new EditBox();
     this.WidthTextBox  = new EditBox();
     this.label7        = new FocusLabel();
     this.label1        = new FocusLabel();
     this.ContextMenuEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.ClippingStyleComboBox      = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.focusLabel10     = new FocusLabel();
     this.CanFocusCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.Point1GroupBox.SuspendLayout();
     this.Point2GroupBox.SuspendLayout();
     base.SuspendLayout();
     this.EnabledCheckBox.Location     = new Point(16, 35);
     this.EnabledCheckBox.Name         = "EnabledCheckBox";
     this.EnabledCheckBox.PropertyName = "Enabled";
     this.EnabledCheckBox.Size         = new Size(72, 24);
     this.EnabledCheckBox.TabIndex     = 1;
     this.EnabledCheckBox.Text         = "Enabled";
     this.VisibleCheckBox.Location     = new Point(16, 11);
     this.VisibleCheckBox.Name         = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName = "Visible";
     this.VisibleCheckBox.Size         = new Size(72, 24);
     this.VisibleCheckBox.TabIndex     = 0;
     this.VisibleCheckBox.Text         = "Visible";
     this.Point1GroupBox.Controls.Add(this.focusLabel3);
     this.Point1GroupBox.Controls.Add(this.Point1YEditBox);
     this.Point1GroupBox.Controls.Add(this.focusLabel2);
     this.Point1GroupBox.Controls.Add(this.Point1XEditBox);
     this.Point1GroupBox.Location = new Point(144, 168);
     this.Point1GroupBox.Name     = "Point1GroupBox";
     this.Point1GroupBox.Size     = new Size(200, 56);
     this.Point1GroupBox.TabIndex = 17;
     this.Point1GroupBox.TabStop  = false;
     this.Point1GroupBox.Text     = "Point-1";
     this.focusLabel3.LoadingBegin();
     this.focusLabel3.FocusControl = this.Point1XEditBox;
     this.focusLabel3.Location     = new Point(9, 26);
     this.focusLabel3.Name         = "focusLabel3";
     this.focusLabel3.Size         = new Size(15, 15);
     this.focusLabel3.Text         = "X";
     this.focusLabel3.LoadingEnd();
     this.Point1XEditBox.LoadingBegin();
     this.Point1XEditBox.Location     = new Point(24, 24);
     this.Point1XEditBox.Name         = "Point1XEditBox";
     this.Point1XEditBox.PropertyName = "Point1X";
     this.Point1XEditBox.Size         = new Size(72, 20);
     this.Point1XEditBox.TabIndex     = 0;
     this.Point1XEditBox.LoadingEnd();
     this.Point1YEditBox.LoadingBegin();
     this.Point1YEditBox.Location     = new Point(120, 24);
     this.Point1YEditBox.Name         = "Point1YEditBox";
     this.Point1YEditBox.PropertyName = "Point1Y";
     this.Point1YEditBox.Size         = new Size(72, 20);
     this.Point1YEditBox.TabIndex     = 1;
     this.Point1YEditBox.LoadingEnd();
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.Point1YEditBox;
     this.focusLabel2.Location     = new Point(105, 26);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(15, 15);
     this.focusLabel2.Text         = "Y";
     this.focusLabel2.LoadingEnd();
     this.Point2GroupBox.Controls.Add(this.focusLabel4);
     this.Point2GroupBox.Controls.Add(this.Point2YEditBox);
     this.Point2GroupBox.Controls.Add(this.focusLabel5);
     this.Point2GroupBox.Controls.Add(this.Point2XEditBox);
     this.Point2GroupBox.Location = new Point(352, 168);
     this.Point2GroupBox.Name     = "Point2GroupBox";
     this.Point2GroupBox.Size     = new Size(200, 56);
     this.Point2GroupBox.TabIndex = 18;
     this.Point2GroupBox.TabStop  = false;
     this.Point2GroupBox.Text     = "Point-2";
     this.focusLabel4.LoadingBegin();
     this.focusLabel4.FocusControl = this.Point2XEditBox;
     this.focusLabel4.Location     = new Point(9, 26);
     this.focusLabel4.Name         = "focusLabel4";
     this.focusLabel4.Size         = new Size(15, 15);
     this.focusLabel4.Text         = "X";
     this.focusLabel4.LoadingEnd();
     this.Point2XEditBox.LoadingBegin();
     this.Point2XEditBox.Location     = new Point(24, 24);
     this.Point2XEditBox.Name         = "Point2XEditBox";
     this.Point2XEditBox.PropertyName = "Point2X";
     this.Point2XEditBox.Size         = new Size(72, 20);
     this.Point2XEditBox.TabIndex     = 0;
     this.Point2XEditBox.LoadingEnd();
     this.Point2YEditBox.LoadingBegin();
     this.Point2YEditBox.Location     = new Point(120, 24);
     this.Point2YEditBox.Name         = "Point2YEditBox";
     this.Point2YEditBox.PropertyName = "Point2Y";
     this.Point2YEditBox.Size         = new Size(72, 20);
     this.Point2YEditBox.TabIndex     = 1;
     this.Point2YEditBox.LoadingEnd();
     this.focusLabel5.LoadingBegin();
     this.focusLabel5.FocusControl = this.Point2YEditBox;
     this.focusLabel5.Location     = new Point(105, 26);
     this.focusLabel5.Name         = "focusLabel5";
     this.focusLabel5.Size         = new Size(15, 15);
     this.focusLabel5.Text         = "Y";
     this.focusLabel5.LoadingEnd();
     this.UserCanEditCheckBox.Location     = new Point(16, 107);
     this.UserCanEditCheckBox.Name         = "UserCanEditCheckBox";
     this.UserCanEditCheckBox.PropertyName = "UserCanEdit";
     this.UserCanEditCheckBox.Size         = new Size(96, 24);
     this.UserCanEditCheckBox.TabIndex     = 4;
     this.UserCanEditCheckBox.Text         = "User Can Edit";
     this.UserCanSizeCheckBox.Location     = new Point(16, 83);
     this.UserCanSizeCheckBox.Name         = "UserCanSizeCheckBox";
     this.UserCanSizeCheckBox.PropertyName = "UserCanSize";
     this.UserCanSizeCheckBox.TabIndex     = 3;
     this.UserCanSizeCheckBox.Text         = "User Can Size";
     this.UserCanMoveCheckBox.Location     = new Point(16, 59);
     this.UserCanMoveCheckBox.Name         = "UserCanMoveCheckBox";
     this.UserCanMoveCheckBox.PropertyName = "UserCanMove";
     this.UserCanMoveCheckBox.TabIndex     = 2;
     this.UserCanMoveCheckBox.Text         = "User Can Move";
     this.NameTextBox.LoadingBegin();
     this.NameTextBox.Location     = new Point(232, 16);
     this.NameTextBox.Name         = "NameTextBox";
     this.NameTextBox.PropertyName = "Name";
     this.NameTextBox.Size         = new Size(144, 20);
     this.NameTextBox.TabIndex     = 7;
     this.NameTextBox.LoadingEnd();
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.NameTextBox;
     this.focusLabel7.Location     = new Point(195, 18);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(37, 15);
     this.focusLabel7.Text         = "Name";
     this.focusLabel7.LoadingEnd();
     this.YAxisNameTextBox.LoadingBegin();
     this.YAxisNameTextBox.Location     = new Point(232, 64);
     this.YAxisNameTextBox.Name         = "YAxisNameTextBox";
     this.YAxisNameTextBox.PropertyName = "YAxisName";
     this.YAxisNameTextBox.Size         = new Size(144, 20);
     this.YAxisNameTextBox.TabIndex     = 9;
     this.YAxisNameTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.YAxisNameTextBox;
     this.focusLabel1.Location     = new Point(160, 66);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(72, 15);
     this.focusLabel1.Text         = "Y-Axis Name";
     this.focusLabel1.LoadingEnd();
     this.XAxisNameTextBox.LoadingBegin();
     this.XAxisNameTextBox.Location     = new Point(232, 40);
     this.XAxisNameTextBox.Name         = "XAxisNameTextBox";
     this.XAxisNameTextBox.PropertyName = "XAxisName";
     this.XAxisNameTextBox.Size         = new Size(144, 20);
     this.XAxisNameTextBox.TabIndex     = 8;
     this.XAxisNameTextBox.LoadingEnd();
     this.focusLabel6.LoadingBegin();
     this.focusLabel6.FocusControl = this.XAxisNameTextBox;
     this.focusLabel6.Location     = new Point(160, 42);
     this.focusLabel6.Name         = "focusLabel6";
     this.focusLabel6.Size         = new Size(72, 15);
     this.focusLabel6.Text         = "X-Axis Name";
     this.focusLabel6.LoadingEnd();
     this.LayerNumericUpDown.Location = new Point(320, 88);
     this.LayerNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.LayerNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.LayerNumericUpDown.Name         = "LayerNumericUpDown";
     this.LayerNumericUpDown.PropertyName = "Layer";
     this.LayerNumericUpDown.Size         = new Size(56, 20);
     this.LayerNumericUpDown.TabIndex     = 11;
     this.LayerNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.LayerNumericUpDown;
     this.focusLabel8.Location     = new Point(285, 89);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(35, 15);
     this.focusLabel8.Text         = "Layer";
     this.focusLabel8.LoadingEnd();
     this.RotationTextBox.LoadingBegin();
     this.RotationTextBox.Location     = new Point(232, 88);
     this.RotationTextBox.Name         = "RotationTextBox";
     this.RotationTextBox.PropertyName = "Rotation";
     this.RotationTextBox.Size         = new Size(48, 20);
     this.RotationTextBox.TabIndex     = 10;
     this.RotationTextBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.RotationTextBox;
     this.focusLabel9.Location     = new Point(183, 90);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(49, 15);
     this.focusLabel9.Text         = "Rotation";
     this.focusLabel9.LoadingEnd();
     this.YTextBox.LoadingBegin();
     this.YTextBox.Location     = new Point(432, 40);
     this.YTextBox.Name         = "YTextBox";
     this.YTextBox.PropertyName = "Y";
     this.YTextBox.Size         = new Size(112, 20);
     this.YTextBox.TabIndex     = 14;
     this.YTextBox.LoadingEnd();
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.YTextBox;
     this.label9.Location     = new Point(417, 42);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(15, 15);
     this.label9.Text         = "Y";
     this.label9.LoadingEnd();
     this.XTextBox.LoadingBegin();
     this.XTextBox.Location     = new Point(432, 16);
     this.XTextBox.Name         = "XTextBox";
     this.XTextBox.PropertyName = "X";
     this.XTextBox.Size         = new Size(112, 20);
     this.XTextBox.TabIndex     = 13;
     this.XTextBox.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.XTextBox;
     this.label8.Location     = new Point(417, 18);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(15, 15);
     this.label8.Text         = "X";
     this.label8.LoadingEnd();
     this.HeightTextBox.LoadingBegin();
     this.HeightTextBox.Location     = new Point(432, 88);
     this.HeightTextBox.Name         = "HeightTextBox";
     this.HeightTextBox.PropertyName = "Height";
     this.HeightTextBox.Size         = new Size(112, 20);
     this.HeightTextBox.TabIndex     = 16;
     this.HeightTextBox.LoadingEnd();
     this.WidthTextBox.LoadingBegin();
     this.WidthTextBox.Location     = new Point(432, 64);
     this.WidthTextBox.Name         = "WidthTextBox";
     this.WidthTextBox.PropertyName = "Width";
     this.WidthTextBox.Size         = new Size(112, 20);
     this.WidthTextBox.TabIndex     = 15;
     this.WidthTextBox.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.WidthTextBox;
     this.label7.Location     = new Point(396, 66);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(36, 15);
     this.label7.Text         = "Width";
     this.label7.LoadingEnd();
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.HeightTextBox;
     this.label1.Location     = new Point(393, 90);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(39, 15);
     this.label1.Text         = "Height";
     this.label1.LoadingEnd();
     this.ContextMenuEnabledCheckBox.Location     = new Point(16, 132);
     this.ContextMenuEnabledCheckBox.Name         = "ContextMenuEnabledCheckBox";
     this.ContextMenuEnabledCheckBox.PropertyName = "ContextMenuEnabled";
     this.ContextMenuEnabledCheckBox.Size         = new Size(144, 24);
     this.ContextMenuEnabledCheckBox.TabIndex     = 5;
     this.ContextMenuEnabledCheckBox.Text         = "Context Menu Enabled";
     this.ClippingStyleComboBox.DropDownStyle     = ComboBoxStyle.DropDownList;
     this.ClippingStyleComboBox.Location          = new Point(232, 112);
     this.ClippingStyleComboBox.MaxDropDownItems  = 20;
     this.ClippingStyleComboBox.Name         = "ClippingStyleComboBox";
     this.ClippingStyleComboBox.PropertyName = "ClippingStyle";
     this.ClippingStyleComboBox.Size         = new Size(80, 21);
     this.ClippingStyleComboBox.TabIndex     = 12;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.ClippingStyleComboBox;
     this.focusLabel10.Location     = new Point(157, 114);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(75, 15);
     this.focusLabel10.Text         = "Clipping Style";
     this.focusLabel10.LoadingEnd();
     this.CanFocusCheckBox.Location     = new Point(16, 157);
     this.CanFocusCheckBox.Name         = "CanFocusCheckBox";
     this.CanFocusCheckBox.PropertyName = "CanFocus";
     this.CanFocusCheckBox.Size         = new Size(80, 24);
     this.CanFocusCheckBox.TabIndex     = 6;
     this.CanFocusCheckBox.Text         = "Can Focus";
     base.Controls.Add(this.CanFocusCheckBox);
     base.Controls.Add(this.ClippingStyleComboBox);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.ContextMenuEnabledCheckBox);
     base.Controls.Add(this.NameTextBox);
     base.Controls.Add(this.focusLabel7);
     base.Controls.Add(this.YAxisNameTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.XAxisNameTextBox);
     base.Controls.Add(this.focusLabel6);
     base.Controls.Add(this.LayerNumericUpDown);
     base.Controls.Add(this.focusLabel8);
     base.Controls.Add(this.RotationTextBox);
     base.Controls.Add(this.focusLabel9);
     base.Controls.Add(this.YTextBox);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.XTextBox);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.HeightTextBox);
     base.Controls.Add(this.WidthTextBox);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.UserCanEditCheckBox);
     base.Controls.Add(this.UserCanSizeCheckBox);
     base.Controls.Add(this.UserCanMoveCheckBox);
     base.Controls.Add(this.Point2GroupBox);
     base.Controls.Add(this.Point1GroupBox);
     base.Controls.Add(this.EnabledCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotAnnotationLineEditorPlugIn";
     base.Size     = new Size(592, 272);
     this.Point1GroupBox.ResumeLayout(false);
     this.Point2GroupBox.ResumeLayout(false);
     base.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.TicksVisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TicksLabelMarginTextBox  = new EditBox();
     this.focusLabel1              = new FocusLabel();
     this.TicksLengthNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label1 = new FocusLabel();
     this.TicksMarginNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel2 = new FocusLabel();
     this.TicksShowFirstAndLastOnlyCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     base.SuspendLayout();
     this.TicksVisibleCheckBox.Location     = new Point(192, 32);
     this.TicksVisibleCheckBox.Name         = "TicksVisibleCheckBox";
     this.TicksVisibleCheckBox.PropertyName = "TicksVisible";
     this.TicksVisibleCheckBox.Size         = new Size(72, 24);
     this.TicksVisibleCheckBox.TabIndex     = 0;
     this.TicksVisibleCheckBox.Text         = "Visible";
     this.TicksLabelMarginTextBox.LoadingBegin();
     this.TicksLabelMarginTextBox.Location     = new Point(192, 136);
     this.TicksLabelMarginTextBox.Name         = "TicksLabelMarginTextBox";
     this.TicksLabelMarginTextBox.PropertyName = "TicksLabelMargin";
     this.TicksLabelMarginTextBox.Size         = new Size(56, 20);
     this.TicksLabelMarginTextBox.TabIndex     = 4;
     this.TicksLabelMarginTextBox.LoadingEnd();
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.TicksLabelMarginTextBox;
     this.focusLabel1.Location     = new Point(121, 138);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(71, 15);
     this.focusLabel1.Text         = "Label Margin";
     this.focusLabel1.LoadingEnd();
     this.TicksLengthNumericUpDown.Location = new Point(192, 112);
     this.TicksLengthNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.TicksLengthNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.TicksLengthNumericUpDown.Name         = "TicksLengthNumericUpDown";
     this.TicksLengthNumericUpDown.PropertyName = "TicksLength";
     this.TicksLengthNumericUpDown.Size         = new Size(56, 20);
     this.TicksLengthNumericUpDown.TabIndex     = 3;
     this.TicksLengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.TicksLengthNumericUpDown;
     this.label1.Location     = new Point(151, 113);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(41, 15);
     this.label1.Text         = "Length";
     this.label1.LoadingEnd();
     this.TicksMarginNumericUpDown.Location = new Point(192, 88);
     this.TicksMarginNumericUpDown.Maximum  = new decimal(new int[4]
     {
         10000,
         0,
         0,
         0
     });
     this.TicksMarginNumericUpDown.Minimum = new decimal(new int[4]
     {
         10000,
         0,
         0,
         -2147483648
     });
     this.TicksMarginNumericUpDown.Name         = "TicksMarginNumericUpDown";
     this.TicksMarginNumericUpDown.PropertyName = "TicksMargin";
     this.TicksMarginNumericUpDown.Size         = new Size(56, 20);
     this.TicksMarginNumericUpDown.TabIndex     = 2;
     this.TicksMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel2.LoadingBegin();
     this.focusLabel2.FocusControl = this.TicksMarginNumericUpDown;
     this.focusLabel2.Location     = new Point(151, 89);
     this.focusLabel2.Name         = "focusLabel2";
     this.focusLabel2.Size         = new Size(41, 15);
     this.focusLabel2.Text         = "Margin";
     this.focusLabel2.LoadingEnd();
     this.TicksShowFirstAndLastOnlyCheckBox.Location     = new Point(192, 56);
     this.TicksShowFirstAndLastOnlyCheckBox.Name         = "TicksShowFirstAndLastOnlyCheckBox";
     this.TicksShowFirstAndLastOnlyCheckBox.PropertyName = "TicksShowFirstAndLastOnly";
     this.TicksShowFirstAndLastOnlyCheckBox.Size         = new Size(160, 24);
     this.TicksShowFirstAndLastOnlyCheckBox.TabIndex     = 1;
     this.TicksShowFirstAndLastOnlyCheckBox.Text         = "Show First && Last Only";
     base.Controls.Add(this.TicksShowFirstAndLastOnlyCheckBox);
     base.Controls.Add(this.TicksMarginNumericUpDown);
     base.Controls.Add(this.focusLabel2);
     base.Controls.Add(this.TicksLengthNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.TicksLabelMarginTextBox);
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.TicksVisibleCheckBox);
     base.Location = new Point(10, 20);
     base.Name     = "PlotLegendChannelImageTicksEditorPlugIn";
     base.Size     = new Size(456, 208);
     base.ResumeLayout(false);
 }
 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);
 }
Esempio n. 23
0
 private void InitializeComponent()
 {
     this.ThicknessNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label10                 = new FocusLabel();
     this.label7                  = new FocusLabel();
     this.LengthNumericUpDown     = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox1               = new GroupBox();
     this.TextMarginNumericUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.TextVisibleCheckBox     = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label6                  = new FocusLabel();
     this.AlignmentComboBox       = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label1                  = new FocusLabel();
     this.FontButton              = new FontButton();
     this.ForeColorPicker         = new ColorPicker();
     this.ColorPicker             = new ColorPicker();
     this.label9                  = new FocusLabel();
     this.label8                  = new FocusLabel();
     ((ISupportInitialize)this.ThicknessNumericUpDown).BeginInit();
     ((ISupportInitialize)this.LengthNumericUpDown).BeginInit();
     this.groupBox1.SuspendLayout();
     ((ISupportInitialize)this.TextMarginNumericUpDown).BeginInit();
     base.SuspendLayout();
     this.ThicknessNumericUpDown.Location     = new Point(88, 88);
     this.ThicknessNumericUpDown.Name         = "ThicknessNumericUpDown";
     this.ThicknessNumericUpDown.PropertyName = "Thickness";
     this.ThicknessNumericUpDown.Size         = new Size(57, 20);
     this.ThicknessNumericUpDown.TabIndex     = 2;
     this.ThicknessNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label10.LoadingBegin();
     this.label10.FocusControl = this.ThicknessNumericUpDown;
     this.label10.Location     = new Point(31, 89);
     this.label10.Name         = "label10";
     this.label10.Size         = new Size(57, 15);
     this.label10.Text         = "Thickness";
     this.label10.LoadingEnd();
     this.label7.LoadingBegin();
     this.label7.FocusControl = this.LengthNumericUpDown;
     this.label7.Location     = new Point(47, 65);
     this.label7.Name         = "label7";
     this.label7.Size         = new Size(41, 15);
     this.label7.Text         = "Length";
     this.label7.LoadingEnd();
     this.LengthNumericUpDown.Location     = new Point(88, 64);
     this.LengthNumericUpDown.Name         = "LengthNumericUpDown";
     this.LengthNumericUpDown.PropertyName = "Length";
     this.LengthNumericUpDown.Size         = new Size(57, 20);
     this.LengthNumericUpDown.TabIndex     = 1;
     this.LengthNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.groupBox1.Controls.Add(this.TextMarginNumericUpDown);
     this.groupBox1.Controls.Add(this.TextVisibleCheckBox);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Font     = new Font("Microsoft Sans Serif", 8.25f, FontStyle.Regular, GraphicsUnit.Point, 0);
     this.groupBox1.Location = new Point(248, 27);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(120, 72);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Text";
     this.TextMarginNumericUpDown.Location     = new Point(64, 16);
     this.TextMarginNumericUpDown.Name         = "TextMarginNumericUpDown";
     this.TextMarginNumericUpDown.PropertyName = "TextMargin";
     this.TextMarginNumericUpDown.Size         = new Size(48, 20);
     this.TextMarginNumericUpDown.TabIndex     = 0;
     this.TextMarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.TextVisibleCheckBox.Location         = new Point(24, 40);
     this.TextVisibleCheckBox.Name             = "TextVisibleCheckBox";
     this.TextVisibleCheckBox.PropertyName     = "TextVisible";
     this.TextVisibleCheckBox.Size             = new Size(62, 24);
     this.TextVisibleCheckBox.TabIndex         = 1;
     this.TextVisibleCheckBox.Text             = "Visible";
     this.label6.LoadingBegin();
     this.label6.FocusControl = this.TextMarginNumericUpDown;
     this.label6.Location     = new Point(23, 17);
     this.label6.Name         = "label6";
     this.label6.Size         = new Size(41, 15);
     this.label6.Text         = "Margin";
     this.label6.LoadingEnd();
     this.AlignmentComboBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.AlignmentComboBox.Location      = new Point(88, 32);
     this.AlignmentComboBox.Name          = "AlignmentComboBox";
     this.AlignmentComboBox.PropertyName  = "Alignment";
     this.AlignmentComboBox.Size          = new Size(144, 21);
     this.AlignmentComboBox.TabIndex      = 0;
     this.label1.LoadingBegin();
     this.label1.FocusControl = this.AlignmentComboBox;
     this.label1.Location     = new Point(31, 34);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(57, 15);
     this.label1.Text         = "Alignment";
     this.label1.LoadingEnd();
     this.FontButton.Location          = new Point(272, 112);
     this.FontButton.Name              = "FontButton";
     this.FontButton.PropertyName      = "Font";
     this.FontButton.TabIndex          = 6;
     this.ForeColorPicker.Location     = new Point(88, 152);
     this.ForeColorPicker.Name         = "ForeColorPicker";
     this.ForeColorPicker.PropertyName = "ForeColor";
     this.ForeColorPicker.Size         = new Size(144, 21);
     this.ForeColorPicker.TabIndex     = 4;
     this.ColorPicker.Location         = new Point(88, 128);
     this.ColorPicker.Name             = "ColorPicker";
     this.ColorPicker.PropertyName     = "Color";
     this.ColorPicker.Size             = new Size(144, 21);
     this.ColorPicker.TabIndex         = 3;
     this.label9.LoadingBegin();
     this.label9.FocusControl = this.ColorPicker;
     this.label9.Location     = new Point(54, 131);
     this.label9.Name         = "label9";
     this.label9.Size         = new Size(34, 15);
     this.label9.Text         = "Color";
     this.label9.LoadingEnd();
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.ForeColorPicker;
     this.label8.Location     = new Point(29, 155);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(59, 15);
     this.label8.Text         = "Fore Color";
     this.label8.LoadingEnd();
     base.Controls.Add(this.ForeColorPicker);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.label9);
     base.Controls.Add(this.label8);
     base.Controls.Add(this.FontButton);
     base.Controls.Add(this.LengthNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.AlignmentComboBox);
     base.Controls.Add(this.ThicknessNumericUpDown);
     base.Controls.Add(this.label10);
     base.Controls.Add(this.label7);
     base.Controls.Add(this.groupBox1);
     base.Name  = "ScaleTickMidEditorPlugIn";
     base.Size  = new Size(600, 304);
     base.Title = "Tick-Mid Editor";
     ((ISupportInitialize)this.ThicknessNumericUpDown).EndInit();
     ((ISupportInitialize)this.LengthNumericUpDown).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((ISupportInitialize)this.TextMarginNumericUpDown).EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 24
0
 private void InitializeComponent()
 {
     this.VisibleCheckBox         = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.AntiAliasCheckBox       = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox1               = new GroupBox();
     this.StartRefValueTextBox    = new EditBox();
     this.StartRefEnabledCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.label8    = new FocusLabel();
     this.groupBox5 = new GroupBox();
     this.label12   = new FocusLabel();
     this.TextWidthMinValueTextBox = new EditBox();
     this.TextWidthMinAutoCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.TextAlignmentComboBox    = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.TextRotationComboBox     = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.label10                  = new FocusLabel();
     this.label11                  = new FocusLabel();
     this.label5                   = new FocusLabel();
     this.MarginNumericUpDown      = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.label2                   = new FocusLabel();
     this.DirectionComboBox        = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     this.LineOuterVisibleCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.LineInnerVisibleCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.focusLabel1              = new FocusLabel();
     this.LineThicknessUpDown      = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.groupBox1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     ((ISupportInitialize)this.MarginNumericUpDown).BeginInit();
     ((ISupportInitialize)this.LineThicknessUpDown).BeginInit();
     base.SuspendLayout();
     this.VisibleCheckBox.Location       = new Point(16, 20);
     this.VisibleCheckBox.Name           = "VisibleCheckBox";
     this.VisibleCheckBox.PropertyName   = "Visible";
     this.VisibleCheckBox.TabIndex       = 1;
     this.VisibleCheckBox.Text           = "Visible";
     this.AntiAliasCheckBox.Location     = new Point(16, 0);
     this.AntiAliasCheckBox.Name         = "AntiAliasCheckBox";
     this.AntiAliasCheckBox.PropertyName = "AntiAliasEnabled";
     this.AntiAliasCheckBox.Size         = new Size(120, 24);
     this.AntiAliasCheckBox.TabIndex     = 0;
     this.AntiAliasCheckBox.Text         = "Anti Alias Enabled";
     this.groupBox1.Controls.Add(this.StartRefValueTextBox);
     this.groupBox1.Controls.Add(this.StartRefEnabledCheckBox);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Location = new Point(232, 128);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new Size(264, 64);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Start Ref";
     this.StartRefValueTextBox.LoadingBegin();
     this.StartRefValueTextBox.Location     = new Point(64, 28);
     this.StartRefValueTextBox.Name         = "StartRefValueTextBox";
     this.StartRefValueTextBox.PropertyName = "StartRefValue";
     this.StartRefValueTextBox.Size         = new Size(80, 20);
     this.StartRefValueTextBox.TabIndex     = 0;
     this.StartRefValueTextBox.LoadingEnd();
     this.StartRefEnabledCheckBox.Location     = new Point(152, 26);
     this.StartRefEnabledCheckBox.Name         = "StartRefEnabledCheckBox";
     this.StartRefEnabledCheckBox.PropertyName = "StartRefEnabled";
     this.StartRefEnabledCheckBox.Size         = new Size(72, 24);
     this.StartRefEnabledCheckBox.TabIndex     = 1;
     this.StartRefEnabledCheckBox.Text         = "Enabled";
     this.label8.LoadingBegin();
     this.label8.FocusControl = this.StartRefValueTextBox;
     this.label8.Location     = new Point(28, 30);
     this.label8.Name         = "label8";
     this.label8.Size         = new Size(36, 15);
     this.label8.Text         = "Value";
     this.label8.LoadingEnd();
     this.groupBox5.Controls.Add(this.label12);
     this.groupBox5.Controls.Add(this.TextWidthMinAutoCheckBox);
     this.groupBox5.Controls.Add(this.TextWidthMinValueTextBox);
     this.groupBox5.Controls.Add(this.TextAlignmentComboBox);
     this.groupBox5.Controls.Add(this.TextRotationComboBox);
     this.groupBox5.Controls.Add(this.label10);
     this.groupBox5.Controls.Add(this.label11);
     this.groupBox5.Location = new Point(232, 8);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new Size(264, 112);
     this.groupBox5.TabIndex = 7;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Text";
     this.label12.LoadingBegin();
     this.label12.FocusControl = this.TextWidthMinValueTextBox;
     this.label12.Location     = new Point(8, 82);
     this.label12.Name         = "label12";
     this.label12.Size         = new Size(88, 15);
     this.label12.Text         = "Width Min Value";
     this.label12.LoadingEnd();
     this.TextWidthMinValueTextBox.LoadingBegin();
     this.TextWidthMinValueTextBox.Location     = new Point(96, 80);
     this.TextWidthMinValueTextBox.Name         = "TextWidthMinValueTextBox";
     this.TextWidthMinValueTextBox.PropertyName = "TextWidthMinValue";
     this.TextWidthMinValueTextBox.Size         = new Size(40, 20);
     this.TextWidthMinValueTextBox.TabIndex     = 2;
     this.TextWidthMinValueTextBox.LoadingEnd();
     this.TextWidthMinAutoCheckBox.Location     = new Point(152, 80);
     this.TextWidthMinAutoCheckBox.Name         = "TextWidthMinAutoCheckBox";
     this.TextWidthMinAutoCheckBox.PropertyName = "TextWidthMinAuto";
     this.TextWidthMinAutoCheckBox.TabIndex     = 3;
     this.TextWidthMinAutoCheckBox.Text         = "Width Min Auto";
     this.TextAlignmentComboBox.DropDownStyle   = ComboBoxStyle.DropDownList;
     this.TextAlignmentComboBox.Location        = new Point(96, 24);
     this.TextAlignmentComboBox.Name            = "TextAlignmentComboBox";
     this.TextAlignmentComboBox.PropertyName    = "TextAlignment";
     this.TextAlignmentComboBox.Size            = new Size(121, 21);
     this.TextAlignmentComboBox.TabIndex        = 0;
     this.TextRotationComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.TextRotationComboBox.Location         = new Point(96, 48);
     this.TextRotationComboBox.Name             = "TextRotationComboBox";
     this.TextRotationComboBox.PropertyName     = "TextRotation";
     this.TextRotationComboBox.Size             = new Size(121, 21);
     this.TextRotationComboBox.TabIndex         = 1;
     this.label10.LoadingBegin();
     this.label10.FocusControl = this.TextAlignmentComboBox;
     this.label10.Location     = new Point(39, 26);
     this.label10.Name         = "label10";
     this.label10.Size         = new Size(57, 15);
     this.label10.Text         = "Alignment";
     this.label10.LoadingEnd();
     this.label11.LoadingBegin();
     this.label11.FocusControl = this.TextRotationComboBox;
     this.label11.Location     = new Point(47, 50);
     this.label11.Name         = "label11";
     this.label11.Size         = new Size(49, 15);
     this.label11.Text         = "Rotation";
     this.label11.LoadingEnd();
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.MarginNumericUpDown;
     this.label5.Location     = new Point(55, 161);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(41, 15);
     this.label5.Text         = "Margin";
     this.label5.LoadingEnd();
     this.MarginNumericUpDown.Location = new Point(96, 160);
     this.MarginNumericUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.MarginNumericUpDown.Minimum = new decimal(new int[4]
     {
         1000,
         0,
         0,
         -2147483648
     });
     this.MarginNumericUpDown.Name         = "MarginNumericUpDown";
     this.MarginNumericUpDown.PropertyName = "Margin";
     this.MarginNumericUpDown.Size         = new Size(48, 20);
     this.MarginNumericUpDown.TabIndex     = 6;
     this.MarginNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.DirectionComboBox;
     this.label2.Location     = new Point(45, 130);
     this.label2.Name         = "label2";
     this.label2.Size         = new Size(51, 15);
     this.label2.Text         = "Direction";
     this.label2.LoadingEnd();
     this.DirectionComboBox.DropDownStyle       = ComboBoxStyle.DropDownList;
     this.DirectionComboBox.Location            = new Point(96, 128);
     this.DirectionComboBox.Name                = "DirectionComboBox";
     this.DirectionComboBox.PropertyName        = "Direction";
     this.DirectionComboBox.Size                = new Size(121, 21);
     this.DirectionComboBox.TabIndex            = 5;
     this.LineOuterVisibleCheckBox.Location     = new Point(16, 60);
     this.LineOuterVisibleCheckBox.Name         = "LineOuterVisibleCheckBox";
     this.LineOuterVisibleCheckBox.PropertyName = "LineOuterVisible";
     this.LineOuterVisibleCheckBox.Size         = new Size(120, 24);
     this.LineOuterVisibleCheckBox.TabIndex     = 3;
     this.LineOuterVisibleCheckBox.Text         = "Line Outer Visible";
     this.LineInnerVisibleCheckBox.Location     = new Point(16, 40);
     this.LineInnerVisibleCheckBox.Name         = "LineInnerVisibleCheckBox";
     this.LineInnerVisibleCheckBox.PropertyName = "LineInnerVisible";
     this.LineInnerVisibleCheckBox.Size         = new Size(112, 24);
     this.LineInnerVisibleCheckBox.TabIndex     = 2;
     this.LineInnerVisibleCheckBox.Text         = "Line Inner Visible";
     this.focusLabel1.LoadingBegin();
     this.focusLabel1.FocusControl = this.LineThicknessUpDown;
     this.focusLabel1.Location     = new Point(16, 97);
     this.focusLabel1.Name         = "focusLabel1";
     this.focusLabel1.Size         = new Size(80, 15);
     this.focusLabel1.Text         = "Line Thickness";
     this.focusLabel1.LoadingEnd();
     this.LineThicknessUpDown.Location     = new Point(96, 96);
     this.LineThicknessUpDown.Name         = "LineThicknessUpDown";
     this.LineThicknessUpDown.PropertyName = "LineThickness";
     this.LineThicknessUpDown.Size         = new Size(48, 20);
     this.LineThicknessUpDown.TabIndex     = 4;
     this.LineThicknessUpDown.TextAlign    = HorizontalAlignment.Center;
     base.Controls.Add(this.focusLabel1);
     base.Controls.Add(this.LineThicknessUpDown);
     base.Controls.Add(this.LineOuterVisibleCheckBox);
     base.Controls.Add(this.LineInnerVisibleCheckBox);
     base.Controls.Add(this.label5);
     base.Controls.Add(this.MarginNumericUpDown);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.DirectionComboBox);
     base.Controls.Add(this.groupBox5);
     base.Controls.Add(this.groupBox1);
     base.Controls.Add(this.AntiAliasCheckBox);
     base.Controls.Add(this.VisibleCheckBox);
     base.Name  = "ScaleDisplayLinearEditorPlugIn";
     base.Size  = new Size(616, 216);
     base.Title = "Scale Display Editor";
     this.groupBox1.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     ((ISupportInitialize)this.MarginNumericUpDown).EndInit();
     ((ISupportInitialize)this.LineThicknessUpDown).EndInit();
     base.ResumeLayout(false);
 }
Esempio n. 25
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);
 }
Esempio n. 26
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);
 }
Esempio n. 27
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);
 }
 private void InitializeComponent()
 {
     this.groupBox3 = new GroupBox();
     this.SweepYDefaultNullCheckBox = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.SweepYDefaultValueTextBox = new EditBox();
     this.focusLabel12                 = new FocusLabel();
     this.groupBox2                    = new GroupBox();
     this.SweepXIntervalTextBox        = new EditBox();
     this.focusLabel9                  = new FocusLabel();
     this.SweepXStartTextBox           = new EditBox();
     this.focusLabel8                  = new FocusLabel();
     this.SweepLeadingBreakCountUpDown = new Iocomp.Design.Plugin.EditorControls.NumericUpDown();
     this.focusLabel10                 = new FocusLabel();
     this.SweepCountTextBox            = new EditBox();
     this.focusLabel7                  = new FocusLabel();
     this.ClearOnRetraceCheckBox       = new Iocomp.Design.Plugin.EditorControls.CheckBox();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     base.SuspendLayout();
     this.groupBox3.Controls.Add(this.SweepYDefaultNullCheckBox);
     this.groupBox3.Controls.Add(this.SweepYDefaultValueTextBox);
     this.groupBox3.Controls.Add(this.focusLabel12);
     this.groupBox3.Location = new Point(168, 128);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new Size(128, 80);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Y-Default";
     this.SweepYDefaultNullCheckBox.Location     = new Point(48, 48);
     this.SweepYDefaultNullCheckBox.Name         = "SweepYDefaultNullCheckBox";
     this.SweepYDefaultNullCheckBox.PropertyName = "SweepYDefaultNull";
     this.SweepYDefaultNullCheckBox.Size         = new Size(48, 24);
     this.SweepYDefaultNullCheckBox.TabIndex     = 1;
     this.SweepYDefaultNullCheckBox.Text         = "Null";
     this.SweepYDefaultValueTextBox.LoadingBegin();
     this.SweepYDefaultValueTextBox.Location     = new Point(48, 24);
     this.SweepYDefaultValueTextBox.Name         = "SweepYDefaultValueTextBox";
     this.SweepYDefaultValueTextBox.PropertyName = "SweepYDefaultValue";
     this.SweepYDefaultValueTextBox.Size         = new Size(64, 20);
     this.SweepYDefaultValueTextBox.TabIndex     = 0;
     this.SweepYDefaultValueTextBox.LoadingEnd();
     this.focusLabel12.LoadingBegin();
     this.focusLabel12.FocusControl = this.SweepYDefaultValueTextBox;
     this.focusLabel12.Location     = new Point(12, 26);
     this.focusLabel12.Name         = "focusLabel12";
     this.focusLabel12.Size         = new Size(36, 15);
     this.focusLabel12.Text         = "Value";
     this.focusLabel12.LoadingEnd();
     this.groupBox2.Controls.Add(this.SweepXIntervalTextBox);
     this.groupBox2.Controls.Add(this.focusLabel9);
     this.groupBox2.Controls.Add(this.SweepXStartTextBox);
     this.groupBox2.Controls.Add(this.focusLabel8);
     this.groupBox2.Location = new Point(24, 128);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new Size(128, 80);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "X";
     this.SweepXIntervalTextBox.LoadingBegin();
     this.SweepXIntervalTextBox.Location     = new Point(48, 48);
     this.SweepXIntervalTextBox.Name         = "SweepXIntervalTextBox";
     this.SweepXIntervalTextBox.PropertyName = "SweepXInterval";
     this.SweepXIntervalTextBox.Size         = new Size(64, 20);
     this.SweepXIntervalTextBox.TabIndex     = 1;
     this.SweepXIntervalTextBox.LoadingEnd();
     this.focusLabel9.LoadingBegin();
     this.focusLabel9.FocusControl = this.SweepXIntervalTextBox;
     this.focusLabel9.Location     = new Point(4, 50);
     this.focusLabel9.Name         = "focusLabel9";
     this.focusLabel9.Size         = new Size(44, 15);
     this.focusLabel9.Text         = "Interval";
     this.focusLabel9.LoadingEnd();
     this.SweepXStartTextBox.LoadingBegin();
     this.SweepXStartTextBox.Location     = new Point(48, 24);
     this.SweepXStartTextBox.Name         = "SweepXStartTextBox";
     this.SweepXStartTextBox.PropertyName = "SweepXStart";
     this.SweepXStartTextBox.Size         = new Size(64, 20);
     this.SweepXStartTextBox.TabIndex     = 0;
     this.SweepXStartTextBox.LoadingEnd();
     this.focusLabel8.LoadingBegin();
     this.focusLabel8.FocusControl = this.SweepXStartTextBox;
     this.focusLabel8.Location     = new Point(17, 26);
     this.focusLabel8.Name         = "focusLabel8";
     this.focusLabel8.Size         = new Size(31, 15);
     this.focusLabel8.Text         = "Start";
     this.focusLabel8.LoadingEnd();
     this.SweepLeadingBreakCountUpDown.Location     = new Point(128, 64);
     this.SweepLeadingBreakCountUpDown.Name         = "SweepLeadingBreakCountUpDown";
     this.SweepLeadingBreakCountUpDown.PropertyName = "SweepLeadingBreakCount";
     this.SweepLeadingBreakCountUpDown.Size         = new Size(64, 20);
     this.SweepLeadingBreakCountUpDown.TabIndex     = 1;
     this.SweepLeadingBreakCountUpDown.TextAlign    = HorizontalAlignment.Center;
     this.focusLabel10.LoadingBegin();
     this.focusLabel10.FocusControl = this.SweepLeadingBreakCountUpDown;
     this.focusLabel10.Location     = new Point(17, 65);
     this.focusLabel10.Name         = "focusLabel10";
     this.focusLabel10.Size         = new Size(111, 15);
     this.focusLabel10.Text         = "Leading Break Count";
     this.focusLabel10.LoadingEnd();
     this.SweepCountTextBox.LoadingBegin();
     this.SweepCountTextBox.Location     = new Point(128, 32);
     this.SweepCountTextBox.Name         = "SweepCountTextBox";
     this.SweepCountTextBox.PropertyName = "SweepCount";
     this.SweepCountTextBox.Size         = new Size(64, 20);
     this.SweepCountTextBox.TabIndex     = 0;
     this.SweepCountTextBox.LoadingEnd();
     this.focusLabel7.LoadingBegin();
     this.focusLabel7.FocusControl = this.SweepCountTextBox;
     this.focusLabel7.Location     = new Point(91, 34);
     this.focusLabel7.Name         = "focusLabel7";
     this.focusLabel7.Size         = new Size(37, 15);
     this.focusLabel7.Text         = "Count";
     this.focusLabel7.LoadingEnd();
     this.ClearOnRetraceCheckBox.Location     = new Point(128, 88);
     this.ClearOnRetraceCheckBox.Name         = "ClearOnRetraceCheckBox";
     this.ClearOnRetraceCheckBox.PropertyName = "ClearOnRetrace";
     this.ClearOnRetraceCheckBox.Size         = new Size(156, 24);
     this.ClearOnRetraceCheckBox.TabIndex     = 2;
     this.ClearOnRetraceCheckBox.Text         = "Clear On Retrace";
     base.Controls.Add(this.ClearOnRetraceCheckBox);
     base.Controls.Add(this.groupBox3);
     base.Controls.Add(this.groupBox2);
     base.Controls.Add(this.SweepLeadingBreakCountUpDown);
     base.Controls.Add(this.focusLabel10);
     base.Controls.Add(this.SweepCountTextBox);
     base.Controls.Add(this.focusLabel7);
     base.Location = new Point(10, 20);
     base.Name     = "PlotChannelSweepIntervalSpecificEditorPlugIn";
     base.Size     = new Size(728, 328);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     base.ResumeLayout(false);
 }
Esempio n. 29
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);
 }
 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.ColorPicker        = new ColorPicker();
     this.label4             = new FocusLabel();
     this.label5             = new FocusLabel();
     this.BevelStyleComboBox = new Iocomp.Design.Plugin.EditorControls.ComboBox();
     base.SuspendLayout();
     this.StyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.StyleComboBox.Location         = new Point(56, 24);
     this.StyleComboBox.MaxDropDownItems = 20;
     this.StyleComboBox.Name             = "StyleComboBox";
     this.StyleComboBox.PropertyName     = "Style";
     this.StyleComboBox.Size             = new Size(144, 21);
     this.StyleComboBox.TabIndex         = 0;
     this.label2.LoadingBegin();
     this.label2.FocusControl = this.StyleComboBox;
     this.label2.Location     = new Point(24, 26);
     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(27, 65);
     this.label1.Name         = "label1";
     this.label1.Size         = new Size(29, 15);
     this.label1.Text         = "Size";
     this.label1.LoadingEnd();
     this.SizeNumericUpDown.Location = new Point(56, 64);
     this.SizeNumericUpDown.Maximum  = new decimal(new int[4]
     {
         1000,
         0,
         0,
         0
     });
     this.SizeNumericUpDown.Name         = "SizeNumericUpDown";
     this.SizeNumericUpDown.PropertyName = "Size";
     this.SizeNumericUpDown.Size         = new Size(56, 20);
     this.SizeNumericUpDown.TabIndex     = 1;
     this.SizeNumericUpDown.TextAlign    = HorizontalAlignment.Center;
     this.ColorPicker.Location           = new Point(56, 104);
     this.ColorPicker.Name         = "ColorPicker";
     this.ColorPicker.PropertyName = "Color";
     this.ColorPicker.Size         = new Size(144, 21);
     this.ColorPicker.TabIndex     = 2;
     this.label4.LoadingBegin();
     this.label4.FocusControl = this.ColorPicker;
     this.label4.Location     = new Point(22, 107);
     this.label4.Name         = "label4";
     this.label4.Size         = new Size(34, 15);
     this.label4.Text         = "Color";
     this.label4.LoadingEnd();
     this.label5.LoadingBegin();
     this.label5.FocusControl = this.BevelStyleComboBox;
     this.label5.Location     = new Point(249, 26);
     this.label5.Name         = "label5";
     this.label5.Size         = new Size(63, 15);
     this.label5.Text         = "Bevel Style";
     this.label5.LoadingEnd();
     this.BevelStyleComboBox.DropDownStyle    = ComboBoxStyle.DropDownList;
     this.BevelStyleComboBox.Location         = new Point(312, 24);
     this.BevelStyleComboBox.MaxDropDownItems = 20;
     this.BevelStyleComboBox.Name             = "BevelStyleComboBox";
     this.BevelStyleComboBox.PropertyName     = "BevelStyle";
     this.BevelStyleComboBox.Size             = new Size(144, 21);
     this.BevelStyleComboBox.TabIndex         = 3;
     base.Controls.Add(this.label5);
     base.Controls.Add(this.BevelStyleComboBox);
     base.Controls.Add(this.label4);
     base.Controls.Add(this.ColorPicker);
     base.Controls.Add(this.SizeNumericUpDown);
     base.Controls.Add(this.label1);
     base.Controls.Add(this.label2);
     base.Controls.Add(this.StyleComboBox);
     base.Name  = "ScaleDiscreetMarkerEditorPlugIn";
     base.Size  = new Size(608, 256);
     base.Title = "Markers Editor";
     base.ResumeLayout(false);
 }