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

📄 form1.designer.cs

📁 使用pdudecoding,pduencoding 和串口
💻 CS
📖 第 1 页 / 共 2 页
字号:
            "com3",
            "com4"});
            this.combocom.Location = new System.Drawing.Point(74, 22);
            this.combocom.Name = "combocom";
            this.combocom.Size = new System.Drawing.Size(121, 20);
            this.combocom.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "label5";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 20);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "label4";
            // 
            // butsend
            // 
            this.butsend.Location = new System.Drawing.Point(252, 355);
            this.butsend.Name = "butsend";
            this.butsend.Size = new System.Drawing.Size(58, 23);
            this.butsend.TabIndex = 7;
            this.butsend.Text = "send";
            this.butsend.UseVisualStyleBackColor = true;
            this.butsend.Click += new System.EventHandler(this.butsend_Click);
            // 
            // butconnect
            // 
            this.butconnect.Location = new System.Drawing.Point(316, 355);
            this.butconnect.Name = "butconnect";
            this.butconnect.Size = new System.Drawing.Size(58, 23);
            this.butconnect.TabIndex = 7;
            this.butconnect.Text = "connect";
            this.butconnect.UseVisualStyleBackColor = true;
            this.butconnect.Click += new System.EventHandler(this.butconnect_Click);
            // 
            // butexit
            // 
            this.butexit.Location = new System.Drawing.Point(380, 355);
            this.butexit.Name = "butexit";
            this.butexit.Size = new System.Drawing.Size(58, 23);
            this.butexit.TabIndex = 7;
            this.butexit.Text = "exit";
            this.butexit.UseVisualStyleBackColor = true;
            this.butexit.Click += new System.EventHandler(this.butexit_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.txtread);
            this.groupBox4.Location = new System.Drawing.Point(12, 131);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(441, 101);
            this.groupBox4.TabIndex = 8;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "groupBox4";
            // 
            // txtread
            // 
            this.txtread.Location = new System.Drawing.Point(6, 20);
            this.txtread.Multiline = true;
            this.txtread.Name = "txtread";
            this.txtread.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.txtread.Size = new System.Drawing.Size(427, 74);
            this.txtread.TabIndex = 1;
            // 
            // butread
            // 
            this.butread.Location = new System.Drawing.Point(252, 384);
            this.butread.Name = "butread";
            this.butread.Size = new System.Drawing.Size(58, 23);
            this.butread.TabIndex = 9;
            this.butread.Text = "read";
            this.butread.UseVisualStyleBackColor = true;
            this.butread.Click += new System.EventHandler(this.butread_Click);
            // 
            // txttype
            // 
            this.txttype.Location = new System.Drawing.Point(330, 384);
            this.txttype.Name = "txttype";
            this.txttype.Size = new System.Drawing.Size(43, 21);
            this.txttype.TabIndex = 10;
            this.txttype.Text = "1";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(384, 388);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 11;
            this.label3.Text = "label3";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(219, 197);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(58, 23);
            this.button1.TabIndex = 12;
            this.button1.Text = "read";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 416);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.txttype);
            this.Controls.Add(this.butread);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.butexit);
            this.Controls.Add(this.butconnect);
            this.Controls.Add(this.butsend);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtserverno);
            this.Controls.Add(this.txttono);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtback;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox txtsms;
        private System.Windows.Forms.TextBox txttono;
        private System.Windows.Forms.TextBox txtserverno;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button butsend;
        private System.Windows.Forms.Button butconnect;
        private System.Windows.Forms.Button butexit;
        private System.Windows.Forms.ComboBox combobot;
        private System.Windows.Forms.ComboBox combocom;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtconnect;

        static  JustinIO.CommPort ss_port = new JustinIO.CommPort();
         
        SMS.PDUdecoding  sms = new SMS.PDUdecoding();
        smsForCharp.PDUdecoding sms2 = new smsForCharp.PDUdecoding();
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox txtread;
        private System.Windows.Forms.Button butread;
        private System.Windows.Forms.TextBox txttype;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button1;
       
    }
}

⌨️ 快捷键说明

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