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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = 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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSettings));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabAccountLinking = new System.Windows.Forms.TabPage();
this.cmdExit = new System.Windows.Forms.Button();
this.lblDisclaimer = new System.Windows.Forms.Label();
this.lblLink = new System.Windows.Forms.Label();
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.tabControl1.SuspendLayout();
this.tabAccountLinking.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabAccountLinking);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(995, 467);
this.tabControl1.TabIndex = 0;
//
// tabAccountLinking
//
this.tabAccountLinking.BackColor = System.Drawing.SystemColors.Control;
this.tabAccountLinking.Controls.Add(this.cmdExit);
this.tabAccountLinking.Controls.Add(this.lblDisclaimer);
this.tabAccountLinking.Controls.Add(this.lblLink);
this.tabAccountLinking.Controls.Add(this.cmdSave);
this.tabAccountLinking.Controls.Add(this.dgvAccounts);
this.tabAccountLinking.Location = new System.Drawing.Point(4, 22);
this.tabAccountLinking.Name = "tabAccountLinking";
this.tabAccountLinking.Padding = new System.Windows.Forms.Padding(3);
this.tabAccountLinking.Size = new System.Drawing.Size(987, 441);
this.tabAccountLinking.TabIndex = 0;
this.tabAccountLinking.Text = "Account Linking";
//
// cmdExit
//
this.cmdExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(754, 411);
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);
//
// lblDisclaimer
//
this.lblDisclaimer.AutoSize = true;
this.lblDisclaimer.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDisclaimer.ForeColor = System.Drawing.Color.Black;
this.lblDisclaimer.Location = new System.Drawing.Point(8, 29);
this.lblDisclaimer.Name = "lblDisclaimer";
this.lblDisclaimer.Size = new System.Drawing.Size(520, 15);
this.lblDisclaimer.TabIndex = 3;
this.lblDisclaimer.Text = "Due to current limitiations with ETrade\'s API, we can only support linking up to " +
"(2) accounts. ";
//
// lblLink
//
this.lblLink.AutoSize = true;
this.lblLink.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblLink.ForeColor = System.Drawing.Color.Black;
this.lblLink.Location = new System.Drawing.Point(7, 7);
this.lblLink.Name = "lblLink";
this.lblLink.Size = new System.Drawing.Size(642, 15);
this.lblLink.TabIndex = 2;
this.lblLink.Text = "Please select which ETrade Accounts you would like to link to your Trade Ideas Ac" +
"count by clicking the \'Link\' column. ";
//
// cmdSave
//
this.cmdSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
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(872, 411);
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.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.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", 8.25F);
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});
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvAccounts.DefaultCellStyle = dataGridViewCellStyle5;
this.dgvAccounts.EnableHeadersVisualStyles = false;
this.dgvAccounts.Location = new System.Drawing.Point(3, 52);
this.dgvAccounts.Name = "dgvAccounts";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAccounts.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
this.dgvAccounts.RowHeadersVisible = false;
this.dgvAccounts.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvAccounts.Size = new System.Drawing.Size(981, 355);
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 = "Managed 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(995, 467);
this.Controls.Add(this.tabControl1);
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.tabControl1.ResumeLayout(false);
this.tabAccountLinking.ResumeLayout(false);
this.tabAccountLinking.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAccounts)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
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.DataGridViewTextBoxColumn Balance;
private System.Windows.Forms.Button cmdExit;
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;
}
}