namespace TradeIdeas.TIProGUI.Charting { partial class ModifyIndicator { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.textBoxFormat = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.labelColors = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxIndicatorType = new System.Windows.Forms.ComboBox(); this.labelIndicatorType = new System.Windows.Forms.Label(); this.textBoxName = new System.Windows.Forms.TextBox(); this.labelColumnCode = new System.Windows.Forms.Label(); this.labelHeaderCode = new System.Windows.Forms.Label(); this.labelChartArea = new System.Windows.Forms.Label(); this.labelAbbreviatedName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonRemove = new System.Windows.Forms.Button(); this.buttonOk = new System.Windows.Forms.Button(); this.textBoxAbbreviatedName = new System.Windows.Forms.TextBox(); this.comboBoxChartArea = new System.Windows.Forms.ComboBox(); this.textBoxHeaderCode = new System.Windows.Forms.TextBox(); this.textBoxCode = new System.Windows.Forms.TextBox(); this.checkBoxShowInStatusLine = new System.Windows.Forms.CheckBox(); this.buttonChooseColors = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); this.tableLayoutPanel1.Controls.Add(this.textBoxFormat, 1, 8); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 8); this.tableLayoutPanel1.Controls.Add(this.labelColors, 0, 6); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 5); this.tableLayoutPanel1.Controls.Add(this.comboBoxIndicatorType, 1, 4); this.tableLayoutPanel1.Controls.Add(this.labelIndicatorType, 0, 4); this.tableLayoutPanel1.Controls.Add(this.textBoxName, 1, 0); this.tableLayoutPanel1.Controls.Add(this.labelColumnCode, 0, 7); this.tableLayoutPanel1.Controls.Add(this.labelHeaderCode, 0, 3); this.tableLayoutPanel1.Controls.Add(this.labelChartArea, 0, 2); this.tableLayoutPanel1.Controls.Add(this.labelAbbreviatedName, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 11); this.tableLayoutPanel1.Controls.Add(this.textBoxAbbreviatedName, 1, 1); this.tableLayoutPanel1.Controls.Add(this.comboBoxChartArea, 1, 2); this.tableLayoutPanel1.Controls.Add(this.textBoxHeaderCode, 1, 3); this.tableLayoutPanel1.Controls.Add(this.textBoxCode, 1, 7); this.tableLayoutPanel1.Controls.Add(this.checkBoxShowInStatusLine, 1, 5); this.tableLayoutPanel1.Controls.Add(this.buttonChooseColors, 1, 6); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 12; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(861, 619); this.tableLayoutPanel1.TabIndex = 0; // // textBoxFormat // this.textBoxFormat.Location = new System.Drawing.Point(261, 528); this.textBoxFormat.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.textBoxFormat.Name = "textBoxFormat"; this.textBoxFormat.Size = new System.Drawing.Size(253, 26); this.textBoxFormat.TabIndex = 9; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(3, 528); this.label3.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(252, 26); this.label3.TabIndex = 18; this.label3.Text = "Format"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelColors // this.labelColors.AutoSize = true; this.labelColors.Dock = System.Windows.Forms.DockStyle.Fill; this.labelColors.Location = new System.Drawing.Point(3, 285); this.labelColors.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelColors.Name = "labelColors"; this.labelColors.Size = new System.Drawing.Size(252, 20); this.labelColors.TabIndex = 16; this.labelColors.Text = "Choose Colors"; this.labelColors.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(3, 244); this.label2.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(252, 21); this.label2.TabIndex = 14; this.label2.Text = "Shows in Status Line"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // comboBoxIndicatorType // this.comboBoxIndicatorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxIndicatorType.FormattingEnabled = true; this.comboBoxIndicatorType.Location = new System.Drawing.Point(261, 196); this.comboBoxIndicatorType.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.comboBoxIndicatorType.Name = "comboBoxIndicatorType"; this.comboBoxIndicatorType.Size = new System.Drawing.Size(253, 28); this.comboBoxIndicatorType.TabIndex = 5; // // labelIndicatorType // this.labelIndicatorType.AutoSize = true; this.labelIndicatorType.Dock = System.Windows.Forms.DockStyle.Fill; this.labelIndicatorType.Location = new System.Drawing.Point(3, 196); this.labelIndicatorType.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelIndicatorType.Name = "labelIndicatorType"; this.labelIndicatorType.Size = new System.Drawing.Size(252, 28); this.labelIndicatorType.TabIndex = 12; this.labelIndicatorType.Text = "Type"; this.labelIndicatorType.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(261, 10); this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.textBoxName.Name = "textBoxName"; this.textBoxName.Size = new System.Drawing.Size(253, 26); this.textBoxName.TabIndex = 1; // // labelColumnCode // this.labelColumnCode.AutoSize = true; this.labelColumnCode.Dock = System.Windows.Forms.DockStyle.Fill; this.labelColumnCode.Location = new System.Drawing.Point(3, 325); this.labelColumnCode.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelColumnCode.Name = "labelColumnCode"; this.labelColumnCode.Size = new System.Drawing.Size(252, 183); this.labelColumnCode.TabIndex = 9; this.labelColumnCode.Text = "Column Code (admin)"; this.labelColumnCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelHeaderCode // this.labelHeaderCode.AutoSize = true; this.labelHeaderCode.Dock = System.Windows.Forms.DockStyle.Fill; this.labelHeaderCode.Location = new System.Drawing.Point(3, 150); this.labelHeaderCode.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelHeaderCode.Name = "labelHeaderCode"; this.labelHeaderCode.Size = new System.Drawing.Size(252, 26); this.labelHeaderCode.TabIndex = 7; this.labelHeaderCode.Text = "Header Code"; this.labelHeaderCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelChartArea // this.labelChartArea.AutoSize = true; this.labelChartArea.Dock = System.Windows.Forms.DockStyle.Fill; this.labelChartArea.Location = new System.Drawing.Point(3, 102); this.labelChartArea.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelChartArea.Name = "labelChartArea"; this.labelChartArea.Size = new System.Drawing.Size(252, 28); this.labelChartArea.TabIndex = 4; this.labelChartArea.Text = "Chart Area"; this.labelChartArea.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelAbbreviatedName // this.labelAbbreviatedName.AutoSize = true; this.labelAbbreviatedName.Dock = System.Windows.Forms.DockStyle.Fill; this.labelAbbreviatedName.Location = new System.Drawing.Point(3, 56); this.labelAbbreviatedName.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.labelAbbreviatedName.Name = "labelAbbreviatedName"; this.labelAbbreviatedName.Size = new System.Drawing.Size(252, 26); this.labelAbbreviatedName.TabIndex = 2; this.labelAbbreviatedName.Text = "Abbreviated Name (status)"; this.labelAbbreviatedName.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(3, 10); this.label1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(252, 26); this.label1.TabIndex = 0; this.label1.Text = "Indicator Name"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2); this.flowLayoutPanel1.Controls.Add(this.buttonCancel); this.flowLayoutPanel1.Controls.Add(this.buttonRemove); this.flowLayoutPanel1.Controls.Add(this.buttonOk); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 576); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(855, 40); this.flowLayoutPanel1.TabIndex = 11; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(753, 3); this.buttonCancel.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(99, 34); this.buttonCancel.TabIndex = 13; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonRemove // this.buttonRemove.Location = new System.Drawing.Point(554, 3); this.buttonRemove.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.buttonRemove.Name = "buttonRemove"; this.buttonRemove.Size = new System.Drawing.Size(186, 34); this.buttonRemove.TabIndex = 11; this.buttonRemove.Text = "Remove from Chart"; this.buttonRemove.UseVisualStyleBackColor = true; this.buttonRemove.Click += new System.EventHandler(this.buttonRemove_Click); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(442, 3); this.buttonOk.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(99, 34); this.buttonOk.TabIndex = 10; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // textBoxAbbreviatedName // this.textBoxAbbreviatedName.Location = new System.Drawing.Point(261, 56); this.textBoxAbbreviatedName.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.textBoxAbbreviatedName.Name = "textBoxAbbreviatedName"; this.textBoxAbbreviatedName.Size = new System.Drawing.Size(253, 26); this.textBoxAbbreviatedName.TabIndex = 2; // // comboBoxChartArea // this.comboBoxChartArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxChartArea.FormattingEnabled = true; this.comboBoxChartArea.Location = new System.Drawing.Point(261, 102); this.comboBoxChartArea.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.comboBoxChartArea.Name = "comboBoxChartArea"; this.comboBoxChartArea.Size = new System.Drawing.Size(253, 28); this.comboBoxChartArea.TabIndex = 3; // // textBoxHeaderCode // this.textBoxHeaderCode.Location = new System.Drawing.Point(261, 150); this.textBoxHeaderCode.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.textBoxHeaderCode.Name = "textBoxHeaderCode"; this.textBoxHeaderCode.Size = new System.Drawing.Size(253, 26); this.textBoxHeaderCode.TabIndex = 4; // // textBoxCode // this.textBoxCode.Dock = System.Windows.Forms.DockStyle.Fill; this.textBoxCode.Font = new System.Drawing.Font("Courier New", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxCode.Location = new System.Drawing.Point(261, 318); this.textBoxCode.Multiline = true; this.textBoxCode.Name = "textBoxCode"; this.textBoxCode.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBoxCode.Size = new System.Drawing.Size(597, 197); this.textBoxCode.TabIndex = 8; // // checkBoxShowInStatusLine // this.checkBoxShowInStatusLine.AutoSize = true; this.checkBoxShowInStatusLine.Location = new System.Drawing.Point(261, 244); this.checkBoxShowInStatusLine.Margin = new System.Windows.Forms.Padding(3, 10, 3, 10); this.checkBoxShowInStatusLine.Name = "checkBoxShowInStatusLine"; this.checkBoxShowInStatusLine.Size = new System.Drawing.Size(22, 21); this.checkBoxShowInStatusLine.TabIndex = 6; this.checkBoxShowInStatusLine.UseVisualStyleBackColor = true; // // buttonChooseColors // this.buttonChooseColors.Location = new System.Drawing.Point(261, 278); this.buttonChooseColors.Name = "buttonChooseColors"; this.buttonChooseColors.Size = new System.Drawing.Size(183, 34); this.buttonChooseColors.TabIndex = 7; this.buttonChooseColors.Text = "Choose Colors"; this.buttonChooseColors.UseVisualStyleBackColor = true; this.buttonChooseColors.Click += new System.EventHandler(this.buttonChooseColors_Click); // // ModifyIndicator // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(861, 619); this.Controls.Add(this.tableLayoutPanel1); this.Name = "ModifyIndicator"; this.Text = "Chart Indicator"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelAbbreviatedName; private System.Windows.Forms.Label label1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonRemove; private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Label labelChartArea; private System.Windows.Forms.TextBox textBoxAbbreviatedName; private System.Windows.Forms.ComboBox comboBoxChartArea; private System.Windows.Forms.Label labelColumnCode; private System.Windows.Forms.Label labelHeaderCode; private System.Windows.Forms.TextBox textBoxHeaderCode; private System.Windows.Forms.TextBox textBoxCode; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.ComboBox comboBoxIndicatorType; private System.Windows.Forms.Label labelIndicatorType; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox checkBoxShowInStatusLine; private System.Windows.Forms.Label labelColors; private System.Windows.Forms.Button buttonChooseColors; private System.Windows.Forms.TextBox textBoxFormat; private System.Windows.Forms.Label label3; } }