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

📄 form1.designer.cs

📁 c#串口调试程序 c#串口 源码
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.btCmd5.TabIndex = 3;
            this.btCmd5.Text = "命令五";
            this.btCmd5.UseVisualStyleBackColor = true;
            this.btCmd5.Click += new System.EventHandler(this.btCmd5_Click);
            // 
            // tbCmd5
            // 
            this.tbCmd5.Location = new System.Drawing.Point(8, 458);
            this.tbCmd5.Name = "tbCmd5";
            this.tbCmd5.Size = new System.Drawing.Size(192, 21);
            this.tbCmd5.TabIndex = 2;
            // 
            // btCmd4
            // 
            this.btCmd4.Location = new System.Drawing.Point(212, 429);
            this.btCmd4.Name = "btCmd4";
            this.btCmd4.Size = new System.Drawing.Size(75, 23);
            this.btCmd4.TabIndex = 3;
            this.btCmd4.Text = "命令四";
            this.btCmd4.UseVisualStyleBackColor = true;
            this.btCmd4.Click += new System.EventHandler(this.btCmd4_Click);
            // 
            // tbCmd4
            // 
            this.tbCmd4.Location = new System.Drawing.Point(8, 429);
            this.tbCmd4.Name = "tbCmd4";
            this.tbCmd4.Size = new System.Drawing.Size(192, 21);
            this.tbCmd4.TabIndex = 2;
            // 
            // btCmd3
            // 
            this.btCmd3.Location = new System.Drawing.Point(213, 400);
            this.btCmd3.Name = "btCmd3";
            this.btCmd3.Size = new System.Drawing.Size(75, 23);
            this.btCmd3.TabIndex = 3;
            this.btCmd3.Text = "命令三";
            this.btCmd3.UseVisualStyleBackColor = true;
            this.btCmd3.Click += new System.EventHandler(this.btCmd3_Click);
            // 
            // tbCmd3
            // 
            this.tbCmd3.Location = new System.Drawing.Point(9, 400);
            this.tbCmd3.Name = "tbCmd3";
            this.tbCmd3.Size = new System.Drawing.Size(192, 21);
            this.tbCmd3.TabIndex = 2;
            // 
            // btCmd2
            // 
            this.btCmd2.Location = new System.Drawing.Point(213, 371);
            this.btCmd2.Name = "btCmd2";
            this.btCmd2.Size = new System.Drawing.Size(75, 23);
            this.btCmd2.TabIndex = 3;
            this.btCmd2.Text = "命令二";
            this.btCmd2.UseVisualStyleBackColor = true;
            this.btCmd2.Click += new System.EventHandler(this.btCmd2_Click);
            // 
            // tbCmd2
            // 
            this.tbCmd2.Location = new System.Drawing.Point(9, 371);
            this.tbCmd2.Name = "tbCmd2";
            this.tbCmd2.Size = new System.Drawing.Size(192, 21);
            this.tbCmd2.TabIndex = 2;
            // 
            // btCmd1
            // 
            this.btCmd1.Location = new System.Drawing.Point(213, 342);
            this.btCmd1.Name = "btCmd1";
            this.btCmd1.Size = new System.Drawing.Size(75, 23);
            this.btCmd1.TabIndex = 3;
            this.btCmd1.Text = "命令一";
            this.btCmd1.UseVisualStyleBackColor = true;
            this.btCmd1.Click += new System.EventHandler(this.btCmd1_Click);
            // 
            // tbCmd1
            // 
            this.tbCmd1.Location = new System.Drawing.Point(9, 342);
            this.tbCmd1.Name = "tbCmd1";
            this.tbCmd1.Size = new System.Drawing.Size(192, 21);
            this.tbCmd1.TabIndex = 2;
            // 
            // btSend
            // 
            this.btSend.Location = new System.Drawing.Point(212, 177);
            this.btSend.Name = "btSend";
            this.btSend.Size = new System.Drawing.Size(75, 23);
            this.btSend.TabIndex = 1;
            this.btSend.Text = "发送文本";
            this.btSend.UseVisualStyleBackColor = true;
            this.btSend.Click += new System.EventHandler(this.btSend_Click);
            // 
            // btQuit
            // 
            this.btQuit.Font = new System.Drawing.Font("华文新魏", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btQuit.ForeColor = System.Drawing.Color.MediumBlue;
            this.btQuit.Location = new System.Drawing.Point(736, 526);
            this.btQuit.Name = "btQuit";
            this.btQuit.Size = new System.Drawing.Size(73, 43);
            this.btQuit.TabIndex = 4;
            this.btQuit.Text = "退出";
            this.btQuit.UseVisualStyleBackColor = true;
            this.btQuit.Click += new System.EventHandler(this.btQuit_Click);
            // 
            // sComm
            // 
            this.sComm.BaudRate = 38400;
            this.sComm.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.sComm_DataReceived);
            // 
            // TimeHex
            // 
            this.TimeHex.Interval = 1000;
            this.TimeHex.Tick += new System.EventHandler(this.TimeHex_Tick);
            // 
            // TimeStr
            // 
            this.TimeStr.Interval = 1000;
            this.TimeStr.Tick += new System.EventHandler(this.TimeStr_Tick);
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Location = new System.Drawing.Point(629, 526);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(77, 12);
            this.label11.TabIndex = 5;
            this.label11.Text = "QQ:357641612";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(617, 549);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(101, 12);
            this.label14.TabIndex = 5;
            this.label14.Text = "Delong_z@163.com";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(824, 580);
            this.Controls.Add(this.label14);
            this.Controls.Add(this.label11);
            this.Controls.Add(this.btQuit);
            this.Controls.Add(this.gpSend);
            this.Controls.Add(this.gpRec);
            this.Controls.Add(this.gpPortSet);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Form1";
            this.Text = "串口调试助手V1.0  设计:钟慰 重庆阿尔舍电子控制技术有限公司";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.gpPortSet.ResumeLayout(false);
            this.gpPortSet.PerformLayout();
            this.gpRec.ResumeLayout(false);
            this.gpRec.PerformLayout();
            this.gpBigLit.ResumeLayout(false);
            this.gpBigLit.PerformLayout();
            this.gpSend.ResumeLayout(false);
            this.gpSend.PerformLayout();
            this.gpDefFrm.ResumeLayout(false);
            this.gpDefFrm.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btOpen;
        private System.Windows.Forms.GroupBox gpPortSet;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label comPort;
        private System.Windows.Forms.ComboBox cmParity;
        private System.Windows.Forms.ComboBox cmStopBit;
        private System.Windows.Forms.ComboBox cmDataBit;
        private System.Windows.Forms.ComboBox cmBaudRate;
        private System.Windows.Forms.ComboBox cmPort;
        private System.Windows.Forms.GroupBox gpRec;
        private System.Windows.Forms.RichTextBox rtbRecStr;
        private System.Windows.Forms.RichTextBox rtbRecHex;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox tbByte1;
        private System.Windows.Forms.TextBox tbByte2;
        private System.Windows.Forms.GroupBox gpBigLit;
        private System.Windows.Forms.RadioButton rdBig;
        private System.Windows.Forms.RadioButton rdLit;
        private System.Windows.Forms.TextBox tbSByte1;
        private System.Windows.Forms.TextBox tbInt32;
        private System.Windows.Forms.TextBox tbByte3;
        private System.Windows.Forms.TextBox tbUInt32;
        private System.Windows.Forms.TextBox tbSByte2;
        private System.Windows.Forms.TextBox tbInt16R;
        private System.Windows.Forms.TextBox tbByte4;
        private System.Windows.Forms.TextBox tbUInt16R;
        private System.Windows.Forms.TextBox tbSByte3;
        private System.Windows.Forms.TextBox tbInt16L;
        private System.Windows.Forms.TextBox tbUInt16L;
        private System.Windows.Forms.TextBox tbSByte4;
        private System.Windows.Forms.GroupBox gpSend;
        private System.Windows.Forms.Button btClrRec;
        private System.Windows.Forms.Button btQuit;
        private System.Windows.Forms.Button btSend;
        private System.Windows.Forms.Button btCmd1;
        private System.Windows.Forms.TextBox tbCmd1;
        private System.Windows.Forms.TextBox tbEnd;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox tbStart;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.RadioButton rdXor;
        private System.Windows.Forms.RadioButton rdAdd;
        private System.Windows.Forms.Button btCmd5;
        private System.Windows.Forms.TextBox tbCmd5;
        private System.Windows.Forms.Button btCmd4;
        private System.Windows.Forms.TextBox tbCmd4;
        private System.Windows.Forms.Button btCmd3;
        private System.Windows.Forms.TextBox tbCmd3;
        private System.Windows.Forms.Button btCmd2;
        private System.Windows.Forms.TextBox tbCmd2;
        private System.Windows.Forms.Button btClrSend;
        private System.Windows.Forms.TextBox tbHex;
        private System.Windows.Forms.TextBox tbDec;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label lbHexData;
        private System.IO.Ports.SerialPort sComm;
        private System.Windows.Forms.TextBox tbSendStr;
        private System.Windows.Forms.CheckBox cbDefFrm;
        private System.Windows.Forms.GroupBox gpDefFrm;
        private System.Windows.Forms.TextBox tbTimeHex;
        private System.Windows.Forms.CheckBox cbTimeHex;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox tbTimeStr;
        private System.Windows.Forms.CheckBox cbTimeStr;
        private System.Windows.Forms.Timer TimeHex;
        private System.Windows.Forms.Timer TimeStr;
        private System.Windows.Forms.Label lbComStat;
        private System.Windows.Forms.CheckBox cbAutoClr;
        private System.Windows.Forms.Button btClose;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.Label label14;


    }
}

⌨️ 快捷键说明

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