namespace TIProDevExtension.ValueEditor { partial class FormulaEditor { /// /// 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.okButton = new System.Windows.Forms.Button(); this.formulaTextBox = new System.Windows.Forms.TextBox(); this.topPanel = new System.Windows.Forms.Panel(); this.leftPanel = new System.Windows.Forms.Panel(); this.bottomLeftPanel = new System.Windows.Forms.Panel(); this.includeTopSymbolsCheckBox = new System.Windows.Forms.CheckBox(); this.includeBottomCheckBox = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.additionalSymbolsTextBox = new System.Windows.Forms.TextBox(); this.splitter2 = new System.Windows.Forms.Splitter(); this.topLeftPanel = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.asDoubleRadioButton = new System.Windows.Forms.RadioButton(); this.asInt64RadioButton = new System.Windows.Forms.RadioButton(); this.asStringRadioButton = new System.Windows.Forms.RadioButton(); this.label1 = new System.Windows.Forms.Label(); this.splitter1 = new System.Windows.Forms.Splitter(); this.rightPanel = new System.Windows.Forms.Panel(); this.dataNodeTable1 = new TradeIdeas.TIProGUI.DataNodeTable(); this.cancelButton = new System.Windows.Forms.Button(); this.topPanel.SuspendLayout(); this.leftPanel.SuspendLayout(); this.bottomLeftPanel.SuspendLayout(); this.topLeftPanel.SuspendLayout(); this.groupBox1.SuspendLayout(); this.rightPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataNodeTable1)).BeginInit(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(12, 673); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(129, 46); this.okButton.TabIndex = 8; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // formulaTextBox // this.formulaTextBox.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.formulaTextBox.Location = new System.Drawing.Point(17, 37); this.formulaTextBox.Multiline = true; this.formulaTextBox.Name = "formulaTextBox"; this.formulaTextBox.Size = new System.Drawing.Size(441, 161); this.formulaTextBox.TabIndex = 0; this.formulaTextBox.Text = "[Price]"; this.formulaTextBox.TextChanged += new System.EventHandler(this.formulaTextBox_TextChanged); // // topPanel // this.topPanel.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.topPanel.Controls.Add(this.leftPanel); this.topPanel.Controls.Add(this.splitter1); this.topPanel.Controls.Add(this.rightPanel); this.topPanel.Location = new System.Drawing.Point(0, 0); this.topPanel.Name = "topPanel"; this.topPanel.Size = new System.Drawing.Size(1487, 667); this.topPanel.TabIndex = 3; // // leftPanel // this.leftPanel.Controls.Add(this.bottomLeftPanel); this.leftPanel.Controls.Add(this.splitter2); this.leftPanel.Controls.Add(this.topLeftPanel); this.leftPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.leftPanel.Location = new System.Drawing.Point(0, 0); this.leftPanel.Name = "leftPanel"; this.leftPanel.Size = new System.Drawing.Size(484, 667); this.leftPanel.TabIndex = 0; // // bottomLeftPanel // this.bottomLeftPanel.Controls.Add(this.includeTopSymbolsCheckBox); this.bottomLeftPanel.Controls.Add(this.includeBottomCheckBox); this.bottomLeftPanel.Controls.Add(this.label2); this.bottomLeftPanel.Controls.Add(this.additionalSymbolsTextBox); this.bottomLeftPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.bottomLeftPanel.Location = new System.Drawing.Point(0, 303); this.bottomLeftPanel.Name = "bottomLeftPanel"; this.bottomLeftPanel.Size = new System.Drawing.Size(484, 364); this.bottomLeftPanel.TabIndex = 10; // // includeTopSymbolsCheckBox // this.includeTopSymbolsCheckBox.AutoSize = true; this.includeTopSymbolsCheckBox.Checked = true; this.includeTopSymbolsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.includeTopSymbolsCheckBox.Location = new System.Drawing.Point(12, 6); this.includeTopSymbolsCheckBox.Name = "includeTopSymbolsCheckBox"; this.includeTopSymbolsCheckBox.Size = new System.Drawing.Size(262, 29); this.includeTopSymbolsCheckBox.TabIndex = 4; this.includeTopSymbolsCheckBox.Text = "Include Top 3 Symbols"; this.includeTopSymbolsCheckBox.UseVisualStyleBackColor = true; this.includeTopSymbolsCheckBox.CheckedChanged += new System.EventHandler(this.includeTopSymbolsCheckBox_CheckedChanged); // // includeBottomCheckBox // this.includeBottomCheckBox.AutoSize = true; this.includeBottomCheckBox.Checked = true; this.includeBottomCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.includeBottomCheckBox.Location = new System.Drawing.Point(12, 41); this.includeBottomCheckBox.Name = "includeBottomCheckBox"; this.includeBottomCheckBox.Size = new System.Drawing.Size(292, 29); this.includeBottomCheckBox.TabIndex = 5; this.includeBottomCheckBox.Text = "Include Bottom 3 Symbols"; this.includeBottomCheckBox.UseVisualStyleBackColor = true; this.includeBottomCheckBox.CheckedChanged += new System.EventHandler(this.includeBottomCheckBox_CheckedChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 87); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(201, 25); this.label2.TabIndex = 8; this.label2.Text = "Additional Symbols:"; // // additionalSymbolsTextBox // this.additionalSymbolsTextBox.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.additionalSymbolsTextBox.Location = new System.Drawing.Point(12, 115); this.additionalSymbolsTextBox.Multiline = true; this.additionalSymbolsTextBox.Name = "additionalSymbolsTextBox"; this.additionalSymbolsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.additionalSymbolsTextBox.Size = new System.Drawing.Size(446, 229); this.additionalSymbolsTextBox.TabIndex = 6; this.additionalSymbolsTextBox.Text = "INTC\r\nORCL\r\nMSFT"; this.additionalSymbolsTextBox.WordWrap = false; this.additionalSymbolsTextBox.TextChanged += new System.EventHandler(this.additionalSymbolsTextBox_TextChanged); // // splitter2 // this.splitter2.BackColor = System.Drawing.SystemColors.ControlDark; this.splitter2.Dock = System.Windows.Forms.DockStyle.Top; this.splitter2.Location = new System.Drawing.Point(0, 300); this.splitter2.Name = "splitter2"; this.splitter2.Size = new System.Drawing.Size(484, 3); this.splitter2.TabIndex = 5; this.splitter2.TabStop = false; // // topLeftPanel // this.topLeftPanel.Controls.Add(this.groupBox1); this.topLeftPanel.Controls.Add(this.label1); this.topLeftPanel.Controls.Add(this.formulaTextBox); this.topLeftPanel.Dock = System.Windows.Forms.DockStyle.Top; this.topLeftPanel.Location = new System.Drawing.Point(0, 0); this.topLeftPanel.Name = "topLeftPanel"; this.topLeftPanel.Size = new System.Drawing.Size(484, 300); this.topLeftPanel.TabIndex = 4; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.asDoubleRadioButton); this.groupBox1.Controls.Add(this.asInt64RadioButton); this.groupBox1.Controls.Add(this.asStringRadioButton); this.groupBox1.Location = new System.Drawing.Point(17, 204); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(441, 90); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "As"; // // asDoubleRadioButton // this.asDoubleRadioButton.AutoSize = true; this.asDoubleRadioButton.Checked = true; this.asDoubleRadioButton.Location = new System.Drawing.Point(226, 43); this.asDoubleRadioButton.Name = "asDoubleRadioButton"; this.asDoubleRadioButton.Size = new System.Drawing.Size(111, 29); this.asDoubleRadioButton.TabIndex = 3; this.asDoubleRadioButton.TabStop = true; this.asDoubleRadioButton.Text = "Double"; this.asDoubleRadioButton.UseVisualStyleBackColor = true; this.asDoubleRadioButton.CheckedChanged += new System.EventHandler(this.OutputTypeChanged); // // asInt64RadioButton // this.asInt64RadioButton.AutoSize = true; this.asInt64RadioButton.Location = new System.Drawing.Point(130, 43); this.asInt64RadioButton.Name = "asInt64RadioButton"; this.asInt64RadioButton.Size = new System.Drawing.Size(90, 29); this.asInt64RadioButton.TabIndex = 2; this.asInt64RadioButton.Text = "Int64"; this.asInt64RadioButton.UseVisualStyleBackColor = true; this.asInt64RadioButton.CheckedChanged += new System.EventHandler(this.OutputTypeChanged); // // asStringRadioButton // this.asStringRadioButton.AutoSize = true; this.asStringRadioButton.Location = new System.Drawing.Point(25, 43); this.asStringRadioButton.Name = "asStringRadioButton"; this.asStringRadioButton.Size = new System.Drawing.Size(99, 29); this.asStringRadioButton.TabIndex = 1; this.asStringRadioButton.Text = "String"; this.asStringRadioButton.UseVisualStyleBackColor = true; this.asStringRadioButton.CheckedChanged += new System.EventHandler(this.OutputTypeChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 25); this.label1.TabIndex = 3; this.label1.Text = "Formula:"; // // splitter1 // this.splitter1.BackColor = System.Drawing.SystemColors.ControlDark; this.splitter1.Dock = System.Windows.Forms.DockStyle.Right; this.splitter1.Location = new System.Drawing.Point(484, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(3, 667); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // rightPanel // this.rightPanel.Controls.Add(this.dataNodeTable1); this.rightPanel.Dock = System.Windows.Forms.DockStyle.Right; this.rightPanel.Location = new System.Drawing.Point(487, 0); this.rightPanel.Name = "rightPanel"; this.rightPanel.Size = new System.Drawing.Size(1000, 667); this.rightPanel.TabIndex = 2; // // dataNodeTable1 // this.dataNodeTable1.AllowUserToAddRows = false; this.dataNodeTable1.AllowUserToDeleteRows = false; this.dataNodeTable1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataNodeTable1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataNodeTable1.Location = new System.Drawing.Point(0, 0); this.dataNodeTable1.Name = "dataNodeTable1"; this.dataNodeTable1.RowHeadersVisible = false; this.dataNodeTable1.RowTemplate.Height = 33; this.dataNodeTable1.Size = new System.Drawing.Size(1000, 667); this.dataNodeTable1.SymbolListFactory = null; this.dataNodeTable1.TabIndex = 7; // // 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(147, 673); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(129, 46); this.cancelButton.TabIndex = 9; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // FormulaEditor // 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(1487, 731); this.Controls.Add(this.cancelButton); this.Controls.Add(this.topPanel); this.Controls.Add(this.okButton); this.Name = "FormulaEditor"; this.Text = "FormulaEditor"; this.topPanel.ResumeLayout(false); this.leftPanel.ResumeLayout(false); this.bottomLeftPanel.ResumeLayout(false); this.bottomLeftPanel.PerformLayout(); this.topLeftPanel.ResumeLayout(false); this.topLeftPanel.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.rightPanel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataNodeTable1)).EndInit(); this.ResumeLayout(false); } #endregion private TradeIdeas.TIProGUI.DataNodeTable dataNodeTable1; private System.Windows.Forms.Button okButton; private System.Windows.Forms.TextBox formulaTextBox; private System.Windows.Forms.Panel topPanel; private System.Windows.Forms.Panel rightPanel; private System.Windows.Forms.Splitter splitter1; private System.Windows.Forms.Panel leftPanel; private System.Windows.Forms.Splitter splitter2; private System.Windows.Forms.Panel topLeftPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox additionalSymbolsTextBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox includeBottomCheckBox; private System.Windows.Forms.CheckBox includeTopSymbolsCheckBox; private System.Windows.Forms.Panel bottomLeftPanel; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton asDoubleRadioButton; private System.Windows.Forms.RadioButton asInt64RadioButton; private System.Windows.Forms.RadioButton asStringRadioButton; private System.Windows.Forms.Button cancelButton; } }