namespace future_crawler { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btSearchCode = new System.Windows.Forms.Button(); this.lbFutCode = new System.Windows.Forms.Label(); this.btCrawling = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btSearchCode // this.btSearchCode.Location = new System.Drawing.Point(12, 12); this.btSearchCode.Name = "btSearchCode"; this.btSearchCode.Size = new System.Drawing.Size(106, 23); this.btSearchCode.TabIndex = 0; this.btSearchCode.Text = "Search Code"; this.btSearchCode.UseVisualStyleBackColor = true; this.btSearchCode.Click += new System.EventHandler(this.btSearchCode_Click); // // lbFutCode // this.lbFutCode.AutoSize = true; this.lbFutCode.Location = new System.Drawing.Point(151, 17); this.lbFutCode.Name = "lbFutCode"; this.lbFutCode.Size = new System.Drawing.Size(56, 12); 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"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btSearchCode; private System.Windows.Forms.Label lbFutCode; private System.Windows.Forms.Button btCrawling; } }