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

📄 copyto.dfm

📁 该程序用D5编译
💻 DFM
字号:
object CopyToForm: TCopyToForm
  Left = 314
  Top = 359
  Width = 454
  Height = 329
  Caption = 'CopyToForm'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 6
    Top = 5
    Width = 433
    Height = 289
    Anchors = [akLeft, akTop, akRight, akBottom]
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object Panel2: TPanel
      Left = 1
      Top = 1
      Width = 431
      Height = 25
      Align = alTop
      BevelInner = bvRaised
      BevelOuter = bvNone
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 8
        Width = 60
        Height = 12
        Caption = '源文件夹:'
      end
      object Label2: TLabel
        Left = 69
        Top = 8
        Width = 36
        Height = 12
        Caption = 'Label2'
      end
    end
    object Panel3: TPanel
      Left = 1
      Top = 226
      Width = 431
      Height = 31
      Align = alBottom
      TabOrder = 1
      object Label3: TLabel
        Left = 8
        Top = 9
        Width = 48
        Height = 12
        Caption = '拷贝至:'
      end
      object BtnDirList: TSpeedButton
        Left = 385
        Top = 5
        Width = 33
        Height = 20
        Hint = '更改文件夹'
        Anchors = [akTop, akRight]
        Glyph.Data = {
          F6000000424DF600000000000000760000002800000010000000100000000100
          0400000000008000000000000000000000001000000000000000000000000000
          8000008000000080800080000000800080008080000080808000C0C0C0000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
          FFFFFFFFFFFFFFFFFFFFFFF0000000000000FF77777777777700FF7FB8B8B8B8
          B700F7FB8B8B8B8B8070F7F8B8B8B8B870707F8B8B8B8B8B07707FFFFFFFFFF7
          08707777777777777B70F7F8B8B8B8B8B870F7FB8B8B8FFFFF70F7F8B8B8F777
          777FFF7FFFFF7FFFFFFFFFF77777FFFFFFFFFFFFFFFFFFFFFFFF}
        ParentShowHint = False
        ShowHint = True
        OnClick = BtnDirListClick
      end
      object ComboBox1: TComboBox
        Left = 64
        Top = 5
        Width = 313
        Height = 20
        Anchors = [akLeft, akTop, akRight]
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 12
        ParentFont = False
        TabOrder = 0
        Text = 'c:\windows\desktop\'
        OnChange = ComboBox1Change
      end
    end
    object Panel4: TPanel
      Left = 1
      Top = 257
      Width = 431
      Height = 31
      Align = alBottom
      TabOrder = 2
      OnMouseDown = Panel3MouseDown
      object Label4: TLabel
        Left = 9
        Top = 10
        Width = 120
        Height = 12
        Caption = '多线程复制文件......'
        OnMouseDown = Label4MouseDown
      end
      object BtnCopy: TSpeedButton
        Left = 296
        Top = 5
        Width = 57
        Height = 20
        Anchors = [akTop, akRight]
        Caption = '全部复制'
        OnClick = BtnCopyClick
      end
      object BtnCancel: TSpeedButton
        Left = 368
        Top = 5
        Width = 55
        Height = 20
        Anchors = [akTop, akRight]
        Caption = '关闭'
        OnClick = BtnCancelClick
      end
    end
    object CopyListView: TListView
      Left = 1
      Top = 26
      Width = 431
      Height = 200
      Align = alClient
      BorderStyle = bsNone
      Columns = <
        item
          Caption = '源文件'
          Width = 250
        end
        item
          Caption = '已完成'
          Width = 80
        end>
      GridLines = True
      LargeImages = MainForm.ImageList1
      MultiSelect = True
      RowSelect = True
      PopupMenu = CopyToPopupMenu
      SmallImages = MainForm.ImageList1
      TabOrder = 3
      ViewStyle = vsReport
      OnDblClick = CopyListViewDblClick
      OnDragDrop = CopyListViewDragDrop
      OnDragOver = CopyListViewDragOver
    end
  end
  object CopyToPopupMenu: TPopupMenu
    OnPopup = CopyToPopupMenuPopup
    Left = 152
    Top = 96
    object N_CP_Begin: TMenuItem
      Caption = '复制'
      OnClick = N_CP_BeginClick
    end
    object N_CP_Del: TMenuItem
      Caption = '删除'
      OnClick = N_CP_DelClick
    end
  end
end

⌨️ 快捷键说明

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