모의 투자가 아닐 경우 IOC 매수

This commit is contained in:
2018-01-01 18:09:09 +09:00
parent eedcebfc3f
commit ae919bdc95
15 changed files with 734 additions and 1634 deletions

45
NewsForm.Designer.cs generated
View File

@@ -57,6 +57,7 @@
this.btnConfig = new System.Windows.Forms.Button();
this.chBuy = new System.Windows.Forms.CheckBox();
this.cbPriceCheck = new System.Windows.Forms.CheckBox();
this.btnManualBuy = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
@@ -81,8 +82,8 @@
//
this.splitContainer1.Panel2.Controls.Add(this.statusBar);
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
this.splitContainer1.Size = new System.Drawing.Size(1412, 805);
this.splitContainer1.SplitterDistance = 587;
this.splitContainer1.Size = new System.Drawing.Size(1040, 625);
this.splitContainer1.SplitterDistance = 455;
this.splitContainer1.TabIndex = 2;
//
// lvList
@@ -108,7 +109,7 @@
this.lvList.Location = new System.Drawing.Point(0, 0);
this.lvList.MultiSelect = false;
this.lvList.Name = "lvList";
this.lvList.Size = new System.Drawing.Size(1412, 587);
this.lvList.Size = new System.Drawing.Size(1040, 455);
this.lvList.TabIndex = 0;
this.lvList.UseCompatibleStateImageBehavior = false;
this.lvList.View = System.Windows.Forms.View.Details;
@@ -185,9 +186,9 @@
this.toolStripStatusLabel2,
this.toolStripStatusLabel3,
this.toolStripStatusLabel4});
this.statusBar.Location = new System.Drawing.Point(0, 192);
this.statusBar.Location = new System.Drawing.Point(0, 144);
this.statusBar.Name = "statusBar";
this.statusBar.Size = new System.Drawing.Size(1412, 22);
this.statusBar.Size = new System.Drawing.Size(1040, 22);
this.statusBar.TabIndex = 1;
this.statusBar.Text = "statusStrip1";
//
@@ -200,7 +201,7 @@
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(1389, 17);
this.toolStripStatusLabel2.Size = new System.Drawing.Size(1017, 17);
this.toolStripStatusLabel2.Spring = true;
//
// toolStripStatusLabel3
@@ -224,7 +225,7 @@
this.tbLog.Name = "tbLog";
this.tbLog.ReadOnly = true;
this.tbLog.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.tbLog.Size = new System.Drawing.Size(1412, 189);
this.tbLog.Size = new System.Drawing.Size(1040, 141);
this.tbLog.TabIndex = 0;
this.tbLog.Text = "";
//
@@ -233,7 +234,7 @@
this.chAutoReload.AutoSize = true;
this.chAutoReload.Checked = true;
this.chAutoReload.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAutoReload.Location = new System.Drawing.Point(3, 4);
this.chAutoReload.Location = new System.Drawing.Point(86, 7);
this.chAutoReload.Name = "chAutoReload";
this.chAutoReload.Size = new System.Drawing.Size(76, 16);
this.chAutoReload.TabIndex = 3;
@@ -245,7 +246,7 @@
this.chAutoSelect.AutoSize = true;
this.chAutoSelect.Checked = true;
this.chAutoSelect.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAutoSelect.Location = new System.Drawing.Point(85, 4);
this.chAutoSelect.Location = new System.Drawing.Point(168, 7);
this.chAutoSelect.Name = "chAutoSelect";
this.chAutoSelect.Size = new System.Drawing.Size(76, 16);
this.chAutoSelect.TabIndex = 4;
@@ -254,7 +255,7 @@
//
// tbInterval
//
this.tbInterval.Location = new System.Drawing.Point(226, 2);
this.tbInterval.Location = new System.Drawing.Point(309, 5);
this.tbInterval.Name = "tbInterval";
this.tbInterval.Size = new System.Drawing.Size(42, 21);
this.tbInterval.TabIndex = 5;
@@ -265,7 +266,7 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(167, 5);
this.label1.Location = new System.Drawing.Point(250, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 6;
@@ -273,8 +274,7 @@
//
// btnConfig
//
this.btnConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnConfig.Location = new System.Drawing.Point(1336, 1);
this.btnConfig.Location = new System.Drawing.Point(2, 2);
this.btnConfig.Name = "btnConfig";
this.btnConfig.Size = new System.Drawing.Size(75, 23);
this.btnConfig.TabIndex = 7;
@@ -286,7 +286,7 @@
//
this.chBuy.Appearance = System.Windows.Forms.Appearance.Button;
this.chBuy.AutoSize = true;
this.chBuy.Location = new System.Drawing.Point(359, 1);
this.chBuy.Location = new System.Drawing.Point(439, 2);
this.chBuy.Name = "chBuy";
this.chBuy.Size = new System.Drawing.Size(39, 22);
this.chBuy.TabIndex = 9;
@@ -299,18 +299,30 @@
this.cbPriceCheck.AutoSize = true;
this.cbPriceCheck.Checked = true;
this.cbPriceCheck.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbPriceCheck.Location = new System.Drawing.Point(274, 4);
this.cbPriceCheck.Location = new System.Drawing.Point(357, 7);
this.cbPriceCheck.Name = "cbPriceCheck";
this.cbPriceCheck.Size = new System.Drawing.Size(76, 16);
this.cbPriceCheck.TabIndex = 10;
this.cbPriceCheck.Text = "가격 체크";
this.cbPriceCheck.UseVisualStyleBackColor = true;
//
// btnManualBuy
//
this.btnManualBuy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnManualBuy.Location = new System.Drawing.Point(961, 2);
this.btnManualBuy.Name = "btnManualBuy";
this.btnManualBuy.Size = new System.Drawing.Size(75, 23);
this.btnManualBuy.TabIndex = 11;
this.btnManualBuy.Text = "수동 매수";
this.btnManualBuy.UseVisualStyleBackColor = true;
this.btnManualBuy.Click += new System.EventHandler(this.btnManualBuy_Click);
//
// NewsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1412, 829);
this.ClientSize = new System.Drawing.Size(1040, 649);
this.Controls.Add(this.btnManualBuy);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.cbPriceCheck);
this.Controls.Add(this.chBuy);
@@ -365,6 +377,7 @@
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.ColumnHeader chCodeName;
private System.Windows.Forms.Button btnManualBuy;
}
}