선물, 옵션 크롤링

db 조건 검색
결과 파일 추가
This commit is contained in:
2015-06-19 01:12:11 +09:00
parent 67e7e332fb
commit 9a8f11a285
6 changed files with 69480 additions and 39 deletions

35
Form1.Designer.cs generated
View File

@@ -30,7 +30,8 @@
{
this.btSearchCode = new System.Windows.Forms.Button();
this.lbFutCode = new System.Windows.Forms.Label();
this.btCrawling = new System.Windows.Forms.Button();
this.btCrawlingFuture = new System.Windows.Forms.Button();
this.btCrawlingOption = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btSearchCode
@@ -52,22 +53,33 @@
this.lbFutCode.TabIndex = 1;
this.lbFutCode.Text = "unknown";
//
// btCrawling
// btCrawlingFuture
//
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);
this.btCrawlingFuture.Location = new System.Drawing.Point(12, 104);
this.btCrawlingFuture.Name = "btCrawlingFuture";
this.btCrawlingFuture.Size = new System.Drawing.Size(160, 100);
this.btCrawlingFuture.TabIndex = 2;
this.btCrawlingFuture.Text = "Future Crawling";
this.btCrawlingFuture.UseVisualStyleBackColor = true;
this.btCrawlingFuture.Click += new System.EventHandler(this.btCrawling_Click);
//
// btCrawlingOption
//
this.btCrawlingOption.Location = new System.Drawing.Point(231, 104);
this.btCrawlingOption.Name = "btCrawlingOption";
this.btCrawlingOption.Size = new System.Drawing.Size(143, 100);
this.btCrawlingOption.TabIndex = 3;
this.btCrawlingOption.Text = "Option Crawling";
this.btCrawlingOption.UseVisualStyleBackColor = true;
this.btCrawlingOption.Click += new System.EventHandler(this.btCrawlingOption_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.btCrawlingOption);
this.Controls.Add(this.btCrawlingFuture);
this.Controls.Add(this.lbFutCode);
this.Controls.Add(this.btSearchCode);
this.Name = "Form1";
@@ -81,7 +93,8 @@
private System.Windows.Forms.Button btSearchCode;
private System.Windows.Forms.Label lbFutCode;
private System.Windows.Forms.Button btCrawling;
private System.Windows.Forms.Button btCrawlingFuture;
private System.Windows.Forms.Button btCrawlingOption;
}
}