⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 c#串口调试程序 c#串口 源码
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.cmDataBit.Size = new System.Drawing.Size(60, 20);
            this.cmDataBit.TabIndex = 0;
            this.cmDataBit.Text = "8";
            this.cmDataBit.SelectedIndexChanged += new System.EventHandler(this.cmDataBit_SelectedIndexChanged);
            // 
            // cmBaudRate
            // 
            this.cmBaudRate.FormattingEnabled = true;
            this.cmBaudRate.Items.AddRange(new object[] {
            "75",
            "110",
            "134",
            "150",
            "300",
            "600",
            "1200",
            "1800",
            "2400",
            "4800",
            "7200",
            "9600",
            "14400",
            "19200",
            "38400",
            "57600",
            "115200",
            "128000"});
            this.cmBaudRate.Location = new System.Drawing.Point(85, 32);
            this.cmBaudRate.Name = "cmBaudRate";
            this.cmBaudRate.Size = new System.Drawing.Size(60, 20);
            this.cmBaudRate.TabIndex = 0;
            this.cmBaudRate.Text = "38400";
            this.cmBaudRate.SelectedIndexChanged += new System.EventHandler(this.cmBaudRate_SelectedIndexChanged);
            // 
            // cmPort
            // 
            this.cmPort.FormattingEnabled = true;
            this.cmPort.Location = new System.Drawing.Point(6, 32);
            this.cmPort.Name = "cmPort";
            this.cmPort.Size = new System.Drawing.Size(60, 20);
            this.cmPort.TabIndex = 0;
            this.cmPort.SelectedIndexChanged += new System.EventHandler(this.cmPort_SelectedIndexChanged);
            this.cmPort.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cmPort_MouseDown);
            // 
            // gpRec
            // 
            this.gpRec.Controls.Add(this.cbAutoClr);
            this.gpRec.Controls.Add(this.lbHexData);
            this.gpRec.Controls.Add(this.btClrRec);
            this.gpRec.Controls.Add(this.rtbRecStr);
            this.gpRec.Controls.Add(this.label1);
            this.gpRec.Controls.Add(this.rtbRecHex);
            this.gpRec.Controls.Add(this.tbSByte2);
            this.gpRec.Controls.Add(this.tbUInt32);
            this.gpRec.Controls.Add(this.label6);
            this.gpRec.Controls.Add(this.tbInt16R);
            this.gpRec.Controls.Add(this.tbSByte4);
            this.gpRec.Controls.Add(this.tbByte3);
            this.gpRec.Controls.Add(this.tbByte1);
            this.gpRec.Controls.Add(this.tbByte4);
            this.gpRec.Controls.Add(this.tbUInt16L);
            this.gpRec.Controls.Add(this.tbInt32);
            this.gpRec.Controls.Add(this.tbByte2);
            this.gpRec.Controls.Add(this.tbUInt16R);
            this.gpRec.Controls.Add(this.tbInt16L);
            this.gpRec.Controls.Add(this.tbSByte1);
            this.gpRec.Controls.Add(this.gpBigLit);
            this.gpRec.Controls.Add(this.tbSByte3);
            this.gpRec.Location = new System.Drawing.Point(12, 12);
            this.gpRec.Name = "gpRec";
            this.gpRec.Size = new System.Drawing.Size(506, 491);
            this.gpRec.TabIndex = 3;
            this.gpRec.TabStop = false;
            this.gpRec.Text = "接收窗口";
            // 
            // cbAutoClr
            // 
            this.cbAutoClr.AutoSize = true;
            this.cbAutoClr.Location = new System.Drawing.Point(331, 388);
            this.cbAutoClr.Name = "cbAutoClr";
            this.cbAutoClr.Size = new System.Drawing.Size(72, 16);
            this.cbAutoClr.TabIndex = 6;
            this.cbAutoClr.Text = "自动清除";
            this.cbAutoClr.UseVisualStyleBackColor = true;
            // 
            // lbHexData
            // 
            this.lbHexData.AutoSize = true;
            this.lbHexData.Location = new System.Drawing.Point(163, 387);
            this.lbHexData.Name = "lbHexData";
            this.lbHexData.Size = new System.Drawing.Size(77, 12);
            this.lbHexData.TabIndex = 5;
            this.lbHexData.Text = "            ";
            // 
            // btClrRec
            // 
            this.btClrRec.Location = new System.Drawing.Point(409, 388);
            this.btClrRec.Name = "btClrRec";
            this.btClrRec.Size = new System.Drawing.Size(75, 23);
            this.btClrRec.TabIndex = 4;
            this.btClrRec.Text = "清  除";
            this.btClrRec.UseVisualStyleBackColor = true;
            this.btClrRec.Click += new System.EventHandler(this.btClrRec_Click);
            // 
            // rtbRecStr
            // 
            this.rtbRecStr.Location = new System.Drawing.Point(6, 20);
            this.rtbRecStr.Name = "rtbRecStr";
            this.rtbRecStr.Size = new System.Drawing.Size(491, 151);
            this.rtbRecStr.TabIndex = 0;
            this.rtbRecStr.Text = "";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(67, 387);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "无符号数";
            // 
            // rtbRecHex
            // 
            this.rtbRecHex.Location = new System.Drawing.Point(6, 177);
            this.rtbRecHex.Name = "rtbRecHex";
            this.rtbRecHex.Size = new System.Drawing.Size(491, 205);
            this.rtbRecHex.TabIndex = 0;
            this.rtbRecHex.Text = "";
            this.rtbRecHex.MouseClick += new System.Windows.Forms.MouseEventHandler(this.rtbRecHex_MouseClick);
            // 
            // tbSByte2
            // 
            this.tbSByte2.Location = new System.Drawing.Point(253, 409);
            this.tbSByte2.Name = "tbSByte2";
            this.tbSByte2.Size = new System.Drawing.Size(40, 21);
            this.tbSByte2.TabIndex = 1;
            // 
            // tbUInt32
            // 
            this.tbUInt32.Location = new System.Drawing.Point(9, 463);
            this.tbUInt32.Name = "tbUInt32";
            this.tbUInt32.Size = new System.Drawing.Size(178, 21);
            this.tbUInt32.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(265, 387);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 3;
            this.label6.Text = "有符号数";
            // 
            // tbInt16R
            // 
            this.tbInt16R.Location = new System.Drawing.Point(299, 436);
            this.tbInt16R.Name = "tbInt16R";
            this.tbInt16R.Size = new System.Drawing.Size(86, 21);
            this.tbInt16R.TabIndex = 1;
            // 
            // tbSByte4
            // 
            this.tbSByte4.Location = new System.Drawing.Point(345, 409);
            this.tbSByte4.Name = "tbSByte4";
            this.tbSByte4.Size = new System.Drawing.Size(40, 21);
            this.tbSByte4.TabIndex = 1;
            // 
            // tbByte3
            // 
            this.tbByte3.Location = new System.Drawing.Point(102, 409);
            this.tbByte3.Name = "tbByte3";
            this.tbByte3.Size = new System.Drawing.Size(40, 21);
            this.tbByte3.TabIndex = 1;
            // 
            // tbByte1
            // 
            this.tbByte1.Location = new System.Drawing.Point(10, 409);
            this.tbByte1.Name = "tbByte1";
            this.tbByte1.Size = new System.Drawing.Size(40, 21);
            this.tbByte1.TabIndex = 1;
            // 
            // tbByte4
            // 
            this.tbByte4.Location = new System.Drawing.Point(148, 409);
            this.tbByte4.Name = "tbByte4";
            this.tbByte4.Size = new System.Drawing.Size(40, 21);
            this.tbByte4.TabIndex = 1;
            // 
            // tbUInt16L
            // 
            this.tbUInt16L.Location = new System.Drawing.Point(10, 436);
            this.tbUInt16L.Name = "tbUInt16L";
            this.tbUInt16L.Size = new System.Drawing.Size(86, 21);
            this.tbUInt16L.TabIndex = 1;
            // 
            // tbInt32
            // 
            this.tbInt32.Location = new System.Drawing.Point(206, 463);
            this.tbInt32.Name = "tbInt32";
            this.tbInt32.Size = new System.Drawing.Size(178, 21);
            this.tbInt32.TabIndex = 1;
            // 
            // tbByte2
            // 
            this.tbByte2.Location = new System.Drawing.Point(56, 409);
            this.tbByte2.Name = "tbByte2";
            this.tbByte2.Size = new System.Drawing.Size(40, 21);
            this.tbByte2.TabIndex = 1;
            // 
            // tbUInt16R
            // 
            this.tbUInt16R.Location = new System.Drawing.Point(102, 436);
            this.tbUInt16R.Name = "tbUInt16R";
            this.tbUInt16R.Size = new System.Drawing.Size(86, 21);
            this.tbUInt16R.TabIndex = 1;
            // 
            // tbInt16L
            // 
            this.tbInt16L.Location = new System.Drawing.Point(207, 436);
            this.tbInt16L.Name = "tbInt16L";
            this.tbInt16L.Size = new System.Drawing.Size(86, 21);
            this.tbInt16L.TabIndex = 1;
            // 
            // tbSByte1
            // 
            this.tbSByte1.Location = new System.Drawing.Point(207, 409);
            this.tbSByte1.Name = "tbSByte1";
            this.tbSByte1.Size = new System.Drawing.Size(40, 21);
            this.tbSByte1.TabIndex = 1;
            // 
            // gpBigLit
            // 
            this.gpBigLit.Controls.Add(this.rdBig);
            this.gpBigLit.Controls.Add(this.rdLit);
            this.gpBigLit.Location = new System.Drawing.Point(403, 423);
            this.gpBigLit.Name = "gpBigLit";
            this.gpBigLit.Size = new System.Drawing.Size(85, 62);
            this.gpBigLit.TabIndex = 2;
            this.gpBigLit.TabStop = false;
            this.gpBigLit.Text = "接收顺序";
            // 
            // rdBig
            // 
            this.rdBig.AutoSize = true;
            this.rdBig.Checked = true;
            this.rdBig.Location = new System.Drawing.Point(6, 42);
            this.rdBig.Name = "rdBig";
            this.rdBig.Size = new System.Drawing.Size(71, 16);
            this.rdBig.TabIndex = 0;
            this.rdBig.TabStop = true;
            this.rdBig.Text = "高位在前";
            this.rdBig.UseVisualStyleBackColor = true;
            this.rdBig.CheckedChanged += new System.EventHandler(this.rdBig_CheckedChanged);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -