📄 unit4.~dfm
字号:
object Form4: TForm4
Left = 304
Top = 206
Width = 200
Height = 140
BorderIcons = [biSystemMenu]
Caption = #36755#20837#26032#38598#20013#22120#21495
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 16
Width = 88
Height = 13
Caption = #36755#20837#26032#30340#38598#20013#22120#21495
end
object Button1: TButton
Left = 56
Top = 72
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = Button1Click
end
object MaskEdit1: TMaskEdit
Left = 32
Top = 40
Width = 120
Height = 21
EditMask = '####;1;_'
MaxLength = 4
TabOrder = 0
Text = ' '
OnKeyDown = MaskEdit1KeyDown
end
object Edit1: TEdit
Left = 8
Top = 64
Width = 25
Height = 21
TabOrder = 2
Text = 'Edit1'
Visible = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -