namespace Test.BlackBox
{
partial class Form1
{
///
/// 必需的设计器变量。
///
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.components = new System.ComponentModel.Container();
this.BTStartBB = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.BTStopBB = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.BTWriteLog = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// BTStartBB
//
this.BTStartBB.Location = new System.Drawing.Point(363, 54);
this.BTStartBB.Name = "BTStartBB";
this.BTStartBB.Size = new System.Drawing.Size(75, 23);
this.BTStartBB.TabIndex = 0;
this.BTStartBB.Text = "启动黑匣子";
this.BTStartBB.UseVisualStyleBackColor = true;
this.BTStartBB.Click += new System.EventHandler(this.BTStartBB_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(13, 13);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(297, 340);
this.textBox1.TabIndex = 1;
//
// BTStopBB
//
this.BTStopBB.Location = new System.Drawing.Point(444, 54);
this.BTStopBB.Name = "BTStopBB";
this.BTStopBB.Size = new System.Drawing.Size(75, 23);
this.BTStopBB.TabIndex = 2;
this.BTStopBB.Text = "停止黑匣子";
this.BTStopBB.UseVisualStyleBackColor = true;
this.BTStopBB.Click += new System.EventHandler(this.BTStopBB_Click);
//
// BTWriteLog
//
this.BTWriteLog.Location = new System.Drawing.Point(363, 126);
this.BTWriteLog.Name = "BTWriteLog";
this.BTWriteLog.Size = new System.Drawing.Size(75, 23);
this.BTWriteLog.TabIndex = 3;
this.BTWriteLog.Text = "写日志";
this.BTWriteLog.UseVisualStyleBackColor = true;
this.BTWriteLog.Click += new System.EventHandler(this.BTWriteLog_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(339, 295);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(444, 295);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 5;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(553, 365);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.BTWriteLog);
this.Controls.Add(this.BTStopBB);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.BTStartBB);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BTStartBB;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button BTStopBB;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.Button BTWriteLog;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}