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

📄 form1.designer.cs

📁 使用pdudecoding,pduencoding 和串口
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace WindowsApplication1
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.txtback = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.txtsms = new System.Windows.Forms.TextBox();
            this.txttono = new System.Windows.Forms.TextBox();
            this.txtserverno = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtconnect = new System.Windows.Forms.TextBox();
            this.combobot = new System.Windows.Forms.ComboBox();
            this.combocom = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.butsend = new System.Windows.Forms.Button();
            this.butconnect = new System.Windows.Forms.Button();
            this.butexit = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.txtread = new System.Windows.Forms.TextBox();
            this.butread = new System.Windows.Forms.Button();
            this.txttype = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.txtback);
            this.groupBox1.Location = new System.Drawing.Point(12, 29);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(441, 101);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "groupBox1";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(40, 9);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox1.Size = new System.Drawing.Size(427, 74);
            this.textBox1.TabIndex = 2;
            // 
            // txtback
            // 
            this.txtback.Location = new System.Drawing.Point(6, 20);
            this.txtback.Multiline = true;
            this.txtback.Name = "txtback";
            this.txtback.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtback.Size = new System.Drawing.Size(427, 74);
            this.txtback.TabIndex = 1;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.txtsms);
            this.groupBox2.Location = new System.Drawing.Point(12, 231);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(225, 168);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "groupBox2";
            // 
            // txtsms
            // 
            this.txtsms.Location = new System.Drawing.Point(6, 13);
            this.txtsms.Multiline = true;
            this.txtsms.Name = "txtsms";
            this.txtsms.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtsms.Size = new System.Drawing.Size(213, 148);
            this.txtsms.TabIndex = 2;
            // 
            // txttono
            // 
            this.txttono.Location = new System.Drawing.Point(86, 11);
            this.txttono.Name = "txttono";
            this.txttono.Size = new System.Drawing.Size(100, 21);
            this.txttono.TabIndex = 3;
            // 
            // txtserverno
            // 
            this.txtserverno.Location = new System.Drawing.Point(239, 11);
            this.txtserverno.Multiline = true;
            this.txtserverno.Name = "txtserverno";
            this.txtserverno.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtserverno.Size = new System.Drawing.Size(240, 21);
            this.txtserverno.TabIndex = 4;
            this.txtserverno.Text = "8613800100500";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 14);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "label1";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(192, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 5;
            this.label2.Text = "label1";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtconnect);
            this.groupBox3.Controls.Add(this.combobot);
            this.groupBox3.Controls.Add(this.combocom);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Location = new System.Drawing.Point(243, 231);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(210, 110);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "groupBox3";
            // 
            // txtconnect
            // 
            this.txtconnect.Location = new System.Drawing.Point(9, 75);
            this.txtconnect.Name = "txtconnect";
            this.txtconnect.Size = new System.Drawing.Size(187, 21);
            this.txtconnect.TabIndex = 4;
            // 
            // combobot
            // 
            this.combobot.FormattingEnabled = true;
            this.combobot.Items.AddRange(new object[] {
            "19200",
            "9600",
            "4800",
            "2400"});
            this.combobot.Location = new System.Drawing.Point(74, 49);
            this.combobot.Name = "combobot";
            this.combobot.Size = new System.Drawing.Size(121, 20);
            this.combobot.TabIndex = 3;
            // 
            // combocom
            // 
            this.combocom.FormattingEnabled = true;
            this.combocom.Items.AddRange(new object[] {
            "com1",
            "com2",

⌨️ 快捷键说明

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