📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clOlive
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 24
object ListBox1: TListBox
Left = 48
Top = 72
Width = 129
Height = 201
ItemHeight = 24
Items.Strings = (
'aaaaaaaa'
'bbbbbbbb'
'cccccccc'
'dddddddd'
'eeeeeeee'
'gggggggg'
'hhhhhhhh')
TabOrder = 0
OnDragDrop = ListBox1DragDrop
OnDragOver = ListBox1DragOver
OnMouseDown = ListBox1MouseDown
end
object ListBox2: TListBox
Left = 272
Top = 72
Width = 121
Height = 201
ItemHeight = 24
TabOrder = 1
OnDragDrop = ListBox2DragDrop
OnDragOver = ListBox2DragOver
OnMouseDown = ListBox2MouseDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -