namespace TProduct.Link.Debugger
|
{
|
partial class DebugMsg_KEDI_江大_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.btnConnPoll = new System.Windows.Forms.Button();
|
this.textBoxSend = new System.Windows.Forms.RichTextBox();
|
this.btnClearText = new System.Windows.Forms.Button();
|
this.comboBoxType = new DevExpress.XtraEditors.ComboBoxEdit();
|
this.spinEdit参数 = new DevExpress.XtraEditors.SpinEdit();
|
this.label参数 = new System.Windows.Forms.Label();
|
this.textBoxReceive = new System.Windows.Forms.RichTextBox();
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
this.button1 = new System.Windows.Forms.Button();
|
this.textBoxResult = new System.Windows.Forms.RichTextBox();
|
this.btnOpenCom = new System.Windows.Forms.Button();
|
this.label9 = new System.Windows.Forms.Label();
|
this.comboBoxCOM = new System.Windows.Forms.ComboBox();
|
this.button发送指令 = new System.Windows.Forms.Button();
|
this.spinEditPipe = new DevExpress.XtraEditors.SpinEdit();
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxType.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit参数.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
this.groupControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.spinEditPipe.Properties)).BeginInit();
|
this.SuspendLayout();
|
//
|
// btnConnPoll
|
//
|
this.btnConnPoll.Location = new System.Drawing.Point(517, 1);
|
this.btnConnPoll.Name = "btnConnPoll";
|
this.btnConnPoll.Size = new System.Drawing.Size(178, 31);
|
this.btnConnPoll.TabIndex = 13;
|
this.btnConnPoll.Text = "产生指令";
|
this.btnConnPoll.UseVisualStyleBackColor = true;
|
this.btnConnPoll.Click += new System.EventHandler(this.btnConnPoll_Click);
|
//
|
// textBoxSend
|
//
|
this.textBoxSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.textBoxSend.Font = new System.Drawing.Font("宋体", 12F);
|
this.textBoxSend.Location = new System.Drawing.Point(22, 38);
|
this.textBoxSend.Name = "textBoxSend";
|
this.textBoxSend.Size = new System.Drawing.Size(710, 65);
|
this.textBoxSend.TabIndex = 5;
|
this.textBoxSend.Text = "";
|
//
|
// btnClearText
|
//
|
this.btnClearText.Location = new System.Drawing.Point(612, 0);
|
this.btnClearText.Name = "btnClearText";
|
this.btnClearText.Size = new System.Drawing.Size(70, 23);
|
this.btnClearText.TabIndex = 18;
|
this.btnClearText.Text = "清空";
|
this.btnClearText.UseVisualStyleBackColor = true;
|
this.btnClearText.Click += new System.EventHandler(this.btnClearText_Click);
|
//
|
// comboBoxType
|
//
|
this.comboBoxType.EditValue = "";
|
this.comboBoxType.Location = new System.Drawing.Point(81, 9);
|
this.comboBoxType.Name = "comboBoxType";
|
this.comboBoxType.Properties.Appearance.Options.UseTextOptions = true;
|
this.comboBoxType.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.comboBoxType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.comboBoxType.Properties.DropDownRows = 10;
|
this.comboBoxType.Properties.Items.AddRange(new object[] {
|
"请选择",
|
"无纸数据记录仪",
|
"流量转速",
|
"出口阀门",
|
"直流电源(开)",
|
"直流电源(关)",
|
"进口阀门",
|
"力夫用电参数仪",
|
"力夫温度控制器",
|
"力夫PLC控制启",
|
"力夫PLC控制停",
|
"江大扭矩仪"});
|
this.comboBoxType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
this.comboBoxType.Size = new System.Drawing.Size(169, 20);
|
this.comboBoxType.TabIndex = 22;
|
this.comboBoxType.SelectedIndexChanged += new System.EventHandler(this.comboBoxType_SelectedIndexChanged);
|
//
|
// spinEdit参数
|
//
|
this.spinEdit参数.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.spinEdit参数.Location = new System.Drawing.Point(315, 9);
|
this.spinEdit参数.Name = "spinEdit参数";
|
this.spinEdit参数.Properties.Appearance.Options.UseTextOptions = true;
|
this.spinEdit参数.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.spinEdit参数.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEdit参数.Properties.IsFloatValue = false;
|
this.spinEdit参数.Properties.MaskSettings.Set("mask", "N00");
|
this.spinEdit参数.Size = new System.Drawing.Size(89, 20);
|
this.spinEdit参数.TabIndex = 23;
|
//
|
// label参数
|
//
|
this.label参数.AutoSize = true;
|
this.label参数.Location = new System.Drawing.Point(256, 14);
|
this.label参数.Name = "label参数";
|
this.label参数.Size = new System.Drawing.Size(29, 12);
|
this.label参数.TabIndex = 24;
|
this.label参数.Text = "开度";
|
//
|
// textBoxReceive
|
//
|
this.textBoxReceive.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.textBoxReceive.Font = new System.Drawing.Font("宋体", 12F);
|
this.textBoxReceive.Location = new System.Drawing.Point(38, 29);
|
this.textBoxReceive.Name = "textBoxReceive";
|
this.textBoxReceive.Size = new System.Drawing.Size(660, 77);
|
this.textBoxReceive.TabIndex = 5;
|
this.textBoxReceive.Text = "";
|
//
|
// groupControl1
|
//
|
this.groupControl1.Controls.Add(this.button1);
|
this.groupControl1.Controls.Add(this.textBoxResult);
|
this.groupControl1.Controls.Add(this.textBoxReceive);
|
this.groupControl1.Controls.Add(this.btnClearText);
|
this.groupControl1.Location = new System.Drawing.Point(13, 138);
|
this.groupControl1.Name = "groupControl1";
|
this.groupControl1.Size = new System.Drawing.Size(719, 263);
|
this.groupControl1.TabIndex = 26;
|
this.groupControl1.Text = "指令解析";
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(515, 112);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(167, 27);
|
this.button1.TabIndex = 19;
|
this.button1.Text = "解析指令";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.buttonAna_Click);
|
//
|
// textBoxResult
|
//
|
this.textBoxResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
| System.Windows.Forms.AnchorStyles.Right)));
|
this.textBoxResult.Font = new System.Drawing.Font("宋体", 12F);
|
this.textBoxResult.Location = new System.Drawing.Point(38, 145);
|
this.textBoxResult.Name = "textBoxResult";
|
this.textBoxResult.Size = new System.Drawing.Size(660, 110);
|
this.textBoxResult.TabIndex = 5;
|
this.textBoxResult.Text = "";
|
//
|
// btnOpenCom
|
//
|
this.btnOpenCom.Location = new System.Drawing.Point(274, 109);
|
this.btnOpenCom.Name = "btnOpenCom";
|
this.btnOpenCom.Size = new System.Drawing.Size(168, 23);
|
this.btnOpenCom.TabIndex = 29;
|
this.btnOpenCom.Text = "打开端口";
|
this.btnOpenCom.UseVisualStyleBackColor = true;
|
this.btnOpenCom.Click += new System.EventHandler(this.btnOpenCom_Click);
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(76, 112);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(59, 12);
|
this.label9.TabIndex = 28;
|
this.label9.Text = "串 口 号:";
|
//
|
// comboBoxCOM
|
//
|
this.comboBoxCOM.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.comboBoxCOM.FormattingEnabled = true;
|
this.comboBoxCOM.Location = new System.Drawing.Point(138, 109);
|
this.comboBoxCOM.Name = "comboBoxCOM";
|
this.comboBoxCOM.Size = new System.Drawing.Size(112, 20);
|
this.comboBoxCOM.TabIndex = 27;
|
//
|
// button发送指令
|
//
|
this.button发送指令.Location = new System.Drawing.Point(466, 109);
|
this.button发送指令.Name = "button发送指令";
|
this.button发送指令.Size = new System.Drawing.Size(168, 23);
|
this.button发送指令.TabIndex = 30;
|
this.button发送指令.Text = "发送指令";
|
this.button发送指令.Click += new System.EventHandler(this.button发送指令_Click);
|
//
|
// spinEditPipe
|
//
|
this.spinEditPipe.EditValue = new decimal(new int[] {
|
0,
|
0,
|
0,
|
0});
|
this.spinEditPipe.Location = new System.Drawing.Point(454, 9);
|
this.spinEditPipe.Name = "spinEditPipe";
|
this.spinEditPipe.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.spinEditPipe.Properties.IsFloatValue = false;
|
this.spinEditPipe.Properties.MaskSettings.Set("mask", "N00");
|
this.spinEditPipe.Size = new System.Drawing.Size(45, 20);
|
this.spinEditPipe.TabIndex = 31;
|
//
|
// labelControl1
|
//
|
this.labelControl1.Location = new System.Drawing.Point(424, 12);
|
this.labelControl1.Name = "labelControl1";
|
this.labelControl1.Size = new System.Drawing.Size(24, 14);
|
this.labelControl1.TabIndex = 32;
|
this.labelControl1.Text = "管路";
|
//
|
// MsgBuild科迪测试台Ctrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.labelControl1);
|
this.Controls.Add(this.spinEditPipe);
|
this.Controls.Add(this.button发送指令);
|
this.Controls.Add(this.btnOpenCom);
|
this.Controls.Add(this.label9);
|
this.Controls.Add(this.comboBoxCOM);
|
this.Controls.Add(this.groupControl1);
|
this.Controls.Add(this.label参数);
|
this.Controls.Add(this.spinEdit参数);
|
this.Controls.Add(this.comboBoxType);
|
this.Controls.Add(this.textBoxSend);
|
this.Controls.Add(this.btnConnPoll);
|
this.Name = "MsgBuild科迪测试台Ctrl";
|
this.Size = new System.Drawing.Size(740, 408);
|
this.Load += new System.EventHandler(this.MsgBuild科迪测试台_Load);
|
((System.ComponentModel.ISupportInitialize)(this.comboBoxType.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.spinEdit参数.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
this.groupControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.spinEditPipe.Properties)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Button btnConnPoll;
|
private System.Windows.Forms.RichTextBox textBoxSend;
|
private System.Windows.Forms.Button btnClearText;
|
private DevExpress.XtraEditors.ComboBoxEdit comboBoxType;
|
private DevExpress.XtraEditors.SpinEdit spinEdit参数;
|
private System.Windows.Forms.Label label参数;
|
private System.Windows.Forms.RichTextBox textBoxReceive;
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.RichTextBox textBoxResult;
|
private System.Windows.Forms.Button btnOpenCom;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.ComboBox comboBoxCOM;
|
private System.Windows.Forms.Button button发送指令;
|
private DevExpress.XtraEditors.SpinEdit spinEditPipe;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
}
|
}
|