📄 mainfrm.dfm
字号:
object Form1: TForm1
Left = 223
Top = 114
Width = 506
Height = 232
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 Memo1: TMemo
Left = 14
Top = 14
Width = 471
Height = 127
BorderStyle = bsNone
Ctl3D = False
Enabled = False
Lines.Strings = (
'This is a sample application that shows, how to implement the Ea' +
'syGo functionality with just 5 DLL '
'calls:'
'* Set language to English - SetLanguage'
'* Set Security Level to Advanced - SecurityLevel'
'* Define the registration options - SetRegistersettings'
'* Do the registration and licence checking - PrepareAndCheck'
'* Terminate Licence Protector - Quit')
ParentColor = True
ParentCtl3D = False
TabOrder = 0
end
object ButtonStart: TButton
Left = 192
Top = 156
Width = 75
Height = 25
Caption = 'START'
TabOrder = 1
OnClick = ButtonStartClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -