namespace TradeIdeas.TIQ
{
partial class GridMultiTester
{
///
/// 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.debugButton = new System.Windows.Forms.Button();
this.getDataButton = new System.Windows.Forms.Button();
this.showErrorsCheckBox = new System.Windows.Forms.CheckBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.prototypeEditor1 = new TradeIdeas.TIQ.PrototypeEditor();
this.symbolsTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.duplicateButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// debugButton
//
this.debugButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.debugButton.Location = new System.Drawing.Point(12, 355);
this.debugButton.Name = "debugButton";
this.debugButton.Size = new System.Drawing.Size(75, 23);
this.debugButton.TabIndex = 0;
this.debugButton.Text = "Debug Info";
this.debugButton.UseVisualStyleBackColor = true;
this.debugButton.Click += new System.EventHandler(this.debugButton_Click);
//
// getDataButton
//
this.getDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.getDataButton.Location = new System.Drawing.Point(93, 355);
this.getDataButton.Name = "getDataButton";
this.getDataButton.Size = new System.Drawing.Size(75, 23);
this.getDataButton.TabIndex = 1;
this.getDataButton.Text = "Get Data";
this.getDataButton.UseVisualStyleBackColor = true;
this.getDataButton.Click += new System.EventHandler(this.getDataButton_Click);
//
// showErrorsCheckBox
//
this.showErrorsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.showErrorsCheckBox.AutoSize = true;
this.showErrorsCheckBox.Location = new System.Drawing.Point(174, 359);
this.showErrorsCheckBox.Name = "showErrorsCheckBox";
this.showErrorsCheckBox.Size = new System.Drawing.Size(83, 17);
this.showErrorsCheckBox.TabIndex = 2;
this.showErrorsCheckBox.Text = "Show Errors";
this.showErrorsCheckBox.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 12);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.prototypeEditor1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.symbolsTextBox);
this.splitContainer1.Panel2.Controls.Add(this.label1);
this.splitContainer1.Size = new System.Drawing.Size(731, 337);
this.splitContainer1.SplitterDistance = 479;
this.splitContainer1.TabIndex = 3;
//
// prototypeEditor1
//
this.prototypeEditor1.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.prototypeEditor1.ClickingFromCsvPreview = false;
this.prototypeEditor1.Location = new System.Drawing.Point(3, 3);
this.prototypeEditor1.Name = "prototypeEditor1";
this.prototypeEditor1.Size = new System.Drawing.Size(473, 331);
this.prototypeEditor1.TabIndex = 0;
//
// symbolsTextBox
//
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(3, 16);
this.symbolsTextBox.Multiline = true;
this.symbolsTextBox.Name = "symbolsTextBox";
this.symbolsTextBox.Size = new System.Drawing.Size(242, 318);
this.symbolsTextBox.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Symbols";
//
// duplicateButton
//
this.duplicateButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.duplicateButton.Location = new System.Drawing.Point(668, 352);
this.duplicateButton.Name = "duplicateButton";
this.duplicateButton.Size = new System.Drawing.Size(75, 23);
this.duplicateButton.TabIndex = 4;
this.duplicateButton.Text = "Duplicate";
this.duplicateButton.UseVisualStyleBackColor = true;
this.duplicateButton.Click += new System.EventHandler(this.duplicateButton_Click);
//
// saveButton
//
this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.saveButton.Location = new System.Drawing.Point(587, 352);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 5;
this.saveButton.Text = "Save";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// GridMultiTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(755, 390);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.duplicateButton);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.showErrorsCheckBox);
this.Controls.Add(this.getDataButton);
this.Controls.Add(this.debugButton);
this.Name = "GridMultiTester";
this.Text = "GridMultiTester";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GridMultiTester_FormClosed);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button debugButton;
private System.Windows.Forms.Button getDataButton;
private System.Windows.Forms.CheckBox showErrorsCheckBox;
private System.Windows.Forms.SplitContainer splitContainer1;
private PrototypeEditor prototypeEditor1;
private System.Windows.Forms.TextBox symbolsTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button duplicateButton;
private System.Windows.Forms.Button saveButton;
}
}