namespace TProduct.Link.Debugger
{
partial class SelModuleForm
{
///
/// 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.button无线Zegbee = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnLMAG流量计 = new System.Windows.Forms.Button();
this.button电动阀_kd = new System.Windows.Forms.Button();
this.button转速_武汉701 = new System.Windows.Forms.Button();
this.button青智8930 = new System.Windows.Forms.Button();
this.button安科瑞 = new System.Windows.Forms.Button();
this.button有线Kd = new System.Windows.Forms.Button();
this.panelMain = new DevExpress.XtraEditors.PanelControl();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelMain)).BeginInit();
this.SuspendLayout();
//
// button无线Zegbee
//
this.button无线Zegbee.Location = new System.Drawing.Point(12, 20);
this.button无线Zegbee.Name = "button无线Zegbee";
this.button无线Zegbee.Size = new System.Drawing.Size(104, 39);
this.button无线Zegbee.TabIndex = 19;
this.button无线Zegbee.Text = "无线Zegbee\r\n通讯测试";
this.button无线Zegbee.Click += new System.EventHandler(this.button无线Zegbee_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnLMAG流量计);
this.groupBox2.Controls.Add(this.button电动阀_kd);
this.groupBox2.Controls.Add(this.button转速_武汉701);
this.groupBox2.Controls.Add(this.button青智8930);
this.groupBox2.Controls.Add(this.button安科瑞);
this.groupBox2.Controls.Add(this.button有线Kd);
this.groupBox2.Controls.Add(this.button无线Zegbee);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(0, 0);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(1077, 132);
this.groupBox2.TabIndex = 20;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "选择类型";
//
// btnLMAG流量计
//
this.btnLMAG流量计.Location = new System.Drawing.Point(269, 65);
this.btnLMAG流量计.Name = "btnLMAG流量计";
this.btnLMAG流量计.Size = new System.Drawing.Size(104, 39);
this.btnLMAG流量计.TabIndex = 22;
this.btnLMAG流量计.Text = "L-MAG流量计 \r\n通讯测试";
this.btnLMAG流量计.Click += new System.EventHandler(this.btnLMAG流量计_Click);
//
// button电动阀_kd
//
this.button电动阀_kd.Location = new System.Drawing.Point(394, 20);
this.button电动阀_kd.Name = "button电动阀_kd";
this.button电动阀_kd.Size = new System.Drawing.Size(104, 39);
this.button电动阀_kd.TabIndex = 22;
this.button电动阀_kd.Text = "阀门 (kd) \r\n通讯测试";
this.button电动阀_kd.Click += new System.EventHandler(this.button电动阀_kd_Click);
//
// button转速_武汉701
//
this.button转速_武汉701.Location = new System.Drawing.Point(269, 20);
this.button转速_武汉701.Name = "button转速_武汉701";
this.button转速_武汉701.Size = new System.Drawing.Size(104, 39);
this.button转速_武汉701.TabIndex = 21;
this.button转速_武汉701.Text = "转速 (kd) \r\n通讯测试";
this.button转速_武汉701.Click += new System.EventHandler(this.button转速_Click);
//
// button青智8930
//
this.button青智8930.Location = new System.Drawing.Point(137, 65);
this.button青智8930.Name = "button青智8930";
this.button青智8930.Size = new System.Drawing.Size(104, 39);
this.button青智8930.TabIndex = 20;
this.button青智8930.Text = "青智 \r\n通讯测试";
this.button青智8930.Click += new System.EventHandler(this.button青智8930_Click);
//
// button安科瑞
//
this.button安科瑞.Location = new System.Drawing.Point(12, 65);
this.button安科瑞.Name = "button安科瑞";
this.button安科瑞.Size = new System.Drawing.Size(104, 39);
this.button安科瑞.TabIndex = 20;
this.button安科瑞.Text = "安科瑞\r\n通讯测试";
this.button安科瑞.Click += new System.EventHandler(this.button安科瑞_Click);
//
// button有线Kd
//
this.button有线Kd.Location = new System.Drawing.Point(137, 20);
this.button有线Kd.Name = "button有线Kd";
this.button有线Kd.Size = new System.Drawing.Size(104, 39);
this.button有线Kd.TabIndex = 19;
this.button有线Kd.Text = "数据记录DR\r\n通讯测试";
this.button有线Kd.Click += new System.EventHandler(this.button科迪DR_Click);
//
// panelMain
//
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelMain.Location = new System.Drawing.Point(0, 132);
this.panelMain.Name = "panelMain";
this.panelMain.Size = new System.Drawing.Size(1077, 588);
this.panelMain.TabIndex = 21;
//
// SelModuleForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1077, 720);
this.Controls.Add(this.panelMain);
this.Controls.Add(this.groupBox2);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "SelModuleForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "义维接收器测试";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SelModuleForm_Closed);
this.Load += new System.EventHandler(this.SelModuleForm_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.panelMain)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button无线Zegbee;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button button有线Kd;
private System.Windows.Forms.Button button安科瑞;
private DevExpress.XtraEditors.PanelControl panelMain;
private System.Windows.Forms.Button button青智8930;
private System.Windows.Forms.Button button转速_武汉701;
private System.Windows.Forms.Button button电动阀_kd;
private System.Windows.Forms.Button btnLMAG流量计;
}
}