mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-07-28 02:57:56 +00:00
1819 lines
88 KiB
C#
1819 lines
88 KiB
C#
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.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBoxOppositeTicket = new System.Windows.Forms.TextBox();
|
|
this.button15 = new System.Windows.Forms.Button();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button20 = new System.Windows.Forms.Button();
|
|
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.button19 = new System.Windows.Forms.Button();
|
|
this.button18 = new System.Windows.Forms.Button();
|
|
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.comboBox6 = new System.Windows.Forms.ComboBox();
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
this.comboBox5 = new System.Windows.Forms.ComboBox();
|
|
this.button31 = new System.Windows.Forms.Button();
|
|
this.txtMarketInfoSymbol = new System.Windows.Forms.TextBox();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.tabPage5 = new System.Windows.Forms.TabPage();
|
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button26 = new System.Windows.Forms.Button();
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
this.button24 = 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.textBoxPrint = new System.Windows.Forms.TextBox();
|
|
this.button27 = new System.Windows.Forms.Button();
|
|
this.button14 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.tabPage7 = new System.Windows.Forms.TabPage();
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
this.iCustomBtn = new System.Windows.Forms.Button();
|
|
this.tabPage8 = new System.Windows.Forms.TabPage();
|
|
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
|
this.button32 = new System.Windows.Forms.Button();
|
|
this.button30 = new System.Windows.Forms.Button();
|
|
this.button29 = new System.Windows.Forms.Button();
|
|
this.button28 = new System.Windows.Forms.Button();
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.comboBox7 = new System.Windows.Forms.ComboBox();
|
|
this.button33 = new System.Windows.Forms.Button();
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
this.comboBox8 = new System.Windows.Forms.ComboBox();
|
|
this.button34 = new System.Windows.Forms.Button();
|
|
this.button35 = new System.Windows.Forms.Button();
|
|
this.comboBox9 = new System.Windows.Forms.ComboBox();
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
this.tabPage6.SuspendLayout();
|
|
this.tabPage7.SuspendLayout();
|
|
this.tabPage8.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, 668);
|
|
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.HorizontalScrollbar = true;
|
|
this.listBoxEventLog.Location = new System.Drawing.Point(12, 556);
|
|
this.listBoxEventLog.Name = "listBoxEventLog";
|
|
this.listBoxEventLog.Size = new System.Drawing.Size(690, 95);
|
|
this.listBoxEventLog.TabIndex = 14;
|
|
this.listBoxEventLog.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listBoxEventLog_MouseDoubleClick);
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
|
|
this.contextMenuStrip1.Text = "Clear";
|
|
//
|
|
// 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.Controls.Add(this.tabPage7);
|
|
this.tabControl1.Controls.Add(this.tabPage8);
|
|
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, 403);
|
|
this.tabControl1.TabIndex = 15;
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.button22);
|
|
this.tabPage2.Controls.Add(this.button21);
|
|
this.tabPage2.Controls.Add(this.label3);
|
|
this.tabPage2.Controls.Add(this.textBoxOppositeTicket);
|
|
this.tabPage2.Controls.Add(this.button15);
|
|
this.tabPage2.Controls.Add(this.checkBox1);
|
|
this.tabPage2.Controls.Add(this.button20);
|
|
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, 377);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Trade Operations";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// button22
|
|
//
|
|
this.button22.Location = new System.Drawing.Point(216, 293);
|
|
this.button22.Name = "button22";
|
|
this.button22.Size = new System.Drawing.Size(75, 23);
|
|
this.button22.TabIndex = 19;
|
|
this.button22.Text = "OrderModify";
|
|
this.button22.UseVisualStyleBackColor = true;
|
|
this.button22.Click += new System.EventHandler(this.button22_Click);
|
|
//
|
|
// button21
|
|
//
|
|
this.button21.Location = new System.Drawing.Point(216, 264);
|
|
this.button21.Name = "button21";
|
|
this.button21.Size = new System.Drawing.Size(75, 23);
|
|
this.button21.TabIndex = 18;
|
|
this.button21.Text = "OrderDelete";
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
this.button21.Click += new System.EventHandler(this.button21_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(219, 242);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(78, 13);
|
|
this.label3.TabIndex = 17;
|
|
this.label3.Text = "Opposite ticket";
|
|
//
|
|
// textBoxOppositeTicket
|
|
//
|
|
this.textBoxOppositeTicket.Location = new System.Drawing.Point(303, 239);
|
|
this.textBoxOppositeTicket.Name = "textBoxOppositeTicket";
|
|
this.textBoxOppositeTicket.Size = new System.Drawing.Size(100, 20);
|
|
this.textBoxOppositeTicket.TabIndex = 16;
|
|
this.textBoxOppositeTicket.Text = "0";
|
|
//
|
|
// button15
|
|
//
|
|
this.button15.Location = new System.Drawing.Point(410, 237);
|
|
this.button15.Name = "button15";
|
|
this.button15.Size = new System.Drawing.Size(92, 23);
|
|
this.button15.TabIndex = 15;
|
|
this.button15.Text = "OrderCloseBy";
|
|
this.button15.UseVisualStyleBackColor = true;
|
|
this.button15.Click += new System.EventHandler(this.button15_Click);
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(297, 208);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(205, 17);
|
|
this.checkBox1.TabIndex = 14;
|
|
this.checkBox1.Text = "Close order by current price on market";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button20
|
|
//
|
|
this.button20.Location = new System.Drawing.Point(216, 202);
|
|
this.button20.Name = "button20";
|
|
this.button20.Size = new System.Drawing.Size(75, 23);
|
|
this.button20.TabIndex = 13;
|
|
this.button20.Text = "OrderClose";
|
|
this.button20.UseVisualStyleBackColor = true;
|
|
this.button20.Click += new System.EventHandler(this.button20_Click);
|
|
//
|
|
// button17
|
|
//
|
|
this.button17.Location = new System.Drawing.Point(558, 158);
|
|
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(341, 158);
|
|
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(216, 158);
|
|
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(461, 158);
|
|
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, 135);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(68, 13);
|
|
this.label21.TabIndex = 8;
|
|
this.label21.Text = "Index/Ticket";
|
|
//
|
|
// textBoxIndexTicket
|
|
//
|
|
this.textBoxIndexTicket.Location = new System.Drawing.Point(290, 132);
|
|
this.textBoxIndexTicket.Name = "textBoxIndexTicket";
|
|
this.textBoxIndexTicket.Size = new System.Drawing.Size(109, 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(213, 344);
|
|
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(210, 69);
|
|
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, 85);
|
|
this.listBoxClosedOrders.Name = "listBoxClosedOrders";
|
|
this.listBoxClosedOrders.Size = new System.Drawing.Size(463, 43);
|
|
this.listBoxClosedOrders.TabIndex = 5;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(356, 342);
|
|
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.button19);
|
|
this.groupBox3.Controls.Add(this.button18);
|
|
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, 365);
|
|
this.groupBox3.TabIndex = 5;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Send Order";
|
|
//
|
|
// button19
|
|
//
|
|
this.button19.Location = new System.Drawing.Point(87, 336);
|
|
this.button19.Name = "button19";
|
|
this.button19.Size = new System.Drawing.Size(75, 23);
|
|
this.button19.TabIndex = 15;
|
|
this.button19.Text = "Sell";
|
|
this.button19.UseVisualStyleBackColor = true;
|
|
this.button19.Click += new System.EventHandler(this.button19_Click);
|
|
//
|
|
// button18
|
|
//
|
|
this.button18.Location = new System.Drawing.Point(6, 336);
|
|
this.button18.Name = "button18";
|
|
this.button18.Size = new System.Drawing.Size(75, 23);
|
|
this.button18.TabIndex = 14;
|
|
this.button18.Text = "Buy";
|
|
this.button18.UseVisualStyleBackColor = true;
|
|
this.button18.Click += new System.EventHandler(this.button18_Click);
|
|
//
|
|
// 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.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericOrderSlippage.Name = "numericOrderSlippage";
|
|
this.numericOrderSlippage.Size = new System.Drawing.Size(120, 20);
|
|
this.numericOrderSlippage.TabIndex = 9;
|
|
this.numericOrderSlippage.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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, 43);
|
|
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, 377);
|
|
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, 377);
|
|
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.comboBox9);
|
|
this.tabPage4.Controls.Add(this.button35);
|
|
this.tabPage4.Controls.Add(this.button34);
|
|
this.tabPage4.Controls.Add(this.comboBox8);
|
|
this.tabPage4.Controls.Add(this.label30);
|
|
this.tabPage4.Controls.Add(this.button33);
|
|
this.tabPage4.Controls.Add(this.comboBox7);
|
|
this.tabPage4.Controls.Add(this.comboBox6);
|
|
this.tabPage4.Controls.Add(this.label29);
|
|
this.tabPage4.Controls.Add(this.comboBox5);
|
|
this.tabPage4.Controls.Add(this.button31);
|
|
this.tabPage4.Controls.Add(this.txtMarketInfoSymbol);
|
|
this.tabPage4.Controls.Add(this.button5);
|
|
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, 377);
|
|
this.tabPage4.TabIndex = 4;
|
|
this.tabPage4.Text = "MarketInfo";
|
|
this.tabPage4.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox6
|
|
//
|
|
this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox6.FormattingEnabled = true;
|
|
this.comboBox6.Location = new System.Drawing.Point(229, 10);
|
|
this.comboBox6.Name = "comboBox6";
|
|
this.comboBox6.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox6.TabIndex = 27;
|
|
//
|
|
// label29
|
|
//
|
|
this.label29.AutoSize = true;
|
|
this.label29.Location = new System.Drawing.Point(164, 13);
|
|
this.label29.Name = "label29";
|
|
this.label29.Size = new System.Drawing.Size(59, 13);
|
|
this.label29.TabIndex = 26;
|
|
this.label29.Text = "TimeFrame";
|
|
//
|
|
// comboBox5
|
|
//
|
|
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox5.FormattingEnabled = true;
|
|
this.comboBox5.Items.AddRange(new object[] {
|
|
"SERIES_BARS_COUNT",
|
|
"SERIES_FIRSTDATE",
|
|
"SERIES_LASTBAR_DATE",
|
|
"SERIES_SERVER_FIRSTDATE"});
|
|
this.comboBox5.Location = new System.Drawing.Point(13, 74);
|
|
this.comboBox5.Name = "comboBox5";
|
|
this.comboBox5.Size = new System.Drawing.Size(186, 21);
|
|
this.comboBox5.TabIndex = 25;
|
|
//
|
|
// button31
|
|
//
|
|
this.button31.Location = new System.Drawing.Point(208, 74);
|
|
this.button31.Name = "button31";
|
|
this.button31.Size = new System.Drawing.Size(111, 23);
|
|
this.button31.TabIndex = 24;
|
|
this.button31.Text = "SeriesInfoInteger";
|
|
this.button31.UseVisualStyleBackColor = true;
|
|
this.button31.Click += new System.EventHandler(this.button31_Click);
|
|
//
|
|
// txtMarketInfoSymbol
|
|
//
|
|
this.txtMarketInfoSymbol.Location = new System.Drawing.Point(57, 10);
|
|
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(208, 45);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(111, 23);
|
|
this.button5.TabIndex = 6;
|
|
this.button5.Text = "MarketInfo";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// tabPage5
|
|
//
|
|
this.tabPage5.Controls.Add(this.dateTimePicker2);
|
|
this.tabPage5.Controls.Add(this.dateTimePicker1);
|
|
this.tabPage5.Controls.Add(this.label6);
|
|
this.tabPage5.Controls.Add(this.numericUpDown2);
|
|
this.tabPage5.Controls.Add(this.numericUpDown1);
|
|
this.tabPage5.Controls.Add(this.label27);
|
|
this.tabPage5.Controls.Add(this.label7);
|
|
this.tabPage5.Controls.Add(this.label5);
|
|
this.tabPage5.Controls.Add(this.comboBox3);
|
|
this.tabPage5.Controls.Add(this.label4);
|
|
this.tabPage5.Controls.Add(this.button26);
|
|
this.tabPage5.Controls.Add(this.button25);
|
|
this.tabPage5.Controls.Add(this.button24);
|
|
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, 377);
|
|
this.tabPage5.TabIndex = 5;
|
|
this.tabPage5.Text = "Timeframes";
|
|
this.tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// dateTimePicker2
|
|
//
|
|
this.dateTimePicker2.Location = new System.Drawing.Point(324, 226);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new System.Drawing.Size(200, 20);
|
|
this.dateTimePicker2.TabIndex = 21;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(324, 200);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
|
|
this.dateTimePicker1.TabIndex = 21;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(456, 178);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(35, 13);
|
|
this.label6.TabIndex = 20;
|
|
this.label6.Text = "Count";
|
|
//
|
|
// numericUpDown2
|
|
//
|
|
this.numericUpDown2.Location = new System.Drawing.Point(497, 176);
|
|
this.numericUpDown2.Name = "numericUpDown2";
|
|
this.numericUpDown2.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDown2.TabIndex = 19;
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.Location = new System.Drawing.Point(324, 175);
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(120, 20);
|
|
this.numericUpDown1.TabIndex = 19;
|
|
//
|
|
// label27
|
|
//
|
|
this.label27.AutoSize = true;
|
|
this.label27.Location = new System.Drawing.Point(260, 232);
|
|
this.label27.Name = "label27";
|
|
this.label27.Size = new System.Drawing.Size(52, 13);
|
|
this.label27.TabIndex = 17;
|
|
this.label27.Text = "StopTime";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(260, 202);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(52, 13);
|
|
this.label7.TabIndex = 17;
|
|
this.label7.Text = "StartTime";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(258, 178);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(47, 13);
|
|
this.label5.TabIndex = 17;
|
|
this.label5.Text = "StartPos";
|
|
//
|
|
// comboBox3
|
|
//
|
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox3.FormattingEnabled = true;
|
|
this.comboBox3.Location = new System.Drawing.Point(324, 143);
|
|
this.comboBox3.Name = "comboBox3";
|
|
this.comboBox3.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox3.TabIndex = 16;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(259, 146);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(59, 13);
|
|
this.label4.TabIndex = 15;
|
|
this.label4.Text = "TimeFrame";
|
|
//
|
|
// button26
|
|
//
|
|
this.button26.Location = new System.Drawing.Point(485, 252);
|
|
this.button26.Name = "button26";
|
|
this.button26.Size = new System.Drawing.Size(93, 23);
|
|
this.button26.TabIndex = 14;
|
|
this.button26.Text = "CopyRates_3";
|
|
this.button26.UseVisualStyleBackColor = true;
|
|
this.button26.Click += new System.EventHandler(this.button26_Click);
|
|
//
|
|
// button25
|
|
//
|
|
this.button25.Location = new System.Drawing.Point(386, 252);
|
|
this.button25.Name = "button25";
|
|
this.button25.Size = new System.Drawing.Size(93, 23);
|
|
this.button25.TabIndex = 14;
|
|
this.button25.Text = "CopyRates_2";
|
|
this.button25.UseVisualStyleBackColor = true;
|
|
this.button25.Click += new System.EventHandler(this.button25_Click);
|
|
//
|
|
// button24
|
|
//
|
|
this.button24.Location = new System.Drawing.Point(287, 252);
|
|
this.button24.Name = "button24";
|
|
this.button24.Size = new System.Drawing.Size(93, 23);
|
|
this.button24.TabIndex = 14;
|
|
this.button24.Text = "CopyRates_1";
|
|
this.button24.UseVisualStyleBackColor = true;
|
|
this.button24.Click += new System.EventHandler(this.button24_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(271, 107);
|
|
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(324, 101);
|
|
this.textBoxSelectedSymbol.Name = "textBoxSelectedSymbol";
|
|
this.textBoxSelectedSymbol.Size = new System.Drawing.Size(100, 20);
|
|
this.textBoxSelectedSymbol.TabIndex = 5;
|
|
this.textBoxSelectedSymbol.Text = "EURUSD";
|
|
//
|
|
// 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.textBoxPrint);
|
|
this.tabPage6.Controls.Add(this.button27);
|
|
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, 377);
|
|
this.tabPage6.TabIndex = 6;
|
|
this.tabPage6.Text = "Client Terminal";
|
|
this.tabPage6.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBoxPrint
|
|
//
|
|
this.textBoxPrint.Location = new System.Drawing.Point(209, 16);
|
|
this.textBoxPrint.Name = "textBoxPrint";
|
|
this.textBoxPrint.Size = new System.Drawing.Size(386, 20);
|
|
this.textBoxPrint.TabIndex = 3;
|
|
//
|
|
// button27
|
|
//
|
|
this.button27.Location = new System.Drawing.Point(601, 16);
|
|
this.button27.Name = "button27";
|
|
this.button27.Size = new System.Drawing.Size(75, 23);
|
|
this.button27.TabIndex = 2;
|
|
this.button27.Text = "Print";
|
|
this.button27.UseVisualStyleBackColor = true;
|
|
this.button27.Click += new System.EventHandler(this.button27_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);
|
|
//
|
|
// tabPage7
|
|
//
|
|
this.tabPage7.Controls.Add(this.button23);
|
|
this.tabPage7.Controls.Add(this.iCustomBtn);
|
|
this.tabPage7.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage7.Name = "tabPage7";
|
|
this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage7.Size = new System.Drawing.Size(682, 377);
|
|
this.tabPage7.TabIndex = 7;
|
|
this.tabPage7.Text = "Technical Indicators";
|
|
this.tabPage7.UseVisualStyleBackColor = true;
|
|
//
|
|
// button23
|
|
//
|
|
this.button23.Location = new System.Drawing.Point(6, 35);
|
|
this.button23.Name = "button23";
|
|
this.button23.Size = new System.Drawing.Size(107, 23);
|
|
this.button23.TabIndex = 16;
|
|
this.button23.Text = "iCustom (Parabolic)";
|
|
this.button23.UseVisualStyleBackColor = true;
|
|
this.button23.Click += new System.EventHandler(this.button23_Click);
|
|
//
|
|
// iCustomBtn
|
|
//
|
|
this.iCustomBtn.Location = new System.Drawing.Point(6, 6);
|
|
this.iCustomBtn.Name = "iCustomBtn";
|
|
this.iCustomBtn.Size = new System.Drawing.Size(107, 23);
|
|
this.iCustomBtn.TabIndex = 15;
|
|
this.iCustomBtn.Text = "iCustom (ZigZag)";
|
|
this.iCustomBtn.UseVisualStyleBackColor = true;
|
|
this.iCustomBtn.Click += new System.EventHandler(this.iCustomBtn_Click);
|
|
//
|
|
// tabPage8
|
|
//
|
|
this.tabPage8.Controls.Add(this.comboBox4);
|
|
this.tabPage8.Controls.Add(this.button32);
|
|
this.tabPage8.Controls.Add(this.button30);
|
|
this.tabPage8.Controls.Add(this.button29);
|
|
this.tabPage8.Controls.Add(this.button28);
|
|
this.tabPage8.Controls.Add(this.label28);
|
|
this.tabPage8.Controls.Add(this.textBox1);
|
|
this.tabPage8.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage8.Name = "tabPage8";
|
|
this.tabPage8.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage8.Size = new System.Drawing.Size(682, 377);
|
|
this.tabPage8.TabIndex = 8;
|
|
this.tabPage8.Text = "Symbols";
|
|
this.tabPage8.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox4
|
|
//
|
|
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox4.FormattingEnabled = true;
|
|
this.comboBox4.Items.AddRange(new object[] {
|
|
"SYMBOL_SELECT",
|
|
"SYMBOL_VISIBLE",
|
|
"SYMBOL_SESSION_DEALS",
|
|
"SYMBOL_SESSION_BUY_ORDERS",
|
|
"SYMBOL_SESSION_SELL_ORDERS",
|
|
"SYMBOL_VOLUME",
|
|
"SYMBOL_VOLUMEHIGH",
|
|
"SYMBOL_VOLUMELOW",
|
|
"SYMBOL_TIME",
|
|
"SYMBOL_DIGITS",
|
|
"SYMBOL_SPREAD",
|
|
"SYMBOL_SPREAD_FLOAT",
|
|
"SYMBOL_TRADE_CALC_MODE",
|
|
"SYMBOL_TRADE_MODE",
|
|
"SYMBOL_START_TIME",
|
|
"SYMBOL_EXPIRATION_TIME",
|
|
"SYMBOL_TRADE_STOPS_LEVEL",
|
|
"SYMBOL_TRADE_FREEZE_LEVEL",
|
|
"SYMBOL_TRADE_EXEMODE",
|
|
"SYMBOL_SWAP_MODE",
|
|
"SYMBOL_SWAP_ROLLOVER3DAYS",
|
|
"SYMBOL_EXPIRATION_MODE",
|
|
"SYMBOL_FILLING_MODE",
|
|
"SYMBOL_ORDER_MODE"});
|
|
this.comboBox4.Location = new System.Drawing.Point(10, 87);
|
|
this.comboBox4.Name = "comboBox4";
|
|
this.comboBox4.Size = new System.Drawing.Size(174, 21);
|
|
this.comboBox4.TabIndex = 3;
|
|
//
|
|
// button32
|
|
//
|
|
this.button32.Location = new System.Drawing.Point(190, 87);
|
|
this.button32.Name = "button32";
|
|
this.button32.Size = new System.Drawing.Size(108, 23);
|
|
this.button32.TabIndex = 2;
|
|
this.button32.Text = "SymbolInfoInteger";
|
|
this.button32.UseVisualStyleBackColor = true;
|
|
this.button32.Click += new System.EventHandler(this.button32_Click);
|
|
//
|
|
// button30
|
|
//
|
|
this.button30.Location = new System.Drawing.Point(206, 56);
|
|
this.button30.Name = "button30";
|
|
this.button30.Size = new System.Drawing.Size(92, 23);
|
|
this.button30.TabIndex = 2;
|
|
this.button30.Text = "SymbolSelect";
|
|
this.button30.UseVisualStyleBackColor = true;
|
|
this.button30.Click += new System.EventHandler(this.button30_Click);
|
|
//
|
|
// button29
|
|
//
|
|
this.button29.Location = new System.Drawing.Point(108, 56);
|
|
this.button29.Name = "button29";
|
|
this.button29.Size = new System.Drawing.Size(92, 23);
|
|
this.button29.TabIndex = 2;
|
|
this.button29.Text = "SymbolName";
|
|
this.button29.UseVisualStyleBackColor = true;
|
|
this.button29.Click += new System.EventHandler(this.button29_Click);
|
|
//
|
|
// button28
|
|
//
|
|
this.button28.Location = new System.Drawing.Point(10, 56);
|
|
this.button28.Name = "button28";
|
|
this.button28.Size = new System.Drawing.Size(92, 23);
|
|
this.button28.TabIndex = 2;
|
|
this.button28.Text = "SymbolsTotal";
|
|
this.button28.UseVisualStyleBackColor = true;
|
|
this.button28.Click += new System.EventHandler(this.button28_Click);
|
|
//
|
|
// label28
|
|
//
|
|
this.label28.AutoSize = true;
|
|
this.label28.Location = new System.Drawing.Point(7, 20);
|
|
this.label28.Name = "label28";
|
|
this.label28.Size = new System.Drawing.Size(41, 13);
|
|
this.label28.TabIndex = 1;
|
|
this.label28.Text = "Symbol";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(54, 17);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(100, 20);
|
|
this.textBox1.TabIndex = 0;
|
|
this.textBox1.Text = "EURUSD";
|
|
//
|
|
// comboBox7
|
|
//
|
|
this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox7.FormattingEnabled = true;
|
|
this.comboBox7.Location = new System.Drawing.Point(13, 101);
|
|
this.comboBox7.Name = "comboBox7";
|
|
this.comboBox7.Size = new System.Drawing.Size(186, 21);
|
|
this.comboBox7.TabIndex = 28;
|
|
//
|
|
// button33
|
|
//
|
|
this.button33.Location = new System.Drawing.Point(208, 99);
|
|
this.button33.Name = "button33";
|
|
this.button33.Size = new System.Drawing.Size(111, 23);
|
|
this.button33.TabIndex = 29;
|
|
this.button33.Text = "SymbolInfoDouble";
|
|
this.button33.UseVisualStyleBackColor = true;
|
|
this.button33.Click += new System.EventHandler(this.button33_Click);
|
|
//
|
|
// label30
|
|
//
|
|
this.label30.AutoSize = true;
|
|
this.label30.Location = new System.Drawing.Point(10, 13);
|
|
this.label30.Name = "label30";
|
|
this.label30.Size = new System.Drawing.Size(41, 13);
|
|
this.label30.TabIndex = 30;
|
|
this.label30.Text = "Symbol";
|
|
//
|
|
// comboBox8
|
|
//
|
|
this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox8.FormattingEnabled = true;
|
|
this.comboBox8.Location = new System.Drawing.Point(13, 47);
|
|
this.comboBox8.Name = "comboBox8";
|
|
this.comboBox8.Size = new System.Drawing.Size(186, 21);
|
|
this.comboBox8.TabIndex = 31;
|
|
//
|
|
// button34
|
|
//
|
|
this.button34.Location = new System.Drawing.Point(387, 47);
|
|
this.button34.Name = "button34";
|
|
this.button34.Size = new System.Drawing.Size(112, 23);
|
|
this.button34.TabIndex = 32;
|
|
this.button34.Text = "SymbolInfoTick";
|
|
this.button34.UseVisualStyleBackColor = true;
|
|
this.button34.Click += new System.EventHandler(this.button34_Click);
|
|
//
|
|
// button35
|
|
//
|
|
this.button35.Location = new System.Drawing.Point(208, 128);
|
|
this.button35.Name = "button35";
|
|
this.button35.Size = new System.Drawing.Size(111, 23);
|
|
this.button35.TabIndex = 33;
|
|
this.button35.Text = "TerminalInfoInteger";
|
|
this.button35.UseVisualStyleBackColor = true;
|
|
this.button35.Click += new System.EventHandler(this.button35_Click);
|
|
//
|
|
// comboBox9
|
|
//
|
|
this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox9.FormattingEnabled = true;
|
|
this.comboBox9.Location = new System.Drawing.Point(13, 130);
|
|
this.comboBox9.Name = "comboBox9";
|
|
this.comboBox9.Size = new System.Drawing.Size(186, 21);
|
|
this.comboBox9.TabIndex = 34;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(713, 690);
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
this.tabPage6.ResumeLayout(false);
|
|
this.tabPage6.PerformLayout();
|
|
this.tabPage7.ResumeLayout(false);
|
|
this.tabPage8.ResumeLayout(false);
|
|
this.tabPage8.PerformLayout();
|
|
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.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.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 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;
|
|
private System.Windows.Forms.Button button19;
|
|
private System.Windows.Forms.Button button18;
|
|
private System.Windows.Forms.Button button20;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textBoxOppositeTicket;
|
|
private System.Windows.Forms.Button button15;
|
|
private System.Windows.Forms.Button button21;
|
|
private System.Windows.Forms.Button button22;
|
|
private System.Windows.Forms.TabPage tabPage7;
|
|
private System.Windows.Forms.Button iCustomBtn;
|
|
private System.Windows.Forms.Button button23;
|
|
private System.Windows.Forms.Button button24;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox comboBox3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.NumericUpDown numericUpDown2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
private System.Windows.Forms.Label label27;
|
|
private System.Windows.Forms.Button button26;
|
|
private System.Windows.Forms.Button button25;
|
|
private System.Windows.Forms.Button button27;
|
|
private System.Windows.Forms.TextBox textBoxPrint;
|
|
private System.Windows.Forms.TabPage tabPage8;
|
|
private System.Windows.Forms.Label label28;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button button28;
|
|
private System.Windows.Forms.Button button29;
|
|
private System.Windows.Forms.Button button30;
|
|
private System.Windows.Forms.Button button32;
|
|
private System.Windows.Forms.ComboBox comboBox4;
|
|
private System.Windows.Forms.ComboBox comboBox5;
|
|
private System.Windows.Forms.Button button31;
|
|
private System.Windows.Forms.ComboBox comboBox6;
|
|
private System.Windows.Forms.Label label29;
|
|
private System.Windows.Forms.ComboBox comboBox7;
|
|
private System.Windows.Forms.Button button33;
|
|
private System.Windows.Forms.Label label30;
|
|
private System.Windows.Forms.ComboBox comboBox8;
|
|
private System.Windows.Forms.Button button34;
|
|
private System.Windows.Forms.Button button35;
|
|
private System.Windows.Forms.ComboBox comboBox9;
|
|
}
|
|
}
|
|
|