Files
NewsCrawler/ConfigForm.Designer.cs
mjjo 349de89a05 - Status bar 추가
- webview 삭제
- double click 시 브라우저로 이동
- Dart API 적용
- 종목명 검색 개선
2017-01-09 08:01:43 +09:00

552 lines
22 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.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.tbSupplyContractRate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.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.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(262, 298);
this.groupBox2.TabIndex = 10;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "키워드";
//
// groupBox6
//
this.groupBox6.Controls.Add(this.btnSynonymApply);
this.groupBox6.Controls.Add(this.btnSynonymEdit);
this.groupBox6.Location = new System.Drawing.Point(44, 212);
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(44, 20);
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(44, 148);
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(44, 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.label6);
this.groupBox12.Controls.Add(this.tbSupplyContractRate);
this.groupBox12.Controls.Add(this.label5);
this.groupBox12.Location = new System.Drawing.Point(280, 316);
this.groupBox12.Name = "groupBox12";
this.groupBox12.Size = new System.Drawing.Size(262, 57);
this.groupBox12.TabIndex = 19;
this.groupBox12.TabStop = false;
this.groupBox12.Text = "공시";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(28, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 0;
this.label5.Text = "공급계약체결";
//
// tbSupplyContractRate
//
this.tbSupplyContractRate.Location = new System.Drawing.Point(111, 20);
this.tbSupplyContractRate.Name = "tbSupplyContractRate";
this.tbSupplyContractRate.Size = new System.Drawing.Size(100, 21);
this.tbSupplyContractRate.TabIndex = 1;
this.tbSupplyContractRate.Text = "5.0";
this.tbSupplyContractRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.tbSupplyContractRate.TextChanged += new System.EventHandler(this.tbSupplyContractRate_TextChanged);
this.tbSupplyContractRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbSupplyContractRate_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(217, 23);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(15, 12);
this.label6.TabIndex = 2;
this.label6.Text = "%";
//
// ConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(548, 385);
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.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);
}
#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 tbSupplyContractRate;
private System.Windows.Forms.Label label5;
}
}