namespace TradeIdeas.MarketDataProxy
{
partial class ConnectionListenerForm
{
///
/// 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.symbolsTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.addressTextBox = new System.Windows.Forms.TextBox();
this.portTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.newConnectionButton = new System.Windows.Forms.Button();
this.closeButton = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.lastResponseLabel = new System.Windows.Forms.Label();
this.connectionsListBox = new System.Windows.Forms.ListBox();
this.restartButton = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.SuspendLayout();
//
// symbolsTextBox
//
this.symbolsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.symbolsTextBox.Location = new System.Drawing.Point(179, 167);
this.symbolsTextBox.Multiline = true;
this.symbolsTextBox.Name = "symbolsTextBox";
this.symbolsTextBox.ReadOnly = true;
this.symbolsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.symbolsTextBox.Size = new System.Drawing.Size(156, 90);
this.symbolsTextBox.TabIndex = 0;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(176, 260);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Symbols";
//
// addressTextBox
//
this.addressTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.addressTextBox.Location = new System.Drawing.Point(235, 11);
this.addressTextBox.Name = "addressTextBox";
this.addressTextBox.Size = new System.Drawing.Size(100, 20);
this.addressTextBox.TabIndex = 2;
//
// portTextBox
//
this.portTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.portTextBox.Location = new System.Drawing.Point(235, 37);
this.portTextBox.Name = "portTextBox";
this.portTextBox.Size = new System.Drawing.Size(100, 20);
this.portTextBox.TabIndex = 3;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(184, 14);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Address";
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(203, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(26, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Port";
//
// newConnectionButton
//
this.newConnectionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.newConnectionButton.Location = new System.Drawing.Point(179, 63);
this.newConnectionButton.Name = "newConnectionButton";
this.newConnectionButton.Size = new System.Drawing.Size(156, 23);
this.newConnectionButton.TabIndex = 6;
this.newConnectionButton.Text = "New Connection";
this.newConnectionButton.UseVisualStyleBackColor = true;
this.newConnectionButton.Click += new System.EventHandler(this.newConnectionButton_Click);
//
// closeButton
//
this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.closeButton.Location = new System.Drawing.Point(179, 109);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(75, 23);
this.closeButton.TabIndex = 7;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
//
// 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(176, 135);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(87, 13);
this.label4.TabIndex = 8;
this.label4.Text = "Last Response: ";
//
// lastResponseLabel
//
this.lastResponseLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.lastResponseLabel.AutoSize = true;
this.lastResponseLabel.Location = new System.Drawing.Point(176, 151);
this.lastResponseLabel.Name = "lastResponseLabel";
this.lastResponseLabel.Size = new System.Drawing.Size(13, 13);
this.lastResponseLabel.TabIndex = 10;
this.lastResponseLabel.Text = "?";
//
// connectionsListBox
//
this.connectionsListBox.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.connectionsListBox.FormattingEnabled = true;
this.connectionsListBox.Location = new System.Drawing.Point(12, 11);
this.connectionsListBox.Name = "connectionsListBox";
this.connectionsListBox.Size = new System.Drawing.Size(156, 264);
this.connectionsListBox.TabIndex = 12;
this.connectionsListBox.SelectedValueChanged += new System.EventHandler(this.connectionsListBox_SelectedValueChanged);
//
// restartButton
//
this.restartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.restartButton.Location = new System.Drawing.Point(260, 109);
this.restartButton.Name = "restartButton";
this.restartButton.Size = new System.Drawing.Size(75, 23);
this.restartButton.TabIndex = 13;
this.restartButton.Text = "Restart";
this.restartButton.UseVisualStyleBackColor = true;
this.restartButton.Click += new System.EventHandler(this.restartButton_Click);
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// ConnectionListenerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(354, 291);
this.Controls.Add(this.restartButton);
this.Controls.Add(this.connectionsListBox);
this.Controls.Add(this.lastResponseLabel);
this.Controls.Add(this.label4);
this.Controls.Add(this.closeButton);
this.Controls.Add(this.newConnectionButton);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.portTextBox);
this.Controls.Add(this.addressTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.symbolsTextBox);
this.Name = "ConnectionListenerForm";
this.Text = "Connection Listener";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConnectionListenerForm_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox symbolsTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox addressTextBox;
private System.Windows.Forms.TextBox portTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button newConnectionButton;
private System.Windows.Forms.Button closeButton;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lastResponseLabel;
private System.Windows.Forms.ListBox connectionsListBox;
private System.Windows.Forms.Button restartButton;
private System.Windows.Forms.Timer timer1;
}
}