?? unit1.dfm
字號:
object Form1: TForm1
Left = 192
Top = 107
Width = 313
Height = 115
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
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -