namespace TeletraderProxy
{
partial class Form1
{
///
/// 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.btnStartThread = new System.Windows.Forms.Button();
this.btnConnections = new System.Windows.Forms.Button();
this.btnQueueStatus = new System.Windows.Forms.Button();
this.lblMsg = new System.Windows.Forms.Label();
this.messagesTextBox = new System.Windows.Forms.TextBox();
this.btnExit = new System.Windows.Forms.Button();
this.btnDebug = new System.Windows.Forms.Button();
this.btnMonitor = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnStartThread
//
this.btnStartThread.Location = new System.Drawing.Point(74, 53);
this.btnStartThread.Name = "btnStartThread";
this.btnStartThread.Size = new System.Drawing.Size(169, 23);
this.btnStartThread.TabIndex = 2;
this.btnStartThread.Text = "Start Teletrader Subscription";
this.btnStartThread.UseVisualStyleBackColor = true;
this.btnStartThread.Click += new System.EventHandler(this.btnStartThread_Click);
//
// btnConnections
//
this.btnConnections.Location = new System.Drawing.Point(74, 97);
this.btnConnections.Name = "btnConnections";
this.btnConnections.Size = new System.Drawing.Size(169, 23);
this.btnConnections.TabIndex = 7;
this.btnConnections.Text = "Show Connections";
this.btnConnections.UseVisualStyleBackColor = true;
this.btnConnections.Click += new System.EventHandler(this.btnConnections_Click);
//
// btnQueueStatus
//
this.btnQueueStatus.Location = new System.Drawing.Point(74, 144);
this.btnQueueStatus.Name = "btnQueueStatus";
this.btnQueueStatus.Size = new System.Drawing.Size(169, 23);
this.btnQueueStatus.TabIndex = 8;
this.btnQueueStatus.Text = "Queue Status";
this.btnQueueStatus.UseVisualStyleBackColor = true;
this.btnQueueStatus.Click += new System.EventHandler(this.btnQueueStatus_Click);
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.Location = new System.Drawing.Point(71, 355);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(35, 13);
this.lblMsg.TabIndex = 9;
this.lblMsg.Text = "label1";
//
// messagesTextBox
//
this.messagesTextBox.Location = new System.Drawing.Point(318, 53);
this.messagesTextBox.Multiline = true;
this.messagesTextBox.Name = "messagesTextBox";
this.messagesTextBox.ReadOnly = true;
this.messagesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.messagesTextBox.Size = new System.Drawing.Size(156, 185);
this.messagesTextBox.TabIndex = 10;
//
// btnExit
//
this.btnExit.Location = new System.Drawing.Point(104, 258);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 11;
this.btnExit.Text = "Exit";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnDebug
//
this.btnDebug.Enabled = false;
this.btnDebug.Location = new System.Drawing.Point(342, 258);
this.btnDebug.Name = "btnDebug";
this.btnDebug.Size = new System.Drawing.Size(100, 23);
this.btnDebug.TabIndex = 12;
this.btnDebug.Text = "Show Debug";
this.btnDebug.UseVisualStyleBackColor = true;
this.btnDebug.Click += new System.EventHandler(this.btnDebug_Click);
//
// btnMonitor
//
this.btnMonitor.Location = new System.Drawing.Point(74, 192);
this.btnMonitor.Name = "btnMonitor";
this.btnMonitor.Size = new System.Drawing.Size(168, 20);
this.btnMonitor.TabIndex = 13;
this.btnMonitor.Text = "Monitor Alive";
this.btnMonitor.UseVisualStyleBackColor = true;
this.btnMonitor.Click += new System.EventHandler(this.btnMonitor_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(514, 434);
this.Controls.Add(this.btnMonitor);
this.Controls.Add(this.btnDebug);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.messagesTextBox);
this.Controls.Add(this.lblMsg);
this.Controls.Add(this.btnQueueStatus);
this.Controls.Add(this.btnConnections);
this.Controls.Add(this.btnStartThread);
this.Name = "Form1";
this.Text = "TeletraderProxy";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnStartThread;
private System.Windows.Forms.Button btnConnections;
private System.Windows.Forms.Button btnQueueStatus;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.TextBox messagesTextBox;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDebug;
private System.Windows.Forms.Button btnMonitor;
}
}