📄 mainu.dfm
字号:
object Form1: TForm1
Left = 471
Top = 285
Width = 304
Height = 188
Caption = 'Call DLL'
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 = 56
Top = 104
Width = 56
Height = 24
Caption = 'Label1'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object SetButton: TButton
Left = 48
Top = 48
Width = 89
Height = 33
Caption = 'Set Password'
TabOrder = 0
OnClick = SetButtonClick
end
object TestButton: TButton
Left = 160
Top = 48
Width = 83
Height = 33
Caption = 'Test Password'
TabOrder = 1
OnClick = TestButtonClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -