?? lock_dialog.dfm
字號:
object Form1: TForm1
Left = 485
Top = 313
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'EXE文件加密器'
ClientHeight = 81
ClientWidth = 194
Color = 10930928
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 8
Width = 168
Height = 12
Caption = '文件已加密,請輸入解密密碼:'
end
object Button1: TFlatButton
Left = 16
Top = 48
Width = 73
Height = 25
ColorFocused = 2058166
ColorDown = 10930672
ColorBorder = 6135268
UseAdvColors = True
Caption = '確定[&O]'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TFlatButton
Left = 104
Top = 48
Width = 73
Height = 25
ColorFocused = 2058166
ColorDown = 10930672
ColorBorder = 6135268
UseAdvColors = True
Caption = '取消[&C]'
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TFlatEdit
Left = 16
Top = 24
Width = 161
Height = 18
ColorBorder = 6135268
ColorFlat = 10930928
ParentColor = True
PasswordChar = '#'
TabOrder = 2
OnKeyDown = Edit1KeyDown
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -