mainu.dfm
来自「Delphi basic program. Basic programing」· DFM 代码 · 共 48 行
DFM
48 行
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 + =
减小字号Ctrl + -
显示快捷键?