namespace TIScottradeAddin
{
partial class ChangeChannelWarning
{
///
/// 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.buttonOk = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.checkBoxHideThisWarning = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// buttonOk
//
this.buttonOk.Location = new System.Drawing.Point(12, 109);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(82, 26);
this.buttonOk.TabIndex = 0;
this.buttonOk.Text = "OK";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(100, 109);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 26);
this.buttonCancel.TabIndex = 1;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// checkBoxHideThisWarning
//
this.checkBoxHideThisWarning.AutoSize = true;
this.checkBoxHideThisWarning.Location = new System.Drawing.Point(13, 86);
this.checkBoxHideThisWarning.Name = "checkBoxHideThisWarning";
this.checkBoxHideThisWarning.Size = new System.Drawing.Size(260, 17);
this.checkBoxHideThisWarning.TabIndex = 2;
this.checkBoxHideThisWarning.Text = "Don\'t show this warning for the rest of this session";
this.checkBoxHideThisWarning.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(243, 52);
this.label1.TabIndex = 3;
this.label1.Text = "Opening a Trade-Ideas Channel will close all open\r\nTrade-Ideas windows first. Yo" +
"u can restore these\r\nby using the Recent Settings section in the\r\nconfiguration " +
"window.";
//
// ChangeChannelWarning
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(288, 143);
this.Controls.Add(this.label1);
this.Controls.Add(this.checkBoxHideThisWarning);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOk);
this.Name = "ChangeChannelWarning";
this.Text = "Closing Trade-Ideas Windows";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.CheckBox checkBoxHideThisWarning;
private System.Windows.Forms.Label label1;
}
}