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

📄 ts调试者.designer.cs

📁 串口调试工具
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.commz名字.TabIndex = 3;
            this.commz名字.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            this.commz名字.Click += new System.EventHandler(this.commz名字_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 1;
            this.label1.Text = "串口号:";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.butjs接收区清空);
            this.groupBox2.Controls.Add(this.checkjsxhxs接收区新行显示);
            this.groupBox2.Controls.Add(this.checkjszfxs接收区字符显示);
            this.groupBox2.Controls.Add(this.checkjs16xs接收区16进制显示);
            this.groupBox2.Controls.Add(this.richjsq接收区);
            this.groupBox2.Location = new System.Drawing.Point(12, 49);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(840, 258);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "接收区";
            // 
            // butjs接收区清空
            // 
            this.butjs接收区清空.Location = new System.Drawing.Point(742, 90);
            this.butjs接收区清空.Name = "butjs接收区清空";
            this.butjs接收区清空.Size = new System.Drawing.Size(75, 23);
            this.butjs接收区清空.TabIndex = 2;
            this.butjs接收区清空.Text = "清空";
            this.butjs接收区清空.UseVisualStyleBackColor = true;
            this.butjs接收区清空.Click += new System.EventHandler(this.butjs接收区清空_Click);
            // 
            // checkjsxhxs接收区新行显示
            // 
            this.checkjsxhxs接收区新行显示.AutoSize = true;
            this.checkjsxhxs接收区新行显示.Checked = true;
            this.checkjsxhxs接收区新行显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkjsxhxs接收区新行显示.Location = new System.Drawing.Point(747, 62);
            this.checkjsxhxs接收区新行显示.Name = "checkjsxhxs接收区新行显示";
            this.checkjsxhxs接收区新行显示.Size = new System.Drawing.Size(72, 16);
            this.checkjsxhxs接收区新行显示.TabIndex = 1;
            this.checkjsxhxs接收区新行显示.Text = "新行显示";
            this.checkjsxhxs接收区新行显示.UseVisualStyleBackColor = true;
            // 
            // checkjszfxs接收区字符显示
            // 
            this.checkjszfxs接收区字符显示.AutoSize = true;
            this.checkjszfxs接收区字符显示.Checked = true;
            this.checkjszfxs接收区字符显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkjszfxs接收区字符显示.Location = new System.Drawing.Point(747, 42);
            this.checkjszfxs接收区字符显示.Name = "checkjszfxs接收区字符显示";
            this.checkjszfxs接收区字符显示.Size = new System.Drawing.Size(78, 16);
            this.checkjszfxs接收区字符显示.TabIndex = 1;
            this.checkjszfxs接收区字符显示.Text = "ACSII显示";
            this.checkjszfxs接收区字符显示.UseVisualStyleBackColor = true;
            // 
            // checkjs16xs接收区16进制显示
            // 
            this.checkjs16xs接收区16进制显示.AutoSize = true;
            this.checkjs16xs接收区16进制显示.Checked = true;
            this.checkjs16xs接收区16进制显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkjs16xs接收区16进制显示.Location = new System.Drawing.Point(747, 22);
            this.checkjs16xs接收区16进制显示.Name = "checkjs16xs接收区16进制显示";
            this.checkjs16xs接收区16进制显示.Size = new System.Drawing.Size(84, 16);
            this.checkjs16xs接收区16进制显示.TabIndex = 1;
            this.checkjs16xs接收区16进制显示.Text = "16进制显示";
            this.checkjs16xs接收区16进制显示.UseVisualStyleBackColor = true;
            // 
            // richjsq接收区
            // 
            this.richjsq接收区.ContextMenuStrip = this.contextMenuStrip1;
            this.richjsq接收区.DetectUrls = false;
            this.richjsq接收区.HideSelection = false;
            this.richjsq接收区.Location = new System.Drawing.Point(6, 20);
            this.richjsq接收区.Name = "richjsq接收区";
            this.richjsq接收区.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richjsq接收区.Size = new System.Drawing.Size(730, 232);
            this.richjsq接收区.TabIndex = 0;
            this.richjsq接收区.Text = "";
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.复制,
            this.粘贴,
            this.剪切,
            this.删除,
            this.全选,
            this.撤销});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(95, 136);
            // 
            // 复制
            // 
            this.复制.Name = "复制";
            this.复制.Size = new System.Drawing.Size(94, 22);
            this.复制.Text = "复制";
            this.复制.Click += new System.EventHandler(this.复制_Click);
            // 
            // 粘贴
            // 
            this.粘贴.Name = "粘贴";
            this.粘贴.Size = new System.Drawing.Size(94, 22);
            this.粘贴.Text = "粘贴";
            this.粘贴.Click += new System.EventHandler(this.粘贴_Click);
            // 
            // 剪切
            // 
            this.剪切.Name = "剪切";
            this.剪切.Size = new System.Drawing.Size(94, 22);
            this.剪切.Text = "剪切";
            this.剪切.Click += new System.EventHandler(this.剪切_Click);
            // 
            // 删除
            // 
            this.删除.Name = "删除";
            this.删除.Size = new System.Drawing.Size(94, 22);
            this.删除.Text = "删除";
            this.删除.Click += new System.EventHandler(this.删除_Click);
            // 
            // 全选
            // 
            this.全选.Name = "全选";
            this.全选.Size = new System.Drawing.Size(94, 22);
            this.全选.Text = "全选";
            this.全选.Click += new System.EventHandler(this.全选_Click);
            // 
            // 撤销
            // 
            this.撤销.Name = "撤销";
            this.撤销.Size = new System.Drawing.Size(94, 22);
            this.撤销.Text = "撤销";
            this.撤销.Click += new System.EventHandler(this.撤销_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.butfs发送区清空);
            this.groupBox3.Controls.Add(this.richfsq发送区);
            this.groupBox3.Controls.Add(this.checkfsxhxs发送区新行显示);
            this.groupBox3.Controls.Add(this.checkfs16xs发送区16进制显示);
            this.groupBox3.Controls.Add(this.checkfszfxs发送区字符显示);
            this.groupBox3.Location = new System.Drawing.Point(13, 310);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(840, 189);
            this.groupBox3.TabIndex = 1;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "发送区";
            // 
            // butfs发送区清空
            // 
            this.butfs发送区清空.Location = new System.Drawing.Point(747, 93);
            this.butfs发送区清空.Name = "butfs发送区清空";
            this.butfs发送区清空.Size = new System.Drawing.Size(75, 23);
            this.butfs发送区清空.TabIndex = 2;
            this.butfs发送区清空.Text = "清空";
            this.butfs发送区清空.UseVisualStyleBackColor = true;
            this.butfs发送区清空.Click += new System.EventHandler(this.butfs发送区清空_Click);
            // 
            // richfsq发送区
            // 
            this.richfsq发送区.ContextMenuStrip = this.contextMenuStrip1;
            this.richfsq发送区.DetectUrls = false;
            this.richfsq发送区.HideSelection = false;
            this.richfsq发送区.Location = new System.Drawing.Point(6, 20);
            this.richfsq发送区.Name = "richfsq发送区";
            this.richfsq发送区.Size = new System.Drawing.Size(730, 157);
            this.richfsq发送区.TabIndex = 0;
            this.richfsq发送区.Text = "";
            // 
            // checkfsxhxs发送区新行显示
            // 
            this.checkfsxhxs发送区新行显示.AutoSize = true;
            this.checkfsxhxs发送区新行显示.Checked = true;
            this.checkfsxhxs发送区新行显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkfsxhxs发送区新行显示.Location = new System.Drawing.Point(750, 60);
            this.checkfsxhxs发送区新行显示.Name = "checkfsxhxs发送区新行显示";
            this.checkfsxhxs发送区新行显示.Size = new System.Drawing.Size(72, 16);
            this.checkfsxhxs发送区新行显示.TabIndex = 1;
            this.checkfsxhxs发送区新行显示.Text = "新行显示";
            this.checkfsxhxs发送区新行显示.UseVisualStyleBackColor = true;
            // 
            // checkfs16xs发送区16进制显示
            // 
            this.checkfs16xs发送区16进制显示.AutoSize = true;
            this.checkfs16xs发送区16进制显示.Checked = true;
            this.checkfs16xs发送区16进制显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkfs16xs发送区16进制显示.Location = new System.Drawing.Point(750, 20);
            this.checkfs16xs发送区16进制显示.Name = "checkfs16xs发送区16进制显示";
            this.checkfs16xs发送区16进制显示.Size = new System.Drawing.Size(84, 16);
            this.checkfs16xs发送区16进制显示.TabIndex = 1;
            this.checkfs16xs发送区16进制显示.Text = "16进制显示";
            this.checkfs16xs发送区16进制显示.UseVisualStyleBackColor = true;
            // 
            // checkfszfxs发送区字符显示
            // 
            this.checkfszfxs发送区字符显示.AutoSize = true;
            this.checkfszfxs发送区字符显示.Checked = true;
            this.checkfszfxs发送区字符显示.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkfszfxs发送区字符显示.Location = new System.Drawing.Point(750, 40);
            this.checkfszfxs发送区字符显示.Name = "checkfszfxs发送区字符显示";
            this.checkfszfxs发送区字符显示.Size = new System.Drawing.Size(78, 16);
            this.checkfszfxs发送区字符显示.TabIndex = 1;
            this.checkfszfxs发送区字符显示.Text = "ACSII显示";
            this.checkfszfxs发送区字符显示.UseVisualStyleBackColor = true;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.butfsq发送清空);
            this.groupBox4.Controls.Add(this.richfs发送);
            this.groupBox4.Controls.Add(this.textZq周期);
            this.groupBox4.Controls.Add(this.label8);
            this.groupBox4.Controls.Add(this.label7);
            this.groupBox4.Controls.Add(this.butfs发送);
            this.groupBox4.Controls.Add(this.checkfs16进制发送);
            this.groupBox4.Controls.Add(this.checkzd自动发送);

⌨️ 快捷键说明

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