namespace monitor_main_windows
{
partial class MainForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.button_open = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button_open
//
this.button_open.Location = new System.Drawing.Point(210, 113);
this.button_open.Margin = new System.Windows.Forms.Padding(2);
this.button_open.Name = "button_open";
this.button_open.Size = new System.Drawing.Size(100, 86);
this.button_open.TabIndex = 2;
this.button_open.Text = "打开窗口";
this.button_open.UseVisualStyleBackColor = true;
this.button_open.Click += new System.EventHandler(this.button_open_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(543, 361);
this.Controls.Add(this.button_open);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainForm";
this.Text = "MainForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_open;
}
}