⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 Drag files and Drop to delphi forms 0402
💻 DFM
字号:
object Form1: TForm1
  Left = 236
  Top = 162
  Width = 395
  Height = 292
  Caption = 'Simple Source Demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 387
    Height = 38
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 3
      Top = 13
      Width = 246
      Height = 13
      Caption = 'Drag files from this Listbox onto Windows Explorer ...'
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 217
    Width = 387
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    Caption = ' '
    TabOrder = 1
    object ButtonClose: TButton
      Left = 157
      Top = 8
      Width = 75
      Height = 25
      Anchors = [akTop]
      Cancel = True
      Caption = '&Close'
      TabOrder = 0
      OnClick = ButtonCloseClick
    end
  end
  object ListView1: TListView
    Left = 0
    Top = 38
    Width = 387
    Height = 179
    Align = alClient
    Columns = <
      item
        Caption = 'Filenames'
        Width = 380
      end>
    ColumnClick = False
    MultiSelect = True
    ReadOnly = True
    TabOrder = 2
    ViewStyle = vsReport
    OnMouseDown = ListView1MouseDown
  end
  object DropFileSource1: TDropFileSource
    DragTypes = [dtCopy, dtMove, dtLink]
    Left = 355
    Top = 224
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -