📄 main.dfm
字号:
object Form1: TForm1
Left = 317
Top = 148
Width = 178
Height = 174
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 40
Width = 48
Height = 13
Caption = '注册名:'
end
object Label2: TLabel
Left = 16
Top = 72
Width = 48
Height = 13
Caption = '注册码:'
end
object NameEdit: TEdit
Left = 64
Top = 32
Width = 89
Height = 21
MaxLength = 7
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 104
Width = 57
Height = 25
Caption = '计 算'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 96
Top = 104
Width = 57
Height = 25
Caption = '关 闭'
TabOrder = 2
OnClick = Button2Click
end
object CodeEdit: TEdit
Left = 64
Top = 64
Width = 89
Height = 21
ReadOnly = True
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -