unit1.dfm
来自「Drag files and Drop to delphi forms 0402」· DFM 代码 · 共 51 行
DFM
51 行
object Form1: TForm1
Left = 216
Top = 237
Width = 445
Height = 295
Caption = 'TDropPidlSource & TDropPidlTarget demo'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 15
object ListView1: TListView
Left = 0
Top = 60
Width = 437
Height = 182
Align = alClient
Columns = <
item
Caption = 'Name'
Width = 400
end>
MultiSelect = True
TabOrder = 0
ViewStyle = vsReport
OnDblClick = ListView1DblClick
OnKeyPress = ListView1KeyPress
OnMouseDown = ListView1MouseDown
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 437
Height = 60
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 43
Top = 10
Width = 149
Height = 14
Caption = '
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?