namespace Message
{
partial class frmMessage
{
///
/// 必要なデザイナ変数です。
///
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.cmdExecute = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// cmdExecute
//
this.cmdExecute.Location = new System.Drawing.Point(22, 12);
this.cmdExecute.Name = "cmdExecute";
this.cmdExecute.Size = new System.Drawing.Size(71, 18);
this.cmdExecute.TabIndex = 6;
this.cmdExecute.Text = "Execute";
this.cmdExecute.UseVisualStyleBackColor = true;
this.cmdExecute.Click += new System.EventHandler(this.cmdExecute_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(40, 35);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(111, 19);
this.textBox1.TabIndex = 7;
//
// frmMessage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(218, 103);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.cmdExecute);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmMessage";
this.Text = "Message";
this.Load += new System.EventHandler(this.frmMessage_Load);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMessage_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cmdExecute;
private System.Windows.Forms.TextBox textBox1;
}
}