📄 unit1.dfm
字号:
object Form1: TForm1
Left = 213
Top = 562
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #22312'ListBox'#21644'ComboBox'#32452#20214#20013#23454#29616#33258#21160#25628#32034
ClientHeight = 231
ClientWidth = 324
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 233
Height = 217
TabOrder = 0
object ComboBox1: TComboBox
Left = 8
Top = 8
Width = 217
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
end
object ListBox1: TListBox
Left = 8
Top = 32
Width = 217
Height = 177
ItemHeight = 13
TabOrder = 1
OnKeyPress = ListBox1KeyPress
end
end
object Button1: TButton
Left = 248
Top = 200
Width = 73
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -