namespace TProduct.Link.Debugger
|
{
|
partial class DebugAnKeRui3xPCtrl
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DebugAnKeRui3xPCtrl));
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
this.radioButton16 = new System.Windows.Forms.RadioButton();
|
this.radioButton10 = new System.Windows.Forms.RadioButton();
|
this.textEquipAddress = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.btnConnPoll = new System.Windows.Forms.Button();
|
this.checkIsAuto = new System.Windows.Forms.CheckBox();
|
this.textInterval = new System.Windows.Forms.TextBox();
|
this.label11 = new System.Windows.Forms.Label();
|
this.btnClosePoll = new System.Windows.Forms.Button();
|
this.rtfTerminal1 = new System.Windows.Forms.RichTextBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.textWaitingTime = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.btnClearText = new System.Windows.Forms.Button();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.groupBox0 = new System.Windows.Forms.GroupBox();
|
this.btnCloseCom = new System.Windows.Forms.Button();
|
this.btnOpenCom = new System.Windows.Forms.Button();
|
this.label2 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.comboBoxbtl = new System.Windows.Forms.ComboBox();
|
this.comboBoxCOM = new System.Windows.Forms.ComboBox();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
|
this.groupBox2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.groupBox0.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.comboBoxEdit1);
|
this.groupBox1.Controls.Add(this.labelControl1);
|
this.groupBox1.Controls.Add(this.radioButton16);
|
this.groupBox1.Controls.Add(this.radioButton10);
|
this.groupBox1.Controls.Add(this.textEquipAddress);
|
this.groupBox1.Controls.Add(this.label6);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(3, 3);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(194, 115);
|
this.groupBox1.TabIndex = 4;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "设备地址";
|
//
|
// comboBoxEdit1
|
//
|
this.comboBoxEdit1.EditValue = "PZ(单功率)";
|
this.comboBoxEdit1.Location = new System.Drawing.Point(63, 73);
|
this.comboBoxEdit1.Name = "comboBoxEdit1";
|
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
|
"PZ(单功率)",
|
"PZ(功率电流电压)"});
|
this.comboBoxEdit1.Size = new System.Drawing.Size(114, 20);
|
this.comboBoxEdit1.TabIndex = 12;
|
this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(24, 76);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(24, 14);
|
this.labelControl1.TabIndex = 11;
|
this.labelControl1.Text = "型号";
|
//
|
// radioButton16
|
//
|
this.radioButton16.AutoSize = true;
|
this.radioButton16.Location = new System.Drawing.Point(89, 51);
|
this.radioButton16.Name = "radioButton16";
|
this.radioButton16.Size = new System.Drawing.Size(71, 16);
|
this.radioButton16.TabIndex = 6;
|
this.radioButton16.Text = "十六进制";
|
this.radioButton16.UseVisualStyleBackColor = true;
|
//
|
// radioButton10
|
//
|
this.radioButton10.AutoSize = true;
|
this.radioButton10.Checked = true;
|
this.radioButton10.Cursor = System.Windows.Forms.Cursors.Default;
|
this.radioButton10.Location = new System.Drawing.Point(20, 51);
|
this.radioButton10.Name = "radioButton10";
|
this.radioButton10.Size = new System.Drawing.Size(59, 16);
|
this.radioButton10.TabIndex = 5;
|
this.radioButton10.TabStop = true;
|
this.radioButton10.Text = "十进制";
|
this.radioButton10.UseVisualStyleBackColor = true;
|
//
|
// textEquipAddress
|
//
|
this.textEquipAddress.Location = new System.Drawing.Point(89, 16);
|
this.textEquipAddress.Name = "textEquipAddress";
|
this.textEquipAddress.Size = new System.Drawing.Size(63, 21);
|
this.textEquipAddress.TabIndex = 2;
|
this.textEquipAddress.Text = "1";
|
this.textEquipAddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(34, 21);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
this.label6.TabIndex = 1;
|
this.label6.Text = "地址号";
|
//
|
// btnConnPoll
|
//
|
this.btnConnPoll.Location = new System.Drawing.Point(24, 13);
|
this.btnConnPoll.Name = "btnConnPoll";
|
this.btnConnPoll.Size = new System.Drawing.Size(168, 23);
|
this.btnConnPoll.TabIndex = 13;
|
this.btnConnPoll.Text = "下发命令";
|
this.btnConnPoll.UseVisualStyleBackColor = true;
|
this.btnConnPoll.Click += new System.EventHandler(this.btnConnPoll_Click);
|
//
|
// checkIsAuto
|
//
|
this.checkIsAuto.AutoSize = true;
|
this.checkIsAuto.Location = new System.Drawing.Point(24, 20);
|
this.checkIsAuto.Name = "checkIsAuto";
|
this.checkIsAuto.Size = new System.Drawing.Size(96, 16);
|
this.checkIsAuto.TabIndex = 15;
|
this.checkIsAuto.Text = "是否自动收取";
|
this.checkIsAuto.UseVisualStyleBackColor = true;
|
this.checkIsAuto.CheckedChanged += new System.EventHandler(this.checkIsAuto_Change);
|
//
|
// textInterval
|
//
|
this.textInterval.Location = new System.Drawing.Point(120, 48);
|
this.textInterval.Name = "textInterval";
|
this.textInterval.Size = new System.Drawing.Size(63, 21);
|
this.textInterval.TabIndex = 2;
|
this.textInterval.Text = "2000";
|
this.textInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(22, 51);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(77, 12);
|
this.label11.TabIndex = 1;
|
this.label11.Text = "扫描周期(ms)";
|
//
|
// btnClosePoll
|
//
|
this.btnClosePoll.Enabled = false;
|
this.btnClosePoll.Location = new System.Drawing.Point(24, 42);
|
this.btnClosePoll.Name = "btnClosePoll";
|
this.btnClosePoll.Size = new System.Drawing.Size(168, 23);
|
this.btnClosePoll.TabIndex = 13;
|
this.btnClosePoll.Text = "终止发送";
|
this.btnClosePoll.UseVisualStyleBackColor = true;
|
this.btnClosePoll.Click += new System.EventHandler(this.btnClosePoll_Click);
|
//
|
// rtfTerminal1
|
//
|
this.rtfTerminal1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.rtfTerminal1.Location = new System.Drawing.Point(0, 0);
|
this.rtfTerminal1.Name = "rtfTerminal1";
|
this.rtfTerminal1.Size = new System.Drawing.Size(674, 488);
|
this.rtfTerminal1.TabIndex = 5;
|
this.rtfTerminal1.Text = "";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.textWaitingTime);
|
this.groupBox2.Controls.Add(this.label4);
|
this.groupBox2.Controls.Add(this.checkIsAuto);
|
this.groupBox2.Controls.Add(this.textInterval);
|
this.groupBox2.Controls.Add(this.label11);
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox2.Location = new System.Drawing.Point(3, 118);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(194, 123);
|
this.groupBox2.TabIndex = 17;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "设置";
|
//
|
// textWaitingTime
|
//
|
this.textWaitingTime.Location = new System.Drawing.Point(120, 73);
|
this.textWaitingTime.Name = "textWaitingTime";
|
this.textWaitingTime.Size = new System.Drawing.Size(61, 21);
|
this.textWaitingTime.TabIndex = 19;
|
this.textWaitingTime.Text = "200";
|
this.textWaitingTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
this.textWaitingTime.Leave += new System.EventHandler(this.textWaitingTime_Leave);
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(13, 78);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(101, 12);
|
this.label4.TabIndex = 18;
|
this.label4.Text = "消息读取时间(ms)";
|
//
|
// btnClearText
|
//
|
this.btnClearText.Location = new System.Drawing.Point(26, 71);
|
this.btnClearText.Name = "btnClearText";
|
this.btnClearText.Size = new System.Drawing.Size(168, 23);
|
this.btnClearText.TabIndex = 18;
|
this.btnClearText.Text = "清空";
|
this.btnClearText.UseVisualStyleBackColor = true;
|
this.btnClearText.Click += new System.EventHandler(this.btnClearText_Click);
|
//
|
// splitContainer1
|
//
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
this.splitContainer1.Location = new System.Drawing.Point(0, 68);
|
this.splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
|
this.splitContainer1.Panel1.Padding = new System.Windows.Forms.Padding(3);
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.rtfTerminal1);
|
this.splitContainer1.Size = new System.Drawing.Size(878, 488);
|
this.splitContainer1.SplitterDistance = 200;
|
this.splitContainer1.TabIndex = 19;
|
//
|
// groupBox0
|
//
|
this.groupBox0.Controls.Add(this.btnCloseCom);
|
this.groupBox0.Controls.Add(this.btnOpenCom);
|
this.groupBox0.Controls.Add(this.label2);
|
this.groupBox0.Controls.Add(this.label9);
|
this.groupBox0.Controls.Add(this.comboBoxbtl);
|
this.groupBox0.Controls.Add(this.comboBoxCOM);
|
this.groupBox0.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox0.Location = new System.Drawing.Point(0, 0);
|
this.groupBox0.Name = "groupBox0";
|
this.groupBox0.Size = new System.Drawing.Size(878, 68);
|
this.groupBox0.TabIndex = 22;
|
this.groupBox0.TabStop = false;
|
this.groupBox0.Text = "串口设置";
|
//
|
// btnCloseCom
|
//
|
this.btnCloseCom.Location = new System.Drawing.Point(462, 22);
|
this.btnCloseCom.Name = "btnCloseCom";
|
this.btnCloseCom.Size = new System.Drawing.Size(86, 23);
|
this.btnCloseCom.TabIndex = 18;
|
this.btnCloseCom.Text = "关闭端口";
|
this.btnCloseCom.Click += new System.EventHandler(this.btnCloseCom_Click);
|
//
|
// btnOpenCom
|
//
|
this.btnOpenCom.Location = new System.Drawing.Point(363, 22);
|
this.btnOpenCom.Name = "btnOpenCom";
|
this.btnOpenCom.Size = new System.Drawing.Size(93, 23);
|
this.btnOpenCom.TabIndex = 13;
|
this.btnOpenCom.Text = "打开端口";
|
this.btnOpenCom.UseVisualStyleBackColor = true;
|
this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click);
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(183, 25);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(59, 12);
|
this.label2.TabIndex = 1;
|
this.label2.Text = " 波特率:";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(6, 25);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(59, 12);
|
this.label9.TabIndex = 1;
|
this.label9.Text = "串 口 号:";
|
//
|
// comboBoxbtl
|
//
|
this.comboBoxbtl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBoxbtl.FormattingEnabled = true;
|
this.comboBoxbtl.Items.AddRange(new object[] {
|
"1200",
|
"2400",
|
"9600",
|
"14400",
|
"19200",
|
"38400",
|
"56000",
|
"57600",
|
"115200",
|
"128000",
|
"256000"});
|
this.comboBoxbtl.Location = new System.Drawing.Point(245, 22);
|
this.comboBoxbtl.Name = "comboBoxbtl";
|
this.comboBoxbtl.Size = new System.Drawing.Size(112, 20);
|
this.comboBoxbtl.TabIndex = 0;
|
//
|
// comboBoxCOM
|
//
|
this.comboBoxCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBoxCOM.FormattingEnabled = true;
|
this.comboBoxCOM.Location = new System.Drawing.Point(68, 22);
|
this.comboBoxCOM.Name = "comboBoxCOM";
|
this.comboBoxCOM.Size = new System.Drawing.Size(112, 20);
|
this.comboBoxCOM.TabIndex = 0;
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.btnClearText);
|
this.groupBox3.Controls.Add(this.btnConnPoll);
|
this.groupBox3.Controls.Add(this.btnClosePoll);
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox3.Location = new System.Drawing.Point(3, 241);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(194, 100);
|
this.groupBox3.TabIndex = 19;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "操作";
|
//
|
// DebugAnKeRui3xP
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(878, 556);
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.groupBox0);
|
this.Name = "DebugAnKeRui3xP";
|
this.Text = "安科瑞(三相)通讯测试";
|
this.Load += new System.EventHandler(this.TestRS485Form_Load);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.groupBox0.ResumeLayout(false);
|
this.groupBox0.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Button btnConnPoll;
|
private System.Windows.Forms.TextBox textInterval;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.Button btnClosePoll;
|
private System.Windows.Forms.RichTextBox rtfTerminal1;
|
private System.Windows.Forms.CheckBox checkIsAuto;
|
private System.Windows.Forms.TextBox textEquipAddress;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.Button btnClearText;
|
private System.Windows.Forms.RadioButton radioButton16;
|
private System.Windows.Forms.RadioButton radioButton10;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.TextBox textWaitingTime;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.GroupBox groupBox0;
|
private System.Windows.Forms.Button btnCloseCom;
|
private System.Windows.Forms.Button btnOpenCom;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.ComboBox comboBoxbtl;
|
private System.Windows.Forms.ComboBox comboBoxCOM;
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private System.Windows.Forms.GroupBox groupBox3;
|
}
|
}
|