📄 formconfig.designer.cs
字号:
namespace PrintSystem
{
partial class FormConfig
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.ucConfig1 = new PrintSystem.UCConfig();
this.SuspendLayout();
//
// ucConfig1
//
this.ucConfig1.Location = new System.Drawing.Point(1, 1);
this.ucConfig1.Name = "ucConfig1";
this.ucConfig1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.ucConfig1.Size = new System.Drawing.Size(408, 285);
this.ucConfig1.TabIndex = 0;
this.ucConfig1.VisibleChanged += new System.EventHandler(this.ucConfig1_VisibleChanged);
//
// FormConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(399, 285);
this.Controls.Add(this.ucConfig1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "FormConfig";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "设置";
this.ResumeLayout(false);
}
#endregion
private UCConfig ucConfig1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -