using System.Windows.Forms; namespace TIProDevExtension { partial class ChartThemeGenerator { /// /// 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.lblMainChartLink = new System.Windows.Forms.Label(); this.txtBoxMainStyle = new System.Windows.Forms.TextBox(); this.txtBoxPIPStyle = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtOutput = new System.Windows.Forms.TextBox(); this.btnGenerate = new System.Windows.Forms.Button(); this.lblHelp_1 = new System.Windows.Forms.Label(); this.lblHelp_2 = new System.Windows.Forms.Label(); this.lblHelp_3 = new System.Windows.Forms.Label(); this.btnPreview = new System.Windows.Forms.Button(); this.txtBoxName = new System.Windows.Forms.TextBox(); this.lblName = new System.Windows.Forms.Label(); this.lblThemeType = new System.Windows.Forms.Label(); this.comboBoxThemeType = new System.Windows.Forms.ComboBox(); this.comboBoxSSWBaseColor = new System.Windows.Forms.ComboBox(); this.lblSSWBaseColor = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblMainChartLink // this.lblMainChartLink.AutoSize = true; this.lblMainChartLink.Location = new System.Drawing.Point(8, 339); this.lblMainChartLink.Name = "lblMainChartLink"; this.lblMainChartLink.Size = new System.Drawing.Size(196, 16); this.lblMainChartLink.TabIndex = 0; this.lblMainChartLink.Text = "Main Chart Cloud Link (required)"; // // txtBoxMainStyle // this.txtBoxMainStyle.Location = new System.Drawing.Point(11, 358); this.txtBoxMainStyle.Name = "txtBoxMainStyle"; this.txtBoxMainStyle.Size = new System.Drawing.Size(479, 22); this.txtBoxMainStyle.TabIndex = 1; // // txtBoxPIPStyle // this.txtBoxPIPStyle.Location = new System.Drawing.Point(11, 419); this.txtBoxPIPStyle.Name = "txtBoxPIPStyle"; this.txtBoxPIPStyle.Size = new System.Drawing.Size(479, 22); this.txtBoxPIPStyle.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 400); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(186, 16); this.label1.TabIndex = 2; this.label1.Text = "PIP Chart Cloud Link (optional)"; // // txtOutput // this.txtOutput.Location = new System.Drawing.Point(508, 182); this.txtOutput.Multiline = true; this.txtOutput.Name = "txtOutput"; this.txtOutput.ReadOnly = true; this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtOutput.Size = new System.Drawing.Size(479, 259); this.txtOutput.TabIndex = 4; // // btnGenerate // this.btnGenerate.Location = new System.Drawing.Point(385, 456); this.btnGenerate.Name = "btnGenerate"; this.btnGenerate.Size = new System.Drawing.Size(105, 42); this.btnGenerate.TabIndex = 5; this.btnGenerate.Text = "Generate"; this.btnGenerate.UseVisualStyleBackColor = true; this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click); // // lblHelp_1 // this.lblHelp_1.AutoSize = true; this.lblHelp_1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.lblHelp_1.Location = new System.Drawing.Point(12, 9); this.lblHelp_1.MaximumSize = new System.Drawing.Size(1000, 500); this.lblHelp_1.Name = "lblHelp_1"; this.lblHelp_1.Size = new System.Drawing.Size(136, 22); this.lblHelp_1.TabIndex = 6; this.lblHelp_1.Text = "value is set in code"; this.lblHelp_1.UseCompatibleTextRendering = true; // // lblHelp_2 // this.lblHelp_2.AutoSize = true; this.lblHelp_2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.lblHelp_2.Location = new System.Drawing.Point(9, 43); this.lblHelp_2.MaximumSize = new System.Drawing.Size(1000, 500); this.lblHelp_2.Name = "lblHelp_2"; this.lblHelp_2.Size = new System.Drawing.Size(136, 22); this.lblHelp_2.TabIndex = 7; this.lblHelp_2.Text = "value is set in code"; this.lblHelp_2.UseCompatibleTextRendering = true; // // lblHelp_3 // this.lblHelp_3.AutoSize = true; this.lblHelp_3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.lblHelp_3.Location = new System.Drawing.Point(9, 94); this.lblHelp_3.MaximumSize = new System.Drawing.Size(1000, 500); this.lblHelp_3.Name = "lblHelp_3"; this.lblHelp_3.Size = new System.Drawing.Size(136, 22); this.lblHelp_3.TabIndex = 8; this.lblHelp_3.Text = "value is set in code"; this.lblHelp_3.UseCompatibleTextRendering = true; // // btnPreview // this.btnPreview.Enabled = false; this.btnPreview.Location = new System.Drawing.Point(882, 456); this.btnPreview.Name = "btnPreview"; this.btnPreview.Size = new System.Drawing.Size(105, 42); this.btnPreview.TabIndex = 9; this.btnPreview.Text = "Preview"; this.btnPreview.UseVisualStyleBackColor = true; this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click); // // txtBoxName // this.txtBoxName.Location = new System.Drawing.Point(11, 294); this.txtBoxName.Name = "txtBoxName"; this.txtBoxName.Size = new System.Drawing.Size(479, 22); this.txtBoxName.TabIndex = 11; // // lblName // this.lblName.AutoSize = true; this.lblName.Location = new System.Drawing.Point(8, 275); this.lblName.Name = "lblName"; this.lblName.Size = new System.Drawing.Size(105, 16); this.lblName.TabIndex = 10; this.lblName.Text = "Name (required)"; // // lblThemeType // this.lblThemeType.AutoSize = true; this.lblThemeType.Location = new System.Drawing.Point(8, 164); this.lblThemeType.Name = "lblThemeType"; this.lblThemeType.Size = new System.Drawing.Size(85, 16); this.lblThemeType.TabIndex = 12; this.lblThemeType.Text = "Theme Type"; // // comboBoxThemeType // this.comboBoxThemeType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxThemeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxThemeType.FormattingEnabled = true; this.comboBoxThemeType.Location = new System.Drawing.Point(11, 182); this.comboBoxThemeType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxThemeType.Name = "comboBoxThemeType"; this.comboBoxThemeType.Size = new System.Drawing.Size(479, 23); this.comboBoxThemeType.TabIndex = 13; this.comboBoxThemeType.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxThemeType_DrawWhiteBackgroundItem); // // comboBoxSSWBaseColor // this.comboBoxSSWBaseColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxSSWBaseColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSSWBaseColor.FormattingEnabled = true; this.comboBoxSSWBaseColor.Items.AddRange(new object[] { "Background", "Gradient"}); this.comboBoxSSWBaseColor.Location = new System.Drawing.Point(11, 237); this.comboBoxSSWBaseColor.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxSSWBaseColor.Name = "comboBoxSSWBaseColor"; this.comboBoxSSWBaseColor.Size = new System.Drawing.Size(479, 23); this.comboBoxSSWBaseColor.TabIndex = 15; this.comboBoxSSWBaseColor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxSSWBackground_DrawWhiteBackgroundItem); // // lblSSWBaseColor // this.lblSSWBaseColor.AutoSize = true; this.lblSSWBaseColor.Location = new System.Drawing.Point(8, 220); this.lblSSWBaseColor.Name = "lblSSWBaseColor"; this.lblSSWBaseColor.Size = new System.Drawing.Size(184, 16); this.lblSSWBaseColor.TabIndex = 14; this.lblSSWBaseColor.Text = "Single Stock Area Base Color"; // // ChartThemeGenerator // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(998, 516); this.Controls.Add(this.comboBoxSSWBaseColor); this.Controls.Add(this.lblSSWBaseColor); this.Controls.Add(this.comboBoxThemeType); this.Controls.Add(this.lblThemeType); this.Controls.Add(this.txtBoxName); this.Controls.Add(this.lblName); this.Controls.Add(this.btnPreview); this.Controls.Add(this.lblHelp_3); this.Controls.Add(this.lblHelp_2); this.Controls.Add(this.lblHelp_1); this.Controls.Add(this.btnGenerate); this.Controls.Add(this.txtOutput); this.Controls.Add(this.txtBoxPIPStyle); this.Controls.Add(this.label1); this.Controls.Add(this.txtBoxMainStyle); this.Controls.Add(this.lblMainChartLink); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChartThemeGenerator"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Chart Theme Generator"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblMainChartLink; private System.Windows.Forms.TextBox txtBoxMainStyle; private System.Windows.Forms.TextBox txtBoxPIPStyle; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtOutput; private System.Windows.Forms.Button btnGenerate; private System.Windows.Forms.Label lblHelp_1; private System.Windows.Forms.Label lblHelp_2; private System.Windows.Forms.Label lblHelp_3; private System.Windows.Forms.Button btnPreview; private TextBox txtBoxName; private Label lblName; private Label lblThemeType; private ComboBox comboBoxThemeType; private ComboBox comboBoxSSWBaseColor; private Label lblSSWBaseColor; } }