📄 sourcecodechildform.designer.cs
字号:
namespace PLX
{
partial class SourceCodeChildForm
{
/// <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.rtxtSourceCode = new System.Windows.Forms.RichTextBox();
this.rtxtLineNum = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// rtxtSourceCode
//
this.rtxtSourceCode.AcceptsTab = true;
this.rtxtSourceCode.Dock = System.Windows.Forms.DockStyle.Right;
this.rtxtSourceCode.EnableAutoDragDrop = true;
this.rtxtSourceCode.Font = new System.Drawing.Font("宋体", 9F);
this.rtxtSourceCode.Location = new System.Drawing.Point(29, 0);
this.rtxtSourceCode.Margin = new System.Windows.Forms.Padding(0);
this.rtxtSourceCode.Name = "rtxtSourceCode";
this.rtxtSourceCode.Size = new System.Drawing.Size(660, 435);
this.rtxtSourceCode.TabIndex = 0;
this.rtxtSourceCode.Text = "";
this.rtxtSourceCode.WordWrap = false;
this.rtxtSourceCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.rtxtSourceCode_KeyPress);
this.rtxtSourceCode.VScroll += new System.EventHandler(this.rtxtSourceCode_VScroll);
this.rtxtSourceCode.TextChanged += new System.EventHandler(this.rtxtSourceCode_TextChanged);
//
// rtxtLineNum
//
this.rtxtLineNum.Dock = System.Windows.Forms.DockStyle.Left;
this.rtxtLineNum.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.rtxtLineNum.Location = new System.Drawing.Point(0, 0);
this.rtxtLineNum.Margin = new System.Windows.Forms.Padding(0);
this.rtxtLineNum.Name = "rtxtLineNum";
this.rtxtLineNum.ReadOnly = true;
this.rtxtLineNum.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.rtxtLineNum.Size = new System.Drawing.Size(25, 435);
this.rtxtLineNum.TabIndex = 1;
this.rtxtLineNum.Text = "1";
//
// SourceCodeChildForm
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(689, 435);
this.Controls.Add(this.rtxtLineNum);
this.Controls.Add(this.rtxtSourceCode);
this.Font = new System.Drawing.Font("宋体", 9F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SourceCodeChildForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "SourceCode";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rtxtSourceCode;
private System.Windows.Forms.RichTextBox rtxtLineNum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -