namespace TIProDevExtension.ValueEditor { partial class ViewerEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerEditor)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.triangleLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.rectangleWidthLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.rectangleRightLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.logTrianglesLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.numberLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.stringLSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.triangleLeftRightRadioButton = new System.Windows.Forms.RadioButton(); this.rectangleLeftWidthRadioButton = new System.Windows.Forms.RadioButton(); this.stringRadioButton = new System.Windows.Forms.RadioButton(); this.rectangleLeftRightRadioButton = new System.Windows.Forms.RadioButton(); this.numberRadioButton = new System.Windows.Forms.RadioButton(); this.logTrianglesRadioButton = new System.Windows.Forms.RadioButton(); this.triangleRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.rectangleWidthRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.rectangleRightRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.logTrianglesRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.numberRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.stringRSimpleDataNodeControl = new TradeIdeas.TIProGUI.SimpleDataNodeControl(); this.label1 = new System.Windows.Forms.Label(); this.symbolTextBox = new System.Windows.Forms.TextBox(); this.leftValueLabel = new System.Windows.Forms.Label(); this.foregroundColorLabel = new System.Windows.Forms.Label(); this.backgroundColorLabel = new System.Windows.Forms.Label(); this.rightWidthValueLabel = new System.Windows.Forms.Label(); this.threeDComboBox = new System.Windows.Forms.ComboBox(); this.digitsComboBox = new System.Windows.Forms.ComboBox(); this.threeDLabel = new System.Windows.Forms.Label(); this.digitsLabel = new System.Windows.Forms.Label(); this.rightWidthValueValueSelector = new TIProDevExtension.ValueEditor.ValueSelector(); this.backgroundColorValueSelector = new TIProDevExtension.ValueEditor.ValueSelector(); this.foregroundColorValueSelector = new TIProDevExtension.ValueEditor.ValueSelector(); this.leftValueValueSelector = new TIProDevExtension.ValueEditor.ValueSelector(); this.cancelButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.splitContainer1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(659, 466); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Type"; // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(3, 27); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.triangleLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.rectangleWidthLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.rectangleRightLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.logTrianglesLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.numberLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.stringLSimpleDataNodeControl); this.splitContainer1.Panel1.Controls.Add(this.triangleLeftRightRadioButton); this.splitContainer1.Panel1.Controls.Add(this.rectangleLeftWidthRadioButton); this.splitContainer1.Panel1.Controls.Add(this.stringRadioButton); this.splitContainer1.Panel1.Controls.Add(this.rectangleLeftRightRadioButton); this.splitContainer1.Panel1.Controls.Add(this.numberRadioButton); this.splitContainer1.Panel1.Controls.Add(this.logTrianglesRadioButton); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.triangleRSimpleDataNodeControl); this.splitContainer1.Panel2.Controls.Add(this.rectangleWidthRSimpleDataNodeControl); this.splitContainer1.Panel2.Controls.Add(this.rectangleRightRSimpleDataNodeControl); this.splitContainer1.Panel2.Controls.Add(this.logTrianglesRSimpleDataNodeControl); this.splitContainer1.Panel2.Controls.Add(this.numberRSimpleDataNodeControl); this.splitContainer1.Panel2.Controls.Add(this.stringRSimpleDataNodeControl); this.splitContainer1.Size = new System.Drawing.Size(653, 436); this.splitContainer1.SplitterDistance = 392; this.splitContainer1.SplitterWidth = 10; this.splitContainer1.TabIndex = 0; // // triangleLSimpleDataNodeControl // this.triangleLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.triangleLSimpleDataNodeControl.ForceColors = false; this.triangleLSimpleDataNodeControl.Location = new System.Drawing.Point(254, 355); this.triangleLSimpleDataNodeControl.Name = "triangleLSimpleDataNodeControl"; this.triangleLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("triangleLSimpleDataNodeControl.Replacements"))); this.triangleLSimpleDataNodeControl.Size = new System.Drawing.Size(135, 60); this.triangleLSimpleDataNodeControl.TabIndex = 16; this.triangleLSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.triangleLSimpleDataNodeControl.Viewer = null; // // rectangleWidthLSimpleDataNodeControl // this.rectangleWidthLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rectangleWidthLSimpleDataNodeControl.ForceColors = false; this.rectangleWidthLSimpleDataNodeControl.Location = new System.Drawing.Point(278, 285); this.rectangleWidthLSimpleDataNodeControl.Name = "rectangleWidthLSimpleDataNodeControl"; this.rectangleWidthLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("rectangleWidthLSimpleDataNodeControl.Replacements"))); this.rectangleWidthLSimpleDataNodeControl.Size = new System.Drawing.Size(111, 60); this.rectangleWidthLSimpleDataNodeControl.TabIndex = 15; this.rectangleWidthLSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.rectangleWidthLSimpleDataNodeControl.Viewer = null; // // rectangleRightLSimpleDataNodeControl // this.rectangleRightLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rectangleRightLSimpleDataNodeControl.ForceColors = false; this.rectangleRightLSimpleDataNodeControl.Location = new System.Drawing.Point(273, 215); this.rectangleRightLSimpleDataNodeControl.Name = "rectangleRightLSimpleDataNodeControl"; this.rectangleRightLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("rectangleRightLSimpleDataNodeControl.Replacements"))); this.rectangleRightLSimpleDataNodeControl.Size = new System.Drawing.Size(116, 60); this.rectangleRightLSimpleDataNodeControl.TabIndex = 14; this.rectangleRightLSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.rectangleRightLSimpleDataNodeControl.Viewer = null; // // logTrianglesLSimpleDataNodeControl // this.logTrianglesLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.logTrianglesLSimpleDataNodeControl.ForceColors = false; this.logTrianglesLSimpleDataNodeControl.Location = new System.Drawing.Point(183, 145); this.logTrianglesLSimpleDataNodeControl.Name = "logTrianglesLSimpleDataNodeControl"; this.logTrianglesLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("logTrianglesLSimpleDataNodeControl.Replacements"))); this.logTrianglesLSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.logTrianglesLSimpleDataNodeControl.TabIndex = 13; this.logTrianglesLSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.logTrianglesLSimpleDataNodeControl.Viewer = null; // // numberLSimpleDataNodeControl // this.numberLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.numberLSimpleDataNodeControl.ForceColors = false; this.numberLSimpleDataNodeControl.Location = new System.Drawing.Point(127, 75); this.numberLSimpleDataNodeControl.Name = "numberLSimpleDataNodeControl"; this.numberLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("numberLSimpleDataNodeControl.Replacements"))); this.numberLSimpleDataNodeControl.Size = new System.Drawing.Size(262, 60); this.numberLSimpleDataNodeControl.TabIndex = 12; this.numberLSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.numberLSimpleDataNodeControl.Viewer = null; // // stringLSimpleDataNodeControl // this.stringLSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stringLSimpleDataNodeControl.ForceColors = false; this.stringLSimpleDataNodeControl.Location = new System.Drawing.Point(108, 5); this.stringLSimpleDataNodeControl.Name = "stringLSimpleDataNodeControl"; this.stringLSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("stringLSimpleDataNodeControl.Replacements"))); this.stringLSimpleDataNodeControl.Size = new System.Drawing.Size(281, 60); this.stringLSimpleDataNodeControl.TabIndex = 11; this.stringLSimpleDataNodeControl.Viewer = null; // // triangleLeftRightRadioButton // this.triangleLeftRightRadioButton.AutoSize = true; this.triangleLeftRightRadioButton.Location = new System.Drawing.Point(3, 370); this.triangleLeftRightRadioButton.Name = "triangleLeftRightRadioButton"; this.triangleLeftRightRadioButton.Size = new System.Drawing.Size(245, 29); this.triangleLeftRightRadioButton.TabIndex = 10; this.triangleLeftRightRadioButton.Text = "Triangle, Left && Right"; this.triangleLeftRightRadioButton.UseVisualStyleBackColor = true; this.triangleLeftRightRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // rectangleLeftWidthRadioButton // this.rectangleLeftWidthRadioButton.AutoSize = true; this.rectangleLeftWidthRadioButton.Location = new System.Drawing.Point(3, 300); this.rectangleLeftWidthRadioButton.Name = "rectangleLeftWidthRadioButton"; this.rectangleLeftWidthRadioButton.Size = new System.Drawing.Size(269, 29); this.rectangleLeftWidthRadioButton.TabIndex = 9; this.rectangleLeftWidthRadioButton.Text = "Rectangle, Left && Width"; this.rectangleLeftWidthRadioButton.UseVisualStyleBackColor = true; this.rectangleLeftWidthRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // stringRadioButton // this.stringRadioButton.AutoSize = true; this.stringRadioButton.Checked = true; this.stringRadioButton.Location = new System.Drawing.Point(3, 20); this.stringRadioButton.Name = "stringRadioButton"; this.stringRadioButton.Size = new System.Drawing.Size(99, 29); this.stringRadioButton.TabIndex = 5; this.stringRadioButton.TabStop = true; this.stringRadioButton.Text = "String"; this.stringRadioButton.UseVisualStyleBackColor = true; this.stringRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // rectangleLeftRightRadioButton // this.rectangleLeftRightRadioButton.AutoSize = true; this.rectangleLeftRightRadioButton.Location = new System.Drawing.Point(3, 230); this.rectangleLeftRightRadioButton.Name = "rectangleLeftRightRadioButton"; this.rectangleLeftRightRadioButton.Size = new System.Drawing.Size(264, 29); this.rectangleLeftRightRadioButton.TabIndex = 6; this.rectangleLeftRightRadioButton.Text = "Rectangle, Left && Right"; this.rectangleLeftRightRadioButton.UseVisualStyleBackColor = true; this.rectangleLeftRightRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // numberRadioButton // this.numberRadioButton.AutoSize = true; this.numberRadioButton.Location = new System.Drawing.Point(3, 90); this.numberRadioButton.Name = "numberRadioButton"; this.numberRadioButton.Size = new System.Drawing.Size(118, 29); this.numberRadioButton.TabIndex = 7; this.numberRadioButton.Text = "Number"; this.numberRadioButton.UseVisualStyleBackColor = true; this.numberRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // logTrianglesRadioButton // this.logTrianglesRadioButton.AutoSize = true; this.logTrianglesRadioButton.Location = new System.Drawing.Point(3, 160); this.logTrianglesRadioButton.Name = "logTrianglesRadioButton"; this.logTrianglesRadioButton.Size = new System.Drawing.Size(174, 29); this.logTrianglesRadioButton.TabIndex = 8; this.logTrianglesRadioButton.Text = "Log Triangles"; this.logTrianglesRadioButton.UseVisualStyleBackColor = true; this.logTrianglesRadioButton.CheckedChanged += new System.EventHandler(this.TypeCheckedChanged); // // triangleRSimpleDataNodeControl // this.triangleRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.triangleRSimpleDataNodeControl.ForceColors = false; this.triangleRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 355); this.triangleRSimpleDataNodeControl.Name = "triangleRSimpleDataNodeControl"; this.triangleRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("triangleRSimpleDataNodeControl.Replacements"))); this.triangleRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.triangleRSimpleDataNodeControl.TabIndex = 17; this.triangleRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.triangleRSimpleDataNodeControl.Viewer = null; // // rectangleWidthRSimpleDataNodeControl // this.rectangleWidthRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rectangleWidthRSimpleDataNodeControl.ForceColors = false; this.rectangleWidthRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 285); this.rectangleWidthRSimpleDataNodeControl.Name = "rectangleWidthRSimpleDataNodeControl"; this.rectangleWidthRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("rectangleWidthRSimpleDataNodeControl.Replacements"))); this.rectangleWidthRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.rectangleWidthRSimpleDataNodeControl.TabIndex = 16; this.rectangleWidthRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.rectangleWidthRSimpleDataNodeControl.Viewer = null; // // rectangleRightRSimpleDataNodeControl // this.rectangleRightRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rectangleRightRSimpleDataNodeControl.ForceColors = false; this.rectangleRightRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 215); this.rectangleRightRSimpleDataNodeControl.Name = "rectangleRightRSimpleDataNodeControl"; this.rectangleRightRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("rectangleRightRSimpleDataNodeControl.Replacements"))); this.rectangleRightRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.rectangleRightRSimpleDataNodeControl.TabIndex = 15; this.rectangleRightRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.rectangleRightRSimpleDataNodeControl.Viewer = null; // // logTrianglesRSimpleDataNodeControl // this.logTrianglesRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.logTrianglesRSimpleDataNodeControl.ForceColors = false; this.logTrianglesRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 145); this.logTrianglesRSimpleDataNodeControl.Name = "logTrianglesRSimpleDataNodeControl"; this.logTrianglesRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("logTrianglesRSimpleDataNodeControl.Replacements"))); this.logTrianglesRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.logTrianglesRSimpleDataNodeControl.TabIndex = 14; this.logTrianglesRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.logTrianglesRSimpleDataNodeControl.Viewer = null; // // numberRSimpleDataNodeControl // this.numberRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.numberRSimpleDataNodeControl.ForceColors = false; this.numberRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 75); this.numberRSimpleDataNodeControl.Name = "numberRSimpleDataNodeControl"; this.numberRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("numberRSimpleDataNodeControl.Replacements"))); this.numberRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.numberRSimpleDataNodeControl.TabIndex = 13; this.numberRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.numberRSimpleDataNodeControl.Viewer = null; // // stringRSimpleDataNodeControl // this.stringRSimpleDataNodeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stringRSimpleDataNodeControl.ForceColors = false; this.stringRSimpleDataNodeControl.Location = new System.Drawing.Point(0, 5); this.stringRSimpleDataNodeControl.Name = "stringRSimpleDataNodeControl"; this.stringRSimpleDataNodeControl.Replacements = ((System.Collections.Generic.Dictionary)(resources.GetObject("stringRSimpleDataNodeControl.Replacements"))); this.stringRSimpleDataNodeControl.Size = new System.Drawing.Size(206, 60); this.stringRSimpleDataNodeControl.TabIndex = 12; this.stringRSimpleDataNodeControl.Text = "stringLSimpleDataNodeControl"; this.stringRSimpleDataNodeControl.Viewer = null; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 522); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(209, 25); this.label1.TabIndex = 1; this.label1.Text = "Symbol for Samples:"; // // symbolTextBox // this.symbolTextBox.Location = new System.Drawing.Point(228, 519); this.symbolTextBox.Name = "symbolTextBox"; this.symbolTextBox.Size = new System.Drawing.Size(100, 31); this.symbolTextBox.TabIndex = 2; this.symbolTextBox.Text = "MSFT"; this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged); // // leftValueLabel // this.leftValueLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.leftValueLabel.Location = new System.Drawing.Point(13, 589); this.leftValueLabel.Name = "leftValueLabel"; this.leftValueLabel.Size = new System.Drawing.Size(215, 25); this.leftValueLabel.TabIndex = 3; this.leftValueLabel.Text = "Left Value"; this.leftValueLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // foregroundColorLabel // this.foregroundColorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.foregroundColorLabel.Location = new System.Drawing.Point(13, 645); this.foregroundColorLabel.Name = "foregroundColorLabel"; this.foregroundColorLabel.Size = new System.Drawing.Size(215, 25); this.foregroundColorLabel.TabIndex = 7; this.foregroundColorLabel.Text = "Foreground Color"; this.foregroundColorLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // backgroundColorLabel // this.backgroundColorLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.backgroundColorLabel.Location = new System.Drawing.Point(13, 698); this.backgroundColorLabel.Name = "backgroundColorLabel"; this.backgroundColorLabel.Size = new System.Drawing.Size(215, 25); this.backgroundColorLabel.TabIndex = 8; this.backgroundColorLabel.Text = "Background Color"; this.backgroundColorLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // rightWidthValueLabel // this.rightWidthValueLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.rightWidthValueLabel.Location = new System.Drawing.Point(13, 755); this.rightWidthValueLabel.Name = "rightWidthValueLabel"; this.rightWidthValueLabel.Size = new System.Drawing.Size(215, 25); this.rightWidthValueLabel.TabIndex = 9; this.rightWidthValueLabel.Text = "Right / Width Value"; this.rightWidthValueLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // threeDComboBox // this.threeDComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.threeDComboBox.FormattingEnabled = true; this.threeDComboBox.Items.AddRange(new object[] { "None", "Selected Rectangle", "All"}); this.threeDComboBox.Location = new System.Drawing.Point(234, 808); this.threeDComboBox.Name = "threeDComboBox"; this.threeDComboBox.Size = new System.Drawing.Size(250, 33); this.threeDComboBox.TabIndex = 10; this.threeDComboBox.SelectedIndexChanged += new System.EventHandler(this.threeDComboBox_SelectedIndexChanged); // // digitsComboBox // this.digitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.digitsComboBox.FormattingEnabled = true; this.digitsComboBox.Items.AddRange(new object[] { "0", "0.0", "0.00", "0.000", "0.0000", "0.00000", "0.000000"}); this.digitsComboBox.Location = new System.Drawing.Point(234, 864); this.digitsComboBox.Name = "digitsComboBox"; this.digitsComboBox.Size = new System.Drawing.Size(250, 33); this.digitsComboBox.TabIndex = 14; this.digitsComboBox.SelectedIndexChanged += new System.EventHandler(this.digitsComboBox_SelectedIndexChanged); // // threeDLabel // this.threeDLabel.Location = new System.Drawing.Point(13, 811); this.threeDLabel.Name = "threeDLabel"; this.threeDLabel.Size = new System.Drawing.Size(215, 25); this.threeDLabel.TabIndex = 15; this.threeDLabel.Text = "Three D"; this.threeDLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // digitsLabel // this.digitsLabel.Location = new System.Drawing.Point(13, 867); this.digitsLabel.Name = "digitsLabel"; this.digitsLabel.Size = new System.Drawing.Size(215, 25); this.digitsLabel.TabIndex = 16; this.digitsLabel.Text = "Digits"; this.digitsLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // rightWidthValueValueSelector // this.rightWidthValueValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rightWidthValueValueSelector.BackColor = System.Drawing.SystemColors.Control; this.rightWidthValueValueSelector.ForeColor = System.Drawing.SystemColors.ControlText; this.rightWidthValueValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.DoubleDataNode; this.rightWidthValueValueSelector.Location = new System.Drawing.Point(234, 746); this.rightWidthValueValueSelector.Name = "rightWidthValueValueSelector"; this.rightWidthValueValueSelector.SampleData = null; this.rightWidthValueValueSelector.Size = new System.Drawing.Size(434, 42); this.rightWidthValueValueSelector.Source = null; this.rightWidthValueValueSelector.TabIndex = 13; this.rightWidthValueValueSelector.Text = "valueSelector4"; this.rightWidthValueValueSelector.UseVisualStyleBackColor = true; this.rightWidthValueValueSelector.Value = null; // // backgroundColorValueSelector // this.backgroundColorValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.backgroundColorValueSelector.BackColor = System.Drawing.SystemColors.Control; this.backgroundColorValueSelector.ForeColor = System.Drawing.SystemColors.ControlText; this.backgroundColorValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.ColorDataNode; this.backgroundColorValueSelector.Location = new System.Drawing.Point(234, 689); this.backgroundColorValueSelector.Name = "backgroundColorValueSelector"; this.backgroundColorValueSelector.SampleData = null; this.backgroundColorValueSelector.Size = new System.Drawing.Size(434, 42); this.backgroundColorValueSelector.Source = null; this.backgroundColorValueSelector.TabIndex = 12; this.backgroundColorValueSelector.Text = "valueSelector3"; this.backgroundColorValueSelector.UseVisualStyleBackColor = true; this.backgroundColorValueSelector.Value = null; // // foregroundColorValueSelector // this.foregroundColorValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.foregroundColorValueSelector.BackColor = System.Drawing.SystemColors.Control; this.foregroundColorValueSelector.ForeColor = System.Drawing.SystemColors.ControlText; this.foregroundColorValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.ColorDataNode; this.foregroundColorValueSelector.Location = new System.Drawing.Point(234, 636); this.foregroundColorValueSelector.Name = "foregroundColorValueSelector"; this.foregroundColorValueSelector.SampleData = null; this.foregroundColorValueSelector.Size = new System.Drawing.Size(434, 42); this.foregroundColorValueSelector.Source = null; this.foregroundColorValueSelector.TabIndex = 11; this.foregroundColorValueSelector.Text = "valueSelector1"; this.foregroundColorValueSelector.UseVisualStyleBackColor = true; this.foregroundColorValueSelector.Value = null; // // leftValueValueSelector // this.leftValueValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.leftValueValueSelector.BackColor = System.Drawing.SystemColors.Control; this.leftValueValueSelector.ForeColor = System.Drawing.SystemColors.ControlText; this.leftValueValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.DoubleDataNode; this.leftValueValueSelector.Location = new System.Drawing.Point(234, 580); this.leftValueValueSelector.Name = "leftValueValueSelector"; this.leftValueValueSelector.SampleData = null; this.leftValueValueSelector.Size = new System.Drawing.Size(434, 42); this.leftValueValueSelector.Source = null; this.leftValueValueSelector.TabIndex = 6; this.leftValueValueSelector.Text = "valueSelector2"; this.leftValueValueSelector.UseVisualStyleBackColor = true; this.leftValueValueSelector.Value = null; // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(121, 909); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(103, 42); this.cancelButton.TabIndex = 18; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // okButton // this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(12, 909); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(103, 42); this.okButton.TabIndex = 17; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // ViewerEditor // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(683, 963); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.digitsLabel); this.Controls.Add(this.threeDLabel); this.Controls.Add(this.digitsComboBox); this.Controls.Add(this.rightWidthValueValueSelector); this.Controls.Add(this.backgroundColorValueSelector); this.Controls.Add(this.foregroundColorValueSelector); this.Controls.Add(this.threeDComboBox); this.Controls.Add(this.rightWidthValueLabel); this.Controls.Add(this.backgroundColorLabel); this.Controls.Add(this.foregroundColorLabel); this.Controls.Add(this.leftValueValueSelector); this.Controls.Add(this.leftValueLabel); this.Controls.Add(this.symbolTextBox); this.Controls.Add(this.label1); this.Controls.Add(this.groupBox1); this.Name = "ViewerEditor"; this.Text = "ViewerEditor"; this.groupBox1.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.RadioButton triangleLeftRightRadioButton; private System.Windows.Forms.RadioButton rectangleLeftWidthRadioButton; private System.Windows.Forms.RadioButton stringRadioButton; private System.Windows.Forms.RadioButton rectangleLeftRightRadioButton; private System.Windows.Forms.RadioButton numberRadioButton; private System.Windows.Forms.RadioButton logTrianglesRadioButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox symbolTextBox; private System.Windows.Forms.Label leftValueLabel; private ValueSelector leftValueValueSelector; private System.Windows.Forms.Label foregroundColorLabel; private System.Windows.Forms.Label backgroundColorLabel; private System.Windows.Forms.Label rightWidthValueLabel; private System.Windows.Forms.ComboBox threeDComboBox; private ValueSelector foregroundColorValueSelector; private ValueSelector backgroundColorValueSelector; private ValueSelector rightWidthValueValueSelector; private System.Windows.Forms.ComboBox digitsComboBox; private TradeIdeas.TIProGUI.SimpleDataNodeControl stringLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl triangleLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl rectangleWidthLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl rectangleRightLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl logTrianglesLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl numberLSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl triangleRSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl rectangleWidthRSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl rectangleRightRSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl logTrianglesRSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl numberRSimpleDataNodeControl; private TradeIdeas.TIProGUI.SimpleDataNodeControl stringRSimpleDataNodeControl; private System.Windows.Forms.Label threeDLabel; private System.Windows.Forms.Label digitsLabel; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Button okButton; } }