namespace TIProScottradeAddinTestProgram
{
partial class Form1
{
///
/// 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.textBoxUsername = new System.Windows.Forms.TextBox();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.textBoxAddinId = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.buttonInitialize = new System.Windows.Forms.Button();
this.buttonOpenWindow = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.buttonGetLayoutData = new System.Windows.Forms.Button();
this.buttonLoadLayoutData = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// textBoxUsername
//
this.textBoxUsername.Location = new System.Drawing.Point(73, 6);
this.textBoxUsername.Name = "textBoxUsername";
this.textBoxUsername.Size = new System.Drawing.Size(100, 20);
this.textBoxUsername.TabIndex = 0;
this.textBoxUsername.Text = "DEMO";
//
// textBoxPassword
//
this.textBoxPassword.Location = new System.Drawing.Point(73, 32);
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.PasswordChar = '*';
this.textBoxPassword.Size = new System.Drawing.Size(100, 20);
this.textBoxPassword.TabIndex = 1;
//
// textBoxAddinId
//
this.textBoxAddinId.Location = new System.Drawing.Point(73, 58);
this.textBoxAddinId.Name = "textBoxAddinId";
this.textBoxAddinId.Size = new System.Drawing.Size(35, 20);
this.textBoxAddinId.TabIndex = 2;
this.textBoxAddinId.Text = "1";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(55, 13);
this.label1.TabIndex = 3;
this.label1.Text = "Username";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Password";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(21, 61);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(46, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Addin Id";
//
// buttonInitialize
//
this.buttonInitialize.Location = new System.Drawing.Point(73, 85);
this.buttonInitialize.Name = "buttonInitialize";
this.buttonInitialize.Size = new System.Drawing.Size(100, 23);
this.buttonInitialize.TabIndex = 6;
this.buttonInitialize.Text = "Initialize Addin";
this.buttonInitialize.UseVisualStyleBackColor = true;
this.buttonInitialize.Click += new System.EventHandler(this.buttonInitialize_Click);
//
// buttonOpenWindow
//
this.buttonOpenWindow.Enabled = false;
this.buttonOpenWindow.Location = new System.Drawing.Point(73, 114);
this.buttonOpenWindow.Name = "buttonOpenWindow";
this.buttonOpenWindow.Size = new System.Drawing.Size(100, 23);
this.buttonOpenWindow.TabIndex = 7;
this.buttonOpenWindow.Text = "OpenWindow";
this.buttonOpenWindow.UseVisualStyleBackColor = true;
this.buttonOpenWindow.Click += new System.EventHandler(this.buttonOpenWindow_Click);
//
// panel1
//
this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Location = new System.Drawing.Point(179, 6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(486, 360);
this.panel1.TabIndex = 8;
this.panel1.Resize += new System.EventHandler(this.panel1_Resize);
//
// buttonGetLayoutData
//
this.buttonGetLayoutData.Enabled = false;
this.buttonGetLayoutData.Location = new System.Drawing.Point(73, 143);
this.buttonGetLayoutData.Name = "buttonGetLayoutData";
this.buttonGetLayoutData.Size = new System.Drawing.Size(100, 23);
this.buttonGetLayoutData.TabIndex = 9;
this.buttonGetLayoutData.Text = "GetLayoutData";
this.buttonGetLayoutData.UseVisualStyleBackColor = true;
this.buttonGetLayoutData.Click += new System.EventHandler(this.button1_Click);
//
// buttonLoadLayoutData
//
this.buttonLoadLayoutData.Enabled = false;
this.buttonLoadLayoutData.Location = new System.Drawing.Point(73, 172);
this.buttonLoadLayoutData.Name = "buttonLoadLayoutData";
this.buttonLoadLayoutData.Size = new System.Drawing.Size(100, 23);
this.buttonLoadLayoutData.TabIndex = 10;
this.buttonLoadLayoutData.Text = "LoadLayoutData";
this.buttonLoadLayoutData.UseVisualStyleBackColor = true;
this.buttonLoadLayoutData.Click += new System.EventHandler(this.button2_Click);
//
// listBox1
//
this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(12, 201);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(161, 173);
this.listBox1.TabIndex = 11;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(677, 378);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.buttonLoadLayoutData);
this.Controls.Add(this.buttonGetLayoutData);
this.Controls.Add(this.panel1);
this.Controls.Add(this.buttonOpenWindow);
this.Controls.Add(this.buttonInitialize);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxAddinId);
this.Controls.Add(this.textBoxPassword);
this.Controls.Add(this.textBoxUsername);
this.Name = "Form1";
this.Text = "TI Pro Scottrade Addin Test Program";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxUsername;
private System.Windows.Forms.TextBox textBoxPassword;
private System.Windows.Forms.TextBox textBoxAddinId;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonInitialize;
private System.Windows.Forms.Button buttonOpenWindow;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonGetLayoutData;
private System.Windows.Forms.Button buttonLoadLayoutData;
private System.Windows.Forms.ListBox listBox1;
}
}