?? unit1.dfm
字號:
object Form1: TForm1
Left = 192
Top = 107
Width = 313
Height = 116
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'MultiLanguage DEMO - Martin Software'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 289
Height = 41
Caption = 'Description'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 16
Width = 220
Height = 13
Caption = 'In this demo Trial window is in italian language.'
end
end
object Button1: TButton
Left = 224
Top = 56
Width = 73
Height = 25
Caption = 'Register'
TabOrder = 1
OnClick = Button1Click
end
object TrialSoftware1: TTrialSoftware
ActiveMultiLanguage = True
MultiLanguage.Language = 'Italian'
MultiLanguage.TranslationMode = tmManual
DialogStrings.TitleDialogTrial = 'Trial Software'
DialogStrings.TitleDialogDemo = 'Demo Software'
DialogStrings.TitleDialogOrder = 'How to order the serial number'
DialogStrings.LabelLeftDays = 'days left'
DialogStrings.LabelLeftTimes = 'times left'
DialogStrings.ButtonOrderNow = 'Order Now'
DialogStrings.ButtonContinue = 'Continue'
DialogStrings.Text = 'Order the serial number and register this software now.'
DialogStrings.TabTrial = 'Trial'
DialogStrings.TabDemo = 'Demo'
DialogStrings.TabRegister = 'Register'
DialogStrings.LabelUsername = 'Username:'
DialogStrings.LabelSerialNumber = 'Serial Number:'
DialogStrings.LabelCaseSensitive = 'ATTENTION: fields are case sensitive.'
DialogStrings.TextRegister =
'You must register this software if you want all features of this' +
' activate.'
DialogStrings.TextThank = 'Thank you for registering this software.'
DialogStrings.TextError =
'Sorry but there is an error. Now this application will terminate' +
'.'
RegOptions.Key1 = 'T1'
RegOptions.Key2 = 'T2'
RegOptions.Key3 = 'T3'
RegOptions.Key4 = 'T4'
RegOptions.Key5 = 'T5'
RegOptions.RegisterPath = rpClassic
RegOptions.ApplicationName = 'Demo174'
RegOptions.SoftwareHouse = 'Martin Software'
Times = 50
TrialType = ttDays
CryphKey = 0
EMail = 'martinemail@tin.it'
HomePage = 'http://utenti.tripod.it/martinsoft/index.htm'
OrderURL =
'https://secure.element5.com/shareit/checkout.html?productid=1405' +
'59&language=English'
Variable = 'TrialSoftware'
UserName = 'Martin'
Days = 30
SoftwareType = wtTrial
UserNameEnabled = True
ShowWindowTrial = True
OrderNowVisible = True
Left = 8
Top = 56
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -