📄 cmmhelpform.designer.cs
字号:
namespace CmmInterpretor
{
partial class CMMHelpForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CMMHelpForm));
this.IllustrationTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.copyToClipButton = new System.Windows.Forms.Button();
this.closeButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// IllustrationTextBox
//
this.IllustrationTextBox.BackColor = System.Drawing.SystemColors.Window;
this.IllustrationTextBox.Location = new System.Drawing.Point(59, 80);
this.IllustrationTextBox.Multiline = true;
this.IllustrationTextBox.Name = "IllustrationTextBox";
this.IllustrationTextBox.ReadOnly = true;
this.IllustrationTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.IllustrationTextBox.Size = new System.Drawing.Size(483, 392);
this.IllustrationTextBox.TabIndex = 2;
this.IllustrationTextBox.Text = resources.GetString("IllustrationTextBox.Text");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(75, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(190, 24);
this.label1.TabIndex = 3;
this.label1.Text = "CMM语言规范说明";
//
// copyToClipButton
//
this.copyToClipButton.Location = new System.Drawing.Point(276, 497);
this.copyToClipButton.Name = "copyToClipButton";
this.copyToClipButton.Size = new System.Drawing.Size(106, 30);
this.copyToClipButton.TabIndex = 0;
this.copyToClipButton.Text = "复制到剪贴板(&T)";
this.copyToClipButton.UseVisualStyleBackColor = true;
this.copyToClipButton.Click += new System.EventHandler(this.button1_Click);
//
// closeButton
//
this.closeButton.Location = new System.Drawing.Point(410, 497);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(75, 30);
this.closeButton.TabIndex = 1;
this.closeButton.Text = "关闭(&C)";
this.closeButton.UseVisualStyleBackColor = true;
this.closeButton.Click += new System.EventHandler(this.button2_Click_1);
//
// CMMHelpForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(607, 568);
this.Controls.Add(this.closeButton);
this.Controls.Add(this.copyToClipButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.IllustrationTextBox);
this.MaximizeBox = false;
this.Name = "CMMHelpForm";
this.Text = "CMM语言规范说明";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox IllustrationTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button copyToClipButton;
private System.Windows.Forms.Button closeButton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -