- BinaryRage DB 로그 추가

This commit is contained in:
2016-08-02 02:03:22 +09:00
parent a5783ad90f
commit d41130fcdd
13 changed files with 227 additions and 150 deletions

64
MainForm.Designer.cs generated
View File

@@ -51,18 +51,18 @@
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.btMATest = new System.Windows.Forms.Button();
this.button1 = 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.lbCacheBalance = new System.Windows.Forms.Label();
this.lbEvalProfit = new System.Windows.Forms.Label();
this.btLogDump = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
@@ -288,8 +288,8 @@
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.btLogDump);
this.splitContainer2.Panel2.Controls.Add(this.btMATest);
this.splitContainer2.Panel2.Controls.Add(this.button1);
this.splitContainer2.Panel2.Controls.Add(this.btTimeSync);
this.splitContainer2.Panel2.Controls.Add(this.cbStart);
this.splitContainer2.Panel2.Controls.Add(this.btCybosPlus);
@@ -332,7 +332,7 @@
//
// btMATest
//
this.btMATest.Location = new System.Drawing.Point(138, 430);
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;
@@ -340,16 +340,6 @@
this.btMATest.UseVisualStyleBackColor = true;
this.btMATest.Click += new System.EventHandler(this.btMATest_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(142, 371);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 23;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// btTimeSync
//
this.btTimeSync.Location = new System.Drawing.Point(16, 341);
@@ -411,6 +401,24 @@
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);
@@ -435,23 +443,15 @@
this.statusBarPanel2.Name = "statusBarPanel2";
this.statusBarPanel2.Width = 120;
//
// lbCacheBalance
// btLogDump
//
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 = "잔고";
//
// 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 = "평가손익";
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
//
@@ -512,10 +512,10 @@
private System.Windows.Forms.StatusBar statusBar1;
private System.Windows.Forms.StatusBarPanel statusBarPanel1;
private System.Windows.Forms.StatusBarPanel statusBarPanel2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btMATest;
private System.Windows.Forms.Label lbCacheBalance;
private System.Windows.Forms.Label lbEvalProfit;
private System.Windows.Forms.Button btLogDump;
}
}