Fetch the repository succeeded.
namespace SerialServerManager
{
partial class FrmAddServer
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.cmbCom = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.cmbIp = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPort = new System.Windows.Forms.TextBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.cmbDataBits = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cmbStopBits = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.cmbParity = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cmbBaudRate = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.txtMaxReconnect = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.txtReconnectInterval = new System.Windows.Forms.TextBox();
this.chkAutoReconnect = new System.Windows.Forms.CheckBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.txtSocketMaxIdleTime = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelButton = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanelTop = new System.Windows.Forms.TableLayoutPanel();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.tableLayoutPanelMain.SuspendLayout();
this.tableLayoutPanelButton.SuspendLayout();
this.tableLayoutPanelTop.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 4);
this.label1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "COM:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cmbCom
//
this.cmbCom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom.Location = new System.Drawing.Point(63, 3);
this.cmbCom.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
this.cmbCom.Name = "cmbCom";
this.cmbCom.Size = new System.Drawing.Size(77, 20);
this.cmbCom.TabIndex = 1;
this.cmbCom.TabStop = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(153, 4);
this.label2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 2;
this.label2.Text = "IP地址:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cmbIp
//
this.cmbIp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbIp.Location = new System.Drawing.Point(223, 3);
this.cmbIp.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
this.cmbIp.Name = "cmbIp";
this.cmbIp.Size = new System.Drawing.Size(117, 20);
this.cmbIp.TabIndex = 3;
this.cmbIp.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(353, 4);
this.label3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(23, 12);
this.label3.TabIndex = 4;
this.label3.Text = "端口:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtPort
//
this.txtPort.Location = new System.Drawing.Point(413, 3);
this.txtPort.Margin = new System.Windows.Forms.Padding(3, 3, 3, 3);
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(66, 21);
this.txtPort.TabIndex = 5;
this.txtPort.TabStop = false;
this.txtPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// btnOK
//
this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnOK.Location = new System.Drawing.Point(3, 3);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(228, 26);
this.btnOK.TabIndex = 7;
this.btnOK.Text = "确认";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCancel.Location = new System.Drawing.Point(237, 3);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(228, 26);
this.btnCancel.TabIndex = 8;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cmbDataBits);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.cmbStopBits);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.cmbParity);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cmbBaudRate);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(10, 5, 10, 5);
this.groupBox1.Size = new System.Drawing.Size(150, 140);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "串口参数";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 105);
this.label7.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(47, 12);
this.label7.TabIndex = 6;
this.label7.Text = "数据位:";
//
// cmbDataBits
//
this.cmbDataBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDataBits.Location = new System.Drawing.Point(63, 102);
this.cmbDataBits.Name = "cmbDataBits";
this.cmbDataBits.Size = new System.Drawing.Size(70, 20);
this.cmbDataBits.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 75);
this.label6.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(47, 12);
this.label6.TabIndex = 4;
this.label6.Text = "停止位:";
//
// cmbStopBits
//
this.cmbStopBits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStopBits.Location = new System.Drawing.Point(63, 72);
this.cmbStopBits.Name = "cmbStopBits";
this.cmbStopBits.Size = new System.Drawing.Size(70, 20);
this.cmbStopBits.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(10, 45);
this.label5.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 12);
this.label5.TabIndex = 2;
this.label5.Text = "校验位:";
//
// cmbParity
//
this.cmbParity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbParity.Location = new System.Drawing.Point(63, 42);
this.cmbParity.Name = "cmbParity";
this.cmbParity.Size = new System.Drawing.Size(70, 20);
this.cmbParity.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 15);
this.label4.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 0;
this.label4.Text = "波特率:";
//
// cmbBaudRate
//
this.cmbBaudRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBaudRate.Location = new System.Drawing.Point(63, 12);
this.cmbBaudRate.Name = "cmbBaudRate";
this.cmbBaudRate.Size = new System.Drawing.Size(70, 20);
this.cmbBaudRate.TabIndex = 1;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.txtMaxReconnect);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.txtReconnectInterval);
this.groupBox2.Controls.Add(this.chkAutoReconnect);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox2.Location = new System.Drawing.Point(159, 3);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(10, 5, 10, 5);
this.groupBox2.Size = new System.Drawing.Size(150, 140);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "自动重连设置";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 85);
this.label8.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(83, 12);
this.label8.TabIndex = 4;
this.label8.Text = "最大重连次数:";
//
// txtMaxReconnect
//
this.txtMaxReconnect.Location = new System.Drawing.Point(99, 82);
this.txtMaxReconnect.Name = "txtMaxReconnect";
this.txtMaxReconnect.Size = new System.Drawing.Size(40, 21);
this.txtMaxReconnect.TabIndex = 3;
this.txtMaxReconnect.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(10, 55);
this.label9.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 2;
this.label9.Text = "重连间隔(s):";
//
// txtReconnectInterval
//
this.txtReconnectInterval.Location = new System.Drawing.Point(99, 52);
this.txtReconnectInterval.Name = "txtReconnectInterval";
this.txtReconnectInterval.Size = new System.Drawing.Size(40, 21);
this.txtReconnectInterval.TabIndex = 1;
this.txtReconnectInterval.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// chkAutoReconnect
//
this.chkAutoReconnect.AutoSize = true;
this.chkAutoReconnect.Location = new System.Drawing.Point(10, 22);
this.chkAutoReconnect.Name = "chkAutoReconnect";
this.chkAutoReconnect.Size = new System.Drawing.Size(96, 16);
this.chkAutoReconnect.TabIndex = 0;
this.chkAutoReconnect.Text = "启用自动重连";
this.chkAutoReconnect.UseVisualStyleBackColor = true;
this.chkAutoReconnect.CheckedChanged += new System.EventHandler(this.chkAutoReconnect_CheckedChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.txtSocketMaxIdleTime);
this.groupBox3.Controls.Add(this.label10);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox3.Location = new System.Drawing.Point(315, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(10, 5, 10, 5);
this.groupBox3.Size = new System.Drawing.Size(150, 140);
this.groupBox3.TabIndex = 9;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Socket超时设置";
//
// txtSocketMaxIdleTime
//
this.txtSocketMaxIdleTime.Location = new System.Drawing.Point(117, 42);
this.txtSocketMaxIdleTime.Name = "txtSocketMaxIdleTime";
this.txtSocketMaxIdleTime.Size = new System.Drawing.Size(31, 21);
this.txtSocketMaxIdleTime.TabIndex = 1;
this.txtSocketMaxIdleTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.toolTip1.SetToolTip(this.txtSocketMaxIdleTime, "超时秒数(0无限制)");
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(10, 45);
this.label10.Margin = new System.Windows.Forms.Padding(3, 5, 3, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(101, 12);
this.label10.TabIndex = 0;
this.label10.Text = "最大活跃时间(s):";
//
// tableLayoutPanelMain
//
this.tableLayoutPanelMain.ColumnCount = 3;
this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
this.tableLayoutPanelMain.Controls.Add(this.groupBox1, 0, 0);
this.tableLayoutPanelMain.Controls.Add(this.groupBox2, 1, 0);
this.tableLayoutPanelMain.Controls.Add(this.groupBox3, 2, 0);
this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 28);
this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
this.tableLayoutPanelMain.RowCount = 1;
this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanelMain.Size = new System.Drawing.Size(468, 152);
this.tableLayoutPanelMain.TabIndex = 10;
//
// tableLayoutPanelButton
//
this.tableLayoutPanelButton.ColumnCount = 2;
this.tableLayoutPanelButton.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelButton.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanelButton.Controls.Add(this.btnOK, 0, 0);
this.tableLayoutPanelButton.Controls.Add(this.btnCancel, 1, 0);
this.tableLayoutPanelButton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanelButton.Location = new System.Drawing.Point(0, 180);
this.tableLayoutPanelButton.Name = "tableLayoutPanelButton";
this.tableLayoutPanelButton.RowCount = 1;
this.tableLayoutPanelButton.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
this.tableLayoutPanelButton.Size = new System.Drawing.Size(468, 32);
this.tableLayoutPanelButton.TabIndex = 11;
//
// tableLayoutPanelTop
//
this.tableLayoutPanelTop.ColumnCount = 6;
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 130F));
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanelTop.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
this.tableLayoutPanelTop.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanelTop.Controls.Add(this.cmbCom, 1, 0);
this.tableLayoutPanelTop.Controls.Add(this.label2, 2, 0);
this.tableLayoutPanelTop.Controls.Add(this.cmbIp, 3, 0);
this.tableLayoutPanelTop.Controls.Add(this.label3, 4, 0);
this.tableLayoutPanelTop.Controls.Add(this.txtPort, 5, 0);
this.tableLayoutPanelTop.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanelTop.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanelTop.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanelTop.Name = "tableLayoutPanelTop";
this.tableLayoutPanelTop.RowCount = 1;
this.tableLayoutPanelTop.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
this.tableLayoutPanelTop.Size = new System.Drawing.Size(468, 28);
this.tableLayoutPanelTop.TabIndex = 12;
//
// toolTip1
//
this.toolTip1.AutoPopDelay = 5000;
this.toolTip1.InitialDelay = 500;
this.toolTip1.ReshowDelay = 100;
//
// FrmAddServer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(468, 212);
this.Controls.Add(this.tableLayoutPanelMain);
this.Controls.Add(this.tableLayoutPanelButton);
this.Controls.Add(this.tableLayoutPanelTop);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmAddServer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "添加SerialServer";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.tableLayoutPanelMain.ResumeLayout(false);
this.tableLayoutPanelButton.ResumeLayout(false);
this.tableLayoutPanelTop.ResumeLayout(false);
this.tableLayoutPanelTop.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cmbCom;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cmbIp;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbDataBits;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cmbStopBits;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmbParity;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmbBaudRate;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtMaxReconnect;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtReconnectInterval;
private System.Windows.Forms.CheckBox chkAutoReconnect;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox txtSocketMaxIdleTime;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelButton;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelTop;
private System.Windows.Forms.ToolTip toolTip1;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。