Files
upper-limit-crawler/Form1.Designer.cs
2015-06-28 20:11:50 +09:00

62 lines
2.0 KiB
C#

namespace upper_limit_crawler
{
partial class Form1
{
/// <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.btSearch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btSearch
//
this.btSearch.Location = new System.Drawing.Point(40, 106);
this.btSearch.Name = "btSearch";
this.btSearch.Size = new System.Drawing.Size(139, 88);
this.btSearch.TabIndex = 0;
this.btSearch.Text = "Search";
this.btSearch.UseVisualStyleBackColor = true;
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(454, 381);
this.Controls.Add(this.btSearch);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btSearch;
}
}