namespace Core.ONH.Collection.Receive
{
partial class FrmSetting
{
///
/// 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()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("已设置的串口");
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.nudH = new System.Windows.Forms.NumericUpDown();
this.cboH = new System.Windows.Forms.CheckBox();
this.nudN = new System.Windows.Forms.NumericUpDown();
this.cboN = new System.Windows.Forms.CheckBox();
this.nudO = new System.Windows.Forms.NumericUpDown();
this.cboO = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtDEVICE_NAME = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnDelete = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.cmbx_Com = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.paRity = new System.Windows.Forms.ComboBox();
this.stopBits = new System.Windows.Forms.ComboBox();
this.dataBits = new System.Windows.Forms.ComboBox();
this.baudRate = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tvComm = new System.Windows.Forms.TreeView();
this.button1 = new System.Windows.Forms.Button();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudH)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudN)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudO)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button1);
this.groupBox4.Controls.Add(this.nudH);
this.groupBox4.Controls.Add(this.cboH);
this.groupBox4.Controls.Add(this.nudN);
this.groupBox4.Controls.Add(this.cboN);
this.groupBox4.Controls.Add(this.nudO);
this.groupBox4.Controls.Add(this.cboO);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox4.Location = new System.Drawing.Point(415, 0);
this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
this.groupBox4.Size = new System.Drawing.Size(231, 408);
this.groupBox4.TabIndex = 6;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "元素保留小数位";
//
// nudH
//
this.nudH.Location = new System.Drawing.Point(90, 157);
this.nudH.Name = "nudH";
this.nudH.Size = new System.Drawing.Size(94, 25);
this.nudH.TabIndex = 5;
//
// cboH
//
this.cboH.AutoSize = true;
this.cboH.Location = new System.Drawing.Point(31, 157);
this.cboH.Name = "cboH";
this.cboH.Size = new System.Drawing.Size(37, 19);
this.cboH.TabIndex = 4;
this.cboH.Text = "H";
this.cboH.UseVisualStyleBackColor = true;
//
// nudN
//
this.nudN.Location = new System.Drawing.Point(90, 101);
this.nudN.Name = "nudN";
this.nudN.Size = new System.Drawing.Size(94, 25);
this.nudN.TabIndex = 3;
//
// cboN
//
this.cboN.AutoSize = true;
this.cboN.Location = new System.Drawing.Point(31, 101);
this.cboN.Name = "cboN";
this.cboN.Size = new System.Drawing.Size(37, 19);
this.cboN.TabIndex = 2;
this.cboN.Text = "N";
this.cboN.UseVisualStyleBackColor = true;
//
// nudO
//
this.nudO.Location = new System.Drawing.Point(90, 48);
this.nudO.Name = "nudO";
this.nudO.Size = new System.Drawing.Size(94, 25);
this.nudO.TabIndex = 1;
//
// cboO
//
this.cboO.AutoSize = true;
this.cboO.Location = new System.Drawing.Point(31, 48);
this.cboO.Name = "cboO";
this.cboO.Size = new System.Drawing.Size(37, 19);
this.cboO.TabIndex = 0;
this.cboO.Text = "O";
this.cboO.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.groupBox1);
this.groupBox3.Controls.Add(this.tvComm);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Left;
this.groupBox3.Location = new System.Drawing.Point(0, 0);
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
this.groupBox3.Size = new System.Drawing.Size(415, 408);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtDEVICE_NAME);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.cmbx_Com);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.paRity);
this.groupBox1.Controls.Add(this.stopBits);
this.groupBox1.Controls.Add(this.dataBits);
this.groupBox1.Controls.Add(this.baudRate);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(153, 22);
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
this.groupBox1.Size = new System.Drawing.Size(258, 382);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设置";
//
// txtDEVICE_NAME
//
this.txtDEVICE_NAME.Location = new System.Drawing.Point(112, 221);
this.txtDEVICE_NAME.Margin = new System.Windows.Forms.Padding(4);
this.txtDEVICE_NAME.Name = "txtDEVICE_NAME";
this.txtDEVICE_NAME.Size = new System.Drawing.Size(124, 25);
this.txtDEVICE_NAME.TabIndex = 25;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(29, 225);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(75, 15);
this.label7.TabIndex = 24;
this.label7.Text = "设备名称:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnDelete);
this.groupBox2.Controls.Add(this.btnSave);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.groupBox2.Location = new System.Drawing.Point(4, 300);
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
this.groupBox2.Size = new System.Drawing.Size(250, 78);
this.groupBox2.TabIndex = 21;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "执行";
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(151, 31);
this.btnDelete.Margin = new System.Windows.Forms.Padding(4);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(84, 29);
this.btnDelete.TabIndex = 1;
this.btnDelete.Text = "删除(&D)";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(28, 31);
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(84, 29);
this.btnSave.TabIndex = 0;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// cmbx_Com
//
this.cmbx_Com.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbx_Com.FormattingEnabled = true;
this.cmbx_Com.Location = new System.Drawing.Point(112, 28);
this.cmbx_Com.Margin = new System.Windows.Forms.Padding(4);
this.cmbx_Com.Name = "cmbx_Com";
this.cmbx_Com.Size = new System.Drawing.Size(124, 23);
this.cmbx_Com.TabIndex = 20;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(29, 31);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 15);
this.label5.TabIndex = 19;
this.label5.Text = "串口号:";
//
// paRity
//
this.paRity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.paRity.FormattingEnabled = true;
this.paRity.Items.AddRange(new object[] {
"Even",
"Mark",
"None",
"Odd",
"Space"});
this.paRity.Location = new System.Drawing.Point(112, 182);
this.paRity.Margin = new System.Windows.Forms.Padding(4);
this.paRity.Name = "paRity";
this.paRity.Size = new System.Drawing.Size(124, 23);
this.paRity.TabIndex = 18;
//
// stopBits
//
this.stopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.stopBits.FormattingEnabled = true;
this.stopBits.Items.AddRange(new object[] {
"None",
"One",
"OnePointFive",
"Two"});
this.stopBits.Location = new System.Drawing.Point(112, 144);
this.stopBits.Margin = new System.Windows.Forms.Padding(4);
this.stopBits.Name = "stopBits";
this.stopBits.Size = new System.Drawing.Size(124, 23);
this.stopBits.TabIndex = 17;
//
// dataBits
//
this.dataBits.Enabled = false;
this.dataBits.FormattingEnabled = true;
this.dataBits.Location = new System.Drawing.Point(112, 105);
this.dataBits.Margin = new System.Windows.Forms.Padding(4);
this.dataBits.Name = "dataBits";
this.dataBits.Size = new System.Drawing.Size(124, 23);
this.dataBits.TabIndex = 16;
this.dataBits.Text = "8";
//
// baudRate
//
this.baudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.baudRate.FormattingEnabled = true;
this.baudRate.Items.AddRange(new object[] {
"300",
"1200",
"2400",
"4800",
"9600",
"19200",
"38400",
"57600"});
this.baudRate.Location = new System.Drawing.Point(112, 66);
this.baudRate.Margin = new System.Windows.Forms.Padding(4);
this.baudRate.Name = "baudRate";
this.baudRate.Size = new System.Drawing.Size(124, 23);
this.baudRate.TabIndex = 15;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(29, 109);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 15);
this.label4.TabIndex = 14;
this.label4.Text = "数据位:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(29, 148);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(60, 15);
this.label3.TabIndex = 13;
this.label3.Text = "停止位:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(29, 186);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 15);
this.label2.TabIndex = 12;
this.label2.Text = "奇偶校验:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 70);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 15);
this.label1.TabIndex = 11;
this.label1.Text = "波特率:";
//
// tvComm
//
this.tvComm.Dock = System.Windows.Forms.DockStyle.Left;
this.tvComm.Location = new System.Drawing.Point(4, 22);
this.tvComm.Margin = new System.Windows.Forms.Padding(4);
this.tvComm.Name = "tvComm";
treeNode1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
treeNode1.Name = "mainnode";
treeNode1.Text = "已设置的串口";
this.tvComm.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode1});
this.tvComm.Size = new System.Drawing.Size(149, 382);
this.tvComm.TabIndex = 2;
this.tvComm.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvComm_NodeMouseClick);
//
// button1
//
this.button1.Location = new System.Drawing.Point(100, 353);
this.button1.Margin = new System.Windows.Forms.Padding(4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(84, 29);
this.button1.TabIndex = 6;
this.button1.Text = "保存(&S)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// FrmSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(646, 408);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "FrmSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "设置";
this.Load += new System.EventHandler(this.FrmSetting_Load);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudH)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudN)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudO)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtDEVICE_NAME;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.ComboBox cmbx_Com;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox paRity;
private System.Windows.Forms.ComboBox stopBits;
private System.Windows.Forms.ComboBox dataBits;
private System.Windows.Forms.ComboBox baudRate;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TreeView tvComm;
private System.Windows.Forms.CheckBox cboO;
private System.Windows.Forms.NumericUpDown nudO;
private System.Windows.Forms.NumericUpDown nudH;
private System.Windows.Forms.CheckBox cboH;
private System.Windows.Forms.NumericUpDown nudN;
private System.Windows.Forms.CheckBox cboN;
private System.Windows.Forms.Button button1;
}
}