namespace BrokerInterfaceETrade.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)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); 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.tabAccountLinking = new System.Windows.Forms.TabPage(); this.panel2 = new System.Windows.Forms.Panel(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.lblLink = new System.Windows.Forms.Label(); this.lblDisclaimer = new System.Windows.Forms.Label(); this.cmdExit = new System.Windows.Forms.Button(); this.cmdSave = new System.Windows.Forms.Button(); this.dgvAccounts = new System.Windows.Forms.DataGridView(); this.Account = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Type = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Mode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Quotes = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Positions = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ManagedOrders = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Link = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.tabStripSettings.SuspendLayout(); this.tabTokenManagement.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tabAccountLinking.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).BeginInit(); this.SuspendLayout(); // // tabStripSettings // this.tabStripSettings.Controls.Add(this.tabTokenManagement); this.tabStripSettings.Controls.Add(this.tabAccountLinking); 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(641, 38); this.lblUnregisterDisclaimer.TabIndex = 6; this.lblUnregisterDisclaimer.Text = "This will automatically disconnet your current session. The next time you connect" + ", you will be taken to ETrade\'s Sign in page to re-authenticate with your user c" + "redentials."; this.lblUnregisterDisclaimer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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 ETrade 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); // // tabAccountLinking // this.tabAccountLinking.BackColor = System.Drawing.SystemColors.Control; this.tabAccountLinking.Controls.Add(this.panel2); this.tabAccountLinking.Controls.Add(this.cmdExit); this.tabAccountLinking.Controls.Add(this.cmdSave); this.tabAccountLinking.Controls.Add(this.dgvAccounts); this.tabAccountLinking.Location = new System.Drawing.Point(4, 34); this.tabAccountLinking.Name = "tabAccountLinking"; this.tabAccountLinking.Padding = new System.Windows.Forms.Padding(3); this.tabAccountLinking.Size = new System.Drawing.Size(757, 161); this.tabAccountLinking.TabIndex = 0; this.tabAccountLinking.Text = "Account Linking"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.White; this.panel2.Controls.Add(this.pictureBox2); this.panel2.Controls.Add(this.lblLink); this.panel2.Controls.Add(this.lblDisclaimer); this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1005, 97); this.panel2.TabIndex = 7; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(14, 14); this.pictureBox2.Margin = new System.Windows.Forms.Padding(0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(32, 32); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 7; this.pictureBox2.TabStop = false; // // lblLink // this.lblLink.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblLink.ForeColor = System.Drawing.Color.Black; this.lblLink.Location = new System.Drawing.Point(65, 16); this.lblLink.Name = "lblLink"; this.lblLink.Size = new System.Drawing.Size(915, 41); this.lblLink.TabIndex = 2; this.lblLink.Text = "Please select which ETrade Account(s) you would like to link to your Trade Ideas " + "Account by clicking the \'Link\' column; we suggest linking a maximum of 3 account" + "s."; // // lblDisclaimer // this.lblDisclaimer.AutoSize = true; this.lblDisclaimer.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblDisclaimer.ForeColor = System.Drawing.Color.Black; this.lblDisclaimer.Location = new System.Drawing.Point(65, 57); this.lblDisclaimer.Name = "lblDisclaimer"; this.lblDisclaimer.Size = new System.Drawing.Size(701, 16); this.lblDisclaimer.TabIndex = 3; this.lblDisclaimer.Text = "Local orders must be canceled before you can un-link an account. Local order iden" + "tifiers are prefixed with the letter \'L\'. "; // // cmdExit // this.cmdExit.BackColor = System.Drawing.SystemColors.Control; this.cmdExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdExit.Location = new System.Drawing.Point(769, 305); this.cmdExit.Name = "cmdExit"; this.cmdExit.Size = new System.Drawing.Size(112, 27); this.cmdExit.TabIndex = 4; this.cmdExit.Text = "&Exit"; this.cmdExit.UseVisualStyleBackColor = false; this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click); // // cmdSave // this.cmdSave.BackColor = System.Drawing.SystemColors.Control; this.cmdSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.cmdSave.Location = new System.Drawing.Point(887, 305); this.cmdSave.Name = "cmdSave"; this.cmdSave.Size = new System.Drawing.Size(112, 27); this.cmdSave.TabIndex = 1; this.cmdSave.Text = "&Save"; this.cmdSave.UseVisualStyleBackColor = false; this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click); // // dgvAccounts // this.dgvAccounts.AllowUserToAddRows = false; this.dgvAccounts.AllowUserToDeleteRows = false; this.dgvAccounts.AllowUserToOrderColumns = true; this.dgvAccounts.AllowUserToResizeColumns = false; this.dgvAccounts.AllowUserToResizeRows = false; this.dgvAccounts.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgvAccounts.BackgroundColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAccounts.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvAccounts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAccounts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Account, this.Status, this.Type, this.Mode, this.Quotes, this.Value, this.Positions, this.ManagedOrders, this.Link}); this.dgvAccounts.EnableHeadersVisualStyles = false; this.dgvAccounts.Location = new System.Drawing.Point(0, 99); this.dgvAccounts.Name = "dgvAccounts"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvAccounts.RowHeadersDefaultCellStyle = dataGridViewCellStyle5; this.dgvAccounts.RowHeadersVisible = false; this.dgvAccounts.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dgvAccounts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvAccounts.Size = new System.Drawing.Size(1000, 200); this.dgvAccounts.TabIndex = 0; // // Account // this.Account.HeaderText = "Account"; this.Account.Name = "Account"; this.Account.ReadOnly = true; // // Status // this.Status.HeaderText = "Status"; this.Status.Name = "Status"; this.Status.ReadOnly = true; // // Type // this.Type.HeaderText = "Type"; this.Type.MinimumWidth = 175; this.Type.Name = "Type"; this.Type.ReadOnly = true; // // Mode // this.Mode.HeaderText = "Mode"; this.Mode.Name = "Mode"; this.Mode.ReadOnly = true; // // Quotes // this.Quotes.HeaderText = "Quotes"; this.Quotes.Name = "Quotes"; // // Value // dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle2.Format = "C2"; this.Value.DefaultCellStyle = dataGridViewCellStyle2; this.Value.HeaderText = "Value"; this.Value.Name = "Value"; this.Value.ReadOnly = true; // // Positions // dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle3.Format = "N0"; this.Positions.DefaultCellStyle = dataGridViewCellStyle3; this.Positions.HeaderText = "Positions"; this.Positions.Name = "Positions"; this.Positions.ReadOnly = true; // // ManagedOrders // dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle4.Format = "N0"; this.ManagedOrders.DefaultCellStyle = dataGridViewCellStyle4; this.ManagedOrders.HeaderText = "Local Orders"; this.ManagedOrders.MinimumWidth = 125; this.ManagedOrders.Name = "ManagedOrders"; this.ManagedOrders.ReadOnly = true; // // Link // this.Link.HeaderText = "Link"; this.Link.Name = "Link"; // // 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 = "ETrade 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.tabAccountLinking.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabStripSettings; private System.Windows.Forms.TabPage tabAccountLinking; private System.Windows.Forms.DataGridView dgvAccounts; private System.Windows.Forms.Label lblLink; private System.Windows.Forms.Button cmdSave; private System.Windows.Forms.Label lblDisclaimer; private System.Windows.Forms.Button cmdExit; 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; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.DataGridViewTextBoxColumn Account; private System.Windows.Forms.DataGridViewTextBoxColumn Status; private System.Windows.Forms.DataGridViewTextBoxColumn Type; private System.Windows.Forms.DataGridViewTextBoxColumn Mode; private System.Windows.Forms.DataGridViewTextBoxColumn Quotes; private System.Windows.Forms.DataGridViewTextBoxColumn Value; private System.Windows.Forms.DataGridViewTextBoxColumn Positions; private System.Windows.Forms.DataGridViewTextBoxColumn ManagedOrders; private System.Windows.Forms.DataGridViewCheckBoxColumn Link; } }