1 Star 0 Fork 24

yangliu8899/SerialPortForward

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FrmMoreSerial.Designer.cs 25.99 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
namespace SerialPortForward
{
partial class FrmMoreSerial
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMoreSerial));
this.btnSave = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtCom2IP = new System.Windows.Forms.TextBox();
this.nudCom2TimeOut = new System.Windows.Forms.NumericUpDown();
this.nudCom2Port = new System.Windows.Forms.NumericUpDown();
this.label10 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.nudCom2Timer = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.cbCom2RTS = new System.Windows.Forms.CheckBox();
this.cbCom2DTR = new System.Windows.Forms.CheckBox();
this.cmbCom2Parity = new System.Windows.Forms.ComboBox();
this.cmbCom2Data = new System.Windows.Forms.ComboBox();
this.cmbCom2Stop = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtCom1IP = new System.Windows.Forms.TextBox();
this.nudCom1Port = new System.Windows.Forms.NumericUpDown();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.nudCom1TimeOut = new System.Windows.Forms.NumericUpDown();
this.label11 = new System.Windows.Forms.Label();
this.nudCom1Timer = new System.Windows.Forms.NumericUpDown();
this.label7 = new System.Windows.Forms.Label();
this.cbCom1RTS = new System.Windows.Forms.CheckBox();
this.cbCom1DTR = new System.Windows.Forms.CheckBox();
this.cmbCom1Parity = new System.Windows.Forms.ComboBox();
this.cmbCom1Data = new System.Windows.Forms.ComboBox();
this.cmbCom1Stop = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCom2TimeOut)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom2Port)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom2Timer)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCom1Port)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom1TimeOut)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom1Timer)).BeginInit();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(177, 354);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(86, 36);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "保存设置";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.txtCom2IP);
this.groupBox2.Controls.Add(this.nudCom2TimeOut);
this.groupBox2.Controls.Add(this.nudCom2Port);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label15);
this.groupBox2.Controls.Add(this.label16);
this.groupBox2.Controls.Add(this.nudCom2Timer);
this.groupBox2.Controls.Add(this.label17);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.cbCom2RTS);
this.groupBox2.Controls.Add(this.cbCom2DTR);
this.groupBox2.Controls.Add(this.cmbCom2Parity);
this.groupBox2.Controls.Add(this.cmbCom2Data);
this.groupBox2.Controls.Add(this.cmbCom2Stop);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(237, 34);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(202, 314);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "串口2";
//
// txtCom2IP
//
this.txtCom2IP.Location = new System.Drawing.Point(63, 248);
this.txtCom2IP.Name = "txtCom2IP";
this.txtCom2IP.Size = new System.Drawing.Size(120, 21);
this.txtCom2IP.TabIndex = 17;
this.txtCom2IP.Text = "0.0.0.0";
//
// nudCom2TimeOut
//
this.nudCom2TimeOut.Location = new System.Drawing.Point(64, 132);
this.nudCom2TimeOut.Maximum = new decimal(new int[] {
1410065408,
2,
0,
0});
this.nudCom2TimeOut.Name = "nudCom2TimeOut";
this.nudCom2TimeOut.Size = new System.Drawing.Size(120, 21);
this.nudCom2TimeOut.TabIndex = 7;
//
// nudCom2Port
//
this.nudCom2Port.Location = new System.Drawing.Point(63, 283);
this.nudCom2Port.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudCom2Port.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.nudCom2Port.Name = "nudCom2Port";
this.nudCom2Port.Size = new System.Drawing.Size(120, 21);
this.nudCom2Port.TabIndex = 16;
this.nudCom2Port.Value = new decimal(new int[] {
8866,
0,
0,
0});
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(16, 135);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 6;
this.label10.Text = "合并包:";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(16, 286);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 12);
this.label15.TabIndex = 14;
this.label15.Text = "端口:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(16, 251);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(41, 12);
this.label16.TabIndex = 15;
this.label16.Text = "I P:";
//
// nudCom2Timer
//
this.nudCom2Timer.Location = new System.Drawing.Point(64, 161);
this.nudCom2Timer.Maximum = new decimal(new int[] {
1410065408,
2,
0,
0});
this.nudCom2Timer.Name = "nudCom2Timer";
this.nudCom2Timer.Size = new System.Drawing.Size(120, 21);
this.nudCom2Timer.TabIndex = 7;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(32, 224);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(137, 12);
this.label17.TabIndex = 13;
this.label17.Text = "- - - 网络串口 - - -";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(16, 164);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 6;
this.label8.Text = "轮询查:";
//
// cbCom2RTS
//
this.cbCom2RTS.AutoSize = true;
this.cbCom2RTS.Location = new System.Drawing.Point(142, 193);
this.cbCom2RTS.Name = "cbCom2RTS";
this.cbCom2RTS.Size = new System.Drawing.Size(42, 16);
this.cbCom2RTS.TabIndex = 5;
this.cbCom2RTS.Text = "RTS";
this.cbCom2RTS.UseVisualStyleBackColor = true;
//
// cbCom2DTR
//
this.cbCom2DTR.AutoSize = true;
this.cbCom2DTR.Location = new System.Drawing.Point(63, 193);
this.cbCom2DTR.Name = "cbCom2DTR";
this.cbCom2DTR.Size = new System.Drawing.Size(42, 16);
this.cbCom2DTR.TabIndex = 4;
this.cbCom2DTR.Text = "DTR";
this.cbCom2DTR.UseVisualStyleBackColor = true;
//
// cmbCom2Parity
//
this.cmbCom2Parity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom2Parity.FormattingEnabled = true;
this.cmbCom2Parity.Items.AddRange(new object[] {
"无校验(None)",
"奇校验(Odd)",
"偶校验(Even)",
"高电平(Mark)",
"低电平(Space)"});
this.cmbCom2Parity.Location = new System.Drawing.Point(63, 103);
this.cmbCom2Parity.Name = "cmbCom2Parity";
this.cmbCom2Parity.Size = new System.Drawing.Size(121, 20);
this.cmbCom2Parity.TabIndex = 3;
//
// cmbCom2Data
//
this.cmbCom2Data.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom2Data.FormattingEnabled = true;
this.cmbCom2Data.Items.AddRange(new object[] {
"8",
"7",
"6",
"5"});
this.cmbCom2Data.Location = new System.Drawing.Point(63, 68);
this.cmbCom2Data.Name = "cmbCom2Data";
this.cmbCom2Data.Size = new System.Drawing.Size(121, 20);
this.cmbCom2Data.TabIndex = 2;
//
// cmbCom2Stop
//
this.cmbCom2Stop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom2Stop.FormattingEnabled = true;
this.cmbCom2Stop.Items.AddRange(new object[] {
"1",
"1.5",
"2"});
this.cmbCom2Stop.Location = new System.Drawing.Point(63, 31);
this.cmbCom2Stop.Name = "cmbCom2Stop";
this.cmbCom2Stop.Size = new System.Drawing.Size(121, 20);
this.cmbCom2Stop.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 105);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 0;
this.label4.Text = "校验位:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 70);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 0;
this.label5.Text = "数据位:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 35);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "停止位:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtCom1IP);
this.groupBox1.Controls.Add(this.nudCom1Port);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.nudCom1TimeOut);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.nudCom1Timer);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cbCom1RTS);
this.groupBox1.Controls.Add(this.cbCom1DTR);
this.groupBox1.Controls.Add(this.cmbCom1Parity);
this.groupBox1.Controls.Add(this.cmbCom1Data);
this.groupBox1.Controls.Add(this.cmbCom1Stop);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 34);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(202, 314);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "串口1";
//
// txtCom1IP
//
this.txtCom1IP.Location = new System.Drawing.Point(63, 248);
this.txtCom1IP.Name = "txtCom1IP";
this.txtCom1IP.Size = new System.Drawing.Size(120, 21);
this.txtCom1IP.TabIndex = 12;
this.txtCom1IP.Text = "0.0.0.0";
//
// nudCom1Port
//
this.nudCom1Port.Location = new System.Drawing.Point(63, 283);
this.nudCom1Port.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.nudCom1Port.Minimum = new decimal(new int[] {
1024,
0,
0,
0});
this.nudCom1Port.Name = "nudCom1Port";
this.nudCom1Port.Size = new System.Drawing.Size(120, 21);
this.nudCom1Port.TabIndex = 11;
this.nudCom1Port.Value = new decimal(new int[] {
8866,
0,
0,
0});
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(16, 286);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(41, 12);
this.label13.TabIndex = 9;
this.label13.Text = "端口:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(16, 251);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 10;
this.label14.Text = "I P:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(32, 224);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(137, 12);
this.label12.TabIndex = 8;
this.label12.Text = "- - - 网络串口 - - -";
//
// nudCom1TimeOut
//
this.nudCom1TimeOut.Location = new System.Drawing.Point(64, 132);
this.nudCom1TimeOut.Maximum = new decimal(new int[] {
1410065408,
2,
0,
0});
this.nudCom1TimeOut.Name = "nudCom1TimeOut";
this.nudCom1TimeOut.Size = new System.Drawing.Size(120, 21);
this.nudCom1TimeOut.TabIndex = 7;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(16, 135);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 6;
this.label11.Text = "合并包:";
//
// nudCom1Timer
//
this.nudCom1Timer.Location = new System.Drawing.Point(63, 164);
this.nudCom1Timer.Maximum = new decimal(new int[] {
1410065408,
2,
0,
0});
this.nudCom1Timer.Name = "nudCom1Timer";
this.nudCom1Timer.Size = new System.Drawing.Size(120, 21);
this.nudCom1Timer.TabIndex = 7;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(16, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 6;
this.label7.Text = "轮询查:";
//
// cbCom1RTS
//
this.cbCom1RTS.AutoSize = true;
this.cbCom1RTS.Location = new System.Drawing.Point(142, 193);
this.cbCom1RTS.Name = "cbCom1RTS";
this.cbCom1RTS.Size = new System.Drawing.Size(42, 16);
this.cbCom1RTS.TabIndex = 5;
this.cbCom1RTS.Text = "RTS";
this.cbCom1RTS.UseVisualStyleBackColor = true;
//
// cbCom1DTR
//
this.cbCom1DTR.AutoSize = true;
this.cbCom1DTR.Location = new System.Drawing.Point(63, 193);
this.cbCom1DTR.Name = "cbCom1DTR";
this.cbCom1DTR.Size = new System.Drawing.Size(42, 16);
this.cbCom1DTR.TabIndex = 4;
this.cbCom1DTR.Text = "DTR";
this.cbCom1DTR.UseVisualStyleBackColor = true;
//
// cmbCom1Parity
//
this.cmbCom1Parity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom1Parity.FormattingEnabled = true;
this.cmbCom1Parity.Items.AddRange(new object[] {
"无校验(None)",
"奇校验(Odd)",
"偶校验(Even)",
"高电平(Mark)",
"低电平(Space)"});
this.cmbCom1Parity.Location = new System.Drawing.Point(63, 103);
this.cmbCom1Parity.Name = "cmbCom1Parity";
this.cmbCom1Parity.Size = new System.Drawing.Size(121, 20);
this.cmbCom1Parity.TabIndex = 3;
//
// cmbCom1Data
//
this.cmbCom1Data.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom1Data.FormattingEnabled = true;
this.cmbCom1Data.Items.AddRange(new object[] {
"8",
"7",
"6",
"5"});
this.cmbCom1Data.Location = new System.Drawing.Point(63, 68);
this.cmbCom1Data.Name = "cmbCom1Data";
this.cmbCom1Data.Size = new System.Drawing.Size(121, 20);
this.cmbCom1Data.TabIndex = 2;
//
// cmbCom1Stop
//
this.cmbCom1Stop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCom1Stop.FormattingEnabled = true;
this.cmbCom1Stop.Items.AddRange(new object[] {
"1",
"1.5",
"2"});
this.cmbCom1Stop.Location = new System.Drawing.Point(63, 31);
this.cmbCom1Stop.Name = "cmbCom1Stop";
this.cmbCom1Stop.Size = new System.Drawing.Size(121, 20);
this.cmbCom1Stop.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 105);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "校验位:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 0;
this.label2.Text = "数据位:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "停止位:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(12, 9);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(401, 12);
this.label9.TabIndex = 5;
this.label9.Text = "* 如果轮询查不等于0,串口收到数据将不会进入中断,需要自行时钟内处理";
//
// FrmMoreSerial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(456, 397);
this.Controls.Add(this.label9);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmMoreSerial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "更多串口设置";
this.Load += new System.EventHandler(this.FrmMoreSerial_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCom2TimeOut)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom2Port)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom2Timer)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudCom1Port)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom1TimeOut)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCom1Timer)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox cbCom2RTS;
private System.Windows.Forms.CheckBox cbCom2DTR;
private System.Windows.Forms.ComboBox cmbCom2Parity;
private System.Windows.Forms.ComboBox cmbCom2Data;
private System.Windows.Forms.ComboBox cmbCom2Stop;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox cbCom1RTS;
private System.Windows.Forms.CheckBox cbCom1DTR;
private System.Windows.Forms.ComboBox cmbCom1Parity;
private System.Windows.Forms.ComboBox cmbCom1Data;
private System.Windows.Forms.ComboBox cmbCom1Stop;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown nudCom2Timer;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.NumericUpDown nudCom1Timer;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown nudCom2TimeOut;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.NumericUpDown nudCom1TimeOut;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtCom2IP;
private System.Windows.Forms.NumericUpDown nudCom2Port;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox txtCom1IP;
private System.Windows.Forms.NumericUpDown nudCom1Port;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label12;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yangliu8899/serial-port-forward.git
git@gitee.com:yangliu8899/serial-port-forward.git
yangliu8899
serial-port-forward
SerialPortForward
master

搜索帮助