📄 frmhelpinfo.designer.cs
字号:
namespace cpzh
{
partial class frmHelpInfo
{
/// <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()
{
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("使用说明");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("游戏规则");
System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("帮助信息", new System.Windows.Forms.TreeNode[] {
treeNode4,
treeNode5});
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tvHelpInfo = new System.Windows.Forms.TreeView();
this.btnClose = new System.Windows.Forms.Button();
this.rtbShowInfo = new System.Windows.Forms.RichTextBox();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnClose);
this.panel1.Controls.Add(this.tvHelpInfo);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(140, 406);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.rtbShowInfo);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(140, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(567, 406);
this.panel2.TabIndex = 1;
//
// tvHelpInfo
//
this.tvHelpInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tvHelpInfo.Location = new System.Drawing.Point(0, 0);
this.tvHelpInfo.Name = "tvHelpInfo";
treeNode4.Name = "UseExplain";
treeNode4.Text = "使用说明";
treeNode5.Name = "GameRule";
treeNode5.Text = "游戏规则";
treeNode6.Name = "RootItem";
treeNode6.Text = "帮助信息";
this.tvHelpInfo.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode6});
this.tvHelpInfo.Size = new System.Drawing.Size(140, 406);
this.tvHelpInfo.TabIndex = 0;
this.tvHelpInfo.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvHelpInfo_AfterSelect);
//
// btnClose
//
this.btnClose.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btnClose.Location = new System.Drawing.Point(0, 377);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(140, 29);
this.btnClose.TabIndex = 1;
this.btnClose.Text = "关 闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// rtbShowInfo
//
this.rtbShowInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbShowInfo.Location = new System.Drawing.Point(0, 0);
this.rtbShowInfo.Name = "rtbShowInfo";
this.rtbShowInfo.ReadOnly = true;
this.rtbShowInfo.Size = new System.Drawing.Size(567, 406);
this.rtbShowInfo.TabIndex = 0;
this.rtbShowInfo.Text = "";
//
// frmHelpInfo
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(707, 406);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "frmHelpInfo";
this.Text = "帮助信息";
this.Load += new System.EventHandler(this.frmHelpInfo_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TreeView tvHelpInfo;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.RichTextBox rtbShowInfo;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -