namespace TradeIdeas.TIQ.GUI
{
partial class ViewExistingTableForm
{
///
/// 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.nameTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.commandRadioButton = new System.Windows.Forms.RadioButton();
this.listRadioButton = new System.Windows.Forms.RadioButton();
this.requestButton = new System.Windows.Forms.Button();
this.helpButton = new System.Windows.Forms.Button();
this.csvPreview1 = new TradeIdeas.TIQ.CsvPreview();
this.SuspendLayout();
//
// nameTextBox
//
this.nameTextBox.Location = new System.Drawing.Point(53, 12);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(100, 20);
this.nameTextBox.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Name";
//
// commandRadioButton
//
this.commandRadioButton.AutoSize = true;
this.commandRadioButton.Checked = true;
this.commandRadioButton.Location = new System.Drawing.Point(15, 38);
this.commandRadioButton.Name = "commandRadioButton";
this.commandRadioButton.Size = new System.Drawing.Size(72, 17);
this.commandRadioButton.TabIndex = 2;
this.commandRadioButton.TabStop = true;
this.commandRadioButton.Text = "Command";
this.commandRadioButton.UseVisualStyleBackColor = true;
//
// listRadioButton
//
this.listRadioButton.AutoSize = true;
this.listRadioButton.Location = new System.Drawing.Point(93, 38);
this.listRadioButton.Name = "listRadioButton";
this.listRadioButton.Size = new System.Drawing.Size(41, 17);
this.listRadioButton.TabIndex = 3;
this.listRadioButton.Text = "List";
this.listRadioButton.UseVisualStyleBackColor = true;
//
// requestButton
//
this.requestButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.requestButton.Location = new System.Drawing.Point(223, 10);
this.requestButton.Name = "requestButton";
this.requestButton.Size = new System.Drawing.Size(57, 23);
this.requestButton.TabIndex = 5;
this.requestButton.Text = "Request";
this.requestButton.UseVisualStyleBackColor = true;
this.requestButton.Click += new System.EventHandler(this.requestButton_Click);
//
// helpButton
//
this.helpButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.helpButton.Location = new System.Drawing.Point(194, 10);
this.helpButton.Name = "helpButton";
this.helpButton.Size = new System.Drawing.Size(23, 23);
this.helpButton.TabIndex = 6;
this.helpButton.Text = "?";
this.helpButton.UseVisualStyleBackColor = true;
this.helpButton.Click += new System.EventHandler(this.helpButton_Click);
//
// 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.Location = new System.Drawing.Point(12, 61);
this.csvPreview1.Name = "csvPreview1";
this.csvPreview1.Size = new System.Drawing.Size(268, 193);
this.csvPreview1.SuggestedFileName = null;
this.csvPreview1.TabIndex = 4;
//
// ViewExistingTableForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.helpButton);
this.Controls.Add(this.requestButton);
this.Controls.Add(this.csvPreview1);
this.Controls.Add(this.listRadioButton);
this.Controls.Add(this.commandRadioButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.nameTextBox);
this.Name = "ViewExistingTableForm";
this.Text = "ViewExistingTableForm";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton commandRadioButton;
private System.Windows.Forms.RadioButton listRadioButton;
private CsvPreview csvPreview1;
private System.Windows.Forms.Button requestButton;
private System.Windows.Forms.Button helpButton;
}
}