📄 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 + -