namespace TradeIdeas.TIProGUI
{
partial class SymbolListForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SymbolListForm));
this.symbolListsListBox = new System.Windows.Forms.ListBox();
this.refreshButton = new System.Windows.Forms.Button();
this.renameListButton = new System.Windows.Forms.Button();
this.editListButton = new System.Windows.Forms.Button();
this.createNewListButton = new System.Windows.Forms.Button();
this.copyListbutton = new System.Windows.Forms.Button();
this.deleteListButton = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.deleteSymbolButton = new System.Windows.Forms.Button();
this.addSymbolButton = new System.Windows.Forms.Button();
this.symbolTextBox = new System.Windows.Forms.TextBox();
this.symbolLabel = new System.Windows.Forms.Label();
this.formSnapper1 = new Informacija.FormSnapper(this.components);
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// symbolListsListBox
//
this.symbolListsListBox.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.symbolListsListBox.FormattingEnabled = true;
this.symbolListsListBox.Location = new System.Drawing.Point(5, 5);
this.symbolListsListBox.Name = "symbolListsListBox";
this.symbolListsListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.symbolListsListBox.Size = new System.Drawing.Size(302, 121);
this.symbolListsListBox.Sorted = true;
this.symbolListsListBox.TabIndex = 0;
this.symbolListsListBox.SelectedIndexChanged += new System.EventHandler(this.symbolListsListBox_SelectedIndexChanged);
this.symbolListsListBox.DoubleClick += new System.EventHandler(this.symbolListsListBox_DoubleClick);
//
// refreshButton
//
this.refreshButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.refreshButton.Location = new System.Drawing.Point(5, 130);
this.refreshButton.Name = "refreshButton";
this.refreshButton.Size = new System.Drawing.Size(109, 23);
this.refreshButton.TabIndex = 1;
this.refreshButton.Text = "Refresh from Server";
this.refreshButton.UseVisualStyleBackColor = true;
this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
//
// renameListButton
//
this.renameListButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.renameListButton.Enabled = false;
this.renameListButton.Location = new System.Drawing.Point(5, 159);
this.renameListButton.Name = "renameListButton";
this.renameListButton.Size = new System.Drawing.Size(110, 23);
this.renameListButton.TabIndex = 4;
this.renameListButton.Text = "Rename List";
this.renameListButton.UseVisualStyleBackColor = true;
this.renameListButton.Click += new System.EventHandler(this.renameListButton_Click);
//
// editListButton
//
this.editListButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.editListButton.Enabled = false;
this.editListButton.Location = new System.Drawing.Point(120, 130);
this.editListButton.Name = "editListButton";
this.editListButton.Size = new System.Drawing.Size(91, 23);
this.editListButton.TabIndex = 2;
this.editListButton.Text = "Edit List";
this.editListButton.UseVisualStyleBackColor = true;
this.editListButton.Click += new System.EventHandler(this.editListButton_Click);
//
// createNewListButton
//
this.createNewListButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.createNewListButton.Enabled = false;
this.createNewListButton.Location = new System.Drawing.Point(216, 130);
this.createNewListButton.Name = "createNewListButton";
this.createNewListButton.Size = new System.Drawing.Size(91, 23);
this.createNewListButton.TabIndex = 3;
this.createNewListButton.Text = "Create New List";
this.createNewListButton.UseVisualStyleBackColor = true;
this.createNewListButton.Click += new System.EventHandler(this.createNewListButton_Click);
//
// copyListbutton
//
this.copyListbutton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.copyListbutton.Enabled = false;
this.copyListbutton.Location = new System.Drawing.Point(217, 159);
this.copyListbutton.Name = "copyListbutton";
this.copyListbutton.Size = new System.Drawing.Size(91, 23);
this.copyListbutton.TabIndex = 6;
this.copyListbutton.Text = "Copy List";
this.copyListbutton.UseVisualStyleBackColor = true;
this.copyListbutton.Click += new System.EventHandler(this.copyListbutton_Click);
//
// deleteListButton
//
this.deleteListButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.deleteListButton.Enabled = false;
this.deleteListButton.Location = new System.Drawing.Point(121, 159);
this.deleteListButton.Name = "deleteListButton";
this.deleteListButton.Size = new System.Drawing.Size(91, 23);
this.deleteListButton.TabIndex = 5;
this.deleteListButton.Text = "Delete List";
this.deleteListButton.UseVisualStyleBackColor = true;
this.deleteListButton.Click += new System.EventHandler(this.deleteListButton_Click);
//
// panel1
//
this.panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.panel1.Controls.Add(this.deleteSymbolButton);
this.panel1.Controls.Add(this.addSymbolButton);
this.panel1.Controls.Add(this.symbolTextBox);
this.panel1.Controls.Add(this.symbolLabel);
this.panel1.Location = new System.Drawing.Point(5, 188);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(302, 57);
this.panel1.TabIndex = 7;
//
// deleteSymbolButton
//
this.deleteSymbolButton.Location = new System.Drawing.Point(220, 22);
this.deleteSymbolButton.Name = "deleteSymbolButton";
this.deleteSymbolButton.Size = new System.Drawing.Size(75, 23);
this.deleteSymbolButton.TabIndex = 3;
this.deleteSymbolButton.Text = "&Delete";
this.deleteSymbolButton.UseVisualStyleBackColor = true;
this.deleteSymbolButton.Click += new System.EventHandler(this.deleteSymbolButton_Click);
//
// addSymbolButton
//
this.addSymbolButton.Location = new System.Drawing.Point(139, 22);
this.addSymbolButton.Name = "addSymbolButton";
this.addSymbolButton.Size = new System.Drawing.Size(75, 23);
this.addSymbolButton.TabIndex = 2;
this.addSymbolButton.Text = "&Add";
this.addSymbolButton.UseVisualStyleBackColor = true;
this.addSymbolButton.Click += new System.EventHandler(this.addSymbolButton_Click);
//
// symbolTextBox
//
this.symbolTextBox.Location = new System.Drawing.Point(7, 24);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(120, 20);
this.symbolTextBox.TabIndex = 1;
this.symbolTextBox.TextChanged += new System.EventHandler(this.symbolTextBox_TextChanged);
this.symbolTextBox.Enter += new System.EventHandler(this.symbolTextBox_Enter);
this.symbolTextBox.Leave += new System.EventHandler(this.symbolTextBox_Leave);
//
// symbolLabel
//
this.symbolLabel.AutoSize = true;
this.symbolLabel.Location = new System.Drawing.Point(7, 9);
this.symbolLabel.Name = "symbolLabel";
this.symbolLabel.Size = new System.Drawing.Size(44, 13);
this.symbolLabel.TabIndex = 0;
this.symbolLabel.Text = "Symbol:";
//
// formSnapper1
//
this.formSnapper1.ContainerControl = this;
this.formSnapper1.Enabled = false;
this.formSnapper1.FamilyName = "";
this.formSnapper1.SnapDistance = 20;
this.formSnapper1.Win10HeightAdjustment = 0;
this.formSnapper1.Win10WidthAdjustment = 0;
//
// SymbolListForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(314, 251);
this.Controls.Add(this.panel1);
this.Controls.Add(this.copyListbutton);
this.Controls.Add(this.deleteListButton);
this.Controls.Add(this.createNewListButton);
this.Controls.Add(this.editListButton);
this.Controls.Add(this.renameListButton);
this.Controls.Add(this.refreshButton);
this.Controls.Add(this.symbolListsListBox);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(320, 210);
this.Name = "SymbolListForm";
this.Text = "Symbol Lists";
this.SizeChanged += new System.EventHandler(this.SymbolListForm_SizeChanged);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListBox symbolListsListBox;
private System.Windows.Forms.Button refreshButton;
private System.Windows.Forms.Button renameListButton;
private System.Windows.Forms.Button editListButton;
private System.Windows.Forms.Button createNewListButton;
private System.Windows.Forms.Button copyListbutton;
private System.Windows.Forms.Button deleteListButton;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label symbolLabel;
private System.Windows.Forms.Button deleteSymbolButton;
private System.Windows.Forms.Button addSymbolButton;
private System.Windows.Forms.TextBox symbolTextBox;
private Informacija.FormSnapper formSnapper1;
}
}