namespace CNAS_BalanceClient
{
partial class frmConfigPort
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmConfigPort));
this.panel1 = new System.Windows.Forms.Panel();
this.pnlCenter = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.cbxHandshake = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cbxDataBits = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.cbxParity = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cbxStopBits = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cbxBaudRate = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cbxPortName = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.pnlBottom = new System.Windows.Forms.Panel();
this.pnlTop = new System.Windows.Forms.Panel();
this.pnlRight = new System.Windows.Forms.Panel();
this.pnlLeft = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.pnlCenter.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.pnlCenter);
this.panel1.Controls.Add(this.pnlBottom);
this.panel1.Controls.Add(this.pnlTop);
this.panel1.Controls.Add(this.pnlRight);
this.panel1.Controls.Add(this.pnlLeft);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(509, 275);
this.panel1.TabIndex = 0;
//
// pnlCenter
//
this.pnlCenter.Controls.Add(this.btnCancel);
this.pnlCenter.Controls.Add(this.btnOK);
this.pnlCenter.Controls.Add(this.cbxHandshake);
this.pnlCenter.Controls.Add(this.label6);
this.pnlCenter.Controls.Add(this.cbxDataBits);
this.pnlCenter.Controls.Add(this.label5);
this.pnlCenter.Controls.Add(this.cbxParity);
this.pnlCenter.Controls.Add(this.label4);
this.pnlCenter.Controls.Add(this.cbxStopBits);
this.pnlCenter.Controls.Add(this.label3);
this.pnlCenter.Controls.Add(this.cbxBaudRate);
this.pnlCenter.Controls.Add(this.label2);
this.pnlCenter.Controls.Add(this.cbxPortName);
this.pnlCenter.Controls.Add(this.label1);
this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenter.Location = new System.Drawing.Point(10, 10);
this.pnlCenter.Name = "pnlCenter";
this.pnlCenter.Size = new System.Drawing.Size(489, 255);
this.pnlCenter.TabIndex = 4;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(377, 213);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(90, 30);
this.btnCancel.TabIndex = 16;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(268, 213);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 30);
this.btnOK.TabIndex = 15;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// cbxHandshake
//
this.cbxHandshake.FormattingEnabled = true;
this.cbxHandshake.Items.AddRange(new object[] {
"None",
"XOnXOff",
"RequestToSend",
"RequestToSendXOnXOff"});
this.cbxHandshake.Location = new System.Drawing.Point(110, 167);
this.cbxHandshake.Name = "cbxHandshake";
this.cbxHandshake.Size = new System.Drawing.Size(357, 25);
this.cbxHandshake.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(38, 175);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 10;
this.label6.Text = "握手信号";
//
// cbxDataBits
//
this.cbxDataBits.FormattingEnabled = true;
this.cbxDataBits.Items.AddRange(new object[] {
"8",
"7"});
this.cbxDataBits.Location = new System.Drawing.Point(341, 120);
this.cbxDataBits.Name = "cbxDataBits";
this.cbxDataBits.Size = new System.Drawing.Size(126, 25);
this.cbxDataBits.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(269, 128);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 17);
this.label5.TabIndex = 8;
this.label5.Text = "数据位";
//
// cbxParity
//
this.cbxParity.FormattingEnabled = true;
this.cbxParity.Items.AddRange(new object[] {
"None",
"Even",
"Odd",
"Mark",
"Space"});
this.cbxParity.Location = new System.Drawing.Point(110, 120);
this.cbxParity.Name = "cbxParity";
this.cbxParity.Size = new System.Drawing.Size(126, 25);
this.cbxParity.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(38, 128);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 17);
this.label4.TabIndex = 6;
this.label4.Text = "奇偶校验";
//
// cbxStopBits
//
this.cbxStopBits.FormattingEnabled = true;
this.cbxStopBits.Items.AddRange(new object[] {
"1",
"1.5",
"2"});
this.cbxStopBits.Location = new System.Drawing.Point(341, 72);
this.cbxStopBits.Name = "cbxStopBits";
this.cbxStopBits.Size = new System.Drawing.Size(126, 25);
this.cbxStopBits.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(269, 80);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 17);
this.label3.TabIndex = 4;
this.label3.Text = "停止位";
//
// cbxBaudRate
//
this.cbxBaudRate.FormattingEnabled = true;
this.cbxBaudRate.Items.AddRange(new object[] {
"9600",
"1200"});
this.cbxBaudRate.Location = new System.Drawing.Point(110, 72);
this.cbxBaudRate.Name = "cbxBaudRate";
this.cbxBaudRate.Size = new System.Drawing.Size(126, 25);
this.cbxBaudRate.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 75);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(97, 17);
this.label2.TabIndex = 2;
this.label2.Text = "传输速率/波特率";
//
// cbxPortName
//
this.cbxPortName.FormattingEnabled = true;
this.cbxPortName.Items.AddRange(new object[] {
"COM1"});
this.cbxPortName.Location = new System.Drawing.Point(110, 24);
this.cbxPortName.Name = "cbxPortName";
this.cbxPortName.Size = new System.Drawing.Size(357, 25);
this.cbxPortName.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(38, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 17);
this.label1.TabIndex = 0;
this.label1.Text = "COM名称";
//
// pnlBottom
//
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(10, 265);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(489, 10);
this.pnlBottom.TabIndex = 3;
//
// pnlTop
//
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(10, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(489, 10);
this.pnlTop.TabIndex = 2;
//
// pnlRight
//
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlRight.Location = new System.Drawing.Point(499, 0);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(10, 275);
this.pnlRight.TabIndex = 1;
//
// pnlLeft
//
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeft.Location = new System.Drawing.Point(0, 0);
this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.Size = new System.Drawing.Size(10, 275);
this.pnlLeft.TabIndex = 0;
//
// frmConfigPort
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(509, 275);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmConfigPort";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "天平设置";
this.Load += new System.EventHandler(this.frmConfigPort_Load);
this.Shown += new System.EventHandler(this.frmConfigPort_Shown);
this.panel1.ResumeLayout(false);
this.pnlCenter.ResumeLayout(false);
this.pnlCenter.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel pnlCenter;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ComboBox cbxHandshake;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cbxDataBits;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbxParity;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cbxStopBits;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbxBaudRate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbxPortName;
private System.Windows.Forms.Label label1;
}
}