namespace TIProDevExtension.ValueEditor { partial class GradientEditor { /// /// 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() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.symbolTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.inputValueSelector = new TIProDevExtension.ValueEditor.ValueSelector(); this.colorsGroupBox = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.sampleNumbersTextBox = new System.Windows.Forms.TextBox(); this.samplesDataNodeTable = new TradeIdeas.TIProGUI.DataNodeTable(); this.selectFromTopListButton = new System.Windows.Forms.Button(); this.editColorsButton = new System.Windows.Forms.Button(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.colorsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.samplesDataNodeTable)).BeginInit(); 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.symbolTextBox); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.inputValueSelector); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(550, 125); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "Input Value"; // // symbolTextBox // this.symbolTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.symbolTextBox.Location = new System.Drawing.Point(215, 78); this.symbolTextBox.Name = "symbolTextBox"; this.symbolTextBox.Size = new System.Drawing.Size(324, 31); this.symbolTextBox.TabIndex = 2; this.symbolTextBox.Text = "MSFT"; this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 81); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(203, 25); this.label1.TabIndex = 1; this.label1.Text = "Symbol for Samples"; // // inputValueSelector // this.inputValueSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.inputValueSelector.BackColor = System.Drawing.SystemColors.Control; this.inputValueSelector.ForeColor = System.Drawing.SystemColors.ControlText; this.inputValueSelector.LegalTypes = TIProDevExtension.ValueEditor.ValueSelector.Types.DoubleDataNode; this.inputValueSelector.Location = new System.Drawing.Point(6, 30); this.inputValueSelector.Name = "inputValueSelector"; this.inputValueSelector.SampleData = null; this.inputValueSelector.Size = new System.Drawing.Size(538, 46); this.inputValueSelector.Source = null; this.inputValueSelector.TabIndex = 0; this.inputValueSelector.Text = "valueSelector1"; this.inputValueSelector.UseVisualStyleBackColor = false; this.inputValueSelector.Value = null; // // colorsGroupBox // this.colorsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.colorsGroupBox.Controls.Add(this.label2); this.colorsGroupBox.Controls.Add(this.sampleNumbersTextBox); this.colorsGroupBox.Controls.Add(this.samplesDataNodeTable); this.colorsGroupBox.Controls.Add(this.selectFromTopListButton); this.colorsGroupBox.Controls.Add(this.editColorsButton); this.colorsGroupBox.Location = new System.Drawing.Point(12, 143); this.colorsGroupBox.Name = "colorsGroupBox"; this.colorsGroupBox.Size = new System.Drawing.Size(544, 418); this.colorsGroupBox.TabIndex = 2; this.colorsGroupBox.TabStop = false; this.colorsGroupBox.Text = "Colors"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(194, 25); this.label2.TabIndex = 5; this.label2.Text = "Sample Numbers: "; // // sampleNumbersTextBox // this.sampleNumbersTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.sampleNumbersTextBox.Location = new System.Drawing.Point(206, 78); this.sampleNumbersTextBox.Name = "sampleNumbersTextBox"; this.sampleNumbersTextBox.Size = new System.Drawing.Size(324, 31); this.sampleNumbersTextBox.TabIndex = 4; this.sampleNumbersTextBox.Text = "1 2 3.13159"; this.sampleNumbersTextBox.TextChanged += new System.EventHandler(this.sampleNumbersTextBox_TextChanged); // // samplesDataNodeTable // this.samplesDataNodeTable.AllowUserToAddRows = false; this.samplesDataNodeTable.AllowUserToDeleteRows = false; this.samplesDataNodeTable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.samplesDataNodeTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.samplesDataNodeTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.samplesDataNodeTable.Location = new System.Drawing.Point(11, 115); this.samplesDataNodeTable.Name = "samplesDataNodeTable"; this.samplesDataNodeTable.RowHeadersVisible = false; this.samplesDataNodeTable.RowTemplate.Height = 33; this.samplesDataNodeTable.Size = new System.Drawing.Size(519, 283); this.samplesDataNodeTable.SymbolListFactory = null; this.samplesDataNodeTable.TabIndex = 3; this.samplesDataNodeTable.SelectionChanged += new System.EventHandler(this.samplesDataNodeTable_SelectionChanged); // // selectFromTopListButton // this.selectFromTopListButton.Location = new System.Drawing.Point(120, 30); this.selectFromTopListButton.Name = "selectFromTopListButton"; this.selectFromTopListButton.Size = new System.Drawing.Size(264, 42); this.selectFromTopListButton.TabIndex = 1; this.selectFromTopListButton.Text = "Select From Top List"; this.selectFromTopListButton.UseVisualStyleBackColor = true; this.selectFromTopListButton.Click += new System.EventHandler(this.selectFromTopListButton_Click); // // editColorsButton // this.editColorsButton.Location = new System.Drawing.Point(11, 30); this.editColorsButton.Name = "editColorsButton"; this.editColorsButton.Size = new System.Drawing.Size(103, 42); this.editColorsButton.TabIndex = 0; this.editColorsButton.Text = "Edit"; this.editColorsButton.UseVisualStyleBackColor = true; this.editColorsButton.Click += new System.EventHandler(this.editColorsButton_Click); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.Location = new System.Drawing.Point(12, 570); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(103, 42); this.okButton.TabIndex = 3; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(121, 570); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(103, 42); this.cancelButton.TabIndex = 4; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // GradientEditor // 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(574, 624); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.colorsGroupBox); this.Controls.Add(this.groupBox1); this.Name = "GradientEditor"; this.Text = "GradientEditor"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.colorsGroupBox.ResumeLayout(false); this.colorsGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.samplesDataNodeTable)).EndInit(); this.ResumeLayout(false); } #endregion private ValueSelector inputValueSelector; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox symbolTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox colorsGroupBox; private System.Windows.Forms.Button editColorsButton; private System.Windows.Forms.Button selectFromTopListButton; private TradeIdeas.TIProGUI.DataNodeTable samplesDataNodeTable; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox sampleNumbersTextBox; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; } }