📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
BorderStyle = bsDialog
Caption = 'Crack mdb_BugEyes'
ClientHeight = 146
ClientWidth = 290
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ButtonOpen: TButton
Left = 48
Top = 32
Width = 75
Height = 25
Caption = 'Open'
TabOrder = 0
OnClick = ButtonOpenClick
end
object EditFile: TEdit
Left = 144
Top = 32
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object ButtonCrack: TButton
Left = 48
Top = 88
Width = 75
Height = 25
Caption = 'Crack'
TabOrder = 2
OnClick = ButtonCrackClick
end
object EditPass: TEdit
Left = 144
Top = 88
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object OpenDialog1: TOpenDialog
Filter = 'Access'#25968#25454#24211'|*.mdb'
InitialDir = 'c:\'
Title = 'Please choose a Access database file'
Left = 272
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -