선물 코드 가져오기 추가

선물 차트 추가
	- field의 array를 넣어야 하는데 형식이 맞지 않아 에러남
This commit is contained in:
2015-06-17 01:18:40 +09:00
parent bd4d995be4
commit 67e7e332fb
5 changed files with 132 additions and 1 deletions

13
Form1.Designer.cs generated
View File

@@ -30,6 +30,7 @@
{
this.btSearchCode = new System.Windows.Forms.Button();
this.lbFutCode = new System.Windows.Forms.Label();
this.btCrawling = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btSearchCode
@@ -51,11 +52,22 @@
this.lbFutCode.TabIndex = 1;
this.lbFutCode.Text = "unknown";
//
// btCrawling
//
this.btCrawling.Location = new System.Drawing.Point(12, 54);
this.btCrawling.Name = "btCrawling";
this.btCrawling.Size = new System.Drawing.Size(106, 23);
this.btCrawling.TabIndex = 2;
this.btCrawling.Text = "Do Crawling";
this.btCrawling.UseVisualStyleBackColor = true;
this.btCrawling.Click += new System.EventHandler(this.btCrawling_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(386, 405);
this.Controls.Add(this.btCrawling);
this.Controls.Add(this.lbFutCode);
this.Controls.Add(this.btSearchCode);
this.Name = "Form1";
@@ -69,6 +81,7 @@
private System.Windows.Forms.Button btSearchCode;
private System.Windows.Forms.Label lbFutCode;
private System.Windows.Forms.Button btCrawling;
}
}