using System.Drawing; namespace TradeIdeas.TIProGUI.Charting.Controls.CustomHelpTooltip { partial class CustomHelpTooltipModal { /// /// 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.button = new TradeIdeas.TIProGUI.Charting.Controls.RoundedButton.RounedButtonControl(); this.lbl_Title = new System.Windows.Forms.Label(); this.lbl_Description = new System.Windows.Forms.Label(); this.lbl_Footer = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button // this.button.BackColor = System.Drawing.Color.White; this.button.BorderColor = System.Drawing.Color.Empty; this.button.DialogResult = System.Windows.Forms.DialogResult.None; this.button.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.button.Location = new System.Drawing.Point(276, 161); this.button.Name = "button"; this.button.Round = 0; this.button.Size = new System.Drawing.Size(100, 45); this.button.TabIndex = 0; this.button.Text = "Done"; this.button.UseVisualStyleBackColor = false; this.button.Click += new System.EventHandler(this.Button_Clicked); // // lbl_Title // this.lbl_Title.AutoSize = true; this.lbl_Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.lbl_Title.Location = new System.Drawing.Point(15, 26); this.lbl_Title.Name = "lbl_Title"; this.lbl_Title.Size = new System.Drawing.Size(227, 17); this.lbl_Title.TabIndex = 1; this.lbl_Title.Text = "Change Comparison Symbol Easily"; // // lbl_Description // this.lbl_Description.AutoSize = true; this.lbl_Description.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lbl_Description.Location = new System.Drawing.Point(16, 55); this.lbl_Description.MaximumSize = new System.Drawing.Size(300, 0); this.lbl_Description.Name = "lbl_Description"; this.lbl_Description.Size = new System.Drawing.Size(121, 20); this.lbl_Description.TabIndex = 2; this.lbl_Description.Text = "lbl_Description"; // // lbl_Footer // this.lbl_Footer.AutoSize = true; this.lbl_Footer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.lbl_Footer.Location = new System.Drawing.Point(15, 176); this.lbl_Footer.Name = "lbl_Footer"; this.lbl_Footer.Size = new System.Drawing.Size(101, 17); this.lbl_Footer.TabIndex = 3; this.lbl_Footer.Text = ""; // // CustomHelpTooltipModal // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightGray; this.CancelButton = this.button; this.ClientSize = new System.Drawing.Size(386, 216); this.Controls.Add(this.lbl_Footer); this.Controls.Add(this.lbl_Description); this.Controls.Add(this.lbl_Title); this.Controls.Add(this.button); this.ForeColor = System.Drawing.SystemColors.ControlText; this.Name = "CustomHelpTooltipModal"; this.Text = "CustomHelpTooltipModal"; this.Load += new System.EventHandler(this.Form_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private RoundedButton.RounedButtonControl button; private System.Windows.Forms.Label lbl_Title; private System.Windows.Forms.Label lbl_Description; private System.Windows.Forms.Label lbl_Footer; } }