namespace TradeIdeas.TIProGUI { /// /// Designer section for the Twitter Form /// partial class TwitterForm { /// /// 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.btnAuthorize = new System.Windows.Forms.Button(); this.txtAuthorize = new System.Windows.Forms.TextBox(); this.lblPIN = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.browserPanel = new System.Windows.Forms.Panel(); this.SuspendLayout(); // // btnAuthorize // this.btnAuthorize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAuthorize.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnAuthorize.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAuthorize.Location = new System.Drawing.Point(167, 520); this.btnAuthorize.Name = "btnAuthorize"; this.btnAuthorize.Size = new System.Drawing.Size(139, 33); this.btnAuthorize.TabIndex = 1; this.btnAuthorize.Text = "Confirm"; this.btnAuthorize.UseVisualStyleBackColor = true; this.btnAuthorize.Click += new System.EventHandler(this.btnAuthorize_Click); // // txtAuthorize // this.txtAuthorize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtAuthorize.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAuthorize.Location = new System.Drawing.Point(61, 520); this.txtAuthorize.Multiline = true; this.txtAuthorize.Name = "txtAuthorize"; this.txtAuthorize.Size = new System.Drawing.Size(100, 33); this.txtAuthorize.TabIndex = 2; // // lblPIN // this.lblPIN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPIN.AutoSize = true; this.lblPIN.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPIN.Location = new System.Drawing.Point(8, 526); this.lblPIN.Name = "lblPIN"; this.lblPIN.Size = new System.Drawing.Size(43, 20); this.lblPIN.TabIndex = 4; this.lblPIN.Text = "PIN:"; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.BackColor = System.Drawing.SystemColors.ControlLight; this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(387, 507); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(334, 52); this.textBox1.TabIndex = 5; this.textBox1.Text = "After logging in, please copy the PIN above to the box on the left followed by c" + "licking\"Confirm\" ."; // // browserPanel // this.browserPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.browserPanel.Location = new System.Drawing.Point(12, 12); this.browserPanel.Name = "browserPanel"; this.browserPanel.Size = new System.Drawing.Size(905, 478); this.browserPanel.TabIndex = 6; // // TwitterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(931, 571); this.Controls.Add(this.browserPanel); this.Controls.Add(this.textBox1); this.Controls.Add(this.lblPIN); this.Controls.Add(this.txtAuthorize); this.Controls.Add(this.btnAuthorize); this.Name = "TwitterForm"; this.Text = "Authorization Form"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TwitterForm_FormClosing); this.Load += new System.EventHandler(this.TwitterForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnAuthorize; private System.Windows.Forms.TextBox txtAuthorize; private System.Windows.Forms.Label lblPIN; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Panel browserPanel; } }