📄 ucdbset.cs
字号:
namespace Codematic.UserControls
{
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
public class UcDBSet : UserControl
{
private IContainer components;
public UcDBSet()
{
this.InitializeComponent();
}
protected override void Dispose(bool disposing)
{
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
base.SuspendLayout();
base.AutoScaleDimensions = new SizeF(6f, 12f);
base.AutoScaleMode = AutoScaleMode.Font;
base.Name = "UcDBSet";
this.RightToLeft = RightToLeft.Yes;
base.Size = new Size(0x170, 0xf8);
base.ResumeLayout(false);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -