?? ts調試者.designer.cs
字號:
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 + -