namespace TradeIdeas.TIQ
{
partial class GridTester
{
///
/// 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.prototypeEditor1 = new TradeIdeas.TIQ.PrototypeEditor();
this.csvPreview1 = new TradeIdeas.TIQ.CsvPreview();
this.symbolTextBox = 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();
this.expandMacrosButton = 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, 369);
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(195, 369);
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);
//
// 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.csvPreview1);
this.splitContainer1.Panel2.Controls.Add(this.symbolTextBox);
this.splitContainer1.Panel2.Controls.Add(this.label1);
this.splitContainer1.Size = new System.Drawing.Size(861, 351);
this.splitContainer1.SplitterDistance = 473;
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(0, 3);
this.prototypeEditor1.Name = "prototypeEditor1";
this.prototypeEditor1.Size = new System.Drawing.Size(477, 345);
this.prototypeEditor1.TabIndex = 0;
//
// csvPreview1
//
this.csvPreview1.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.csvPreview1.AutoScroll = true;
this.csvPreview1.Location = new System.Drawing.Point(3, 29);
this.csvPreview1.Name = "csvPreview1";
this.csvPreview1.Size = new System.Drawing.Size(359, 319);
this.csvPreview1.SuggestedFileName = null;
this.csvPreview1.TabIndex = 2;
//
// symbolTextBox
//
this.symbolTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.symbolTextBox.Location = new System.Drawing.Point(50, 3);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(312, 20);
this.symbolTextBox.TabIndex = 1;
this.symbolTextBox.Text = "MSFT";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Symbol";
//
// 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(776, 366);
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(695, 366);
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);
//
// expandMacrosButton
//
this.expandMacrosButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.expandMacrosButton.Location = new System.Drawing.Point(93, 369);
this.expandMacrosButton.Name = "expandMacrosButton";
this.expandMacrosButton.Size = new System.Drawing.Size(96, 23);
this.expandMacrosButton.TabIndex = 6;
this.expandMacrosButton.Text = "Expand Macros";
this.expandMacrosButton.UseVisualStyleBackColor = true;
this.expandMacrosButton.Click += new System.EventHandler(this.expandMacrosButton_Click);
//
// GridTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(885, 404);
this.Controls.Add(this.expandMacrosButton);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.duplicateButton);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.getDataButton);
this.Controls.Add(this.debugButton);
this.Name = "GridTester";
this.Text = "GridTester";
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);
}
#endregion
private System.Windows.Forms.Button debugButton;
private System.Windows.Forms.Button getDataButton;
private System.Windows.Forms.SplitContainer splitContainer1;
private PrototypeEditor prototypeEditor1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button duplicateButton;
private System.Windows.Forms.Button saveButton;
private CsvPreview csvPreview1;
private System.Windows.Forms.TextBox symbolTextBox;
private System.Windows.Forms.Button expandMacrosButton;
}
}