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

📄 ts调试者.designer.cs

📁 串口调试工具
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace 调试者
{
    partial class TS调试者
    {
        /// <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.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.but打开 = new System.Windows.Forms.Button();
            this.labzt状态 = new System.Windows.Forms.Label();
            this.comtz停止位 = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.comsj数据位 = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.comjy校验位 = new System.Windows.Forms.ComboBox();
            this.label3 = new System.Windows.Forms.Label();
            this.combt波特率 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.commz名字 = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.butjs接收区清空 = new System.Windows.Forms.Button();
            this.checkjsxhxs接收区新行显示 = new System.Windows.Forms.CheckBox();
            this.checkjszfxs接收区字符显示 = new System.Windows.Forms.CheckBox();
            this.checkjs16xs接收区16进制显示 = new System.Windows.Forms.CheckBox();
            this.richjsq接收区 = new System.Windows.Forms.RichTextBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.复制 = new System.Windows.Forms.ToolStripMenuItem();
            this.粘贴 = new System.Windows.Forms.ToolStripMenuItem();
            this.剪切 = new System.Windows.Forms.ToolStripMenuItem();
            this.删除 = new System.Windows.Forms.ToolStripMenuItem();
            this.全选 = new System.Windows.Forms.ToolStripMenuItem();
            this.撤销 = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.butfs发送区清空 = new System.Windows.Forms.Button();
            this.richfsq发送区 = new System.Windows.Forms.RichTextBox();
            this.checkfsxhxs发送区新行显示 = new System.Windows.Forms.CheckBox();
            this.checkfs16xs发送区16进制显示 = new System.Windows.Forms.CheckBox();
            this.checkfszfxs发送区字符显示 = new System.Windows.Forms.CheckBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.butfsq发送清空 = new System.Windows.Forms.Button();
            this.richfs发送 = new System.Windows.Forms.RichTextBox();
            this.textZq周期 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.butfs发送 = new System.Windows.Forms.Button();
            this.checkfs16进制发送 = new System.Windows.Forms.CheckBox();
            this.checkzd自动发送 = new System.Windows.Forms.CheckBox();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.textBox1);
            this.groupBox1.Controls.Add(this.but打开);
            this.groupBox1.Controls.Add(this.labzt状态);
            this.groupBox1.Controls.Add(this.comtz停止位);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.comsj数据位);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.comjy校验位);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.combt波特率);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.commz名字);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(840, 41);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "设置区";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(650, 14);
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(183, 21);
            this.textBox1.TabIndex = 4;
            // 
            // but打开
            // 
            this.but打开.Location = new System.Drawing.Point(548, 10);
            this.but打开.Name = "but打开";
            this.but打开.Size = new System.Drawing.Size(43, 27);
            this.but打开.TabIndex = 2;
            this.but打开.Text = "打开";
            this.but打开.UseVisualStyleBackColor = true;
            this.but打开.Click += new System.EventHandler(this.but打开_Click);
            // 
            // labzt状态
            // 
            this.labzt状态.AutoSize = true;
            this.labzt状态.BackColor = System.Drawing.Color.Blue;
            this.labzt状态.Location = new System.Drawing.Point(613, 18);
            this.labzt状态.Name = "labzt状态";
            this.labzt状态.Size = new System.Drawing.Size(17, 12);
            this.labzt状态.TabIndex = 3;
            this.labzt状态.Text = "  ";
            // 
            // comtz停止位
            // 
            this.comtz停止位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comtz停止位.FormattingEnabled = true;
            this.comtz停止位.Location = new System.Drawing.Point(493, 14);
            this.comtz停止位.Name = "comtz停止位";
            this.comtz停止位.Size = new System.Drawing.Size(45, 20);
            this.comtz停止位.TabIndex = 3;
            this.comtz停止位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(445, 19);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(47, 12);
            this.label5.TabIndex = 1;
            this.label5.Text = "停止位:";
            // 
            // comsj数据位
            // 
            this.comsj数据位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comsj数据位.FormattingEnabled = true;
            this.comsj数据位.Location = new System.Drawing.Point(404, 14);
            this.comsj数据位.Name = "comsj数据位";
            this.comsj数据位.Size = new System.Drawing.Size(37, 20);
            this.comsj数据位.TabIndex = 3;
            this.comsj数据位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(359, 19);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(47, 12);
            this.label4.TabIndex = 1;
            this.label4.Text = "数据位:";
            // 
            // comjy校验位
            // 
            this.comjy校验位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comjy校验位.FormattingEnabled = true;
            this.comjy校验位.Location = new System.Drawing.Point(282, 14);
            this.comjy校验位.Name = "comjy校验位";
            this.comjy校验位.Size = new System.Drawing.Size(71, 20);
            this.comjy校验位.TabIndex = 3;
            this.comjy校验位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(237, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(47, 12);
            this.label3.TabIndex = 1;
            this.label3.Text = "校验位:";
            // 
            // combt波特率
            // 
            this.combt波特率.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combt波特率.FormattingEnabled = true;
            this.combt波特率.Location = new System.Drawing.Point(166, 14);
            this.combt波特率.Name = "combt波特率";
            this.combt波特率.Size = new System.Drawing.Size(65, 20);
            this.combt波特率.TabIndex = 3;
            this.combt波特率.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(119, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "波特率:";
            // 
            // commz名字
            // 
            this.commz名字.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.commz名字.FormattingEnabled = true;
            this.commz名字.Location = new System.Drawing.Point(53, 14);
            this.commz名字.Name = "commz名字";
            this.commz名字.Size = new System.Drawing.Size(59, 20);

⌨️ 快捷键说明

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