namespace BrokerInterfaceTDAmeritrade { partial class frmAuthorization { /// /// 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.components = new System.ComponentModel.Container(); this.btnContinue = new System.Windows.Forms.Button(); this.txtAuthenticateInfo = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // btnContinue // this.btnContinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnContinue.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnContinue.Location = new System.Drawing.Point(483, 118); this.btnContinue.Name = "btnContinue"; this.btnContinue.Size = new System.Drawing.Size(93, 23); this.btnContinue.TabIndex = 0; this.btnContinue.Text = "&OK"; this.btnContinue.UseVisualStyleBackColor = true; this.btnContinue.Click += new System.EventHandler(this.btnContinue_Click); // // txtAuthenticateInfo // this.txtAuthenticateInfo.BackColor = System.Drawing.SystemColors.Control; this.txtAuthenticateInfo.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtAuthenticateInfo.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAuthenticateInfo.Location = new System.Drawing.Point(6, 24); this.txtAuthenticateInfo.Multiline = true; this.txtAuthenticateInfo.Name = "txtAuthenticateInfo"; this.txtAuthenticateInfo.ReadOnly = true; this.txtAuthenticateInfo.Size = new System.Drawing.Size(588, 66); this.txtAuthenticateInfo.TabIndex = 1; this.txtAuthenticateInfo.Text = "You will now being directed to TD Ameritrade\'s Authentication Portal. After you\'v" + "e completed the authentication process, Brokerage+ will automatically connect to" + " your TD Ameritrade account."; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmAuthorization // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(594, 153); this.ControlBox = false; this.Controls.Add(this.txtAuthenticateInfo); this.Controls.Add(this.btnContinue); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "frmAuthorization"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "TD Ameritrade Authorization Alert"; this.TopMost = true; this.Load += new System.EventHandler(this.frmAuthorization_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnContinue; private System.Windows.Forms.TextBox txtAuthenticateInfo; private System.Windows.Forms.Timer timer1; } }