namespace TclShell
{
partial class ReloadTcl
{
///
/// 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.fileListTextBox = new System.Windows.Forms.TextBox();
this.logTextBox = new System.Windows.Forms.TextBox();
this.reloadNowButton = new System.Windows.Forms.Button();
this.allThreadsCheckBox = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// 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";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.fileListTextBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.logTextBox);
this.splitContainer1.Size = new System.Drawing.Size(950, 524);
this.splitContainer1.SplitterDistance = 262;
this.splitContainer1.TabIndex = 0;
//
// fileListTextBox
//
this.fileListTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.fileListTextBox.Location = new System.Drawing.Point(0, 0);
this.fileListTextBox.Multiline = true;
this.fileListTextBox.Name = "fileListTextBox";
this.fileListTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.fileListTextBox.Size = new System.Drawing.Size(950, 262);
this.fileListTextBox.TabIndex = 0;
this.fileListTextBox.Text = "# Files to load\r\ncommon.tcl\r\nflex_command.tcl\r\nrbi_gbi.tcl\r\n# Comments start with" +
" #";
this.fileListTextBox.WordWrap = false;
//
// logTextBox
//
this.logTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.logTextBox.Location = new System.Drawing.Point(0, 0);
this.logTextBox.Multiline = true;
this.logTextBox.Name = "logTextBox";
this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.logTextBox.Size = new System.Drawing.Size(950, 258);
this.logTextBox.TabIndex = 0;
this.logTextBox.Text = "Log";
//
// reloadNowButton
//
this.reloadNowButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.reloadNowButton.Location = new System.Drawing.Point(12, 542);
this.reloadNowButton.Name = "reloadNowButton";
this.reloadNowButton.Size = new System.Drawing.Size(155, 46);
this.reloadNowButton.TabIndex = 1;
this.reloadNowButton.Text = "Reload Now";
this.reloadNowButton.UseVisualStyleBackColor = true;
this.reloadNowButton.Click += new System.EventHandler(this.reloadNowButton_Click);
//
// allThreadsCheckBox
//
this.allThreadsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.allThreadsCheckBox.AutoSize = true;
this.allThreadsCheckBox.Checked = true;
this.allThreadsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.allThreadsCheckBox.Location = new System.Drawing.Point(173, 552);
this.allThreadsCheckBox.Name = "allThreadsCheckBox";
this.allThreadsCheckBox.Size = new System.Drawing.Size(153, 29);
this.allThreadsCheckBox.TabIndex = 2;
this.allThreadsCheckBox.Text = "All Threads";
this.allThreadsCheckBox.UseVisualStyleBackColor = true;
//
// ReloadTcl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(974, 600);
this.Controls.Add(this.allThreadsCheckBox);
this.Controls.Add(this.reloadNowButton);
this.Controls.Add(this.splitContainer1);
this.Name = "ReloadTcl";
this.Text = "ReloadTcl";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox fileListTextBox;
private System.Windows.Forms.TextBox logTextBox;
private System.Windows.Forms.Button reloadNowButton;
private System.Windows.Forms.CheckBox allThreadsCheckBox;
}
}