?? maintest.dfm
字號:
object Form1: TForm1
Left = 191
Top = 153
Width = 292
Height = 279
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 Label1: TLabel
Left = 24
Top = 8
Width = 224
Height = 13
Caption = '<Enter> to add the new text to the comboboxes'
end
object IncCombobox1: TIncCombobox
Left = 24
Top = 32
Width = 233
Height = 21
ItemHeight = 13
TabOrder = 0
OnKeyPress = IncCombobox1KeyPress
end
object IncCombobox2: TIncCombobox
Left = 24
Top = 96
Width = 225
Height = 113
Style = csSimple
ItemHeight = 13
TabOrder = 1
OnKeyPress = IncCombobox1KeyPress
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -