namespace TIProDevExtension
{
partial class DataNodeGridTester
{
///
/// 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.panel1 = new System.Windows.Forms.Panel();
this.loadSymbolsButton = new System.Windows.Forms.Button();
this.slowRadioButton = new System.Windows.Forms.RadioButton();
this.activeRadioButton = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.rowCountTextBox = new System.Windows.Forms.TextBox();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.Control;
this.panel1.Controls.Add(this.loadSymbolsButton);
this.panel1.Controls.Add(this.slowRadioButton);
this.panel1.Controls.Add(this.activeRadioButton);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.rowCountTextBox);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(907, 102);
this.panel1.TabIndex = 0;
//
// loadSymbolsButton
//
this.loadSymbolsButton.Location = new System.Drawing.Point(467, 12);
this.loadSymbolsButton.Name = "loadSymbolsButton";
this.loadSymbolsButton.Size = new System.Drawing.Size(168, 40);
this.loadSymbolsButton.TabIndex = 4;
this.loadSymbolsButton.Text = "Load Symbols";
this.loadSymbolsButton.UseVisualStyleBackColor = true;
this.loadSymbolsButton.Click += new System.EventHandler(this.loadSymbolsButton_Click);
//
// slowRadioButton
//
this.slowRadioButton.AutoSize = true;
this.slowRadioButton.Location = new System.Drawing.Point(358, 18);
this.slowRadioButton.Name = "slowRadioButton";
this.slowRadioButton.Size = new System.Drawing.Size(89, 29);
this.slowRadioButton.TabIndex = 3;
this.slowRadioButton.Tag = "";
this.slowRadioButton.Text = "Slow";
this.slowRadioButton.UseVisualStyleBackColor = true;
//
// activeRadioButton
//
this.activeRadioButton.AutoSize = true;
this.activeRadioButton.Checked = true;
this.activeRadioButton.Location = new System.Drawing.Point(250, 18);
this.activeRadioButton.Name = "activeRadioButton";
this.activeRadioButton.Size = new System.Drawing.Size(102, 29);
this.activeRadioButton.TabIndex = 2;
this.activeRadioButton.TabStop = true;
this.activeRadioButton.Text = "Active";
this.activeRadioButton.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(117, 25);
this.label1.TabIndex = 1;
this.label1.Text = "Row Count";
//
// rowCountTextBox
//
this.rowCountTextBox.Location = new System.Drawing.Point(135, 17);
this.rowCountTextBox.Name = "rowCountTextBox";
this.rowCountTextBox.Size = new System.Drawing.Size(100, 31);
this.rowCountTextBox.TabIndex = 0;
this.rowCountTextBox.Text = "100";
//
// DataNodeGridTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(907, 775);
this.Controls.Add(this.panel1);
this.Name = "DataNodeGridTester";
this.Text = "DataNodeGridTester";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button loadSymbolsButton;
private System.Windows.Forms.RadioButton slowRadioButton;
private System.Windows.Forms.RadioButton activeRadioButton;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox rowCountTextBox;
}
}