namespace TradeIdeas.TIQ
{
partial class PrototypeEditor
{
///
/// 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 Component 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();
this.timePanel = new System.Windows.Forms.Panel();
this.pnlIntraday = new System.Windows.Forms.Panel();
this.chkFirstCandleShorter = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.endLateNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.label3 = new System.Windows.Forms.Label();
this.startEarlyNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.minutesPerCandleNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rdoIntraday = new System.Windows.Forms.RadioButton();
this.rdoDaily = new System.Windows.Forms.RadioButton();
this.chkRemoveBlanks = new System.Windows.Forms.CheckBox();
this.chkInitialCount = new System.Windows.Forms.CheckBox();
this.chkInitialTime = new System.Windows.Forms.CheckBox();
this.txtInitialCount = new System.Windows.Forms.TextBox();
this.initialTimeDateTimePicker = new System.Windows.Forms.DateTimePicker();
this.btnAddRow = new System.Windows.Forms.Button();
this.btnAddColumn = new System.Windows.Forms.Button();
this.gridPanel = new System.Windows.Forms.Panel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.addRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.addColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteRowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteColumnToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveRightToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.moveLeftToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.referenceThisCellToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.copyPrototypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pastePrototypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.copyFormulasAsTCLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.copyPrototypeAsTCLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteFormlasFromTCLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cellEditorTextBox = new System.Windows.Forms.TextBox();
this.timePanel.SuspendLayout();
this.pnlIntraday.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.endLateNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.startEarlyNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minutesPerCandleNumericUpDown)).BeginInit();
this.groupBox1.SuspendLayout();
this.gridPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// timePanel
//
this.timePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.timePanel.Controls.Add(this.pnlIntraday);
this.timePanel.Controls.Add(this.groupBox1);
this.timePanel.Controls.Add(this.chkRemoveBlanks);
this.timePanel.Controls.Add(this.chkInitialCount);
this.timePanel.Controls.Add(this.chkInitialTime);
this.timePanel.Controls.Add(this.txtInitialCount);
this.timePanel.Controls.Add(this.initialTimeDateTimePicker);
this.timePanel.Controls.Add(this.btnAddRow);
this.timePanel.Controls.Add(this.btnAddColumn);
this.timePanel.Location = new System.Drawing.Point(0, 216);
this.timePanel.Name = "timePanel";
this.timePanel.Size = new System.Drawing.Size(477, 121);
this.timePanel.TabIndex = 0;
//
// pnlIntraday
//
this.pnlIntraday.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlIntraday.Controls.Add(this.chkFirstCandleShorter);
this.pnlIntraday.Controls.Add(this.label5);
this.pnlIntraday.Controls.Add(this.label4);
this.pnlIntraday.Controls.Add(this.endLateNumericUpDown);
this.pnlIntraday.Controls.Add(this.label3);
this.pnlIntraday.Controls.Add(this.startEarlyNumericUpDown);
this.pnlIntraday.Controls.Add(this.label2);
this.pnlIntraday.Controls.Add(this.label1);
this.pnlIntraday.Controls.Add(this.minutesPerCandleNumericUpDown);
this.pnlIntraday.Location = new System.Drawing.Point(103, 61);
this.pnlIntraday.Name = "pnlIntraday";
this.pnlIntraday.Size = new System.Drawing.Size(371, 60);
this.pnlIntraday.TabIndex = 8;
//
// chkFirstCandleShorter
//
this.chkFirstCandleShorter.AutoSize = true;
this.chkFirstCandleShorter.Location = new System.Drawing.Point(6, 34);
this.chkFirstCandleShorter.Name = "chkFirstCandleShorter";
this.chkFirstCandleShorter.Size = new System.Drawing.Size(128, 17);
this.chkFirstCandleShorter.TabIndex = 8;
this.chkFirstCandleShorter.Text = "First Candle is Shorter";
this.chkFirstCandleShorter.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(293, 35);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 13);
this.label5.TabIndex = 7;
this.label5.Text = "Minutes Late";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(198, 39);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(26, 13);
this.label4.TabIndex = 6;
this.label4.Text = "End";
//
// endLateNumericUpDown
//
this.endLateNumericUpDown.Location = new System.Drawing.Point(230, 33);
this.endLateNumericUpDown.Maximum = new decimal(new int[] {
180,
0,
0,
0});
this.endLateNumericUpDown.Name = "endLateNumericUpDown";
this.endLateNumericUpDown.Size = new System.Drawing.Size(57, 20);
this.endLateNumericUpDown.TabIndex = 5;
this.endLateNumericUpDown.ValueChanged += new System.EventHandler(this.endLateNumericUpDown_ValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(293, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(70, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Minutes Early";
//
// startEarlyNumericUpDown
//
this.startEarlyNumericUpDown.Location = new System.Drawing.Point(230, 7);
this.startEarlyNumericUpDown.Maximum = new decimal(new int[] {
120,
0,
0,
0});
this.startEarlyNumericUpDown.Name = "startEarlyNumericUpDown";
this.startEarlyNumericUpDown.Size = new System.Drawing.Size(57, 20);
this.startEarlyNumericUpDown.TabIndex = 3;
this.startEarlyNumericUpDown.ValueChanged += new System.EventHandler(this.startEarlyNumericUpDown_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(195, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(29, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Start";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(88, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Minutes / Candle";
//
// minutesPerCandleNumericUpDown
//
this.minutesPerCandleNumericUpDown.Location = new System.Drawing.Point(97, 7);
this.minutesPerCandleNumericUpDown.Maximum = new decimal(new int[] {
130,
0,
0,
0});
this.minutesPerCandleNumericUpDown.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.minutesPerCandleNumericUpDown.Name = "minutesPerCandleNumericUpDown";
this.minutesPerCandleNumericUpDown.Size = new System.Drawing.Size(77, 20);
this.minutesPerCandleNumericUpDown.TabIndex = 0;
this.minutesPerCandleNumericUpDown.Value = new decimal(new int[] {
1,
0,
0,
0});
this.minutesPerCandleNumericUpDown.ValueChanged += new System.EventHandler(this.minutesPerCandleNumericUpDown_ValueChanged);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rdoIntraday);
this.groupBox1.Controls.Add(this.rdoDaily);
this.groupBox1.Location = new System.Drawing.Point(3, 57);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(94, 64);
this.groupBox1.TabIndex = 7;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Candle Type";
//
// rdoIntraday
//
this.rdoIntraday.AutoSize = true;
this.rdoIntraday.Location = new System.Drawing.Point(6, 41);
this.rdoIntraday.Name = "rdoIntraday";
this.rdoIntraday.Size = new System.Drawing.Size(63, 17);
this.rdoIntraday.TabIndex = 1;
this.rdoIntraday.Text = "Intraday";
this.rdoIntraday.UseVisualStyleBackColor = true;
this.rdoIntraday.CheckedChanged += new System.EventHandler(this.btnIntraday_CheckedChanged);
//
// rdoDaily
//
this.rdoDaily.AutoSize = true;
this.rdoDaily.Checked = true;
this.rdoDaily.Location = new System.Drawing.Point(6, 19);
this.rdoDaily.Name = "rdoDaily";
this.rdoDaily.Size = new System.Drawing.Size(48, 17);
this.rdoDaily.TabIndex = 0;
this.rdoDaily.TabStop = true;
this.rdoDaily.Text = "Daily";
this.rdoDaily.UseVisualStyleBackColor = true;
this.rdoDaily.CheckedChanged += new System.EventHandler(this.btnDaily_CheckedChanged);
//
// chkRemoveBlanks
//
this.chkRemoveBlanks.AutoSize = true;
this.chkRemoveBlanks.Location = new System.Drawing.Point(194, 33);
this.chkRemoveBlanks.Name = "chkRemoveBlanks";
this.chkRemoveBlanks.Size = new System.Drawing.Size(101, 17);
this.chkRemoveBlanks.TabIndex = 6;
this.chkRemoveBlanks.Text = "Remove Blanks";
this.chkRemoveBlanks.UseVisualStyleBackColor = true;
//
// chkInitialCount
//
this.chkInitialCount.AutoSize = true;
this.chkInitialCount.Checked = true;
this.chkInitialCount.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkInitialCount.Location = new System.Drawing.Point(3, 34);
this.chkInitialCount.Name = "chkInitialCount";
this.chkInitialCount.Size = new System.Drawing.Size(84, 17);
this.chkInitialCount.TabIndex = 5;
this.chkInitialCount.Text = "Initial Count:";
this.chkInitialCount.UseVisualStyleBackColor = true;
this.chkInitialCount.CheckedChanged += new System.EventHandler(this.initialCountCheckBox_CheckedChanged);
//
// chkInitialTime
//
this.chkInitialTime.AutoSize = true;
this.chkInitialTime.Location = new System.Drawing.Point(3, 9);
this.chkInitialTime.Name = "chkInitialTime";
this.chkInitialTime.Size = new System.Drawing.Size(79, 17);
this.chkInitialTime.TabIndex = 4;
this.chkInitialTime.Text = "Initial Time:";
this.chkInitialTime.UseVisualStyleBackColor = true;
this.chkInitialTime.CheckedChanged += new System.EventHandler(this.initialTimeCheckBox_CheckedChanged);
//
// txtInitialCount
//
this.txtInitialCount.Location = new System.Drawing.Point(88, 31);
this.txtInitialCount.Name = "txtInitialCount";
this.txtInitialCount.Size = new System.Drawing.Size(100, 20);
this.txtInitialCount.TabIndex = 3;
this.txtInitialCount.TextChanged += new System.EventHandler(this.initialCountTextBox_TextChanged);
//
// initialTimeDateTimePicker
//
this.initialTimeDateTimePicker.CustomFormat = "MMMM dd, yyyy hh:mm:ss tt";
this.initialTimeDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.initialTimeDateTimePicker.Location = new System.Drawing.Point(88, 6);
this.initialTimeDateTimePicker.Name = "initialTimeDateTimePicker";
this.initialTimeDateTimePicker.Size = new System.Drawing.Size(197, 20);
this.initialTimeDateTimePicker.TabIndex = 2;
//
// btnAddRow
//
this.btnAddRow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddRow.Location = new System.Drawing.Point(396, 32);
this.btnAddRow.Name = "btnAddRow";
this.btnAddRow.Size = new System.Drawing.Size(78, 23);
this.btnAddRow.TabIndex = 1;
this.btnAddRow.Text = "Add Row";
this.btnAddRow.UseVisualStyleBackColor = true;
this.btnAddRow.Click += new System.EventHandler(this.addRowButton_Click);
//
// btnAddColumn
//
this.btnAddColumn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAddColumn.Location = new System.Drawing.Point(396, 3);
this.btnAddColumn.Name = "btnAddColumn";
this.btnAddColumn.Size = new System.Drawing.Size(78, 23);
this.btnAddColumn.TabIndex = 0;
this.btnAddColumn.Text = "Add Column";
this.btnAddColumn.UseVisualStyleBackColor = true;
this.btnAddColumn.Click += new System.EventHandler(this.addColumnButton_Click);
//
// gridPanel
//
this.gridPanel.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.gridPanel.Controls.Add(this.splitContainer1);
this.gridPanel.Location = new System.Drawing.Point(3, 3);
this.gridPanel.Name = "gridPanel";
this.gridPanel.Size = new System.Drawing.Size(477, 210);
this.gridPanel.TabIndex = 1;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.cellEditorTextBox);
this.splitContainer1.Size = new System.Drawing.Size(477, 210);
this.splitContainer1.SplitterDistance = 122;
this.splitContainer1.TabIndex = 0;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.Size = new System.Drawing.Size(477, 122);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
this.dataGridView1.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDown);
this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValueChanged);
this.dataGridView1.ColumnAdded += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnAdded);
this.dataGridView1.ColumnRemoved += new System.Windows.Forms.DataGridViewColumnEventHandler(this.dataGridView1_ColumnRemoved);
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown);
//
// Column1
//
this.Column1.HeaderText = "";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addRowToolStripMenuItem,
this.addColumnToolStripMenuItem,
this.deleteRowToolStripMenuItem,
this.deleteColumnToolStripMenuItem,
this.moveRightToolStripMenuItem,
this.moveLeftToolStripMenuItem1,
this.selectAllToolStripMenuItem,
this.copyToolStripMenuItem,
this.pasteToolStripMenuItem,
this.referenceThisCellToolStripMenuItem,
this.toolStripSeparator1,
this.copyPrototypeToolStripMenuItem,
this.pastePrototypeToolStripMenuItem,
this.toolStripMenuItem1,
this.copyFormulasAsTCLToolStripMenuItem,
this.copyPrototypeAsTCLToolStripMenuItem,
this.pasteFormlasFromTCLToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(200, 346);
this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
//
// addRowToolStripMenuItem
//
this.addRowToolStripMenuItem.Name = "addRowToolStripMenuItem";
this.addRowToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.addRowToolStripMenuItem.Text = "Add Row";
this.addRowToolStripMenuItem.Click += new System.EventHandler(this.addRowToolStripMenuItem_Click);
//
// addColumnToolStripMenuItem
//
this.addColumnToolStripMenuItem.Name = "addColumnToolStripMenuItem";
this.addColumnToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.addColumnToolStripMenuItem.Text = "Add Column";
this.addColumnToolStripMenuItem.Click += new System.EventHandler(this.addColumnToolStripMenuItem_Click);
//
// deleteRowToolStripMenuItem
//
this.deleteRowToolStripMenuItem.Name = "deleteRowToolStripMenuItem";
this.deleteRowToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.deleteRowToolStripMenuItem.Text = "Delete Row";
this.deleteRowToolStripMenuItem.Click += new System.EventHandler(this.deleteRowToolStripMenuItem_Click);
//
// deleteColumnToolStripMenuItem
//
this.deleteColumnToolStripMenuItem.Name = "deleteColumnToolStripMenuItem";
this.deleteColumnToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.deleteColumnToolStripMenuItem.Text = "Delete Column";
this.deleteColumnToolStripMenuItem.Click += new System.EventHandler(this.deleteColumnToolStripMenuItem_Click);
//
// moveRightToolStripMenuItem
//
this.moveRightToolStripMenuItem.Name = "moveRightToolStripMenuItem";
this.moveRightToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.moveRightToolStripMenuItem.Text = "Move Right";
this.moveRightToolStripMenuItem.Click += new System.EventHandler(this.moveRightToolStripMenuItem_Click);
//
// moveLeftToolStripMenuItem1
//
this.moveLeftToolStripMenuItem1.Name = "moveLeftToolStripMenuItem1";
this.moveLeftToolStripMenuItem1.Size = new System.Drawing.Size(199, 22);
this.moveLeftToolStripMenuItem1.Text = "Move Left";
this.moveLeftToolStripMenuItem1.Click += new System.EventHandler(this.moveLeftToolStripMenuItem1_Click);
//
// selectAllToolStripMenuItem
//
this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.selectAllToolStripMenuItem.Text = "Select All";
this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
//
// copyToolStripMenuItem
//
this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
this.copyToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.copyToolStripMenuItem.Text = "Copy";
this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
//
// pasteToolStripMenuItem
//
this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
this.pasteToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.pasteToolStripMenuItem.Text = "Paste";
this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
//
// referenceThisCellToolStripMenuItem
//
this.referenceThisCellToolStripMenuItem.Name = "referenceThisCellToolStripMenuItem";
this.referenceThisCellToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.referenceThisCellToolStripMenuItem.Text = "Reference This Cell";
this.referenceThisCellToolStripMenuItem.Click += new System.EventHandler(this.referenceThisCellToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(196, 6);
//
// copyPrototypeToolStripMenuItem
//
this.copyPrototypeToolStripMenuItem.Name = "copyPrototypeToolStripMenuItem";
this.copyPrototypeToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.copyPrototypeToolStripMenuItem.Text = "Copy Entire Prototype";
this.copyPrototypeToolStripMenuItem.Click += new System.EventHandler(this.copyPrototypeToolStripMenuItem_Click);
//
// pastePrototypeToolStripMenuItem
//
this.pastePrototypeToolStripMenuItem.Enabled = false;
this.pastePrototypeToolStripMenuItem.Name = "pastePrototypeToolStripMenuItem";
this.pastePrototypeToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.pastePrototypeToolStripMenuItem.Text = "Paste Entire Prototype";
this.pastePrototypeToolStripMenuItem.Click += new System.EventHandler(this.pastePrototypeToolStripMenuItem_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(196, 6);
//
// copyFormulasAsTCLToolStripMenuItem
//
this.copyFormulasAsTCLToolStripMenuItem.Name = "copyFormulasAsTCLToolStripMenuItem";
this.copyFormulasAsTCLToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.copyFormulasAsTCLToolStripMenuItem.Text = "Copy Formulas as TCL";
this.copyFormulasAsTCLToolStripMenuItem.Click += new System.EventHandler(this.copyFormulasAsTCLToolStripMenuItem_Click);
//
// copyPrototypeAsTCLToolStripMenuItem
//
this.copyPrototypeAsTCLToolStripMenuItem.Name = "copyPrototypeAsTCLToolStripMenuItem";
this.copyPrototypeAsTCLToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.copyPrototypeAsTCLToolStripMenuItem.Text = "Copy Prototype as TCL";
this.copyPrototypeAsTCLToolStripMenuItem.Click += new System.EventHandler(this.copyPrototypeAsTCLToolStripMenuItem_Click);
//
// pasteFormlasFromTCLToolStripMenuItem
//
this.pasteFormlasFromTCLToolStripMenuItem.Name = "pasteFormlasFromTCLToolStripMenuItem";
this.pasteFormlasFromTCLToolStripMenuItem.Size = new System.Drawing.Size(199, 22);
this.pasteFormlasFromTCLToolStripMenuItem.Text = "Paste Formlas from TCL";
this.pasteFormlasFromTCLToolStripMenuItem.Click += new System.EventHandler(this.pasteFormlasFromTCLToolStripMenuItem_Click);
//
// cellEditorTextBox
//
this.cellEditorTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.cellEditorTextBox.Location = new System.Drawing.Point(0, 0);
this.cellEditorTextBox.Multiline = true;
this.cellEditorTextBox.Name = "cellEditorTextBox";
this.cellEditorTextBox.Size = new System.Drawing.Size(477, 84);
this.cellEditorTextBox.TabIndex = 0;
this.cellEditorTextBox.TextChanged += new System.EventHandler(this.cellEditorTextBox_TextChanged);
//
// PrototypeEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.gridPanel);
this.Controls.Add(this.timePanel);
this.Name = "PrototypeEditor";
this.Size = new System.Drawing.Size(483, 340);
this.timePanel.ResumeLayout(false);
this.timePanel.PerformLayout();
this.pnlIntraday.ResumeLayout(false);
this.pnlIntraday.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.endLateNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.startEarlyNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minutesPerCandleNumericUpDown)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.gridPanel.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel timePanel;
private System.Windows.Forms.Panel gridPanel;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnAddRow;
private System.Windows.Forms.Button btnAddColumn;
private System.Windows.Forms.TextBox cellEditorTextBox;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.CheckBox chkInitialCount;
private System.Windows.Forms.CheckBox chkInitialTime;
private System.Windows.Forms.TextBox txtInitialCount;
private System.Windows.Forms.DateTimePicker initialTimeDateTimePicker;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem addRowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem addColumnToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteRowToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteColumnToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem selectAllToolStripMenuItem;
private System.Windows.Forms.Panel pnlIntraday;
private System.Windows.Forms.CheckBox chkFirstCandleShorter;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.NumericUpDown endLateNumericUpDown;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown startEarlyNumericUpDown;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown minutesPerCandleNumericUpDown;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rdoIntraday;
private System.Windows.Forms.RadioButton rdoDaily;
private System.Windows.Forms.CheckBox chkRemoveBlanks;
private System.Windows.Forms.ToolStripMenuItem copyPrototypeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pastePrototypeToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem moveRightToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem moveLeftToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem referenceThisCellToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyFormulasAsTCLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem copyPrototypeAsTCLToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteFormlasFromTCLToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
}
}