Files
NewsCrawler/ConfigForm.Designer.cs
2019-08-07 02:11:49 +09:00

771 lines
32 KiB
C#

namespace NewsCrawler
{
partial class ConfigForm
{
/// <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.tbVolume = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnPositiveEdit = new System.Windows.Forms.Button();
this.btnCodeManualMake = new System.Windows.Forms.Button();
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();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnPositiveApply = new System.Windows.Forms.Button();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.btnNegativeApply = new System.Windows.Forms.Button();
this.btnNegativeEdit = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnManualApply = new System.Windows.Forms.Button();
this.btnManualEdit = new System.Windows.Forms.Button();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.btnDenialCodeApply = new System.Windows.Forms.Button();
this.btnDenialCodeEdit = new System.Windows.Forms.Button();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.btnDuplicatedCodeApply = new System.Windows.Forms.Button();
this.btnDuplicatedCodeEdit = new System.Windows.Forms.Button();
this.groupBox9 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.tbBuyPrice = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.groupBox10 = new System.Windows.Forms.GroupBox();
this.cbAccount = new System.Windows.Forms.ComboBox();
this.tbAccountSub = new System.Windows.Forms.TextBox();
this.groupBox11 = new System.Windows.Forms.GroupBox();
this.btnAccountApply = new System.Windows.Forms.Button();
this.groupBox12 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.tbAnProfitChange = new System.Windows.Forms.TextBox();
this.btAnApply = new System.Windows.Forms.Button();
this.tbAnPatent = new System.Windows.Forms.TextBox();
this.chAnProfitChange = new System.Windows.Forms.CheckBox();
this.chAnPatent = new System.Windows.Forms.CheckBox();
this.chAnRightsIssue = new System.Windows.Forms.CheckBox();
this.chAnRevenue = new System.Windows.Forms.CheckBox();
this.chAnDartAPI = new System.Windows.Forms.CheckBox();
this.chAnSupply = new System.Windows.Forms.CheckBox();
this.label7 = new System.Windows.Forms.Label();
this.tbAnRevenueRate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbAnSupplyContractRate = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.cbMockTrading = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox13.SuspendLayout();
this.groupBox6.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox8.SuspendLayout();
this.groupBox9.SuspendLayout();
this.groupBox10.SuspendLayout();
this.groupBox11.SuspendLayout();
this.groupBox12.SuspendLayout();
this.SuspendLayout();
//
// tbVolume
//
this.tbVolume.Location = new System.Drawing.Point(61, 20);
this.tbVolume.Name = "tbVolume";
this.tbVolume.Size = new System.Drawing.Size(107, 21);
this.tbVolume.TabIndex = 1;
this.tbVolume.Text = "100000";
this.tbVolume.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "현재가";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(174, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 12);
this.label3.TabIndex = 3;
this.label3.Text = "원 이상";
//
// btnPositiveEdit
//
this.btnPositiveEdit.Location = new System.Drawing.Point(8, 14);
this.btnPositiveEdit.Name = "btnPositiveEdit";
this.btnPositiveEdit.Size = new System.Drawing.Size(72, 39);
this.btnPositiveEdit.TabIndex = 4;
this.btnPositiveEdit.Text = "편집";
this.btnPositiveEdit.UseVisualStyleBackColor = true;
this.btnPositiveEdit.Click += new System.EventHandler(this.btnPositiveEdit_Click);
//
// btnCodeManualMake
//
this.btnCodeManualMake.Location = new System.Drawing.Point(52, 47);
this.btnCodeManualMake.Name = "btnCodeManualMake";
this.btnCodeManualMake.Size = new System.Drawing.Size(93, 23);
this.btnCodeManualMake.TabIndex = 8;
this.btnCodeManualMake.Text = "수동 종목 생성";
this.btnCodeManualMake.UseVisualStyleBackColor = true;
this.btnCodeManualMake.Click += new System.EventHandler(this.btnCodeManualMake_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnCodeManualEdit);
this.groupBox1.Controls.Add(this.btnCodeManualMake);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tbVolume);
this.groupBox1.Location = new System.Drawing.Point(10, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(262, 83);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "수동 종목";
//
// btnCodeManualEdit
//
this.btnCodeManualEdit.Location = new System.Drawing.Point(151, 47);
this.btnCodeManualEdit.Name = "btnCodeManualEdit";
this.btnCodeManualEdit.Size = new System.Drawing.Size(51, 23);
this.btnCodeManualEdit.TabIndex = 8;
this.btnCodeManualEdit.Text = "보기";
this.btnCodeManualEdit.UseVisualStyleBackColor = true;
this.btnCodeManualEdit.Click += new System.EventHandler(this.btnCodeManualEdit_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.groupBox13);
this.groupBox2.Controls.Add(this.groupBox6);
this.groupBox2.Controls.Add(this.groupBox3);
this.groupBox2.Controls.Add(this.groupBox5);
this.groupBox2.Controls.Add(this.groupBox4);
this.groupBox2.Location = new System.Drawing.Point(280, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(372, 246);
this.groupBox2.TabIndex = 10;
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);
this.groupBox6.Controls.Add(this.btnSynonymEdit);
this.groupBox6.Location = new System.Drawing.Point(17, 20);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(165, 58);
this.groupBox6.TabIndex = 12;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "기업 동의어";
//
// btnSynonymApply
//
this.btnSynonymApply.Location = new System.Drawing.Point(86, 14);
this.btnSynonymApply.Name = "btnSynonymApply";
this.btnSynonymApply.Size = new System.Drawing.Size(72, 39);
this.btnSynonymApply.TabIndex = 4;
this.btnSynonymApply.Text = "적용";
this.btnSynonymApply.UseVisualStyleBackColor = true;
this.btnSynonymApply.Click += new System.EventHandler(this.btnSynonymApply_Click);
//
// btnSynonymEdit
//
this.btnSynonymEdit.Location = new System.Drawing.Point(8, 14);
this.btnSynonymEdit.Name = "btnSynonymEdit";
this.btnSynonymEdit.Size = new System.Drawing.Size(72, 39);
this.btnSynonymEdit.TabIndex = 4;
this.btnSynonymEdit.Text = "편집";
this.btnSynonymEdit.UseVisualStyleBackColor = true;
this.btnSynonymEdit.Click += new System.EventHandler(this.btnSynonymEdit_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnPositiveApply);
this.groupBox3.Controls.Add(this.btnPositiveEdit);
this.groupBox3.Location = new System.Drawing.Point(17, 84);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(165, 58);
this.groupBox3.TabIndex = 11;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "긍정문구";
//
// btnPositiveApply
//
this.btnPositiveApply.Location = new System.Drawing.Point(86, 14);
this.btnPositiveApply.Name = "btnPositiveApply";
this.btnPositiveApply.Size = new System.Drawing.Size(72, 39);
this.btnPositiveApply.TabIndex = 4;
this.btnPositiveApply.Text = "적용";
this.btnPositiveApply.UseVisualStyleBackColor = true;
this.btnPositiveApply.Click += new System.EventHandler(this.btnPositiveApply_Click);
//
// groupBox5
//
this.groupBox5.Controls.Add(this.btnNegativeApply);
this.groupBox5.Controls.Add(this.btnNegativeEdit);
this.groupBox5.Location = new System.Drawing.Point(190, 20);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(165, 58);
this.groupBox5.TabIndex = 12;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "부정문구";
//
// btnNegativeApply
//
this.btnNegativeApply.Location = new System.Drawing.Point(86, 14);
this.btnNegativeApply.Name = "btnNegativeApply";
this.btnNegativeApply.Size = new System.Drawing.Size(72, 39);
this.btnNegativeApply.TabIndex = 4;
this.btnNegativeApply.Text = "적용";
this.btnNegativeApply.UseVisualStyleBackColor = true;
this.btnNegativeApply.Click += new System.EventHandler(this.btnNegativeApply_Click);
//
// btnNegativeEdit
//
this.btnNegativeEdit.Location = new System.Drawing.Point(8, 14);
this.btnNegativeEdit.Name = "btnNegativeEdit";
this.btnNegativeEdit.Size = new System.Drawing.Size(72, 39);
this.btnNegativeEdit.TabIndex = 4;
this.btnNegativeEdit.Text = "편집";
this.btnNegativeEdit.UseVisualStyleBackColor = true;
this.btnNegativeEdit.Click += new System.EventHandler(this.btnNegativeEdit_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btnManualApply);
this.groupBox4.Controls.Add(this.btnManualEdit);
this.groupBox4.Location = new System.Drawing.Point(190, 84);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(165, 58);
this.groupBox4.TabIndex = 12;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "수동문구";
//
// btnManualApply
//
this.btnManualApply.Location = new System.Drawing.Point(86, 14);
this.btnManualApply.Name = "btnManualApply";
this.btnManualApply.Size = new System.Drawing.Size(72, 39);
this.btnManualApply.TabIndex = 4;
this.btnManualApply.Text = "적용";
this.btnManualApply.UseVisualStyleBackColor = true;
this.btnManualApply.Click += new System.EventHandler(this.btnManualApply_Click);
//
// btnManualEdit
//
this.btnManualEdit.Location = new System.Drawing.Point(8, 14);
this.btnManualEdit.Name = "btnManualEdit";
this.btnManualEdit.Size = new System.Drawing.Size(72, 39);
this.btnManualEdit.TabIndex = 4;
this.btnManualEdit.Text = "편집";
this.btnManualEdit.UseVisualStyleBackColor = true;
this.btnManualEdit.Click += new System.EventHandler(this.btnManualEdit_Click);
//
// groupBox7
//
this.groupBox7.Controls.Add(this.btnDenialCodeApply);
this.groupBox7.Controls.Add(this.btnDenialCodeEdit);
this.groupBox7.Location = new System.Drawing.Point(59, 20);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(165, 58);
this.groupBox7.TabIndex = 12;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "거부종목";
//
// btnDenialCodeApply
//
this.btnDenialCodeApply.Location = new System.Drawing.Point(86, 14);
this.btnDenialCodeApply.Name = "btnDenialCodeApply";
this.btnDenialCodeApply.Size = new System.Drawing.Size(72, 39);
this.btnDenialCodeApply.TabIndex = 4;
this.btnDenialCodeApply.Text = "적용";
this.btnDenialCodeApply.UseVisualStyleBackColor = true;
this.btnDenialCodeApply.Click += new System.EventHandler(this.btnDenialCodeApply_Click);
//
// btnDenialCodeEdit
//
this.btnDenialCodeEdit.Location = new System.Drawing.Point(8, 14);
this.btnDenialCodeEdit.Name = "btnDenialCodeEdit";
this.btnDenialCodeEdit.Size = new System.Drawing.Size(72, 39);
this.btnDenialCodeEdit.TabIndex = 4;
this.btnDenialCodeEdit.Text = "편집";
this.btnDenialCodeEdit.UseVisualStyleBackColor = true;
this.btnDenialCodeEdit.Click += new System.EventHandler(this.btnDenialCodeEdit_Click);
//
// groupBox8
//
this.groupBox8.Controls.Add(this.btnDuplicatedCodeApply);
this.groupBox8.Controls.Add(this.btnDuplicatedCodeEdit);
this.groupBox8.Location = new System.Drawing.Point(59, 89);
this.groupBox8.Name = "groupBox8";
this.groupBox8.Size = new System.Drawing.Size(165, 58);
this.groupBox8.TabIndex = 12;
this.groupBox8.TabStop = false;
this.groupBox8.Text = "중복종목";
//
// btnDuplicatedCodeApply
//
this.btnDuplicatedCodeApply.Location = new System.Drawing.Point(86, 14);
this.btnDuplicatedCodeApply.Name = "btnDuplicatedCodeApply";
this.btnDuplicatedCodeApply.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedCodeApply.TabIndex = 4;
this.btnDuplicatedCodeApply.Text = "적용";
this.btnDuplicatedCodeApply.UseVisualStyleBackColor = true;
this.btnDuplicatedCodeApply.Click += new System.EventHandler(this.btnDuplicatedCodeApply_Click);
//
// btnDuplicatedCodeEdit
//
this.btnDuplicatedCodeEdit.Location = new System.Drawing.Point(8, 14);
this.btnDuplicatedCodeEdit.Name = "btnDuplicatedCodeEdit";
this.btnDuplicatedCodeEdit.Size = new System.Drawing.Size(72, 39);
this.btnDuplicatedCodeEdit.TabIndex = 4;
this.btnDuplicatedCodeEdit.Text = "편집";
this.btnDuplicatedCodeEdit.UseVisualStyleBackColor = true;
this.btnDuplicatedCodeEdit.Click += new System.EventHandler(this.btnDuplicatedCodeEdit_Click);
//
// groupBox9
//
this.groupBox9.Controls.Add(this.groupBox8);
this.groupBox9.Controls.Add(this.groupBox7);
this.groupBox9.Location = new System.Drawing.Point(10, 101);
this.groupBox9.Name = "groupBox9";
this.groupBox9.Size = new System.Drawing.Size(262, 157);
this.groupBox9.TabIndex = 10;
this.groupBox9.TabStop = false;
this.groupBox9.Text = "종목편집";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 13;
this.label1.Text = "가격";
//
// tbBuyPrice
//
this.tbBuyPrice.Location = new System.Drawing.Point(61, 17);
this.tbBuyPrice.Name = "tbBuyPrice";
this.tbBuyPrice.Size = new System.Drawing.Size(107, 21);
this.tbBuyPrice.TabIndex = 12;
this.tbBuyPrice.Text = "1000000";
this.tbBuyPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbBuyPrice.TextChanged += new System.EventHandler(this.tbBuyPrice_TextChanged);
this.tbBuyPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbBuyPrice_KeyPress);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(174, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 14;
this.label4.Text = "원";
//
// groupBox10
//
this.groupBox10.Controls.Add(this.tbBuyPrice);
this.groupBox10.Controls.Add(this.label4);
this.groupBox10.Controls.Add(this.label1);
this.groupBox10.Location = new System.Drawing.Point(10, 264);
this.groupBox10.Name = "groupBox10";
this.groupBox10.Size = new System.Drawing.Size(262, 46);
this.groupBox10.TabIndex = 15;
this.groupBox10.TabStop = false;
this.groupBox10.Text = "매수";
//
// cbAccount
//
this.cbAccount.FormattingEnabled = true;
this.cbAccount.Location = new System.Drawing.Point(14, 21);
this.cbAccount.Name = "cbAccount";
this.cbAccount.Size = new System.Drawing.Size(121, 20);
this.cbAccount.TabIndex = 16;
//
// tbAccountSub
//
this.tbAccountSub.Location = new System.Drawing.Point(141, 20);
this.tbAccountSub.Name = "tbAccountSub";
this.tbAccountSub.Size = new System.Drawing.Size(27, 21);
this.tbAccountSub.TabIndex = 17;
this.tbAccountSub.Text = "10";
this.tbAccountSub.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// groupBox11
//
this.groupBox11.Controls.Add(this.btnAccountApply);
this.groupBox11.Controls.Add(this.cbAccount);
this.groupBox11.Controls.Add(this.tbAccountSub);
this.groupBox11.Location = new System.Drawing.Point(10, 316);
this.groupBox11.Name = "groupBox11";
this.groupBox11.Size = new System.Drawing.Size(262, 57);
this.groupBox11.TabIndex = 18;
this.groupBox11.TabStop = false;
this.groupBox11.Text = "계좌";
//
// btnAccountApply
//
this.btnAccountApply.Location = new System.Drawing.Point(184, 10);
this.btnAccountApply.Name = "btnAccountApply";
this.btnAccountApply.Size = new System.Drawing.Size(72, 39);
this.btnAccountApply.TabIndex = 5;
this.btnAccountApply.Text = "적용";
this.btnAccountApply.UseVisualStyleBackColor = true;
this.btnAccountApply.Click += new System.EventHandler(this.btnAccountApply_Click);
//
// groupBox12
//
this.groupBox12.Controls.Add(this.label5);
this.groupBox12.Controls.Add(this.tbAnProfitChange);
this.groupBox12.Controls.Add(this.btAnApply);
this.groupBox12.Controls.Add(this.tbAnPatent);
this.groupBox12.Controls.Add(this.chAnProfitChange);
this.groupBox12.Controls.Add(this.chAnPatent);
this.groupBox12.Controls.Add(this.chAnRightsIssue);
this.groupBox12.Controls.Add(this.chAnRevenue);
this.groupBox12.Controls.Add(this.chAnDartAPI);
this.groupBox12.Controls.Add(this.chAnSupply);
this.groupBox12.Controls.Add(this.label7);
this.groupBox12.Controls.Add(this.tbAnRevenueRate);
this.groupBox12.Controls.Add(this.label6);
this.groupBox12.Controls.Add(this.tbAnSupplyContractRate);
this.groupBox12.Location = new System.Drawing.Point(280, 264);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(262, 270);
this.groupBox12.TabIndex = 19;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "공시";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(215, 170);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(15, 12);
this.label5.TabIndex = 10;
this.label5.Text = "%";
//
// tbAnProfitChange
//
this.tbAnProfitChange.Location = new System.Drawing.Point(136, 167);
this.tbAnProfitChange.Name = "tbAnProfitChange";
this.tbAnProfitChange.Size = new System.Drawing.Size(73, 21);
this.tbAnProfitChange.TabIndex = 9;
this.tbAnProfitChange.Text = "5.0";
this.tbAnProfitChange.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbAnProfitChange.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAnProfitChange_KeyPress);
//
// btAnApply
//
this.btAnApply.Location = new System.Drawing.Point(91, 211);
this.btAnApply.Name = "btAnApply";
this.btAnApply.Size = new System.Drawing.Size(72, 39);
this.btAnApply.TabIndex = 5;
this.btAnApply.Text = "적용";
this.btAnApply.UseVisualStyleBackColor = true;
this.btAnApply.Click += new System.EventHandler(this.btAnApply_Click);
//
// tbAnPatent
//
this.tbAnPatent.Location = new System.Drawing.Point(136, 136);
this.tbAnPatent.Name = "tbAnPatent";
this.tbAnPatent.Size = new System.Drawing.Size(73, 21);
this.tbAnPatent.TabIndex = 8;
this.tbAnPatent.Text = "(미국|중국)";
//
// chAnProfitChange
//
this.chAnProfitChange.AutoSize = true;
this.chAnProfitChange.Checked = true;
this.chAnProfitChange.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnProfitChange.Location = new System.Drawing.Point(16, 169);
this.chAnProfitChange.Name = "chAnProfitChange";
this.chAnProfitChange.Size = new System.Drawing.Size(96, 16);
this.chAnProfitChange.TabIndex = 7;
this.chAnProfitChange.Text = "손익구조변동";
this.chAnProfitChange.UseVisualStyleBackColor = true;
//
// chAnPatent
//
this.chAnPatent.AutoSize = true;
this.chAnPatent.Checked = true;
this.chAnPatent.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnPatent.Location = new System.Drawing.Point(16, 138);
this.chAnPatent.Name = "chAnPatent";
this.chAnPatent.Size = new System.Drawing.Size(88, 16);
this.chAnPatent.TabIndex = 7;
this.chAnPatent.Text = "특허권 취득";
this.chAnPatent.UseVisualStyleBackColor = true;
//
// chAnRightsIssue
//
this.chAnRightsIssue.AutoSize = true;
this.chAnRightsIssue.Checked = true;
this.chAnRightsIssue.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnRightsIssue.Location = new System.Drawing.Point(16, 109);
this.chAnRightsIssue.Name = "chAnRightsIssue";
this.chAnRightsIssue.Size = new System.Drawing.Size(102, 16);
this.chAnRightsIssue.TabIndex = 7;
this.chAnRightsIssue.Text = "제3자배정증자";
this.chAnRightsIssue.UseVisualStyleBackColor = true;
//
// chAnRevenue
//
this.chAnRevenue.AutoSize = true;
this.chAnRevenue.Checked = true;
this.chAnRevenue.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnRevenue.Location = new System.Drawing.Point(16, 80);
this.chAnRevenue.Name = "chAnRevenue";
this.chAnRevenue.Size = new System.Drawing.Size(106, 16);
this.chAnRevenue.TabIndex = 7;
this.chAnRevenue.Text = "영업(잠정)실적";
this.chAnRevenue.UseVisualStyleBackColor = true;
//
// chAnDartAPI
//
this.chAnDartAPI.AutoSize = true;
this.chAnDartAPI.Checked = true;
this.chAnDartAPI.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnDartAPI.Location = new System.Drawing.Point(16, 21);
this.chAnDartAPI.Name = "chAnDartAPI";
this.chAnDartAPI.Size = new System.Drawing.Size(97, 16);
this.chAnDartAPI.TabIndex = 6;
this.chAnDartAPI.Text = "Dart API 요청";
this.chAnDartAPI.UseVisualStyleBackColor = true;
//
// chAnSupply
//
this.chAnSupply.AutoSize = true;
this.chAnSupply.Checked = true;
this.chAnSupply.CheckState = System.Windows.Forms.CheckState.Checked;
this.chAnSupply.Location = new System.Drawing.Point(16, 51);
this.chAnSupply.Name = "chAnSupply";
this.chAnSupply.Size = new System.Drawing.Size(96, 16);
this.chAnSupply.TabIndex = 6;
this.chAnSupply.Text = "공급계약체결";
this.chAnSupply.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(215, 81);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(15, 12);
this.label7.TabIndex = 5;
this.label7.Text = "%";
//
// tbAnRevenueRate
//
this.tbAnRevenueRate.Location = new System.Drawing.Point(136, 78);
this.tbAnRevenueRate.Name = "tbAnRevenueRate";
this.tbAnRevenueRate.Size = new System.Drawing.Size(73, 21);
this.tbAnRevenueRate.TabIndex = 4;
this.tbAnRevenueRate.Text = "5.0";
this.tbAnRevenueRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbAnRevenueRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbRevenueRate_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(215, 52);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 12);
this.label6.TabIndex = 2;
this.label6.Text = "%";
//
// tbAnSupplyContractRate
//
this.tbAnSupplyContractRate.Location = new System.Drawing.Point(136, 48);
this.tbAnSupplyContractRate.Name = "tbAnSupplyContractRate";
this.tbAnSupplyContractRate.Size = new System.Drawing.Size(73, 21);
this.tbAnSupplyContractRate.TabIndex = 1;
this.tbAnSupplyContractRate.Text = "5.0";
this.tbAnSupplyContractRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbAnSupplyContractRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbSupplyContractRate_KeyPress);
//
// label9
//
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 532);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(132, 12);
this.label9.TabIndex = 20;
this.label9.Text = "Version : 2019.08.07.00";
//
// cbMockTrading
//
this.cbMockTrading.AutoSize = true;
this.cbMockTrading.Location = new System.Drawing.Point(24, 397);
this.cbMockTrading.Name = "cbMockTrading";
this.cbMockTrading.Size = new System.Drawing.Size(76, 16);
this.cbMockTrading.TabIndex = 21;
this.cbMockTrading.Text = "모의 투자";
this.cbMockTrading.UseVisualStyleBackColor = true;
this.cbMockTrading.CheckedChanged += new System.EventHandler(this.cbMockTrading_CheckedChanged);
//
// ConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(670, 553);
this.Controls.Add(this.cbMockTrading);
this.Controls.Add(this.label9);
this.Controls.Add(this.groupBox12);
this.Controls.Add(this.groupBox11);
this.Controls.Add(this.groupBox10);
this.Controls.Add(this.groupBox9);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "ConfigForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "설정";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConfigForm_FormClosing);
this.Load += new System.EventHandler(this.ConfigForm_Load);
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);
this.groupBox4.ResumeLayout(false);
this.groupBox7.ResumeLayout(false);
this.groupBox8.ResumeLayout(false);
this.groupBox9.ResumeLayout(false);
this.groupBox10.ResumeLayout(false);
this.groupBox10.PerformLayout();
this.groupBox11.ResumeLayout(false);
this.groupBox11.PerformLayout();
this.groupBox12.ResumeLayout(false);
this.groupBox12.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbVolume;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnPositiveEdit;
private System.Windows.Forms.Button btnCodeManualMake;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox6;
private System.Windows.Forms.Button btnSynonymApply;
private System.Windows.Forms.Button btnSynonymEdit;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btnPositiveApply;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Button btnNegativeApply;
private System.Windows.Forms.Button btnNegativeEdit;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Button btnManualApply;
private System.Windows.Forms.Button btnManualEdit;
private System.Windows.Forms.Button btnCodeManualEdit;
private System.Windows.Forms.GroupBox groupBox7;
private System.Windows.Forms.Button btnDenialCodeApply;
private System.Windows.Forms.Button btnDenialCodeEdit;
private System.Windows.Forms.GroupBox groupBox8;
private System.Windows.Forms.Button btnDuplicatedCodeApply;
private System.Windows.Forms.Button btnDuplicatedCodeEdit;
private System.Windows.Forms.GroupBox groupBox9;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbBuyPrice;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox10;
private System.Windows.Forms.ComboBox cbAccount;
private System.Windows.Forms.TextBox tbAccountSub;
private System.Windows.Forms.GroupBox groupBox11;
private System.Windows.Forms.Button btnAccountApply;
private System.Windows.Forms.GroupBox groupBox12;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbAnSupplyContractRate;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbAnRevenueRate;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox chAnRightsIssue;
private System.Windows.Forms.CheckBox chAnRevenue;
private System.Windows.Forms.CheckBox chAnSupply;
private System.Windows.Forms.TextBox tbAnPatent;
private System.Windows.Forms.CheckBox chAnPatent;
private System.Windows.Forms.Button btAnApply;
private System.Windows.Forms.CheckBox chAnDartAPI;
private System.Windows.Forms.CheckBox chAnProfitChange;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbAnProfitChange;
private System.Windows.Forms.CheckBox cbMockTrading;
private System.Windows.Forms.GroupBox groupBox13;
private System.Windows.Forms.Button btnDuplicatedKeywordApply;
private System.Windows.Forms.Button btnDuplicatedKeywordEdit;
}
}