namespace TIProDevExtension
{
partial class ServerSubscriptionTester
{
///
/// 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.txtServerResponses = new System.Windows.Forms.TextBox();
this.btnSubscribeAIData = new System.Windows.Forms.Button();
this.btnUnsubscribeAIData = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtCommand = new System.Windows.Forms.TextBox();
this.txtSubCommand = new System.Windows.Forms.TextBox();
this.chkStreaming = new System.Windows.Forms.CheckBox();
this.label4 = new System.Windows.Forms.Label();
this.lstParameters = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.txtParameterName = new System.Windows.Forms.TextBox();
this.txtParameterValue = new System.Windows.Forms.TextBox();
this.btnAddParameter = new System.Windows.Forms.Button();
this.btnSendCommand = new System.Windows.Forms.Button();
this.btnCancelRequests = new System.Windows.Forms.Button();
this.btnDeleteParameters = new System.Windows.Forms.Button();
this.btnClearServerResponses = new System.Windows.Forms.Button();
this.btnChartHistoricalAITrades = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.btnSubscribeAILtData = new System.Windows.Forms.Button();
this.btnUnsubscribeAiLtData = new System.Windows.Forms.Button();
this.btnDeleteResponseParameters = new System.Windows.Forms.Button();
this.btnAddResponseParameter = new System.Windows.Forms.Button();
this.txtResponseParameterName = new System.Windows.Forms.TextBox();
this.lstResponseParameters = new System.Windows.Forms.ListView();
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label7 = new System.Windows.Forms.Label();
this.cboResponseParameterType = new System.Windows.Forms.ComboBox();
this.SuspendLayout();
//
// txtServerResponses
//
this.txtServerResponses.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.txtServerResponses.Location = new System.Drawing.Point(16, 395);
this.txtServerResponses.Multiline = true;
this.txtServerResponses.Name = "txtServerResponses";
this.txtServerResponses.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtServerResponses.Size = new System.Drawing.Size(656, 154);
this.txtServerResponses.TabIndex = 0;
this.txtServerResponses.WordWrap = false;
//
// btnSubscribeAIData
//
this.btnSubscribeAIData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSubscribeAIData.Location = new System.Drawing.Point(521, 127);
this.btnSubscribeAIData.Name = "btnSubscribeAIData";
this.btnSubscribeAIData.Size = new System.Drawing.Size(151, 23);
this.btnSubscribeAIData.TabIndex = 1;
this.btnSubscribeAIData.Text = "Subscribe AI Data";
this.btnSubscribeAIData.UseVisualStyleBackColor = true;
this.btnSubscribeAIData.Click += new System.EventHandler(this.btnSubscribeAIData_Click);
//
// btnUnsubscribeAIData
//
this.btnUnsubscribeAIData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUnsubscribeAIData.Location = new System.Drawing.Point(521, 156);
this.btnUnsubscribeAIData.Name = "btnUnsubscribeAIData";
this.btnUnsubscribeAIData.Size = new System.Drawing.Size(151, 23);
this.btnUnsubscribeAIData.TabIndex = 2;
this.btnUnsubscribeAIData.Text = "Unsubscribe AI Data";
this.btnUnsubscribeAIData.UseVisualStyleBackColor = true;
this.btnUnsubscribeAIData.Click += new System.EventHandler(this.btnUnsubscribeAIData_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(13, 375);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(141, 16);
this.label1.TabIndex = 3;
this.label1.Text = "Server Responses:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(13, 11);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 13);
this.label2.TabIndex = 4;
this.label2.Text = "Command:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(13, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(87, 13);
this.label3.TabIndex = 5;
this.label3.Text = "SubCommand:";
//
// txtCommand
//
this.txtCommand.Location = new System.Drawing.Point(16, 27);
this.txtCommand.Name = "txtCommand";
this.txtCommand.Size = new System.Drawing.Size(149, 20);
this.txtCommand.TabIndex = 6;
//
// txtSubCommand
//
this.txtSubCommand.Location = new System.Drawing.Point(16, 66);
this.txtSubCommand.Name = "txtSubCommand";
this.txtSubCommand.Size = new System.Drawing.Size(149, 20);
this.txtSubCommand.TabIndex = 7;
//
// chkStreaming
//
this.chkStreaming.AutoSize = true;
this.chkStreaming.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.chkStreaming.Location = new System.Drawing.Point(16, 92);
this.chkStreaming.Name = "chkStreaming";
this.chkStreaming.Size = new System.Drawing.Size(82, 17);
this.chkStreaming.TabIndex = 8;
this.chkStreaming.Text = "Streaming";
this.chkStreaming.UseVisualStyleBackColor = true;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(191, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(132, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Command Parameters:";
//
// lstParameters
//
this.lstParameters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.lstParameters.HideSelection = false;
this.lstParameters.Location = new System.Drawing.Point(194, 27);
this.lstParameters.Name = "lstParameters";
this.lstParameters.Size = new System.Drawing.Size(321, 123);
this.lstParameters.TabIndex = 10;
this.lstParameters.UseCompatibleStateImageBehavior = false;
this.lstParameters.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Parameter";
this.columnHeader1.Width = 150;
//
// columnHeader2
//
this.columnHeader2.Text = "Value";
this.columnHeader2.Width = 150;
//
// txtParameterName
//
this.txtParameterName.Location = new System.Drawing.Point(194, 159);
this.txtParameterName.Name = "txtParameterName";
this.txtParameterName.Size = new System.Drawing.Size(130, 20);
this.txtParameterName.TabIndex = 11;
//
// txtParameterValue
//
this.txtParameterValue.Location = new System.Drawing.Point(334, 159);
this.txtParameterValue.Name = "txtParameterValue";
this.txtParameterValue.Size = new System.Drawing.Size(130, 20);
this.txtParameterValue.TabIndex = 12;
//
// btnAddParameter
//
this.btnAddParameter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAddParameter.Location = new System.Drawing.Point(470, 156);
this.btnAddParameter.Name = "btnAddParameter";
this.btnAddParameter.Size = new System.Drawing.Size(45, 23);
this.btnAddParameter.TabIndex = 13;
this.btnAddParameter.Text = "Add";
this.btnAddParameter.UseVisualStyleBackColor = true;
this.btnAddParameter.Click += new System.EventHandler(this.btnAddParameter_Click);
//
// btnSendCommand
//
this.btnSendCommand.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSendCommand.Location = new System.Drawing.Point(521, 6);
this.btnSendCommand.Name = "btnSendCommand";
this.btnSendCommand.Size = new System.Drawing.Size(151, 23);
this.btnSendCommand.TabIndex = 14;
this.btnSendCommand.Text = "Send Command";
this.btnSendCommand.UseVisualStyleBackColor = true;
this.btnSendCommand.Click += new System.EventHandler(this.btnSendCommand_Click);
//
// btnCancelRequests
//
this.btnCancelRequests.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnCancelRequests.Location = new System.Drawing.Point(521, 35);
this.btnCancelRequests.Name = "btnCancelRequests";
this.btnCancelRequests.Size = new System.Drawing.Size(151, 23);
this.btnCancelRequests.TabIndex = 15;
this.btnCancelRequests.Text = "Cancel Requests";
this.btnCancelRequests.UseVisualStyleBackColor = true;
this.btnCancelRequests.Click += new System.EventHandler(this.btnCancelRequests_Click);
//
// btnDeleteParameters
//
this.btnDeleteParameters.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDeleteParameters.Location = new System.Drawing.Point(460, 4);
this.btnDeleteParameters.Name = "btnDeleteParameters";
this.btnDeleteParameters.Size = new System.Drawing.Size(55, 23);
this.btnDeleteParameters.TabIndex = 16;
this.btnDeleteParameters.Text = "Delete";
this.btnDeleteParameters.UseVisualStyleBackColor = true;
this.btnDeleteParameters.Click += new System.EventHandler(this.btnDeleteParameters_Click);
//
// btnClearServerResponses
//
this.btnClearServerResponses.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearServerResponses.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClearServerResponses.Location = new System.Drawing.Point(617, 372);
this.btnClearServerResponses.Name = "btnClearServerResponses";
this.btnClearServerResponses.Size = new System.Drawing.Size(55, 23);
this.btnClearServerResponses.TabIndex = 17;
this.btnClearServerResponses.Text = "Clear";
this.btnClearServerResponses.UseVisualStyleBackColor = true;
this.btnClearServerResponses.Click += new System.EventHandler(this.btnClearServerResponses_Click);
//
// btnChartHistoricalAITrades
//
this.btnChartHistoricalAITrades.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnChartHistoricalAITrades.Location = new System.Drawing.Point(521, 81);
this.btnChartHistoricalAITrades.Name = "btnChartHistoricalAITrades";
this.btnChartHistoricalAITrades.Size = new System.Drawing.Size(151, 23);
this.btnChartHistoricalAITrades.TabIndex = 18;
this.btnChartHistoricalAITrades.Text = "Chart AI Historical";
this.btnChartHistoricalAITrades.UseVisualStyleBackColor = true;
this.btnChartHistoricalAITrades.Click += new System.EventHandler(this.btnChartHistoricalAITrades_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(521, 65);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 13);
this.label5.TabIndex = 19;
this.label5.Text = "Commands:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(521, 111);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(87, 13);
this.label6.TabIndex = 20;
this.label6.Text = "Subscripitons:";
//
// btnSubscribeAILtData
//
this.btnSubscribeAILtData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSubscribeAILtData.Location = new System.Drawing.Point(521, 185);
this.btnSubscribeAILtData.Name = "btnSubscribeAILtData";
this.btnSubscribeAILtData.Size = new System.Drawing.Size(151, 23);
this.btnSubscribeAILtData.TabIndex = 21;
this.btnSubscribeAILtData.Text = "Subscribe AI LT Data";
this.btnSubscribeAILtData.UseVisualStyleBackColor = true;
this.btnSubscribeAILtData.Click += new System.EventHandler(this.btnSubscribeAILtData_Click);
//
// btnUnsubscribeAiLtData
//
this.btnUnsubscribeAiLtData.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnUnsubscribeAiLtData.Location = new System.Drawing.Point(521, 214);
this.btnUnsubscribeAiLtData.Name = "btnUnsubscribeAiLtData";
this.btnUnsubscribeAiLtData.Size = new System.Drawing.Size(151, 23);
this.btnUnsubscribeAiLtData.TabIndex = 22;
this.btnUnsubscribeAiLtData.Text = "Unsubscribe AI LT Data";
this.btnUnsubscribeAiLtData.UseVisualStyleBackColor = true;
this.btnUnsubscribeAiLtData.Click += new System.EventHandler(this.btnUnsubscribeAiLtData_Click);
//
// btnDeleteResponseParameters
//
this.btnDeleteResponseParameters.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnDeleteResponseParameters.Location = new System.Drawing.Point(460, 191);
this.btnDeleteResponseParameters.Name = "btnDeleteResponseParameters";
this.btnDeleteResponseParameters.Size = new System.Drawing.Size(55, 23);
this.btnDeleteResponseParameters.TabIndex = 28;
this.btnDeleteResponseParameters.Text = "Delete";
this.btnDeleteResponseParameters.UseVisualStyleBackColor = true;
this.btnDeleteResponseParameters.Click += new System.EventHandler(this.btnDeleteResponseParameters_Click);
//
// btnAddResponseParameter
//
this.btnAddResponseParameter.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAddResponseParameter.Location = new System.Drawing.Point(470, 343);
this.btnAddResponseParameter.Name = "btnAddResponseParameter";
this.btnAddResponseParameter.Size = new System.Drawing.Size(45, 23);
this.btnAddResponseParameter.TabIndex = 27;
this.btnAddResponseParameter.Text = "Add";
this.btnAddResponseParameter.UseVisualStyleBackColor = true;
this.btnAddResponseParameter.Click += new System.EventHandler(this.btnAddResponseParameter_Click);
//
// txtResponseParameterName
//
this.txtResponseParameterName.Location = new System.Drawing.Point(194, 346);
this.txtResponseParameterName.Name = "txtResponseParameterName";
this.txtResponseParameterName.Size = new System.Drawing.Size(130, 20);
this.txtResponseParameterName.TabIndex = 25;
//
// lstResponseParameters
//
this.lstResponseParameters.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3,
this.columnHeader4});
this.lstResponseParameters.HideSelection = false;
this.lstResponseParameters.Location = new System.Drawing.Point(194, 214);
this.lstResponseParameters.Name = "lstResponseParameters";
this.lstResponseParameters.Size = new System.Drawing.Size(321, 123);
this.lstResponseParameters.TabIndex = 24;
this.lstResponseParameters.UseCompatibleStateImageBehavior = false;
this.lstResponseParameters.View = System.Windows.Forms.View.Details;
//
// columnHeader3
//
this.columnHeader3.Text = "Parameter";
this.columnHeader3.Width = 150;
//
// columnHeader4
//
this.columnHeader4.Text = "Type";
this.columnHeader4.Width = 150;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(191, 198);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(134, 13);
this.label7.TabIndex = 23;
this.label7.Text = "Response Parameters:";
//
// cboResponseParameterType
//
this.cboResponseParameterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboResponseParameterType.FormattingEnabled = true;
this.cboResponseParameterType.Items.AddRange(new object[] {
"string",
"int",
"double",
"bool",
"DateTime"});
this.cboResponseParameterType.Location = new System.Drawing.Point(334, 346);
this.cboResponseParameterType.Name = "cboResponseParameterType";
this.cboResponseParameterType.Size = new System.Drawing.Size(130, 21);
this.cboResponseParameterType.TabIndex = 29;
//
// ServerSubscriptionTester
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 561);
this.Controls.Add(this.cboResponseParameterType);
this.Controls.Add(this.btnDeleteResponseParameters);
this.Controls.Add(this.btnAddResponseParameter);
this.Controls.Add(this.txtResponseParameterName);
this.Controls.Add(this.lstResponseParameters);
this.Controls.Add(this.label7);
this.Controls.Add(this.btnUnsubscribeAiLtData);
this.Controls.Add(this.btnSubscribeAILtData);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.btnChartHistoricalAITrades);
this.Controls.Add(this.btnClearServerResponses);
this.Controls.Add(this.btnDeleteParameters);
this.Controls.Add(this.btnCancelRequests);
this.Controls.Add(this.btnSendCommand);
this.Controls.Add(this.btnAddParameter);
this.Controls.Add(this.txtParameterValue);
this.Controls.Add(this.txtParameterName);
this.Controls.Add(this.lstParameters);
this.Controls.Add(this.label4);
this.Controls.Add(this.chkStreaming);
this.Controls.Add(this.txtSubCommand);
this.Controls.Add(this.txtCommand);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnUnsubscribeAIData);
this.Controls.Add(this.btnSubscribeAIData);
this.Controls.Add(this.txtServerResponses);
this.Name = "ServerSubscriptionTester";
this.Text = "Server Command and Subscription Tester";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerSubscriptionTester_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtServerResponses;
private System.Windows.Forms.Button btnSubscribeAIData;
private System.Windows.Forms.Button btnUnsubscribeAIData;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtCommand;
private System.Windows.Forms.TextBox txtSubCommand;
private System.Windows.Forms.CheckBox chkStreaming;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ListView lstParameters;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.TextBox txtParameterName;
private System.Windows.Forms.TextBox txtParameterValue;
private System.Windows.Forms.Button btnAddParameter;
private System.Windows.Forms.Button btnSendCommand;
private System.Windows.Forms.Button btnCancelRequests;
private System.Windows.Forms.Button btnDeleteParameters;
private System.Windows.Forms.Button btnClearServerResponses;
private System.Windows.Forms.Button btnChartHistoricalAITrades;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button btnSubscribeAILtData;
private System.Windows.Forms.Button btnUnsubscribeAiLtData;
private System.Windows.Forms.Button btnDeleteResponseParameters;
private System.Windows.Forms.Button btnAddResponseParameter;
private System.Windows.Forms.TextBox txtResponseParameterName;
private System.Windows.Forms.ListView lstResponseParameters;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cboResponseParameterType;
}
}