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

📄 copy1.dfm

📁 Delphi7高级应用开发随书源码
💻 DFM
字号:
object Form1: TForm1
  Left = 298
  Top = 99
  Width = 422
  Height = 346
  Caption = #25991#20214#25335#36125
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 176
    Width = 48
    Height = 13
    Caption = #28304#25991#20214#65306
  end
  object Label2: TLabel
    Left = 44
    Top = 208
    Width = 60
    Height = 13
    Caption = #30446#26631#25991#20214#65306
  end
  object lbMesg: TLabel
    Left = 40
    Top = 248
    Width = 49
    Height = 13
  end
  object edtSFile: TEdit
    Left = 120
    Top = 176
    Width = 241
    Height = 21
    TabOrder = 0
  end
  object edtTFile: TEdit
    Left = 120
    Top = 208
    Width = 241
    Height = 21
    TabOrder = 1
  end
  object btnOK: TButton
    Left = 160
    Top = 280
    Width = 81
    Height = 25
    Caption = #24320#22987#22797#21046
    TabOrder = 2
    OnClick = CopyOK
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 16
    Top = 40
    Width = 169
    Height = 121
    ItemHeight = 16
    TabOrder = 3
    OnChange = DirChange
  end
  object FileListBox1: TFileListBox
    Left = 192
    Top = 16
    Width = 209
    Height = 145
    ItemHeight = 13
    TabOrder = 4
    OnDblClick = FileListBoxDbClick
  end
  object DriveComboBox1: TDriveComboBox
    Left = 16
    Top = 16
    Width = 169
    Height = 19
    TabOrder = 5
    OnChange = SlectChange
  end
end

⌨️ 快捷键说明

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