namespace TProduct.Link.Debugger
|
{
|
partial class DebugMsg_青岛青智_Ctrl
|
{
|
/// <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()
|
{
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.comboBox型号 = new System.Windows.Forms.ComboBox();
|
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.btnSendQueryMsg = new System.Windows.Forms.Button();
|
this.rtfTerminal1 = new System.Windows.Forms.RichTextBox();
|
this.btnClearText = new System.Windows.Forms.Button();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
this.spinEditPT = new DevExpress.XtraEditors.SpinEdit();
|
this.spinEditCT = new DevExpress.XtraEditors.SpinEdit();
|
this.button下发命令 = new System.Windows.Forms.Button();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
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.comboBox相 = new System.Windows.Forms.ComboBox();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditPT.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditCT.Properties)).BeginInit();
|
this.groupBox3.SuspendLayout();
|
this.groupBox0.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.comboBox相);
|
this.groupBox1.Controls.Add(this.label4);
|
this.groupBox1.Controls.Add(this.comboBox型号);
|
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(185, 141);
|
this.groupBox1.TabIndex = 4;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "设备地址";
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(17, 23);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
this.label4.TabIndex = 8;
|
this.label4.Text = "设备型号";
|
//
|
// comboBox型号
|
//
|
this.comboBox型号.FormattingEnabled = true;
|
this.comboBox型号.Items.AddRange(new object[] {
|
"8930",
|
"8902F2"});
|
this.comboBox型号.Location = new System.Drawing.Point(76, 20);
|
this.comboBox型号.Name = "comboBox型号";
|
this.comboBox型号.Size = new System.Drawing.Size(76, 20);
|
this.comboBox型号.TabIndex = 7;
|
//
|
// radioButton16
|
//
|
this.radioButton16.AutoSize = true;
|
this.radioButton16.Location = new System.Drawing.Point(89, 105);
|
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, 105);
|
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(76, 74);
|
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(29, 77);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(41, 12);
|
this.label6.TabIndex = 1;
|
this.label6.Text = "地址号";
|
//
|
// btnSendQueryMsg
|
//
|
this.btnSendQueryMsg.Location = new System.Drawing.Point(24, 20);
|
this.btnSendQueryMsg.Name = "btnSendQueryMsg";
|
this.btnSendQueryMsg.Size = new System.Drawing.Size(153, 35);
|
this.btnSendQueryMsg.TabIndex = 13;
|
this.btnSendQueryMsg.Text = "下发命令";
|
this.btnSendQueryMsg.UseVisualStyleBackColor = true;
|
this.btnSendQueryMsg.Click += new System.EventHandler(this.btnSendQueryMsg_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(683, 494);
|
this.rtfTerminal1.TabIndex = 5;
|
this.rtfTerminal1.Text = "";
|
//
|
// btnClearText
|
//
|
this.btnClearText.Location = new System.Drawing.Point(27, 366);
|
this.btnClearText.Name = "btnClearText";
|
this.btnClearText.Size = new System.Drawing.Size(149, 33);
|
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, 62);
|
this.splitContainer1.Name = "splitContainer1";
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.btnClearText);
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
|
this.splitContainer1.Panel1.Controls.Add(this.groupBox3);
|
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.Panel2.Margin = new System.Windows.Forms.Padding(2, 2, 20, 2);
|
this.splitContainer1.Size = new System.Drawing.Size(878, 494);
|
this.splitContainer1.SplitterDistance = 191;
|
this.splitContainer1.TabIndex = 19;
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.label3);
|
this.groupBox2.Controls.Add(this.label1);
|
this.groupBox2.Controls.Add(this.spinEditPT);
|
this.groupBox2.Controls.Add(this.spinEditCT);
|
this.groupBox2.Controls.Add(this.button下发命令);
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox2.Location = new System.Drawing.Point(3, 211);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(185, 129);
|
this.groupBox2.TabIndex = 20;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "操作";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(8, 49);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(77, 12);
|
this.label3.TabIndex = 17;
|
this.label3.Text = "电压比(比值)";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(8, 23);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(77, 12);
|
this.label1.TabIndex = 16;
|
this.label1.Text = "电流比(比值)";
|
//
|
// spinEditPT
|
//
|
this.spinEditPT.EditValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.spinEditPT.Enabled = false;
|
this.spinEditPT.Location = new System.Drawing.Point(89, 46);
|
this.spinEditPT.Name = "spinEditPT";
|
this.spinEditPT.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditPT.Properties.IsFloatValue = false;
|
this.spinEditPT.Properties.MaskSettings.Set("mask", "N00");
|
this.spinEditPT.Properties.MaxValue = new decimal(new int[] {
|
10000,
|
0,
|
0,
|
0});
|
this.spinEditPT.Properties.MinValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.spinEditPT.Size = new System.Drawing.Size(63, 20);
|
this.spinEditPT.TabIndex = 15;
|
//
|
// spinEditCT
|
//
|
this.spinEditCT.EditValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.spinEditCT.Location = new System.Drawing.Point(89, 20);
|
this.spinEditCT.Name = "spinEditCT";
|
this.spinEditCT.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditCT.Properties.IsFloatValue = false;
|
this.spinEditCT.Properties.MaskSettings.Set("mask", "N00");
|
this.spinEditCT.Properties.MaxValue = new decimal(new int[] {
|
1000,
|
0,
|
0,
|
0});
|
this.spinEditCT.Properties.MinValue = new decimal(new int[] {
|
1,
|
0,
|
0,
|
0});
|
this.spinEditCT.Size = new System.Drawing.Size(63, 20);
|
this.spinEditCT.TabIndex = 14;
|
//
|
// button下发命令
|
//
|
this.button下发命令.Location = new System.Drawing.Point(20, 79);
|
this.button下发命令.Name = "button下发命令";
|
this.button下发命令.Size = new System.Drawing.Size(153, 34);
|
this.button下发命令.TabIndex = 13;
|
this.button下发命令.Text = "下发命令";
|
this.button下发命令.UseVisualStyleBackColor = true;
|
this.button下发命令.Click += new System.EventHandler(this.button下发命令CTPT_Click);
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.btnSendQueryMsg);
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox3.Location = new System.Drawing.Point(3, 144);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(185, 67);
|
this.groupBox3.TabIndex = 19;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "操作";
|
//
|
// 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, 62);
|
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;
|
//
|
// comboBox相
|
//
|
this.comboBox相.FormattingEnabled = true;
|
this.comboBox相.Items.AddRange(new object[] {
|
"三相",
|
"单相"});
|
this.comboBox相.Location = new System.Drawing.Point(76, 46);
|
this.comboBox相.Name = "comboBox相";
|
this.comboBox相.Size = new System.Drawing.Size(76, 20);
|
this.comboBox相.TabIndex = 9;
|
//
|
// DebugMsg_青岛青智_Ctrl
|
//
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.Controls.Add(this.splitContainer1);
|
this.Controls.Add(this.groupBox0);
|
this.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
|
this.Name = "DebugMsg_青岛青智_Ctrl";
|
this.Size = new System.Drawing.Size(878, 556);
|
this.Load += new System.EventHandler(this.TestRS485Form_Load);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditPT.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditCT.Properties)).EndInit();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox0.ResumeLayout(false);
|
this.groupBox0.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.Button btnSendQueryMsg;
|
private System.Windows.Forms.RichTextBox rtfTerminal1;
|
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.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 System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.TextBox textEquipAddress;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private DevExpress.XtraEditors.SpinEdit spinEditPT;
|
private DevExpress.XtraEditors.SpinEdit spinEditCT;
|
private System.Windows.Forms.Button button下发命令;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.ComboBox comboBox型号;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.ComboBox comboBox相;
|
}
|
}
|