📄 unit1.dfm
字号:
object Form1: TForm1
Left = 369
Top = 506
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #32473'ListBox'#32452#20214#22686#21152#27700#24179#28378#21160#26465
ClientHeight = 223
ClientWidth = 248
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 = 153
Height = 209
TabOrder = 0
object ListBox1: TListBox
Left = 8
Top = 8
Width = 137
Height = 193
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 0
OnEnter = ListBox1Enter
end
end
object Button1: TButton
Left = 168
Top = 192
Width = 73
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -