unit1.dfm
来自「delphi6.0 的控件示例」· DFM 代码 · 共 54 行
DFM
54 行
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 + =
减小字号Ctrl + -
显示快捷键?