namespace BrokerInterfaceAlpaca.UI { partial class frmSettings { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings)); this.tabStripSettings = new System.Windows.Forms.TabControl(); this.tabTokenManagement = new System.Windows.Forms.TabPage(); this.panel1 = new System.Windows.Forms.Panel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.lblUnregisterDisclaimer = new System.Windows.Forms.Label(); this.lblUnregisterExplanation = new System.Windows.Forms.Label(); this.cmdExitFromUnregister = new System.Windows.Forms.Button(); this.cmdRemoveToken = new System.Windows.Forms.Button(); this.tabStripSettings.SuspendLayout(); this.tabTokenManagement.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // tabStripSettings // this.tabStripSettings.Controls.Add(this.tabTokenManagement); this.tabStripSettings.Dock = System.Windows.Forms.DockStyle.Fill; this.tabStripSettings.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabStripSettings.ItemSize = new System.Drawing.Size(85, 30); this.tabStripSettings.Location = new System.Drawing.Point(0, 0); this.tabStripSettings.Name = "tabStripSettings"; this.tabStripSettings.SelectedIndex = 0; this.tabStripSettings.Size = new System.Drawing.Size(765, 199); this.tabStripSettings.TabIndex = 0; this.tabStripSettings.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged); // // tabTokenManagement // this.tabTokenManagement.BackColor = System.Drawing.SystemColors.Control; this.tabTokenManagement.Controls.Add(this.panel1); this.tabTokenManagement.Controls.Add(this.cmdExitFromUnregister); this.tabTokenManagement.Controls.Add(this.cmdRemoveToken); this.tabTokenManagement.Location = new System.Drawing.Point(4, 34); this.tabTokenManagement.Name = "tabTokenManagement"; this.tabTokenManagement.Padding = new System.Windows.Forms.Padding(3); this.tabTokenManagement.Size = new System.Drawing.Size(757, 161); this.tabTokenManagement.TabIndex = 1; this.tabTokenManagement.Text = "Unregister User"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.Controls.Add(this.pictureBox1); this.panel1.Controls.Add(this.lblUnregisterDisclaimer); this.panel1.Controls.Add(this.lblUnregisterExplanation); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(756, 125); this.panel1.TabIndex = 6; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(14, 14); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(32, 32); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 7; this.pictureBox1.TabStop = false; // // lblUnregisterDisclaimer // this.lblUnregisterDisclaimer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUnregisterDisclaimer.ForeColor = System.Drawing.Color.Black; this.lblUnregisterDisclaimer.Location = new System.Drawing.Point(65, 63); this.lblUnregisterDisclaimer.Name = "lblUnregisterDisclaimer"; this.lblUnregisterDisclaimer.Size = new System.Drawing.Size(666, 49); this.lblUnregisterDisclaimer.TabIndex = 6; this.lblUnregisterDisclaimer.Text = "This will automatically disconnet your current session. The next time you connect" + ", you will be taken to Alpaca\'s Sign in page to re-authenticate with your user c" + "redentials."; this.lblUnregisterDisclaimer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblUnregisterDisclaimer.Click += new System.EventHandler(this.lblUnregisterDisclaimer_Click); // // lblUnregisterExplanation // this.lblUnregisterExplanation.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblUnregisterExplanation.ForeColor = System.Drawing.Color.Black; this.lblUnregisterExplanation.Location = new System.Drawing.Point(65, 17); this.lblUnregisterExplanation.Name = "lblUnregisterExplanation"; this.lblUnregisterExplanation.Size = new System.Drawing.Size(655, 37); this.lblUnregisterExplanation.TabIndex = 5; this.lblUnregisterExplanation.Text = "If would like switch your connection to another Alpaca User Account, then please " + "click the \'Unregister User\' Button."; // // cmdExitFromUnregister // this.cmdExitFromUnregister.BackColor = System.Drawing.SystemColors.Control; this.cmdExitFromUnregister.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdExitFromUnregister.Location = new System.Drawing.Point(382, 129); this.cmdExitFromUnregister.Name = "cmdExitFromUnregister"; this.cmdExitFromUnregister.Size = new System.Drawing.Size(112, 27); this.cmdExitFromUnregister.TabIndex = 5; this.cmdExitFromUnregister.Text = "&Exit"; this.cmdExitFromUnregister.UseVisualStyleBackColor = false; this.cmdExitFromUnregister.Click += new System.EventHandler(this.cmdExitFromUnregister_Click); // // cmdRemoveToken // this.cmdRemoveToken.BackColor = System.Drawing.SystemColors.Control; this.cmdRemoveToken.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdRemoveToken.Location = new System.Drawing.Point(264, 129); this.cmdRemoveToken.Name = "cmdRemoveToken"; this.cmdRemoveToken.Size = new System.Drawing.Size(112, 27); this.cmdRemoveToken.TabIndex = 2; this.cmdRemoveToken.Text = "&Unregister User"; this.cmdRemoveToken.UseVisualStyleBackColor = false; this.cmdRemoveToken.Click += new System.EventHandler(this.cmdRemoveToken_Click); // // frmSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(765, 199); this.Controls.Add(this.tabStripSettings); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmSettings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Alpaca Settings"; this.Load += new System.EventHandler(this.frmSettings_Load); this.tabStripSettings.ResumeLayout(false); this.tabTokenManagement.ResumeLayout(false); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabStripSettings; private System.Windows.Forms.TabPage tabTokenManagement; private System.Windows.Forms.Button cmdRemoveToken; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblUnregisterDisclaimer; private System.Windows.Forms.Label lblUnregisterExplanation; private System.Windows.Forms.Button cmdExitFromUnregister; private System.Windows.Forms.PictureBox pictureBox1; } }