522 lines
21 KiB
C#
522 lines
21 KiB
C#
namespace upper_limit_crawler
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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.tbLog = new System.Windows.Forms.TextBox();
|
|
this.tbSearchMax = new System.Windows.Forms.TextBox();
|
|
this.tbBidMin = new System.Windows.Forms.TextBox();
|
|
this.tbBidAmount = new System.Windows.Forms.TextBox();
|
|
this.tbTimeout = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tbTrailing = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbLossCut = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.tbSearchMin = new System.Windows.Forms.TextBox();
|
|
this.btApply = new System.Windows.Forms.Button();
|
|
this.btCancel = new System.Windows.Forms.Button();
|
|
this.tbBidMax = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
this.btMATest = new System.Windows.Forms.Button();
|
|
this.btTimeSync = new System.Windows.Forms.Button();
|
|
this.cbStart = new System.Windows.Forms.CheckBox();
|
|
this.btCybosPlus = new System.Windows.Forms.Button();
|
|
this.btCybos5 = new System.Windows.Forms.Button();
|
|
this.lbSBCnt = new System.Windows.Forms.Label();
|
|
this.lbRQCnt = new System.Windows.Forms.Label();
|
|
this.lbEvalProfit = new System.Windows.Forms.Label();
|
|
this.lbCacheBalance = new System.Windows.Forms.Label();
|
|
this.statusBar1 = new System.Windows.Forms.StatusBar();
|
|
this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
|
|
this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
|
|
this.btLogDump = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
this.splitContainer3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbLog
|
|
//
|
|
this.tbLog.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.tbLog.BackColor = System.Drawing.SystemColors.Control;
|
|
this.tbLog.HideSelection = false;
|
|
this.tbLog.Location = new System.Drawing.Point(12, 3);
|
|
this.tbLog.Multiline = true;
|
|
this.tbLog.Name = "tbLog";
|
|
this.tbLog.ReadOnly = true;
|
|
this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.tbLog.Size = new System.Drawing.Size(862, 84);
|
|
this.tbLog.TabIndex = 2;
|
|
//
|
|
// tbSearchMax
|
|
//
|
|
this.tbSearchMax.Location = new System.Drawing.Point(160, 23);
|
|
this.tbSearchMax.Name = "tbSearchMax";
|
|
this.tbSearchMax.Size = new System.Drawing.Size(37, 21);
|
|
this.tbSearchMax.TabIndex = 6;
|
|
this.tbSearchMax.Text = "10.5%";
|
|
this.tbSearchMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbBidMin
|
|
//
|
|
this.tbBidMin.Location = new System.Drawing.Point(97, 50);
|
|
this.tbBidMin.Name = "tbBidMin";
|
|
this.tbBidMin.Size = new System.Drawing.Size(37, 21);
|
|
this.tbBidMin.TabIndex = 8;
|
|
this.tbBidMin.Text = "9.0%";
|
|
this.tbBidMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbBidAmount
|
|
//
|
|
this.tbBidAmount.Location = new System.Drawing.Point(97, 77);
|
|
this.tbBidAmount.Name = "tbBidAmount";
|
|
this.tbBidAmount.Size = new System.Drawing.Size(100, 21);
|
|
this.tbBidAmount.TabIndex = 9;
|
|
this.tbBidAmount.Text = "100,000";
|
|
this.tbBidAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// tbTimeout
|
|
//
|
|
this.tbTimeout.Location = new System.Drawing.Point(97, 104);
|
|
this.tbTimeout.Name = "tbTimeout";
|
|
this.tbTimeout.Size = new System.Drawing.Size(100, 21);
|
|
this.tbTimeout.TabIndex = 10;
|
|
this.tbTimeout.Text = "120";
|
|
this.tbTimeout.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(38, 26);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 11;
|
|
this.label1.Text = "검색범위";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(38, 53);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 12;
|
|
this.label2.Text = "매수범위";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(38, 80);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(41, 12);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "매수금";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(38, 107);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 13;
|
|
this.label4.Text = "타임아웃";
|
|
//
|
|
// tbTrailing
|
|
//
|
|
this.tbTrailing.Location = new System.Drawing.Point(97, 131);
|
|
this.tbTrailing.Name = "tbTrailing";
|
|
this.tbTrailing.Size = new System.Drawing.Size(100, 21);
|
|
this.tbTrailing.TabIndex = 10;
|
|
this.tbTrailing.Text = "3.0%";
|
|
this.tbTrailing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(38, 134);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
|
this.label5.TabIndex = 13;
|
|
this.label5.Text = "트레일링";
|
|
//
|
|
// tbLossCut
|
|
//
|
|
this.tbLossCut.Location = new System.Drawing.Point(97, 158);
|
|
this.tbLossCut.Name = "tbLossCut";
|
|
this.tbLossCut.Size = new System.Drawing.Size(100, 21);
|
|
this.tbLossCut.TabIndex = 10;
|
|
this.tbLossCut.Text = "3.0%";
|
|
this.tbLossCut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(38, 161);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(29, 12);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "손절";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(140, 26);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(14, 12);
|
|
this.label7.TabIndex = 11;
|
|
this.label7.Text = "~";
|
|
//
|
|
// tbSearchMin
|
|
//
|
|
this.tbSearchMin.Location = new System.Drawing.Point(97, 23);
|
|
this.tbSearchMin.Name = "tbSearchMin";
|
|
this.tbSearchMin.Size = new System.Drawing.Size(37, 21);
|
|
this.tbSearchMin.TabIndex = 14;
|
|
this.tbSearchMin.Text = "7.0%";
|
|
this.tbSearchMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// btApply
|
|
//
|
|
this.btApply.Location = new System.Drawing.Point(97, 185);
|
|
this.btApply.Name = "btApply";
|
|
this.btApply.Size = new System.Drawing.Size(44, 23);
|
|
this.btApply.TabIndex = 15;
|
|
this.btApply.Text = "적용";
|
|
this.btApply.UseVisualStyleBackColor = true;
|
|
this.btApply.Click += new System.EventHandler(this.btApply_Click);
|
|
//
|
|
// btCancel
|
|
//
|
|
this.btCancel.Location = new System.Drawing.Point(153, 185);
|
|
this.btCancel.Name = "btCancel";
|
|
this.btCancel.Size = new System.Drawing.Size(44, 23);
|
|
this.btCancel.TabIndex = 16;
|
|
this.btCancel.Text = "취소";
|
|
this.btCancel.UseVisualStyleBackColor = true;
|
|
this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
|
|
//
|
|
// tbBidMax
|
|
//
|
|
this.tbBidMax.Location = new System.Drawing.Point(160, 50);
|
|
this.tbBidMax.Name = "tbBidMax";
|
|
this.tbBidMax.Size = new System.Drawing.Size(37, 21);
|
|
this.tbBidMax.TabIndex = 8;
|
|
this.tbBidMax.Text = "10.0%";
|
|
this.tbBidMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(140, 53);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(14, 12);
|
|
this.label8.TabIndex = 11;
|
|
this.label8.Text = "~";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
|
|
this.splitContainer1.Size = new System.Drawing.Size(886, 714);
|
|
this.splitContainer1.SplitterDistance = 611;
|
|
this.splitContainer1.TabIndex = 20;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
|
|
//
|
|
// splitContainer2.Panel2
|
|
//
|
|
this.splitContainer2.Panel2.Controls.Add(this.btLogDump);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btMATest);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btTimeSync);
|
|
this.splitContainer2.Panel2.Controls.Add(this.cbStart);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btCybosPlus);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btCybos5);
|
|
this.splitContainer2.Panel2.Controls.Add(this.lbSBCnt);
|
|
this.splitContainer2.Panel2.Controls.Add(this.lbRQCnt);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label1);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label5);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbTimeout);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbSearchMax);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label7);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btCancel);
|
|
this.splitContainer2.Panel2.Controls.Add(this.lbEvalProfit);
|
|
this.splitContainer2.Panel2.Controls.Add(this.lbCacheBalance);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label6);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label2);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label4);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbBidMin);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbBidAmount);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbLossCut);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label8);
|
|
this.splitContainer2.Panel2.Controls.Add(this.btApply);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbSearchMin);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbTrailing);
|
|
this.splitContainer2.Panel2.Controls.Add(this.label3);
|
|
this.splitContainer2.Panel2.Controls.Add(this.tbBidMax);
|
|
this.splitContainer2.Size = new System.Drawing.Size(886, 611);
|
|
this.splitContainer2.SplitterDistance = 645;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// splitContainer3
|
|
//
|
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
this.splitContainer3.Size = new System.Drawing.Size(645, 611);
|
|
this.splitContainer3.SplitterDistance = 256;
|
|
this.splitContainer3.TabIndex = 0;
|
|
//
|
|
// btMATest
|
|
//
|
|
this.btMATest.Location = new System.Drawing.Point(122, 421);
|
|
this.btMATest.Name = "btMATest";
|
|
this.btMATest.Size = new System.Drawing.Size(75, 23);
|
|
this.btMATest.TabIndex = 24;
|
|
this.btMATest.Text = "ma test";
|
|
this.btMATest.UseVisualStyleBackColor = true;
|
|
this.btMATest.Click += new System.EventHandler(this.btMATest_Click);
|
|
//
|
|
// btTimeSync
|
|
//
|
|
this.btTimeSync.Location = new System.Drawing.Point(16, 341);
|
|
this.btTimeSync.Name = "btTimeSync";
|
|
this.btTimeSync.Size = new System.Drawing.Size(84, 57);
|
|
this.btTimeSync.TabIndex = 22;
|
|
this.btTimeSync.Text = "Time Sync";
|
|
this.btTimeSync.UseVisualStyleBackColor = true;
|
|
this.btTimeSync.Click += new System.EventHandler(this.btTimeSync_Click);
|
|
//
|
|
// cbStart
|
|
//
|
|
this.cbStart.Appearance = System.Windows.Forms.Appearance.Button;
|
|
this.cbStart.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.cbStart.Location = new System.Drawing.Point(16, 404);
|
|
this.cbStart.Name = "cbStart";
|
|
this.cbStart.Size = new System.Drawing.Size(84, 57);
|
|
this.cbStart.TabIndex = 21;
|
|
this.cbStart.Text = "Start";
|
|
this.cbStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.cbStart.UseVisualStyleBackColor = true;
|
|
this.cbStart.CheckedChanged += new System.EventHandler(this.cbStart_CheckedChanged);
|
|
//
|
|
// btCybosPlus
|
|
//
|
|
this.btCybosPlus.Location = new System.Drawing.Point(113, 467);
|
|
this.btCybosPlus.Name = "btCybosPlus";
|
|
this.btCybosPlus.Size = new System.Drawing.Size(84, 67);
|
|
this.btCybosPlus.TabIndex = 20;
|
|
this.btCybosPlus.Text = "Cybos Plus";
|
|
this.btCybosPlus.UseVisualStyleBackColor = true;
|
|
this.btCybosPlus.Click += new System.EventHandler(this.btCybosPlus_Click);
|
|
//
|
|
// btCybos5
|
|
//
|
|
this.btCybos5.Location = new System.Drawing.Point(16, 467);
|
|
this.btCybos5.Name = "btCybos5";
|
|
this.btCybos5.Size = new System.Drawing.Size(84, 67);
|
|
this.btCybos5.TabIndex = 20;
|
|
this.btCybos5.Text = "Cybos 5";
|
|
this.btCybos5.UseVisualStyleBackColor = true;
|
|
this.btCybos5.Click += new System.EventHandler(this.btCybos5_Click);
|
|
//
|
|
// lbSBCnt
|
|
//
|
|
this.lbSBCnt.AutoSize = true;
|
|
this.lbSBCnt.Location = new System.Drawing.Point(20, 297);
|
|
this.lbSBCnt.Name = "lbSBCnt";
|
|
this.lbSBCnt.Size = new System.Drawing.Size(70, 12);
|
|
this.lbSBCnt.TabIndex = 19;
|
|
this.lbSBCnt.Text = "SB Count : ";
|
|
//
|
|
// lbRQCnt
|
|
//
|
|
this.lbRQCnt.AutoSize = true;
|
|
this.lbRQCnt.Location = new System.Drawing.Point(20, 273);
|
|
this.lbRQCnt.Name = "lbRQCnt";
|
|
this.lbRQCnt.Size = new System.Drawing.Size(71, 12);
|
|
this.lbRQCnt.TabIndex = 18;
|
|
this.lbRQCnt.Text = "RQ Count : ";
|
|
//
|
|
// lbEvalProfit
|
|
//
|
|
this.lbEvalProfit.AutoSize = true;
|
|
this.lbEvalProfit.Location = new System.Drawing.Point(38, 244);
|
|
this.lbEvalProfit.Name = "lbEvalProfit";
|
|
this.lbEvalProfit.Size = new System.Drawing.Size(53, 12);
|
|
this.lbEvalProfit.TabIndex = 13;
|
|
this.lbEvalProfit.Text = "평가손익";
|
|
//
|
|
// lbCacheBalance
|
|
//
|
|
this.lbCacheBalance.AutoSize = true;
|
|
this.lbCacheBalance.Location = new System.Drawing.Point(38, 222);
|
|
this.lbCacheBalance.Name = "lbCacheBalance";
|
|
this.lbCacheBalance.Size = new System.Drawing.Size(29, 12);
|
|
this.lbCacheBalance.TabIndex = 13;
|
|
this.lbCacheBalance.Text = "잔고";
|
|
//
|
|
// statusBar1
|
|
//
|
|
this.statusBar1.Location = new System.Drawing.Point(0, 720);
|
|
this.statusBar1.Name = "statusBar1";
|
|
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
|
|
this.statusBarPanel1,
|
|
this.statusBarPanel2});
|
|
this.statusBar1.ShowPanels = true;
|
|
this.statusBar1.Size = new System.Drawing.Size(886, 22);
|
|
this.statusBar1.TabIndex = 21;
|
|
this.statusBar1.Text = "statusBar1";
|
|
//
|
|
// statusBarPanel1
|
|
//
|
|
this.statusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
|
|
this.statusBarPanel1.Name = "statusBarPanel1";
|
|
this.statusBarPanel1.Width = 749;
|
|
//
|
|
// statusBarPanel2
|
|
//
|
|
this.statusBarPanel2.MinWidth = 120;
|
|
this.statusBarPanel2.Name = "statusBarPanel2";
|
|
this.statusBarPanel2.Width = 120;
|
|
//
|
|
// btLogDump
|
|
//
|
|
this.btLogDump.Location = new System.Drawing.Point(22, 555);
|
|
this.btLogDump.Name = "btLogDump";
|
|
this.btLogDump.Size = new System.Drawing.Size(75, 23);
|
|
this.btLogDump.TabIndex = 25;
|
|
this.btLogDump.Text = "Dump Log";
|
|
this.btLogDump.UseVisualStyleBackColor = true;
|
|
this.btLogDump.Click += new System.EventHandler(this.btLogDump_Click);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(886, 742);
|
|
this.Controls.Add(this.statusBar1);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "MainForm";
|
|
this.Text = "Upper Limit";
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
this.splitContainer2.Panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
this.splitContainer2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
this.splitContainer3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox tbLog;
|
|
private System.Windows.Forms.TextBox tbSearchMax;
|
|
private System.Windows.Forms.TextBox tbBidMin;
|
|
private System.Windows.Forms.TextBox tbBidAmount;
|
|
private System.Windows.Forms.TextBox tbTimeout;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox tbTrailing;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbLossCut;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox tbSearchMin;
|
|
private System.Windows.Forms.Button btApply;
|
|
private System.Windows.Forms.Button btCancel;
|
|
private System.Windows.Forms.TextBox tbBidMax;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
private System.Windows.Forms.Label lbRQCnt;
|
|
private System.Windows.Forms.Label lbSBCnt;
|
|
private System.Windows.Forms.Button btCybosPlus;
|
|
private System.Windows.Forms.Button btCybos5;
|
|
private System.Windows.Forms.CheckBox cbStart;
|
|
private System.Windows.Forms.Button btTimeSync;
|
|
private System.Windows.Forms.StatusBar statusBar1;
|
|
private System.Windows.Forms.StatusBarPanel statusBarPanel1;
|
|
private System.Windows.Forms.StatusBarPanel statusBarPanel2;
|
|
private System.Windows.Forms.Button btMATest;
|
|
private System.Windows.Forms.Label lbCacheBalance;
|
|
private System.Windows.Forms.Label lbEvalProfit;
|
|
private System.Windows.Forms.Button btLogDump;
|
|
}
|
|
}
|
|
|