maintest.dfm
来自「delphi 里做一个智能combo box 的程序。」· DFM 代码 · 共 43 行
DFM
43 行
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 + =
减小字号Ctrl + -
显示快捷键?