📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 29
object ListBox1: TListBox
Left = 64
Top = 64
Width = 129
Height = 193
ItemHeight = 29
Items.Strings = (
'aaaaaaa'
'bbbbbbb'
'ccccccc'
'ddddddd'
'eeeeeee'
'hhhhhhh')
TabOrder = 0
end
object ListBox2: TListBox
Left = 328
Top = 64
Width = 121
Height = 193
ItemHeight = 29
TabOrder = 1
end
object Button1: TButton
Left = 200
Top = 64
Width = 121
Height = 41
Caption = '>'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 144
Width = 121
Height = 41
Caption = '<'
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -