namespace TclShell
{
partial class ScriptExecutor
{
///
/// 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.components = new System.ComponentModel.Container();
this.sendButton = new System.Windows.Forms.Button();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label1 = new System.Windows.Forms.Label();
this.logTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.coroutineComboBox = new System.Windows.Forms.ComboBox();
this.customTextBox = new System.Windows.Forms.TextBox();
this.customRadioButton = new System.Windows.Forms.RadioButton();
this.socketRadioButton = new System.Windows.Forms.RadioButton();
this.noneRadioButton = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.scriptTextBox = new System.Windows.Forms.TextBox();
this.recentItemsComboBox = new System.Windows.Forms.ComboBox();
this.sendStreamingButton = new System.Windows.Forms.Button();
this.cancelAllStreamingButton = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// sendButton
//
this.sendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.sendButton.Location = new System.Drawing.Point(12, 408);
this.sendButton.Name = "sendButton";
this.sendButton.Size = new System.Drawing.Size(40, 23);
this.sendButton.TabIndex = 0;
this.sendButton.Text = "Send";
this.sendButton.UseVisualStyleBackColor = true;
this.sendButton.Click += new System.EventHandler(this.sendButton_Click);
//
// 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.label1);
this.splitContainer1.Panel1.Controls.Add(this.logTextBox);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.label4);
this.splitContainer1.Panel2.Controls.Add(this.coroutineComboBox);
this.splitContainer1.Panel2.Controls.Add(this.customTextBox);
this.splitContainer1.Panel2.Controls.Add(this.customRadioButton);
this.splitContainer1.Panel2.Controls.Add(this.socketRadioButton);
this.splitContainer1.Panel2.Controls.Add(this.noneRadioButton);
this.splitContainer1.Panel2.Controls.Add(this.label3);
this.splitContainer1.Panel2.Controls.Add(this.label2);
this.splitContainer1.Panel2.Controls.Add(this.scriptTextBox);
this.splitContainer1.Size = new System.Drawing.Size(774, 390);
this.splitContainer1.SplitterDistance = 238;
this.splitContainer1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(25, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Log";
//
// logTextBox
//
this.logTextBox.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.logTextBox.Location = new System.Drawing.Point(3, 16);
this.logTextBox.Multiline = true;
this.logTextBox.Name = "logTextBox";
this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.logTextBox.Size = new System.Drawing.Size(768, 219);
this.logTextBox.TabIndex = 0;
//
// label4
//
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(644, 3);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(55, 13);
this.label4.TabIndex = 8;
this.label4.Text = "Coroutine:";
//
// coroutineComboBox
//
this.coroutineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.coroutineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.coroutineComboBox.FormattingEnabled = true;
this.coroutineComboBox.Items.AddRange(new object[] {
"None",
"Socket",
"Daemon"});
this.coroutineComboBox.Location = new System.Drawing.Point(705, 0);
this.coroutineComboBox.Name = "coroutineComboBox";
this.coroutineComboBox.Size = new System.Drawing.Size(66, 21);
this.coroutineComboBox.TabIndex = 7;
//
// customTextBox
//
this.customTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.customTextBox.Location = new System.Drawing.Point(366, 0);
this.customTextBox.Name = "customTextBox";
this.customTextBox.Size = new System.Drawing.Size(249, 20);
this.customTextBox.TabIndex = 6;
this.customTextBox.TextChanged += new System.EventHandler(this.customTextBox_TextChanged);
//
// customRadioButton
//
this.customRadioButton.AutoSize = true;
this.customRadioButton.Location = new System.Drawing.Point(297, 1);
this.customRadioButton.Name = "customRadioButton";
this.customRadioButton.Size = new System.Drawing.Size(63, 17);
this.customRadioButton.TabIndex = 5;
this.customRadioButton.Text = "Custom:";
this.customRadioButton.UseVisualStyleBackColor = true;
//
// socketRadioButton
//
this.socketRadioButton.AutoSize = true;
this.socketRadioButton.Location = new System.Drawing.Point(232, 1);
this.socketRadioButton.Name = "socketRadioButton";
this.socketRadioButton.Size = new System.Drawing.Size(59, 17);
this.socketRadioButton.TabIndex = 4;
this.socketRadioButton.Text = "Socket";
this.socketRadioButton.UseVisualStyleBackColor = true;
//
// noneRadioButton
//
this.noneRadioButton.AutoSize = true;
this.noneRadioButton.Checked = true;
this.noneRadioButton.Location = new System.Drawing.Point(175, 1);
this.noneRadioButton.Name = "noneRadioButton";
this.noneRadioButton.Size = new System.Drawing.Size(51, 17);
this.noneRadioButton.TabIndex = 3;
this.noneRadioButton.TabStop = true;
this.noneRadioButton.Text = "None";
this.noneRadioButton.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(102, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(67, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Namespace:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Script:";
//
// scriptTextBox
//
this.scriptTextBox.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.scriptTextBox.Location = new System.Drawing.Point(3, 26);
this.scriptTextBox.Multiline = true;
this.scriptTextBox.Name = "scriptTextBox";
this.scriptTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.scriptTextBox.Size = new System.Drawing.Size(768, 119);
this.scriptTextBox.TabIndex = 0;
this.scriptTextBox.WordWrap = false;
//
// recentItemsComboBox
//
this.recentItemsComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.recentItemsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.recentItemsComboBox.FormattingEnabled = true;
this.recentItemsComboBox.Location = new System.Drawing.Point(187, 410);
this.recentItemsComboBox.Name = "recentItemsComboBox";
this.recentItemsComboBox.Size = new System.Drawing.Size(596, 21);
this.recentItemsComboBox.TabIndex = 2;
this.recentItemsComboBox.SelectionChangeCommitted += new System.EventHandler(this.recentItemsComboBox_SelectionChangeCommitted);
this.recentItemsComboBox.DropDownClosed += new System.EventHandler(this.recentItemsComboBox_DropDownClosed);
//
// sendStreamingButton
//
this.sendStreamingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.sendStreamingButton.Location = new System.Drawing.Point(58, 408);
this.sendStreamingButton.Name = "sendStreamingButton";
this.sendStreamingButton.Size = new System.Drawing.Size(94, 23);
this.sendStreamingButton.TabIndex = 2;
this.sendStreamingButton.Text = "Send Streaming";
this.sendStreamingButton.UseVisualStyleBackColor = true;
this.sendStreamingButton.Click += new System.EventHandler(this.sendStreamingButton_Click);
//
// cancelAllStreamingButton
//
this.cancelAllStreamingButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cancelAllStreamingButton.Location = new System.Drawing.Point(158, 408);
this.cancelAllStreamingButton.Name = "cancelAllStreamingButton";
this.cancelAllStreamingButton.Size = new System.Drawing.Size(23, 23);
this.cancelAllStreamingButton.TabIndex = 3;
this.cancelAllStreamingButton.Text = "X";
this.toolTip1.SetToolTip(this.cancelAllStreamingButton, "Cancel all Streaming Callbacks");
this.cancelAllStreamingButton.UseVisualStyleBackColor = true;
this.cancelAllStreamingButton.Click += new System.EventHandler(this.cancelAllStreamingButton_Click);
//
// ScriptExecutor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(798, 443);
this.Controls.Add(this.cancelAllStreamingButton);
this.Controls.Add(this.sendStreamingButton);
this.Controls.Add(this.recentItemsComboBox);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.sendButton);
this.Name = "ScriptExecutor";
this.Text = "Script Executor";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ScriptExecutor_FormClosed);
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);
}
#endregion
private System.Windows.Forms.Button sendButton;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox logTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox scriptTextBox;
private System.Windows.Forms.ComboBox recentItemsComboBox;
private System.Windows.Forms.TextBox customTextBox;
private System.Windows.Forms.RadioButton customRadioButton;
private System.Windows.Forms.RadioButton socketRadioButton;
private System.Windows.Forms.RadioButton noneRadioButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox coroutineComboBox;
private System.Windows.Forms.Button sendStreamingButton;
private System.Windows.Forms.Button cancelAllStreamingButton;
private System.Windows.Forms.ToolTip toolTip1;
}
}