📄 unit1.dfm
字号:
object Form1: TForm1
Left = 344
Top = 195
Width = 310
Height = 341
Caption = 'ListBox'
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 = 32
Top = 16
Width = 72
Height = 13
Caption = #26410#25490#24207#25968#25454#65306
end
object Label2: TLabel
Left = 160
Top = 40
Width = 60
Height = 13
Caption = #25968#25454#25968#30446#65306
end
object ListBox1: TListBox
Left = 32
Top = 40
Width = 105
Height = 249
ItemHeight = 13
TabOrder = 3
end
object Button1: TButton
Left = 168
Top = 128
Width = 89
Height = 41
Caption = #21021#22987#21270#25968#25454
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 168
Top = 216
Width = 89
Height = 41
Caption = #24320#22987#25490#24207
TabOrder = 2
OnClick = Button2Click
end
object Edit1: TEdit
Left = 168
Top = 64
Width = 73
Height = 21
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -