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

📄 form1.designer.cs

📁 c#串口调试程序 c#串口 源码
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // 
            // rdLit
            // 
            this.rdLit.AutoSize = true;
            this.rdLit.Location = new System.Drawing.Point(6, 20);
            this.rdLit.Name = "rdLit";
            this.rdLit.Size = new System.Drawing.Size(71, 16);
            this.rdLit.TabIndex = 0;
            this.rdLit.Text = "低位在前";
            this.rdLit.UseVisualStyleBackColor = true;
            // 
            // tbSByte3
            // 
            this.tbSByte3.Location = new System.Drawing.Point(299, 409);
            this.tbSByte3.Name = "tbSByte3";
            this.tbSByte3.Size = new System.Drawing.Size(40, 21);
            this.tbSByte3.TabIndex = 1;
            // 
            // gpSend
            // 
            this.gpSend.Controls.Add(this.label13);
            this.gpSend.Controls.Add(this.label12);
            this.gpSend.Controls.Add(this.tbTimeStr);
            this.gpSend.Controls.Add(this.cbTimeStr);
            this.gpSend.Controls.Add(this.tbTimeHex);
            this.gpSend.Controls.Add(this.cbTimeHex);
            this.gpSend.Controls.Add(this.gpDefFrm);
            this.gpSend.Controls.Add(this.cbDefFrm);
            this.gpSend.Controls.Add(this.tbSendStr);
            this.gpSend.Controls.Add(this.tbHex);
            this.gpSend.Controls.Add(this.tbDec);
            this.gpSend.Controls.Add(this.label10);
            this.gpSend.Controls.Add(this.label9);
            this.gpSend.Controls.Add(this.btClrSend);
            this.gpSend.Controls.Add(this.btCmd5);
            this.gpSend.Controls.Add(this.tbCmd5);
            this.gpSend.Controls.Add(this.btCmd4);
            this.gpSend.Controls.Add(this.tbCmd4);
            this.gpSend.Controls.Add(this.btCmd3);
            this.gpSend.Controls.Add(this.tbCmd3);
            this.gpSend.Controls.Add(this.btCmd2);
            this.gpSend.Controls.Add(this.tbCmd2);
            this.gpSend.Controls.Add(this.btCmd1);
            this.gpSend.Controls.Add(this.tbCmd1);
            this.gpSend.Controls.Add(this.btSend);
            this.gpSend.Location = new System.Drawing.Point(524, 12);
            this.gpSend.Name = "gpSend";
            this.gpSend.Size = new System.Drawing.Size(293, 491);
            this.gpSend.TabIndex = 2;
            this.gpSend.TabStop = false;
            this.gpSend.Text = "发送窗口";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(96, 183);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(17, 12);
            this.label13.TabIndex = 15;
            this.label13.Text = "ms";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(96, 312);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(17, 12);
            this.label12.TabIndex = 15;
            this.label12.Text = "ms";
            // 
            // tbTimeStr
            // 
            this.tbTimeStr.Location = new System.Drawing.Point(57, 179);
            this.tbTimeStr.Name = "tbTimeStr";
            this.tbTimeStr.Size = new System.Drawing.Size(33, 21);
            this.tbTimeStr.TabIndex = 5;
            this.tbTimeStr.Text = "1000";
            // 
            // cbTimeStr
            // 
            this.cbTimeStr.AutoSize = true;
            this.cbTimeStr.Location = new System.Drawing.Point(9, 182);
            this.cbTimeStr.Name = "cbTimeStr";
            this.cbTimeStr.Size = new System.Drawing.Size(48, 16);
            this.cbTimeStr.TabIndex = 14;
            this.cbTimeStr.Text = "定时";
            this.cbTimeStr.UseVisualStyleBackColor = true;
            this.cbTimeStr.CheckedChanged += new System.EventHandler(this.cbTimeStr_CheckedChanged);
            // 
            // tbTimeHex
            // 
            this.tbTimeHex.Location = new System.Drawing.Point(57, 308);
            this.tbTimeHex.Name = "tbTimeHex";
            this.tbTimeHex.Size = new System.Drawing.Size(33, 21);
            this.tbTimeHex.TabIndex = 5;
            this.tbTimeHex.Text = "1000";
            // 
            // cbTimeHex
            // 
            this.cbTimeHex.AutoSize = true;
            this.cbTimeHex.Location = new System.Drawing.Point(9, 311);
            this.cbTimeHex.Name = "cbTimeHex";
            this.cbTimeHex.Size = new System.Drawing.Size(48, 16);
            this.cbTimeHex.TabIndex = 14;
            this.cbTimeHex.Text = "定时";
            this.cbTimeHex.UseVisualStyleBackColor = true;
            this.cbTimeHex.CheckedChanged += new System.EventHandler(this.cbTimeHex_CheckedChanged);
            // 
            // gpDefFrm
            // 
            this.gpDefFrm.Controls.Add(this.rdAdd);
            this.gpDefFrm.Controls.Add(this.label7);
            this.gpDefFrm.Controls.Add(this.tbStart);
            this.gpDefFrm.Controls.Add(this.label8);
            this.gpDefFrm.Controls.Add(this.tbEnd);
            this.gpDefFrm.Controls.Add(this.rdXor);
            this.gpDefFrm.Location = new System.Drawing.Point(119, 262);
            this.gpDefFrm.Name = "gpDefFrm";
            this.gpDefFrm.Size = new System.Drawing.Size(166, 74);
            this.gpDefFrm.TabIndex = 13;
            this.gpDefFrm.TabStop = false;
            this.gpDefFrm.Text = "自定义帧";
            // 
            // rdAdd
            // 
            this.rdAdd.AutoSize = true;
            this.rdAdd.Location = new System.Drawing.Point(92, 19);
            this.rdAdd.Name = "rdAdd";
            this.rdAdd.Size = new System.Drawing.Size(59, 16);
            this.rdAdd.TabIndex = 6;
            this.rdAdd.Text = "和校验";
            this.rdAdd.UseVisualStyleBackColor = true;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(12, 23);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 4;
            this.label7.Text = "帧头";
            // 
            // tbStart
            // 
            this.tbStart.Location = new System.Drawing.Point(47, 18);
            this.tbStart.Name = "tbStart";
            this.tbStart.Size = new System.Drawing.Size(35, 21);
            this.tbStart.TabIndex = 5;
            this.tbStart.Text = "55";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(12, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 4;
            this.label8.Text = "帧尾";
            // 
            // tbEnd
            // 
            this.tbEnd.Location = new System.Drawing.Point(47, 45);
            this.tbEnd.Name = "tbEnd";
            this.tbEnd.Size = new System.Drawing.Size(34, 21);
            this.tbEnd.TabIndex = 5;
            this.tbEnd.Text = "AA";
            // 
            // rdXor
            // 
            this.rdXor.AutoSize = true;
            this.rdXor.Checked = true;
            this.rdXor.Location = new System.Drawing.Point(92, 46);
            this.rdXor.Name = "rdXor";
            this.rdXor.Size = new System.Drawing.Size(71, 16);
            this.rdXor.TabIndex = 7;
            this.rdXor.TabStop = true;
            this.rdXor.Text = "异或校验";
            this.rdXor.UseVisualStyleBackColor = true;
            // 
            // cbDefFrm
            // 
            this.cbDefFrm.AutoSize = true;
            this.cbDefFrm.Checked = true;
            this.cbDefFrm.CheckState = System.Windows.Forms.CheckState.Checked;
            this.cbDefFrm.Location = new System.Drawing.Point(9, 280);
            this.cbDefFrm.Name = "cbDefFrm";
            this.cbDefFrm.Size = new System.Drawing.Size(96, 16);
            this.cbDefFrm.TabIndex = 12;
            this.cbDefFrm.Text = "使用自定义帧";
            this.cbDefFrm.UseVisualStyleBackColor = true;
            this.cbDefFrm.CheckedChanged += new System.EventHandler(this.cbDefFrm_CheckedChanged);
            // 
            // tbSendStr
            // 
            this.tbSendStr.Location = new System.Drawing.Point(6, 20);
            this.tbSendStr.Multiline = true;
            this.tbSendStr.Name = "tbSendStr";
            this.tbSendStr.Size = new System.Drawing.Size(279, 151);
            this.tbSendStr.TabIndex = 11;
            this.tbSendStr.Text = "在此输入要发送的文本";
            // 
            // tbHex
            // 
            this.tbHex.Location = new System.Drawing.Point(165, 235);
            this.tbHex.Name = "tbHex";
            this.tbHex.Size = new System.Drawing.Size(120, 21);
            this.tbHex.TabIndex = 10;
            this.tbHex.Leave += new System.EventHandler(this.tbHex_Leave);
            this.tbHex.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbHex_KeyPress);
            // 
            // tbDec
            // 
            this.tbDec.Location = new System.Drawing.Point(6, 235);
            this.tbDec.Name = "tbDec";
            this.tbDec.Size = new System.Drawing.Size(120, 21);
            this.tbDec.TabIndex = 10;
            this.tbDec.Text = "1000";
            this.tbDec.Leave += new System.EventHandler(this.tbDec_Leave);
            this.tbDec.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbDec_KeyPress);
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(197, 220);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 9;
            this.label10.Text = "十六进制";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(47, 220);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 9;
            this.label9.Text = "十进制";
            // 
            // btClrSend
            // 
            this.btClrSend.Location = new System.Drawing.Point(119, 177);
            this.btClrSend.Name = "btClrSend";
            this.btClrSend.Size = new System.Drawing.Size(75, 23);
            this.btClrSend.TabIndex = 8;
            this.btClrSend.Text = "清除文本";
            this.btClrSend.UseVisualStyleBackColor = true;
            this.btClrSend.Click += new System.EventHandler(this.btClrSend_Click);
            // 
            // btCmd5
            // 
            this.btCmd5.Location = new System.Drawing.Point(212, 458);
            this.btCmd5.Name = "btCmd5";
            this.btCmd5.Size = new System.Drawing.Size(75, 23);

⌨️ 快捷键说明

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