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

📄 form1.designer.cs

📁 欻口通信小软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.SeJs.Multiline = true;
            this.SeJs.Name = "SeJs";
            this.SeJs.Size = new System.Drawing.Size(50, 17);
            this.SeJs.TabIndex = 2;
            this.SeJs.Text = "0";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(4, 42);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 1;
            this.label8.Text = "接收";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(4, 18);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "发送";
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.label9);
            this.groupBox3.Location = new System.Drawing.Point(5, 232);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(121, 77);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "线路状态";
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.numericUpDown1);
            this.groupBox4.Controls.Add(this.checkBox2);
            this.groupBox4.Controls.Add(this.checkBox1);
            this.groupBox4.Controls.Add(this.button5);
            this.groupBox4.Controls.Add(this.button4);
            this.groupBox4.Controls.Add(this.ClearSend);
            this.groupBox4.Controls.Add(this.butSend);
            this.groupBox4.Controls.Add(this.textBox2);
            this.groupBox4.Controls.Add(this.textBox1);
            this.groupBox4.Controls.Add(this.label7);
            this.groupBox4.Location = new System.Drawing.Point(132, 5);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(339, 304);
            this.groupBox4.TabIndex = 4;
            this.groupBox4.TabStop = false;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(7, 33);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 11;
            this.label9.Text = "label9";
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(110, 107);
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(56, 21);
            this.numericUpDown1.TabIndex = 9;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.checkBox2.Checked = true;
            this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox2.Location = new System.Drawing.Point(7, 137);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(132, 16);
            this.checkBox2.TabIndex = 8;
            this.checkBox2.Text = "按16进制显示或发送";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(7, 110);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(108, 16);
            this.checkBox1.TabIndex = 7;
            this.checkBox1.Text = "自动发送:间隔";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(262, 132);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(71, 25);
            this.button5.TabIndex = 6;
            this.button5.Text = "读入文件";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(262, 105);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(71, 25);
            this.button4.TabIndex = 5;
            this.button4.Text = "停止(&T)";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // ClearSend
            // 
            this.ClearSend.Location = new System.Drawing.Point(184, 132);
            this.ClearSend.Name = "ClearSend";
            this.ClearSend.Size = new System.Drawing.Size(72, 25);
            this.ClearSend.TabIndex = 4;
            this.ClearSend.Text = "清空内容";
            this.ClearSend.UseVisualStyleBackColor = true;
            this.ClearSend.Click += new System.EventHandler(this.ClearSend_Click);
            // 
            // butSend
            // 
            this.butSend.Enabled = false;
            this.butSend.Location = new System.Drawing.Point(184, 105);
            this.butSend.Name = "butSend";
            this.butSend.Size = new System.Drawing.Size(72, 25);
            this.butSend.TabIndex = 3;
            this.butSend.Text = "发送(&S)";
            this.butSend.UseVisualStyleBackColor = true;
            this.butSend.Click += new System.EventHandler(this.butSend_Click);
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(7, 163);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBox2.Size = new System.Drawing.Size(326, 135);
            this.textBox2.TabIndex = 2;
            this.textBox2.Text = "接收区\r\nhttp://pankui85841@163.com";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(167, 111);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(17, 12);
            this.label7.TabIndex = 10;
            this.label7.Text = "ms";
            // 
            // checkBox3
            // 
            this.checkBox3.AutoSize = true;
            this.checkBox3.Checked = true;
            this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox3.Location = new System.Drawing.Point(139, 319);
            this.checkBox3.Name = "checkBox3";
            this.checkBox3.Size = new System.Drawing.Size(96, 16);
            this.checkBox3.TabIndex = 9;
            this.checkBox3.Text = "按16进制显示";
            this.checkBox3.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(238, 314);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(72, 25);
            this.button6.TabIndex = 10;
            this.button6.Text = "暂停显示";
            this.button6.UseVisualStyleBackColor = true;
            // 
            // ClearRev
            // 
            this.ClearRev.Location = new System.Drawing.Point(316, 314);
            this.ClearRev.Name = "ClearRev";
            this.ClearRev.Size = new System.Drawing.Size(72, 25);
            this.ClearRev.TabIndex = 11;
            this.ClearRev.Text = "清空内容";
            this.ClearRev.UseVisualStyleBackColor = true;
            this.ClearRev.Click += new System.EventHandler(this.ClearRev_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(394, 314);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(72, 25);
            this.button8.TabIndex = 12;
            this.button8.Text = "另存为";
            this.button8.UseVisualStyleBackColor = true;
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(68, 314);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(58, 25);
            this.button9.TabIndex = 14;
            this.button9.Text = "退出(&X)";
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(7, 314);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(56, 25);
            this.button10.TabIndex = 13;
            this.button10.Text = "选项(&O)";
            this.button10.UseVisualStyleBackColor = true;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(476, 343);
            this.Controls.Add(this.button9);
            this.Controls.Add(this.button10);
            this.Controls.Add(this.button8);
            this.Controls.Add(this.ClearRev);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.checkBox3);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox3);
            this.Name = "Form1";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "串口调试器 COMPort DebugerV5.0";
            this.Load += new System.EventHandler(this.Form1_Load);
            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();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox ProtCOM;
        private System.Windows.Forms.Label Dis1;
        private System.Windows.Forms.Button COMbutt;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox HandCOM;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ComboBox StopCOM;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox DataCOM;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox BaudCOM;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.CheckBox checkBox2;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.Button ClearSend;
        private System.Windows.Forms.Button butSend;
        private System.Windows.Forms.NumericUpDown numericUpDown1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.CheckBox checkBox3;
        private System.Windows.Forms.Button button6;
        private System.Windows.Forms.Button ClearRev;
        private System.Windows.Forms.Button button8;
        private System.Windows.Forms.Button button9;
        private System.Windows.Forms.Button button10;
       // private System.IO.Ports.SerialPort ComPort;
        private System.Windows.Forms.TextBox SeJs;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.TextBox ReJs;
        private System.Windows.Forms.Label label9;
    }
}

⌨️ 快捷键说明

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