Files
mtapi/TestApiClientUI/Form1.Designer.cs
T

1275 lines
61 KiB
C#
Executable File

namespace TestApiClientUI
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.textBoxServerName = new System.Windows.Forms.TextBox();
this.textBoxPort = new System.Windows.Forms.TextBox();
this.buttonConnect = new System.Windows.Forms.Button();
this.buttonDisconnect = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusConnection = new System.Windows.Forms.ToolStripStatusLabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.listViewQuotes = new System.Windows.Forms.ListView();
this.colSymbol = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colBid = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colAsk = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.colFeedCount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.listBoxEventLog = new System.Windows.Forms.ListBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.button17 = new System.Windows.Forms.Button();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button16 = new System.Windows.Forms.Button();
this.label21 = new System.Windows.Forms.Label();
this.textBoxIndexTicket = new System.Windows.Forms.TextBox();
this.comboBoxSelectedCommand = new System.Windows.Forms.ComboBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.listBoxClosedOrders = new System.Windows.Forms.ListBox();
this.button2 = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.comboBoxOrderColor = new System.Windows.Forms.ComboBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBoxOrderMagic = new System.Windows.Forms.TextBox();
this.textBoxOrderComment = new System.Windows.Forms.TextBox();
this.textBoxOrderProffit = new System.Windows.Forms.TextBox();
this.textBoxOrderStoploss = new System.Windows.Forms.TextBox();
this.textBoxOrderPrice = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.numericOrderSlippage = new System.Windows.Forms.NumericUpDown();
this.label19 = new System.Windows.Forms.Label();
this.textBoxOrderVolume = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.comboBoxOrderCommand = new System.Windows.Forms.ComboBox();
this.label17 = new System.Windows.Forms.Label();
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.label8 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBoxOrderSymbol = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.listBoxSendedOrders = new System.Windows.Forms.ListBox();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.buttonRefreshRates = new System.Windows.Forms.Button();
this.label22 = new System.Windows.Forms.Label();
this.textBoxErrorCode = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.comboBoxStatusCommand = new System.Windows.Forms.ComboBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.comboBoxAccountInfoCmd = new System.Windows.Forms.ComboBox();
this.textBoxAccountInfoVolume = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.textBoxAccountInfoSymbol = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.listBoxAccountInfo = new System.Windows.Forms.ListBox();
this.button4 = new System.Windows.Forms.Button();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.txtMarketInfoSymbol = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button();
this.listBoxMarketInfo = new System.Windows.Forms.ListBox();
this.tabPage5 = new System.Windows.Forms.TabPage();
this.iCustomBtn = new System.Windows.Forms.Button();
this.button12 = new System.Windows.Forms.Button();
this.button11 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.textBoxTimeframesCount = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.textBoxSelectedSymbol = new System.Windows.Forms.TextBox();
this.button6 = new System.Windows.Forms.Button();
this.listBoxProceHistory = new System.Windows.Forms.ListBox();
this.tabPage6 = new System.Windows.Forms.TabPage();
this.button15 = new System.Windows.Forms.Button();
this.button14 = new System.Windows.Forms.Button();
this.button13 = new System.Windows.Forms.Button();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.groupBox1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericOrderSlippage)).BeginInit();
this.tabPage1.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
this.tabPage5.SuspendLayout();
this.tabPage6.SuspendLayout();
this.SuspendLayout();
//
// textBoxServerName
//
this.textBoxServerName.Location = new System.Drawing.Point(70, 19);
this.textBoxServerName.Name = "textBoxServerName";
this.textBoxServerName.Size = new System.Drawing.Size(156, 20);
this.textBoxServerName.TabIndex = 0;
//
// textBoxPort
//
this.textBoxPort.Location = new System.Drawing.Point(70, 45);
this.textBoxPort.Name = "textBoxPort";
this.textBoxPort.Size = new System.Drawing.Size(156, 20);
this.textBoxPort.TabIndex = 1;
this.textBoxPort.Text = "8222";
//
// buttonConnect
//
this.buttonConnect.Location = new System.Drawing.Point(42, 71);
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(75, 23);
this.buttonConnect.TabIndex = 4;
this.buttonConnect.Text = "Connect";
this.buttonConnect.UseVisualStyleBackColor = true;
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// buttonDisconnect
//
this.buttonDisconnect.Location = new System.Drawing.Point(125, 71);
this.buttonDisconnect.Name = "buttonDisconnect";
this.buttonDisconnect.Size = new System.Drawing.Size(75, 23);
this.buttonDisconnect.TabIndex = 3;
this.buttonDisconnect.Text = "Disconnect";
this.buttonDisconnect.UseVisualStyleBackColor = true;
this.buttonDisconnect.Click += new System.EventHandler(this.buttonDisconnect_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Server";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(14, 48);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Port";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonConnect);
this.groupBox1.Controls.Add(this.textBoxServerName);
this.groupBox1.Controls.Add(this.textBoxPort);
this.groupBox1.Controls.Add(this.buttonDisconnect);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(238, 102);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Connection";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusConnection});
this.statusStrip1.Location = new System.Drawing.Point(0, 637);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(713, 22);
this.statusStrip1.TabIndex = 11;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusConnection
//
this.toolStripStatusConnection.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
this.toolStripStatusConnection.Name = "toolStripStatusConnection";
this.toolStripStatusConnection.Size = new System.Drawing.Size(76, 17);
this.toolStripStatusConnection.Text = "Disconected";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.listViewQuotes);
this.groupBox2.Location = new System.Drawing.Point(256, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(371, 129);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Quotes:";
//
// listViewQuotes
//
this.listViewQuotes.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.listViewQuotes.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colSymbol,
this.colBid,
this.colAsk,
this.colFeedCount});
this.listViewQuotes.Location = new System.Drawing.Point(6, 19);
this.listViewQuotes.Name = "listViewQuotes";
this.listViewQuotes.Size = new System.Drawing.Size(357, 104);
this.listViewQuotes.TabIndex = 15;
this.listViewQuotes.UseCompatibleStateImageBehavior = false;
this.listViewQuotes.View = System.Windows.Forms.View.Details;
this.listViewQuotes.SelectedIndexChanged += new System.EventHandler(this.listViewQuotes_SelectedIndexChanged);
//
// colSymbol
//
this.colSymbol.Text = "Symbol";
//
// colBid
//
this.colBid.Text = "Bid";
//
// colAsk
//
this.colAsk.Text = "Ask";
//
// colFeedCount
//
this.colFeedCount.Text = "Feeds";
//
// listBoxEventLog
//
this.listBoxEventLog.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.listBoxEventLog.ContextMenuStrip = this.contextMenuStrip1;
this.listBoxEventLog.FormattingEnabled = true;
this.listBoxEventLog.Location = new System.Drawing.Point(12, 543);
this.listBoxEventLog.Name = "listBoxEventLog";
this.listBoxEventLog.Size = new System.Drawing.Size(690, 82);
this.listBoxEventLog.TabIndex = 14;
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Controls.Add(this.tabPage5);
this.tabControl1.Controls.Add(this.tabPage6);
this.tabControl1.Location = new System.Drawing.Point(12, 147);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(690, 388);
this.tabControl1.TabIndex = 15;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button17);
this.tabPage2.Controls.Add(this.comboBox2);
this.tabPage2.Controls.Add(this.comboBox1);
this.tabPage2.Controls.Add(this.button16);
this.tabPage2.Controls.Add(this.label21);
this.tabPage2.Controls.Add(this.textBoxIndexTicket);
this.tabPage2.Controls.Add(this.comboBoxSelectedCommand);
this.tabPage2.Controls.Add(this.label15);
this.tabPage2.Controls.Add(this.label16);
this.tabPage2.Controls.Add(this.listBoxClosedOrders);
this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Controls.Add(this.listBoxSendedOrders);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(682, 362);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Trade Operations";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button17
//
this.button17.Location = new System.Drawing.Point(601, 290);
this.button17.Name = "button17";
this.button17.Size = new System.Drawing.Size(75, 23);
this.button17.TabIndex = 12;
this.button17.Text = "GetOrders";
this.button17.UseVisualStyleBackColor = true;
this.button17.Click += new System.EventHandler(this.button17_Click);
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Items.AddRange(new object[] {
"MODE_TRADES",
"MODE_HISTORY"});
this.comboBox2.Location = new System.Drawing.Point(481, 261);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(114, 21);
this.comboBox2.TabIndex = 11;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
"SELECT_BY_POS",
"SELECT_BY_TICKET"});
this.comboBox1.Location = new System.Drawing.Point(356, 261);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(119, 21);
this.comboBox1.TabIndex = 10;
//
// button16
//
this.button16.Location = new System.Drawing.Point(601, 261);
this.button16.Name = "button16";
this.button16.Size = new System.Drawing.Size(75, 23);
this.button16.TabIndex = 9;
this.button16.Text = "GetOrder";
this.button16.UseVisualStyleBackColor = true;
this.button16.Click += new System.EventHandler(this.button16_Click);
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(213, 264);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(71, 13);
this.label21.TabIndex = 8;
this.label21.Text = "Index/Ticket:";
//
// textBoxIndexTicket
//
this.textBoxIndexTicket.Location = new System.Drawing.Point(290, 261);
this.textBoxIndexTicket.Name = "textBoxIndexTicket";
this.textBoxIndexTicket.Size = new System.Drawing.Size(60, 20);
this.textBoxIndexTicket.TabIndex = 7;
this.textBoxIndexTicket.Text = "0";
//
// comboBoxSelectedCommand
//
this.comboBoxSelectedCommand.FormattingEnabled = true;
this.comboBoxSelectedCommand.Items.AddRange(new object[] {
"OrderClose",
"OrderCloseBy",
"OrderClosePrice",
"OrderCloseTime",
"OrderComment",
"OrderCommission",
"OrderDelete",
"OrderExpiration",
"OrderLots",
"OrderMagicNumber",
"OrderModify",
"OrderOpenPrice",
"OrderOpenTime",
"OrderPrint",
"OrderProfit",
"OrderSelect",
"OrdersHistoryTotal",
"OrderStopLoss",
"OrdersTotal",
"OrderSwap",
"OrderSymbol",
"OrderTakeProfit",
"OrderTicket",
"OrderType"});
this.comboBoxSelectedCommand.Location = new System.Drawing.Point(216, 313);
this.comboBoxSelectedCommand.Name = "comboBoxSelectedCommand";
this.comboBoxSelectedCommand.Size = new System.Drawing.Size(121, 21);
this.comboBoxSelectedCommand.TabIndex = 6;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(213, 6);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(47, 13);
this.label15.TabIndex = 3;
this.label15.Text = "Sended:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(213, 135);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(42, 13);
this.label16.TabIndex = 4;
this.label16.Text = "Closed:";
//
// listBoxClosedOrders
//
this.listBoxClosedOrders.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listBoxClosedOrders.FormattingEnabled = true;
this.listBoxClosedOrders.Location = new System.Drawing.Point(213, 151);
this.listBoxClosedOrders.Name = "listBoxClosedOrders";
this.listBoxClosedOrders.Size = new System.Drawing.Size(463, 108);
this.listBoxClosedOrders.TabIndex = 5;
//
// button2
//
this.button2.Location = new System.Drawing.Point(343, 313);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(87, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Execute";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.comboBoxOrderColor);
this.groupBox3.Controls.Add(this.textBox2);
this.groupBox3.Controls.Add(this.textBoxOrderMagic);
this.groupBox3.Controls.Add(this.textBoxOrderComment);
this.groupBox3.Controls.Add(this.textBoxOrderProffit);
this.groupBox3.Controls.Add(this.textBoxOrderStoploss);
this.groupBox3.Controls.Add(this.textBoxOrderPrice);
this.groupBox3.Controls.Add(this.label20);
this.groupBox3.Controls.Add(this.numericOrderSlippage);
this.groupBox3.Controls.Add(this.label19);
this.groupBox3.Controls.Add(this.textBoxOrderVolume);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.comboBoxOrderCommand);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label14);
this.groupBox3.Controls.Add(this.label13);
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Controls.Add(this.label11);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Controls.Add(this.button1);
this.groupBox3.Controls.Add(this.textBoxOrderSymbol);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Location = new System.Drawing.Point(6, 6);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(201, 335);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Send Order";
//
// comboBoxOrderColor
//
this.comboBoxOrderColor.FormattingEnabled = true;
this.comboBoxOrderColor.Items.AddRange(new object[] {
"Green",
"Blue",
"Red"});
this.comboBoxOrderColor.Location = new System.Drawing.Point(69, 281);
this.comboBoxOrderColor.Name = "comboBoxOrderColor";
this.comboBoxOrderColor.Size = new System.Drawing.Size(121, 21);
this.comboBoxOrderColor.TabIndex = 13;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(70, 255);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(120, 20);
this.textBox2.TabIndex = 11;
//
// textBoxOrderMagic
//
this.textBoxOrderMagic.Location = new System.Drawing.Point(70, 229);
this.textBoxOrderMagic.Name = "textBoxOrderMagic";
this.textBoxOrderMagic.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderMagic.TabIndex = 11;
//
// textBoxOrderComment
//
this.textBoxOrderComment.Location = new System.Drawing.Point(70, 203);
this.textBoxOrderComment.Name = "textBoxOrderComment";
this.textBoxOrderComment.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderComment.TabIndex = 11;
//
// textBoxOrderProffit
//
this.textBoxOrderProffit.Location = new System.Drawing.Point(70, 174);
this.textBoxOrderProffit.Name = "textBoxOrderProffit";
this.textBoxOrderProffit.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderProffit.TabIndex = 11;
//
// textBoxOrderStoploss
//
this.textBoxOrderStoploss.Location = new System.Drawing.Point(69, 148);
this.textBoxOrderStoploss.Name = "textBoxOrderStoploss";
this.textBoxOrderStoploss.Size = new System.Drawing.Size(121, 20);
this.textBoxOrderStoploss.TabIndex = 10;
//
// textBoxOrderPrice
//
this.textBoxOrderPrice.Location = new System.Drawing.Point(70, 94);
this.textBoxOrderPrice.Name = "textBoxOrderPrice";
this.textBoxOrderPrice.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderPrice.TabIndex = 8;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(8, 284);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(34, 13);
this.label20.TabIndex = 10;
this.label20.Text = "Color:";
//
// numericOrderSlippage
//
this.numericOrderSlippage.Location = new System.Drawing.Point(70, 122);
this.numericOrderSlippage.Name = "numericOrderSlippage";
this.numericOrderSlippage.Size = new System.Drawing.Size(120, 20);
this.numericOrderSlippage.TabIndex = 9;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(7, 258);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(56, 13);
this.label19.TabIndex = 10;
this.label19.Text = "Expiration:";
//
// textBoxOrderVolume
//
this.textBoxOrderVolume.Location = new System.Drawing.Point(70, 68);
this.textBoxOrderVolume.Name = "textBoxOrderVolume";
this.textBoxOrderVolume.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderVolume.TabIndex = 7;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(7, 232);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(39, 13);
this.label18.TabIndex = 10;
this.label18.Text = "Magic:";
//
// comboBoxOrderCommand
//
this.comboBoxOrderCommand.FormattingEnabled = true;
this.comboBoxOrderCommand.Items.AddRange(new object[] {
"OP_BUY",
"OP_SELL",
"OP_BUYLIMIT",
"OP_SELLLIMIT",
"OP_BUYSTOP",
"OP_SELLSTOP"});
this.comboBoxOrderCommand.Location = new System.Drawing.Point(70, 40);
this.comboBoxOrderCommand.Name = "comboBoxOrderCommand";
this.comboBoxOrderCommand.Size = new System.Drawing.Size(120, 21);
this.comboBoxOrderCommand.TabIndex = 6;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(7, 206);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(54, 13);
this.label17.TabIndex = 10;
this.label17.Text = "Comment:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(7, 177);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(34, 13);
this.label14.TabIndex = 10;
this.label14.Text = "Profit:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(7, 151);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(50, 13);
this.label13.TabIndex = 9;
this.label13.Text = "Stoploss:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(7, 124);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(51, 13);
this.label12.TabIndex = 8;
this.label12.Text = "Slippage:";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(7, 97);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(34, 13);
this.label11.TabIndex = 7;
this.label11.Text = "Price:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 71);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(45, 13);
this.label8.TabIndex = 6;
this.label8.Text = "Volume:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(7, 43);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(57, 13);
this.label10.TabIndex = 5;
this.label10.Text = "Command:";
//
// button1
//
this.button1.Location = new System.Drawing.Point(120, 307);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 12;
this.button1.Text = "Send";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBoxOrderSymbol
//
this.textBoxOrderSymbol.Location = new System.Drawing.Point(70, 14);
this.textBoxOrderSymbol.Name = "textBoxOrderSymbol";
this.textBoxOrderSymbol.Size = new System.Drawing.Size(120, 20);
this.textBoxOrderSymbol.TabIndex = 5;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(7, 17);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(44, 13);
this.label9.TabIndex = 3;
this.label9.Text = "Symbol:";
//
// listBoxSendedOrders
//
this.listBoxSendedOrders.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.listBoxSendedOrders.FormattingEnabled = true;
this.listBoxSendedOrders.Location = new System.Drawing.Point(213, 23);
this.listBoxSendedOrders.Name = "listBoxSendedOrders";
this.listBoxSendedOrders.SelectionMode = System.Windows.Forms.SelectionMode.MultiSimple;
this.listBoxSendedOrders.Size = new System.Drawing.Size(463, 108);
this.listBoxSendedOrders.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.buttonRefreshRates);
this.tabPage1.Controls.Add(this.label22);
this.tabPage1.Controls.Add(this.textBoxErrorCode);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Controls.Add(this.comboBoxStatusCommand);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(682, 362);
this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "Check Status";
this.tabPage1.UseVisualStyleBackColor = true;
//
// buttonRefreshRates
//
this.buttonRefreshRates.Location = new System.Drawing.Point(10, 172);
this.buttonRefreshRates.Name = "buttonRefreshRates";
this.buttonRefreshRates.Size = new System.Drawing.Size(128, 23);
this.buttonRefreshRates.TabIndex = 4;
this.buttonRefreshRates.Text = "RefreshRates";
this.buttonRefreshRates.UseVisualStyleBackColor = true;
this.buttonRefreshRates.Click += new System.EventHandler(this.buttonRefreshRates_Click);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(7, 49);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(57, 13);
this.label22.TabIndex = 3;
this.label22.Text = "ErrorCode:";
//
// textBoxErrorCode
//
this.textBoxErrorCode.Location = new System.Drawing.Point(70, 46);
this.textBoxErrorCode.Name = "textBoxErrorCode";
this.textBoxErrorCode.Size = new System.Drawing.Size(100, 20);
this.textBoxErrorCode.TabIndex = 2;
//
// button3
//
this.button3.Location = new System.Drawing.Point(147, 98);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 1;
this.button3.Text = "Execute";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// comboBoxStatusCommand
//
this.comboBoxStatusCommand.FormattingEnabled = true;
this.comboBoxStatusCommand.Items.AddRange(new object[] {
"GetLastError",
"IsConnected",
"IsDemo",
"IsDllsAllowed",
"IsExpertEnabled",
"IsLibrariesAllowed",
"IsOptimization",
"IsStopped",
"IsTesting",
"IsTradeAllowed",
"IsTradeContextBusy",
"IsVisualMode",
"UninitializeReason",
"ErrorDescription"});
this.comboBoxStatusCommand.Location = new System.Drawing.Point(10, 98);
this.comboBoxStatusCommand.Name = "comboBoxStatusCommand";
this.comboBoxStatusCommand.Size = new System.Drawing.Size(121, 21);
this.comboBoxStatusCommand.TabIndex = 0;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.comboBoxAccountInfoCmd);
this.tabPage3.Controls.Add(this.textBoxAccountInfoVolume);
this.tabPage3.Controls.Add(this.label25);
this.tabPage3.Controls.Add(this.label24);
this.tabPage3.Controls.Add(this.label23);
this.tabPage3.Controls.Add(this.textBoxAccountInfoSymbol);
this.tabPage3.Controls.Add(this.textBox3);
this.tabPage3.Controls.Add(this.listBoxAccountInfo);
this.tabPage3.Controls.Add(this.button4);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
this.tabPage3.Size = new System.Drawing.Size(682, 362);
this.tabPage3.TabIndex = 3;
this.tabPage3.Text = "Account Information";
this.tabPage3.UseVisualStyleBackColor = true;
//
// comboBoxAccountInfoCmd
//
this.comboBoxAccountInfoCmd.FormattingEnabled = true;
this.comboBoxAccountInfoCmd.Items.AddRange(new object[] {
"OP_BUY",
"OP_SELL",
"OP_BUYLIMIT",
"OP_SELLLIMIT",
"OP_BUYSTOP",
"OP_SELLSTOP"});
this.comboBoxAccountInfoCmd.Location = new System.Drawing.Point(246, 45);
this.comboBoxAccountInfoCmd.Name = "comboBoxAccountInfoCmd";
this.comboBoxAccountInfoCmd.Size = new System.Drawing.Size(120, 21);
this.comboBoxAccountInfoCmd.TabIndex = 9;
//
// textBoxAccountInfoVolume
//
this.textBoxAccountInfoVolume.Location = new System.Drawing.Point(246, 92);
this.textBoxAccountInfoVolume.Name = "textBoxAccountInfoVolume";
this.textBoxAccountInfoVolume.Size = new System.Drawing.Size(100, 20);
this.textBoxAccountInfoVolume.TabIndex = 8;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(193, 99);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(44, 13);
this.label25.TabIndex = 6;
this.label25.Text = "volume:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(193, 53);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(30, 13);
this.label24.TabIndex = 5;
this.label24.Text = "cmd:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(193, 12);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(44, 13);
this.label23.TabIndex = 4;
this.label23.Text = "Symbol:";
//
// textBoxAccountInfoSymbol
//
this.textBoxAccountInfoSymbol.Location = new System.Drawing.Point(246, 6);
this.textBoxAccountInfoSymbol.Name = "textBoxAccountInfoSymbol";
this.textBoxAccountInfoSymbol.Size = new System.Drawing.Size(100, 20);
this.textBoxAccountInfoSymbol.TabIndex = 3;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(193, 197);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(408, 20);
this.textBox3.TabIndex = 2;
//
// listBoxAccountInfo
//
this.listBoxAccountInfo.FormattingEnabled = true;
this.listBoxAccountInfo.Items.AddRange(new object[] {
"AccountBalance",
"AccountCredit",
"AccountCompany",
"AccountCurrency",
"AccountEquity",
"AccountFreeMargin",
"AccountFreeMarginCheck",
"AccountFreeMarginMode",
"AccountLeverage",
"AccountMargin",
"AccountName",
"AccountNumber",
"AccountProfit",
"AccountServer",
"AccountStopoutLevel",
"AccountStopoutMode"});
this.listBoxAccountInfo.Location = new System.Drawing.Point(6, 6);
this.listBoxAccountInfo.Name = "listBoxAccountInfo";
this.listBoxAccountInfo.Size = new System.Drawing.Size(180, 316);
this.listBoxAccountInfo.TabIndex = 1;
//
// button4
//
this.button4.Location = new System.Drawing.Point(6, 328);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(180, 23);
this.button4.TabIndex = 0;
this.button4.Text = "Execute";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.txtMarketInfoSymbol);
this.tabPage4.Controls.Add(this.button5);
this.tabPage4.Controls.Add(this.listBoxMarketInfo);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
this.tabPage4.Size = new System.Drawing.Size(682, 362);
this.tabPage4.TabIndex = 4;
this.tabPage4.Text = "MarketInfo";
this.tabPage4.UseVisualStyleBackColor = true;
//
// txtMarketInfoSymbol
//
this.txtMarketInfoSymbol.Location = new System.Drawing.Point(208, 6);
this.txtMarketInfoSymbol.Name = "txtMarketInfoSymbol";
this.txtMarketInfoSymbol.Size = new System.Drawing.Size(100, 20);
this.txtMarketInfoSymbol.TabIndex = 7;
//
// button5
//
this.button5.Location = new System.Drawing.Point(16, 328);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(186, 23);
this.button5.TabIndex = 6;
this.button5.Text = "Execute";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// listBoxMarketInfo
//
this.listBoxMarketInfo.FormattingEnabled = true;
this.listBoxMarketInfo.Items.AddRange(new object[] {
"",
"MODE_LOW",
"MODE_HIGH",
"",
"",
"MODE_TIME",
"",
"",
"",
"MODE_BID",
"MODE_ASK",
"MODE_POINT",
"MODE_DIGITS",
"MODE_SPREAD",
"MODE_STOPLEVEL",
"MODE_LOTSIZE",
"MODE_TICKVALUE",
"MODE_TICKSIZE",
"MODE_SWAPLONG",
"MODE_SWAPSHORT",
"MODE_STARTING",
"MODE_EXPIRATION",
"MODE_TRADEALLOWED",
"MODE_MINLOT",
"MODE_LOTSTEP",
"MODE_MAXLOT",
"MODE_SWAPTYPE",
"MODE_PROFITCALCMODE",
"MODE_MARGINCALCMODE",
"MODE_MARGININIT",
"MODE_MARGINMAINTENANCE",
"MODE_MARGINHEDGED",
"MODE_MARGINREQUIRED",
"MODE_FREEZELEVEL"});
this.listBoxMarketInfo.Location = new System.Drawing.Point(16, 6);
this.listBoxMarketInfo.Name = "listBoxMarketInfo";
this.listBoxMarketInfo.Size = new System.Drawing.Size(186, 316);
this.listBoxMarketInfo.TabIndex = 5;
//
// tabPage5
//
this.tabPage5.Controls.Add(this.iCustomBtn);
this.tabPage5.Controls.Add(this.button12);
this.tabPage5.Controls.Add(this.button11);
this.tabPage5.Controls.Add(this.button10);
this.tabPage5.Controls.Add(this.button9);
this.tabPage5.Controls.Add(this.button8);
this.tabPage5.Controls.Add(this.button7);
this.tabPage5.Controls.Add(this.textBoxTimeframesCount);
this.tabPage5.Controls.Add(this.label26);
this.tabPage5.Controls.Add(this.textBoxSelectedSymbol);
this.tabPage5.Controls.Add(this.button6);
this.tabPage5.Controls.Add(this.listBoxProceHistory);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
this.tabPage5.Size = new System.Drawing.Size(682, 362);
this.tabPage5.TabIndex = 5;
this.tabPage5.Text = "Timeframes";
this.tabPage5.UseVisualStyleBackColor = true;
//
// iCustomBtn
//
this.iCustomBtn.Location = new System.Drawing.Point(341, 215);
this.iCustomBtn.Name = "iCustomBtn";
this.iCustomBtn.Size = new System.Drawing.Size(75, 23);
this.iCustomBtn.TabIndex = 14;
this.iCustomBtn.Text = "ICustom";
this.iCustomBtn.UseVisualStyleBackColor = true;
this.iCustomBtn.Click += new System.EventHandler(this.iCustomBtn_Click);
//
// button12
//
this.button12.Location = new System.Drawing.Point(141, 201);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(75, 23);
this.button12.TabIndex = 13;
this.button12.Text = "iTimeArray";
this.button12.UseVisualStyleBackColor = true;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button11
//
this.button11.Location = new System.Drawing.Point(141, 172);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(75, 23);
this.button11.TabIndex = 12;
this.button11.Text = "iVolumeArray";
this.button11.UseVisualStyleBackColor = true;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button10
//
this.button10.Location = new System.Drawing.Point(141, 143);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(75, 23);
this.button10.TabIndex = 11;
this.button10.Text = "iOpenArray";
this.button10.UseVisualStyleBackColor = true;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.Location = new System.Drawing.Point(141, 114);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(75, 23);
this.button9.TabIndex = 10;
this.button9.Text = "iLowArray";
this.button9.UseVisualStyleBackColor = true;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// button8
//
this.button8.Location = new System.Drawing.Point(141, 85);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(75, 23);
this.button8.TabIndex = 9;
this.button8.Text = "iHighArray";
this.button8.UseVisualStyleBackColor = true;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button7
//
this.button7.Location = new System.Drawing.Point(340, 41);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(75, 23);
this.button7.TabIndex = 8;
this.button7.Text = "iBars";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// textBoxTimeframesCount
//
this.textBoxTimeframesCount.Location = new System.Drawing.Point(341, 15);
this.textBoxTimeframesCount.Name = "textBoxTimeframesCount";
this.textBoxTimeframesCount.Size = new System.Drawing.Size(100, 20);
this.textBoxTimeframesCount.TabIndex = 7;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(142, 22);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(44, 13);
this.label26.TabIndex = 6;
this.label26.Text = "Symbol:";
//
// textBoxSelectedSymbol
//
this.textBoxSelectedSymbol.Location = new System.Drawing.Point(195, 16);
this.textBoxSelectedSymbol.Name = "textBoxSelectedSymbol";
this.textBoxSelectedSymbol.Size = new System.Drawing.Size(100, 20);
this.textBoxSelectedSymbol.TabIndex = 5;
//
// button6
//
this.button6.Location = new System.Drawing.Point(141, 56);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 1;
this.button6.Text = "iCloseArray";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// listBoxProceHistory
//
this.listBoxProceHistory.FormattingEnabled = true;
this.listBoxProceHistory.Location = new System.Drawing.Point(16, 16);
this.listBoxProceHistory.Name = "listBoxProceHistory";
this.listBoxProceHistory.Size = new System.Drawing.Size(119, 316);
this.listBoxProceHistory.TabIndex = 0;
//
// tabPage6
//
this.tabPage6.Controls.Add(this.button15);
this.tabPage6.Controls.Add(this.button14);
this.tabPage6.Controls.Add(this.button13);
this.tabPage6.Location = new System.Drawing.Point(4, 22);
this.tabPage6.Name = "tabPage6";
this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
this.tabPage6.Size = new System.Drawing.Size(682, 362);
this.tabPage6.TabIndex = 6;
this.tabPage6.Text = "Client Terminal";
this.tabPage6.UseVisualStyleBackColor = true;
//
// button15
//
this.button15.Location = new System.Drawing.Point(223, 184);
this.button15.Name = "button15";
this.button15.Size = new System.Drawing.Size(75, 23);
this.button15.TabIndex = 2;
this.button15.Text = "button15";
this.button15.UseVisualStyleBackColor = true;
this.button15.Click += new System.EventHandler(this.button15_Click);
//
// button14
//
this.button14.Location = new System.Drawing.Point(13, 45);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(75, 23);
this.button14.TabIndex = 1;
this.button14.Text = "TimeLocal";
this.button14.UseVisualStyleBackColor = true;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Location = new System.Drawing.Point(13, 16);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(75, 23);
this.button13.TabIndex = 0;
this.button13.Text = "TimeCurrent";
this.button13.UseVisualStyleBackColor = true;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
this.contextMenuStrip1.Text = "Clear";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(713, 659);
this.ContextMenuStrip = this.contextMenuStrip1;
this.Controls.Add(this.listBoxEventLog);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericOrderSlippage)).EndInit();
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.tabPage4.ResumeLayout(false);
this.tabPage4.PerformLayout();
this.tabPage5.ResumeLayout(false);
this.tabPage5.PerformLayout();
this.tabPage6.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxServerName;
private System.Windows.Forms.TextBox textBoxPort;
private System.Windows.Forms.Button buttonConnect;
private System.Windows.Forms.Button buttonDisconnect;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusConnection;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.ListBox listBoxEventLog;
private System.Windows.Forms.ListView listViewQuotes;
private System.Windows.Forms.ColumnHeader colSymbol;
private System.Windows.Forms.ColumnHeader colBid;
private System.Windows.Forms.ColumnHeader colAsk;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBoxOrderSymbol;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ListBox listBoxSendedOrders;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox comboBoxOrderCommand;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBoxOrderProffit;
private System.Windows.Forms.TextBox textBoxOrderStoploss;
private System.Windows.Forms.TextBox textBoxOrderPrice;
private System.Windows.Forms.NumericUpDown numericOrderSlippage;
private System.Windows.Forms.TextBox textBoxOrderVolume;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListBox listBoxClosedOrders;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox textBoxOrderComment;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBoxOrderMagic;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.ComboBox comboBoxOrderColor;
private System.Windows.Forms.ComboBox comboBoxSelectedCommand;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox textBoxIndexTicket;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ComboBox comboBoxStatusCommand;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox textBoxErrorCode;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.ListBox listBoxAccountInfo;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox textBoxAccountInfoSymbol;
private System.Windows.Forms.ComboBox comboBoxAccountInfoCmd;
private System.Windows.Forms.TextBox textBoxAccountInfoVolume;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ListBox listBoxMarketInfo;
private System.Windows.Forms.TextBox txtMarketInfoSymbol;
private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.ListBox listBoxProceHistory;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox textBoxSelectedSymbol;
private System.Windows.Forms.TextBox textBoxTimeframesCount;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.ColumnHeader colFeedCount;
private System.Windows.Forms.Button iCustomBtn;
private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button buttonRefreshRates;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
}
}