namespace TradeIdeas.TIProGUI
{
partial class ExternalLinkingForm
{
///
/// 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(ExternalLinkingForm));
this.RenameListButton = new System.Windows.Forms.Button();
this.DeleteListButton = new System.Windows.Forms.Button();
this.CreateNewListButton = new System.Windows.Forms.Button();
this.cboCurrentListName = new System.Windows.Forms.ComboBox();
this.lblCurrentListName = new System.Windows.Forms.Label();
this.lblRulesName = new System.Windows.Forms.Label();
this.cboSymbolTranslation = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// RenameListButton
//
this.RenameListButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.RenameListButton.Location = new System.Drawing.Point(187, 37);
this.RenameListButton.Name = "RenameListButton";
this.RenameListButton.Size = new System.Drawing.Size(92, 28);
this.RenameListButton.TabIndex = 9;
this.RenameListButton.Text = "Rename List";
this.RenameListButton.UseVisualStyleBackColor = true;
this.RenameListButton.Click += new System.EventHandler(this.RenameListButton_Click);
//
// DeleteListButton
//
this.DeleteListButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.DeleteListButton.Location = new System.Drawing.Point(95, 37);
this.DeleteListButton.Name = "DeleteListButton";
this.DeleteListButton.Size = new System.Drawing.Size(92, 28);
this.DeleteListButton.TabIndex = 8;
this.DeleteListButton.Text = "Delete List";
this.DeleteListButton.UseVisualStyleBackColor = true;
this.DeleteListButton.Click += new System.EventHandler(this.DeleteListButton_Click);
//
// CreateNewListButton
//
this.CreateNewListButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.CreateNewListButton.Location = new System.Drawing.Point(3, 37);
this.CreateNewListButton.Name = "CreateNewListButton";
this.CreateNewListButton.Size = new System.Drawing.Size(92, 28);
this.CreateNewListButton.TabIndex = 7;
this.CreateNewListButton.Text = "Create New List";
this.CreateNewListButton.UseVisualStyleBackColor = true;
this.CreateNewListButton.Click += new System.EventHandler(this.CreateNewListButton_Click);
//
// cboCurrentListName
//
this.cboCurrentListName.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cboCurrentListName.BackColor = System.Drawing.SystemColors.Window;
this.cboCurrentListName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCurrentListName.FormattingEnabled = true;
this.cboCurrentListName.Location = new System.Drawing.Point(121, 8);
this.cboCurrentListName.Name = "cboCurrentListName";
this.cboCurrentListName.Size = new System.Drawing.Size(151, 21);
this.cboCurrentListName.TabIndex = 6;
this.cboCurrentListName.SelectedIndexChanged += new System.EventHandler(this.cboCurrentListName_SelectedIndexChanged);
this.cboCurrentListName.Click += new System.EventHandler(this.cboCurrentListName_Click);
//
// lblCurrentListName
//
this.lblCurrentListName.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblCurrentListName.AutoSize = true;
this.lblCurrentListName.Location = new System.Drawing.Point(7, 11);
this.lblCurrentListName.Name = "lblCurrentListName";
this.lblCurrentListName.Size = new System.Drawing.Size(91, 13);
this.lblCurrentListName.TabIndex = 5;
this.lblCurrentListName.Text = "Current List Name";
//
// lblRulesName
//
this.lblRulesName.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.lblRulesName.AutoSize = true;
this.lblRulesName.Location = new System.Drawing.Point(7, 88);
this.lblRulesName.Name = "lblRulesName";
this.lblRulesName.Size = new System.Drawing.Size(37, 13);
this.lblRulesName.TabIndex = 10;
this.lblRulesName.Text = "Rules:";
//
// cboSymbolTranslation
//
this.cboSymbolTranslation.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.cboSymbolTranslation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSymbolTranslation.FormattingEnabled = true;
this.cboSymbolTranslation.Location = new System.Drawing.Point(121, 85);
this.cboSymbolTranslation.Name = "cboSymbolTranslation";
this.cboSymbolTranslation.Size = new System.Drawing.Size(151, 21);
this.cboSymbolTranslation.TabIndex = 11;
this.cboSymbolTranslation.SelectedIndexChanged += new System.EventHandler(this.cboSymbolTranslation_SelectedIndexChanged);
//
// ExternalLinkingForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 430);
this.Controls.Add(this.cboSymbolTranslation);
this.Controls.Add(this.lblRulesName);
this.Controls.Add(this.RenameListButton);
this.Controls.Add(this.DeleteListButton);
this.Controls.Add(this.CreateNewListButton);
this.Controls.Add(this.lblCurrentListName);
this.Controls.Add(this.cboCurrentListName);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(300, 464);
this.Name = "ExternalLinkingForm";
this.Text = "ExternalLinkingForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExternalLinkingForm_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button RenameListButton;
private System.Windows.Forms.Button DeleteListButton;
private System.Windows.Forms.Button CreateNewListButton;
private System.Windows.Forms.ComboBox cboCurrentListName;
private System.Windows.Forms.Label lblCurrentListName;
private System.Windows.Forms.Label lblRulesName;
private System.Windows.Forms.ComboBox cboSymbolTranslation;
}
}