namespace TIProDevExtension
{
partial class RoboHistory
{
///
/// 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.textBoxConfigString = new System.Windows.Forms.TextBox();
this.buttonGetHistory = new System.Windows.Forms.Button();
this.labelConfigString = new System.Windows.Forms.Label();
this.labelFilename = new System.Windows.Forms.Label();
this.buttonSelectFile = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.labelStatus = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// textBoxConfigString
//
this.textBoxConfigString.Location = new System.Drawing.Point(12, 41);
this.textBoxConfigString.Name = "textBoxConfigString";
this.textBoxConfigString.Size = new System.Drawing.Size(575, 20);
this.textBoxConfigString.TabIndex = 0;
this.textBoxConfigString.TextChanged += new System.EventHandler(this.textBoxConfigString_TextChanged);
//
// buttonGetHistory
//
this.buttonGetHistory.Enabled = false;
this.buttonGetHistory.Location = new System.Drawing.Point(13, 171);
this.buttonGetHistory.Name = "buttonGetHistory";
this.buttonGetHistory.Size = new System.Drawing.Size(75, 23);
this.buttonGetHistory.TabIndex = 1;
this.buttonGetHistory.Text = "Get History";
this.buttonGetHistory.UseVisualStyleBackColor = true;
this.buttonGetHistory.Click += new System.EventHandler(this.buttonGetHistory_Click);
//
// labelConfigString
//
this.labelConfigString.AutoSize = true;
this.labelConfigString.Location = new System.Drawing.Point(13, 22);
this.labelConfigString.Name = "labelConfigString";
this.labelConfigString.Size = new System.Drawing.Size(67, 13);
this.labelConfigString.TabIndex = 2;
this.labelConfigString.Text = "Config String";
//
// labelFilename
//
this.labelFilename.AutoSize = true;
this.labelFilename.Location = new System.Drawing.Point(13, 87);
this.labelFilename.Name = "labelFilename";
this.labelFilename.Size = new System.Drawing.Size(110, 13);
this.labelFilename.TabIndex = 3;
this.labelFilename.Text = "Filename: Not chosen";
//
// buttonSelectFile
//
this.buttonSelectFile.Location = new System.Drawing.Point(12, 104);
this.buttonSelectFile.Name = "buttonSelectFile";
this.buttonSelectFile.Size = new System.Drawing.Size(75, 23);
this.buttonSelectFile.TabIndex = 4;
this.buttonSelectFile.Text = "Select File";
this.buttonSelectFile.UseVisualStyleBackColor = true;
this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(94, 171);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
//
// labelStatus
//
this.labelStatus.AutoSize = true;
this.labelStatus.Location = new System.Drawing.Point(16, 152);
this.labelStatus.Name = "labelStatus";
this.labelStatus.Size = new System.Drawing.Size(90, 13);
this.labelStatus.TabIndex = 6;
this.labelStatus.Text = "Rows received: 0";
//
// RoboHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(599, 206);
this.Controls.Add(this.labelStatus);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonSelectFile);
this.Controls.Add(this.labelFilename);
this.Controls.Add(this.labelConfigString);
this.Controls.Add(this.buttonGetHistory);
this.Controls.Add(this.textBoxConfigString);
this.Name = "RoboHistory";
this.Text = "RoboHistory";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxConfigString;
private System.Windows.Forms.Button buttonGetHistory;
private System.Windows.Forms.Label labelConfigString;
private System.Windows.Forms.Label labelFilename;
private System.Windows.Forms.Button buttonSelectFile;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Label labelStatus;
}
}