namespace TIProChartsExtension { partial class ChangeSymbol { /// /// 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.textBoxSymbol = new System.Windows.Forms.TextBox(); this.buttonChange = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxSymbol // this.textBoxSymbol.Location = new System.Drawing.Point(12, 12); this.textBoxSymbol.Name = "textBoxSymbol"; this.textBoxSymbol.Size = new System.Drawing.Size(125, 20); this.textBoxSymbol.TabIndex = 0; this.textBoxSymbol.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSymbol_KeyDown); this.textBoxSymbol.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxSymbol_KeyPress); // // buttonChange // this.buttonChange.Location = new System.Drawing.Point(143, 10); this.buttonChange.Name = "buttonChange"; this.buttonChange.Size = new System.Drawing.Size(64, 23); this.buttonChange.TabIndex = 1; this.buttonChange.Text = "Change"; this.buttonChange.UseVisualStyleBackColor = true; this.buttonChange.Click += new System.EventHandler(this.buttonChange_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(213, 10); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(64, 23); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // ChangeSymbol // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(287, 43); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonChange); this.Controls.Add(this.textBoxSymbol); this.Name = "ChangeSymbol"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Change Symbol"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxSymbol; private System.Windows.Forms.Button buttonChange; private System.Windows.Forms.Button buttonCancel; } }