- elk update

- 모의투자
This commit is contained in:
2018-06-07 15:35:31 +09:00
parent 1712ac7b9b
commit d074af571a
10 changed files with 228 additions and 60 deletions

74
ConfigForm.Designer.cs generated
View File

@@ -36,6 +36,9 @@
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnCodeManualEdit = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.btnDuplicatedKeywordApply = new System.Windows.Forms.Button();
this.btnDuplicatedKeywordEdit = new System.Windows.Forms.Button();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.btnSynonymApply = new System.Windows.Forms.Button();
this.btnSynonymEdit = new System.Windows.Forms.Button();
@@ -79,11 +82,9 @@
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cbMockTrading = new System.Windows.Forms.CheckBox();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.btnDuplicatedKeywordApply = new System.Windows.Forms.Button();
this.btnDuplicatedKeywordEdit = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox13.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox5.SuspendLayout();
@@ -94,7 +95,6 @@
this.groupBox10.SuspendLayout();
this.groupBox11.SuspendLayout();
this.groupBox12.SuspendLayout();
this.groupBox13.SuspendLayout();
this.SuspendLayout();
//
// tbVolume
@@ -182,6 +182,37 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "키워드";
//
// groupBox13
//
this.groupBox13.Controls.Add(this.btnDuplicatedKeywordApply);
this.groupBox13.Controls.Add(this.btnDuplicatedKeywordEdit);
this.groupBox13.Location = new System.Drawing.Point(190, 148);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(165, 58);
this.groupBox13.TabIndex = 13;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "중복 등록 문구";
//
// btnDuplicatedKeywordApply
//
this.btnDuplicatedKeywordApply.Location = new System.Drawing.Point(86, 14);
this.btnDuplicatedKeywordApply.Name = "btnDuplicatedKeywordApply";
this.btnDuplicatedKeywordApply.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedKeywordApply.TabIndex = 4;
this.btnDuplicatedKeywordApply.Text = "적용";
this.btnDuplicatedKeywordApply.UseVisualStyleBackColor = true;
this.btnDuplicatedKeywordApply.Click += new System.EventHandler(this.btnDuplicatedKeywordApply_Click);
//
// btnDuplicatedKeywordEdit
//
this.btnDuplicatedKeywordEdit.Location = new System.Drawing.Point(8, 14);
this.btnDuplicatedKeywordEdit.Name = "btnDuplicatedKeywordEdit";
this.btnDuplicatedKeywordEdit.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedKeywordEdit.TabIndex = 4;
this.btnDuplicatedKeywordEdit.Text = "편집";
this.btnDuplicatedKeywordEdit.UseVisualStyleBackColor = true;
this.btnDuplicatedKeywordEdit.Click += new System.EventHandler(this.btnDuplicatedKeywordEdit_Click);
//
// groupBox6
//
this.groupBox6.Controls.Add(this.btnSynonymApply);
@@ -627,7 +658,7 @@
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(132, 12);
this.label9.TabIndex = 20;
this.label9.Text = "Version : 2018.01.01.20";
this.label9.Text = "Version : 2018.01.04.12";
//
// cbMockTrading
//
@@ -640,37 +671,6 @@
this.cbMockTrading.UseVisualStyleBackColor = true;
this.cbMockTrading.CheckedChanged += new System.EventHandler(this.cbMockTrading_CheckedChanged);
//
// groupBox13
//
this.groupBox13.Controls.Add(this.btnDuplicatedKeywordApply);
this.groupBox13.Controls.Add(this.btnDuplicatedKeywordEdit);
this.groupBox13.Location = new System.Drawing.Point(190, 148);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(165, 58);
this.groupBox13.TabIndex = 13;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "중복 등록 문구";
//
// btnDuplicatedKeywordApply
//
this.btnDuplicatedKeywordApply.Location = new System.Drawing.Point(86, 14);
this.btnDuplicatedKeywordApply.Name = "btnDuplicatedKeywordApply";
this.btnDuplicatedKeywordApply.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedKeywordApply.TabIndex = 4;
this.btnDuplicatedKeywordApply.Text = "적용";
this.btnDuplicatedKeywordApply.UseVisualStyleBackColor = true;
this.btnDuplicatedKeywordApply.Click += new System.EventHandler(this.btnDuplicatedKeywordApply_Click);
//
// btnDuplicatedKeywordEdit
//
this.btnDuplicatedKeywordEdit.Location = new System.Drawing.Point(8, 14);
this.btnDuplicatedKeywordEdit.Name = "btnDuplicatedKeywordEdit";
this.btnDuplicatedKeywordEdit.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedKeywordEdit.TabIndex = 4;
this.btnDuplicatedKeywordEdit.Text = "편집";
this.btnDuplicatedKeywordEdit.UseVisualStyleBackColor = true;
this.btnDuplicatedKeywordEdit.Click += new System.EventHandler(this.btnDuplicatedKeywordEdit_Click);
//
// ConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -693,6 +693,7 @@
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox13.ResumeLayout(false);
this.groupBox6.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox5.ResumeLayout(false);
@@ -706,7 +707,6 @@
this.groupBox11.PerformLayout();
this.groupBox12.ResumeLayout(false);
this.groupBox12.PerformLayout();
this.groupBox13.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();