namespace MarketDataProxyTest { 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.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.SendTosButton = new System.Windows.Forms.Button(); this.newPrintCheckBox = new System.Windows.Forms.CheckBox(); this.updatesLastCheckBox = new System.Windows.Forms.CheckBox(); this.formTCheckBox = new System.Windows.Forms.CheckBox(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lowTextBox = new System.Windows.Forms.TextBox(); this.highTextBox = new System.Windows.Forms.TextBox(); this.openTextBox = new System.Windows.Forms.TextBox(); this.volumeTextBox = new System.Windows.Forms.TextBox(); this.lastTextBox = new System.Windows.Forms.TextBox(); this.exchangTextBox = new System.Windows.Forms.TextBox(); this.sizeTextBox = new System.Windows.Forms.TextBox(); this.currentTimeForTosCheckBox = new System.Windows.Forms.CheckBox(); this.priceTextBox = new System.Windows.Forms.TextBox(); this.sendL1Button = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.askExchangeTextBox = new System.Windows.Forms.TextBox(); this.askSizeTextBox = new System.Windows.Forms.TextBox(); this.askPriceTextBox = new System.Windows.Forms.TextBox(); this.bidExchangeTextBox = new System.Windows.Forms.TextBox(); this.bidSizeTextBox = new System.Windows.Forms.TextBox(); this.bidPriceTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.sendCurrentTimeCheckBox = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.symbolTextBox = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.messagesTextBox = new System.Windows.Forms.TextBox(); this.disconnectButton = new System.Windows.Forms.Button(); this.connectButton = new System.Windows.Forms.Button(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.portTextBox = new System.Windows.Forms.TextBox(); this.hostNameTextBox = new System.Windows.Forms.TextBox(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.usernameTextBox = new System.Windows.Forms.TextBox(); this.showConnectionsButton = new System.Windows.Forms.Button(); this.setUsernameButton = new System.Windows.Forms.Button(); this.startThreadButton = new System.Windows.Forms.Button(); this.fakeDataTimer = new System.Windows.Forms.Timer(this.components); this.showDebugButton = new System.Windows.Forms.Button(); this.btnQueueStatus = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel1.Controls.Add(this.SendTosButton); this.panel1.Controls.Add(this.newPrintCheckBox); this.panel1.Controls.Add(this.updatesLastCheckBox); this.panel1.Controls.Add(this.formTCheckBox); this.panel1.Controls.Add(this.label14); this.panel1.Controls.Add(this.label13); this.panel1.Controls.Add(this.label12); this.panel1.Controls.Add(this.label11); this.panel1.Controls.Add(this.label10); this.panel1.Controls.Add(this.label9); this.panel1.Controls.Add(this.label8); this.panel1.Controls.Add(this.label7); this.panel1.Controls.Add(this.lowTextBox); this.panel1.Controls.Add(this.highTextBox); this.panel1.Controls.Add(this.openTextBox); this.panel1.Controls.Add(this.volumeTextBox); this.panel1.Controls.Add(this.lastTextBox); this.panel1.Controls.Add(this.exchangTextBox); this.panel1.Controls.Add(this.sizeTextBox); this.panel1.Controls.Add(this.currentTimeForTosCheckBox); this.panel1.Controls.Add(this.priceTextBox); this.panel1.Controls.Add(this.sendL1Button); this.panel1.Controls.Add(this.label6); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.askExchangeTextBox); this.panel1.Controls.Add(this.askSizeTextBox); this.panel1.Controls.Add(this.askPriceTextBox); this.panel1.Controls.Add(this.bidExchangeTextBox); this.panel1.Controls.Add(this.bidSizeTextBox); this.panel1.Controls.Add(this.bidPriceTextBox); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.sendCurrentTimeCheckBox); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.symbolTextBox); this.panel1.Location = new System.Drawing.Point(12, 12); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(279, 397); this.panel1.TabIndex = 1; // // SendTosButton // this.SendTosButton.Location = new System.Drawing.Point(3, 364); this.SendTosButton.Name = "SendTosButton"; this.SendTosButton.Size = new System.Drawing.Size(258, 23); this.SendTosButton.TabIndex = 35; this.SendTosButton.Text = "Send TOS"; this.SendTosButton.UseVisualStyleBackColor = true; this.SendTosButton.Click += new System.EventHandler(this.SendTosButton_Click); // // newPrintCheckBox // this.newPrintCheckBox.AutoSize = true; this.newPrintCheckBox.Location = new System.Drawing.Point(163, 340); this.newPrintCheckBox.Name = "newPrintCheckBox"; this.newPrintCheckBox.Size = new System.Drawing.Size(72, 17); this.newPrintCheckBox.TabIndex = 34; this.newPrintCheckBox.Text = "New Print"; this.newPrintCheckBox.UseVisualStyleBackColor = true; // // updatesLastCheckBox // this.updatesLastCheckBox.AutoSize = true; this.updatesLastCheckBox.Location = new System.Drawing.Point(163, 314); this.updatesLastCheckBox.Name = "updatesLastCheckBox"; this.updatesLastCheckBox.Size = new System.Drawing.Size(89, 17); this.updatesLastCheckBox.TabIndex = 33; this.updatesLastCheckBox.Text = "Updates Last"; this.updatesLastCheckBox.UseVisualStyleBackColor = true; // // formTCheckBox // this.formTCheckBox.AutoSize = true; this.formTCheckBox.Location = new System.Drawing.Point(163, 288); this.formTCheckBox.Name = "formTCheckBox"; this.formTCheckBox.Size = new System.Drawing.Size(59, 17); this.formTCheckBox.TabIndex = 32; this.formTCheckBox.Text = "Form T"; this.formTCheckBox.UseVisualStyleBackColor = true; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(159, 263); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(27, 13); this.label14.TabIndex = 31; this.label14.Text = "Low"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(157, 237); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(29, 13); this.label13.TabIndex = 30; this.label13.Text = "High"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(153, 215); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(33, 13); this.label12.TabIndex = 29; this.label12.Text = "Open"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(18, 341); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(42, 13); this.label11.TabIndex = 28; this.label11.Text = "Volume"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(33, 315); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(27, 13); this.label10.TabIndex = 27; this.label10.Text = "Last"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(5, 289); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(55, 13); this.label9.TabIndex = 26; this.label9.Text = "Exchange"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(33, 263); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(27, 13); this.label8.TabIndex = 25; this.label8.Text = "Size"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(29, 211); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(31, 13); this.label7.TabIndex = 24; this.label7.Text = "Price"; // // lowTextBox // this.lowTextBox.Location = new System.Drawing.Point(192, 260); this.lowTextBox.Name = "lowTextBox"; this.lowTextBox.Size = new System.Drawing.Size(69, 20); this.lowTextBox.TabIndex = 23; // // highTextBox // this.highTextBox.Location = new System.Drawing.Point(192, 234); this.highTextBox.Name = "highTextBox"; this.highTextBox.Size = new System.Drawing.Size(69, 20); this.highTextBox.TabIndex = 22; // // openTextBox // this.openTextBox.Location = new System.Drawing.Point(192, 208); this.openTextBox.Name = "openTextBox"; this.openTextBox.Size = new System.Drawing.Size(69, 20); this.openTextBox.TabIndex = 21; // // volumeTextBox // this.volumeTextBox.Location = new System.Drawing.Point(64, 338); this.volumeTextBox.Name = "volumeTextBox"; this.volumeTextBox.Size = new System.Drawing.Size(69, 20); this.volumeTextBox.TabIndex = 20; // // lastTextBox // this.lastTextBox.Location = new System.Drawing.Point(64, 312); this.lastTextBox.Name = "lastTextBox"; this.lastTextBox.Size = new System.Drawing.Size(69, 20); this.lastTextBox.TabIndex = 19; // // exchangTextBox // this.exchangTextBox.Location = new System.Drawing.Point(64, 286); this.exchangTextBox.Name = "exchangTextBox"; this.exchangTextBox.Size = new System.Drawing.Size(69, 20); this.exchangTextBox.TabIndex = 18; // // sizeTextBox // this.sizeTextBox.Location = new System.Drawing.Point(64, 260); this.sizeTextBox.Name = "sizeTextBox"; this.sizeTextBox.Size = new System.Drawing.Size(69, 20); this.sizeTextBox.TabIndex = 17; // // currentTimeForTosCheckBox // this.currentTimeForTosCheckBox.AutoSize = true; this.currentTimeForTosCheckBox.Location = new System.Drawing.Point(8, 236); this.currentTimeForTosCheckBox.Name = "currentTimeForTosCheckBox"; this.currentTimeForTosCheckBox.Size = new System.Drawing.Size(125, 17); this.currentTimeForTosCheckBox.TabIndex = 16; this.currentTimeForTosCheckBox.Text = "Current time for TOS "; this.currentTimeForTosCheckBox.UseVisualStyleBackColor = true; // // priceTextBox // this.priceTextBox.Location = new System.Drawing.Point(64, 208); this.priceTextBox.Name = "priceTextBox"; this.priceTextBox.Size = new System.Drawing.Size(69, 20); this.priceTextBox.TabIndex = 15; // // sendL1Button // this.sendL1Button.Location = new System.Drawing.Point(6, 158); this.sendL1Button.Name = "sendL1Button"; this.sendL1Button.Size = new System.Drawing.Size(202, 23); this.sendL1Button.TabIndex = 14; this.sendL1Button.Text = "Send L1"; this.sendL1Button.UseVisualStyleBackColor = true; this.sendL1Button.Click += new System.EventHandler(this.sendL1Button_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(160, 64); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(25, 13); this.label6.TabIndex = 13; this.label6.Text = "Ask"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(82, 64); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(22, 13); this.label5.TabIndex = 12; this.label5.Text = "Bid"; // // askExchangeTextBox // this.askExchangeTextBox.Location = new System.Drawing.Point(139, 132); this.askExchangeTextBox.Name = "askExchangeTextBox"; this.askExchangeTextBox.Size = new System.Drawing.Size(69, 20); this.askExchangeTextBox.TabIndex = 11; // // askSizeTextBox // this.askSizeTextBox.Location = new System.Drawing.Point(139, 106); this.askSizeTextBox.Name = "askSizeTextBox"; this.askSizeTextBox.Size = new System.Drawing.Size(69, 20); this.askSizeTextBox.TabIndex = 10; // // askPriceTextBox // this.askPriceTextBox.Location = new System.Drawing.Point(139, 80); this.askPriceTextBox.Name = "askPriceTextBox"; this.askPriceTextBox.Size = new System.Drawing.Size(69, 20); this.askPriceTextBox.TabIndex = 9; // // bidExchangeTextBox // this.bidExchangeTextBox.Location = new System.Drawing.Point(64, 132); this.bidExchangeTextBox.Name = "bidExchangeTextBox"; this.bidExchangeTextBox.Size = new System.Drawing.Size(69, 20); this.bidExchangeTextBox.TabIndex = 8; // // bidSizeTextBox // this.bidSizeTextBox.Location = new System.Drawing.Point(64, 106); this.bidSizeTextBox.Name = "bidSizeTextBox"; this.bidSizeTextBox.Size = new System.Drawing.Size(69, 20); this.bidSizeTextBox.TabIndex = 7; // // bidPriceTextBox // this.bidPriceTextBox.Location = new System.Drawing.Point(64, 80); this.bidPriceTextBox.Name = "bidPriceTextBox"; this.bidPriceTextBox.Size = new System.Drawing.Size(69, 20); this.bidPriceTextBox.TabIndex = 6; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 135); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(55, 13); this.label4.TabIndex = 5; this.label4.Text = "Exchange"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(31, 109); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(27, 13); this.label3.TabIndex = 4; this.label3.Text = "Size"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(27, 83); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 13); this.label2.TabIndex = 3; this.label2.Text = "Price"; // // sendCurrentTimeCheckBox // this.sendCurrentTimeCheckBox.AutoSize = true; this.sendCurrentTimeCheckBox.Location = new System.Drawing.Point(6, 29); this.sendCurrentTimeCheckBox.Name = "sendCurrentTimeCheckBox"; this.sendCurrentTimeCheckBox.Size = new System.Drawing.Size(109, 17); this.sendCurrentTimeCheckBox.TabIndex = 2; this.sendCurrentTimeCheckBox.Text = "Send current time"; this.sendCurrentTimeCheckBox.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 13); this.label1.TabIndex = 1; this.label1.Text = "Symbol"; // // symbolTextBox // this.symbolTextBox.Location = new System.Drawing.Point(85, 3); this.symbolTextBox.Name = "symbolTextBox"; this.symbolTextBox.Size = new System.Drawing.Size(100, 20); this.symbolTextBox.TabIndex = 0; // // panel2 // this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.panel2.Controls.Add(this.messagesTextBox); this.panel2.Controls.Add(this.disconnectButton); this.panel2.Controls.Add(this.connectButton); this.panel2.Controls.Add(this.label18); this.panel2.Controls.Add(this.label17); this.panel2.Controls.Add(this.label16); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.portTextBox); this.panel2.Controls.Add(this.hostNameTextBox); this.panel2.Controls.Add(this.passwordTextBox); this.panel2.Controls.Add(this.usernameTextBox); this.panel2.Location = new System.Drawing.Point(297, 12); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(241, 339); this.panel2.TabIndex = 2; // // messagesTextBox // this.messagesTextBox.Location = new System.Drawing.Point(9, 136); this.messagesTextBox.Multiline = true; this.messagesTextBox.Name = "messagesTextBox"; this.messagesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.messagesTextBox.Size = new System.Drawing.Size(212, 196); this.messagesTextBox.TabIndex = 10; this.messagesTextBox.WordWrap = false; // // disconnectButton // this.disconnectButton.Location = new System.Drawing.Point(92, 107); this.disconnectButton.Name = "disconnectButton"; this.disconnectButton.Size = new System.Drawing.Size(75, 23); this.disconnectButton.TabIndex = 9; this.disconnectButton.Text = "Disconnect"; this.disconnectButton.UseVisualStyleBackColor = true; this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click); // // connectButton // this.connectButton.Location = new System.Drawing.Point(9, 107); this.connectButton.Name = "connectButton"; this.connectButton.Size = new System.Drawing.Size(77, 23); this.connectButton.TabIndex = 8; this.connectButton.Text = "Connect"; this.connectButton.UseVisualStyleBackColor = true; this.connectButton.Click += new System.EventHandler(this.connectButton_Click); // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(35, 84); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(26, 13); this.label18.TabIndex = 7; this.label18.Text = "Port"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(6, 58); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(55, 13); this.label17.TabIndex = 6; this.label17.Text = "Hostname"; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(8, 32); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(53, 13); this.label16.TabIndex = 5; this.label16.Text = "Password"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(6, 6); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(55, 13); this.label15.TabIndex = 4; this.label15.Text = "Username"; // // portTextBox // this.portTextBox.Location = new System.Drawing.Point(67, 81); this.portTextBox.Name = "portTextBox"; this.portTextBox.Size = new System.Drawing.Size(154, 20); this.portTextBox.TabIndex = 3; this.portTextBox.Text = "9338"; // // hostNameTextBox // this.hostNameTextBox.Location = new System.Drawing.Point(67, 55); this.hostNameTextBox.Name = "hostNameTextBox"; this.hostNameTextBox.Size = new System.Drawing.Size(154, 20); this.hostNameTextBox.TabIndex = 2; this.hostNameTextBox.Text = "www.trade-ideas.com"; // // passwordTextBox // this.passwordTextBox.Location = new System.Drawing.Point(67, 29); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.Size = new System.Drawing.Size(154, 20); this.passwordTextBox.TabIndex = 1; // // usernameTextBox // this.usernameTextBox.Location = new System.Drawing.Point(67, 3); this.usernameTextBox.Name = "usernameTextBox"; this.usernameTextBox.Size = new System.Drawing.Size(154, 20); this.usernameTextBox.TabIndex = 0; // // showConnectionsButton // this.showConnectionsButton.Location = new System.Drawing.Point(297, 386); this.showConnectionsButton.Name = "showConnectionsButton"; this.showConnectionsButton.Size = new System.Drawing.Size(107, 23); this.showConnectionsButton.TabIndex = 3; this.showConnectionsButton.Text = "Show Connections"; this.showConnectionsButton.UseVisualStyleBackColor = true; this.showConnectionsButton.Click += new System.EventHandler(this.showConnectionsButton_Click); // // setUsernameButton // this.setUsernameButton.Location = new System.Drawing.Point(410, 386); this.setUsernameButton.Name = "setUsernameButton"; this.setUsernameButton.Size = new System.Drawing.Size(91, 23); this.setUsernameButton.TabIndex = 4; this.setUsernameButton.Text = "Set Username"; this.setUsernameButton.UseVisualStyleBackColor = true; this.setUsernameButton.Click += new System.EventHandler(this.setUsernameButton_Click); // // startThreadButton // this.startThreadButton.Location = new System.Drawing.Point(297, 357); this.startThreadButton.Name = "startThreadButton"; this.startThreadButton.Size = new System.Drawing.Size(75, 23); this.startThreadButton.TabIndex = 5; this.startThreadButton.Text = "Start Thread"; this.startThreadButton.UseVisualStyleBackColor = true; this.startThreadButton.Click += new System.EventHandler(this.startThreadButton_Click); // // fakeDataTimer // this.fakeDataTimer.Interval = 10000; this.fakeDataTimer.Tick += new System.EventHandler(this.fakeDataTimer_Tick); // // showDebugButton // this.showDebugButton.Enabled = false; this.showDebugButton.Location = new System.Drawing.Point(378, 357); this.showDebugButton.Name = "showDebugButton"; this.showDebugButton.Size = new System.Drawing.Size(88, 23); this.showDebugButton.TabIndex = 6; this.showDebugButton.Text = "Show Debug"; this.showDebugButton.UseVisualStyleBackColor = true; this.showDebugButton.Click += new System.EventHandler(this.showDebugButton_Click); // // btnQueueStatus // this.btnQueueStatus.Location = new System.Drawing.Point(337, 416); this.btnQueueStatus.Name = "btnQueueStatus"; this.btnQueueStatus.Size = new System.Drawing.Size(100, 23); this.btnQueueStatus.TabIndex = 7; this.btnQueueStatus.Text = "Queue Status"; this.btnQueueStatus.UseVisualStyleBackColor = true; this.btnQueueStatus.Click += new System.EventHandler(this.btnQueueStatus_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(598, 451); this.Controls.Add(this.btnQueueStatus); this.Controls.Add(this.showDebugButton); this.Controls.Add(this.startThreadButton); this.Controls.Add(this.setUsernameButton); this.Controls.Add(this.showConnectionsButton); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "Form1"; this.Text = "Form1"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox symbolTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox sendCurrentTimeCheckBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox bidPriceTextBox; private System.Windows.Forms.TextBox bidSizeTextBox; private System.Windows.Forms.TextBox bidExchangeTextBox; private System.Windows.Forms.TextBox askExchangeTextBox; private System.Windows.Forms.TextBox askSizeTextBox; private System.Windows.Forms.TextBox askPriceTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Button sendL1Button; private System.Windows.Forms.TextBox priceTextBox; private System.Windows.Forms.CheckBox currentTimeForTosCheckBox; private System.Windows.Forms.TextBox sizeTextBox; private System.Windows.Forms.TextBox exchangTextBox; private System.Windows.Forms.TextBox lastTextBox; private System.Windows.Forms.TextBox volumeTextBox; private System.Windows.Forms.TextBox openTextBox; private System.Windows.Forms.TextBox highTextBox; private System.Windows.Forms.TextBox lowTextBox; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.CheckBox formTCheckBox; private System.Windows.Forms.CheckBox updatesLastCheckBox; private System.Windows.Forms.CheckBox newPrintCheckBox; private System.Windows.Forms.Button SendTosButton; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox portTextBox; private System.Windows.Forms.TextBox hostNameTextBox; private System.Windows.Forms.TextBox passwordTextBox; private System.Windows.Forms.TextBox usernameTextBox; private System.Windows.Forms.Button disconnectButton; private System.Windows.Forms.Button connectButton; private System.Windows.Forms.TextBox messagesTextBox; private System.Windows.Forms.Button showConnectionsButton; private System.Windows.Forms.Button setUsernameButton; private System.Windows.Forms.Button startThreadButton; private System.Windows.Forms.Timer fakeDataTimer; private System.Windows.Forms.Button showDebugButton; private System.Windows.Forms.Button btnQueueStatus; } }