namespace TradeIdeas.TIProGUI
{
partial class EditSymbolListDialog
{
///
/// 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.symbolsTextBox = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
this.loadButton = new System.Windows.Forms.Button();
this.insertButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// symbolsTextBox
//
this.symbolsTextBox.AcceptsReturn = true;
this.symbolsTextBox.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.symbolsTextBox.Location = new System.Drawing.Point(12, 12);
this.symbolsTextBox.Multiline = true;
this.symbolsTextBox.Name = "symbolsTextBox";
this.symbolsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.symbolsTextBox.Size = new System.Drawing.Size(474, 215);
this.symbolsTextBox.TabIndex = 0;
this.symbolsTextBox.WordWrap = false;
this.symbolsTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.symbolsTextBox_KeyDown);
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(12, 234);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 1;
this.okButton.Text = "&OK";
this.okButton.UseVisualStyleBackColor = true;
//
// loadButton
//
this.loadButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.loadButton.Location = new System.Drawing.Point(93, 234);
this.loadButton.Name = "loadButton";
this.loadButton.Size = new System.Drawing.Size(100, 23);
this.loadButton.TabIndex = 2;
this.loadButton.Text = "&Load From File...";
this.loadButton.UseVisualStyleBackColor = true;
this.loadButton.Click += new System.EventHandler(this.loadButton_Click);
//
// insertButton
//
this.insertButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.insertButton.Location = new System.Drawing.Point(199, 234);
this.insertButton.Name = "insertButton";
this.insertButton.Size = new System.Drawing.Size(100, 23);
this.insertButton.TabIndex = 3;
this.insertButton.Text = "&Insert From File...";
this.insertButton.UseVisualStyleBackColor = true;
this.insertButton.Click += new System.EventHandler(this.insertButton_Click);
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.saveButton.Location = new System.Drawing.Point(305, 234);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(100, 23);
this.saveButton.TabIndex = 4;
this.saveButton.Text = "&Save To File...";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(411, 234);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 5;
this.cancelButton.Text = "&Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// EditSymbolListDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(492, 265);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.insertButton);
this.Controls.Add(this.loadButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.symbolsTextBox);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditSymbolListDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Symbol List Editor";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox symbolsTextBox;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button loadButton;
private System.Windows.Forms.Button insertButton;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.Button cancelButton;
}
}