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

📄 unit1.~dfm

📁 这是用DELPHI开发的图片浏览器的软件.效果非常的好.
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Bevel1: TBevel
    Left = 48
    Top = 248
    Width = 489
    Height = 169
  end
  object Image1: TImage
    Left = 56
    Top = 256
    Width = 473
    Height = 153
  end
  object DriveComboBox1: TDriveComboBox
    Left = 32
    Top = 48
    Width = 145
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 0
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 216
    Top = 40
    Width = 161
    Height = 177
    FileList = FileListBox1
    ItemHeight = 16
    TabOrder = 1
    OnChange = DirectoryListBox1Change
  end
  object FileListBox1: TFileListBox
    Left = 392
    Top = 40
    Width = 145
    Height = 177
    ItemHeight = 13
    Mask = '*.bmp'
    TabOrder = 2
    OnDblClick = FileListBox1DblClick
  end
  object FilterComboBox1: TFilterComboBox
    Left = 32
    Top = 104
    Width = 145
    Height = 21
    FileList = FileListBox1
    Filter = '*.bmp|*.bmp'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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