namespace BrokerInterfaceTDAmeritrade { partial class frmAuthenticate { /// /// 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.btnContinue = new System.Windows.Forms.Button(); this.txtAuthenticateInfo = new System.Windows.Forms.TextBox(); this.txtAuthorizationCode = new System.Windows.Forms.TextBox(); this.btnCancel = new System.Windows.Forms.Button(); 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(538, 319); this.btnContinue.Name = "btnContinue"; this.btnContinue.Size = new System.Drawing.Size(93, 23); this.btnContinue.TabIndex = 0; this.btnContinue.Text = "&Continue"; 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(12, 24); this.txtAuthenticateInfo.Multiline = true; this.txtAuthenticateInfo.Name = "txtAuthenticateInfo"; this.txtAuthenticateInfo.ReadOnly = true; this.txtAuthenticateInfo.Size = new System.Drawing.Size(590, 66); this.txtAuthenticateInfo.TabIndex = 1; this.txtAuthenticateInfo.Text = "You are now being directed to TD Ameritrade\'s Authentication Portal. After you\'ve" + " completed the authentication process, please copy the code into the text area b" + "elow and hit the [Continue] button."; this.txtAuthenticateInfo.TextChanged += new System.EventHandler(this.txtAuthenticateInfo_TextChanged); // // txtAuthorizationCode // this.txtAuthorizationCode.Location = new System.Drawing.Point(12, 116); this.txtAuthorizationCode.Multiline = true; this.txtAuthorizationCode.Name = "txtAuthorizationCode"; this.txtAuthorizationCode.Size = new System.Drawing.Size(619, 190); this.txtAuthorizationCode.TabIndex = 2; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(439, 319); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(93, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "C&ancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // frmAuthenticate // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(649, 354); this.ControlBox = false; this.Controls.Add(this.btnCancel); this.Controls.Add(this.txtAuthorizationCode); this.Controls.Add(this.txtAuthenticateInfo); this.Controls.Add(this.btnContinue); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "frmAuthenticate"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Authenticate"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnContinue; private System.Windows.Forms.TextBox txtAuthenticateInfo; private System.Windows.Forms.TextBox txtAuthorizationCode; private System.Windows.Forms.Button btnCancel; } }