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

📄 unit1.nfm.~1~

📁 Delphi 2005程序设计教程_实例源文件和教学课件
💻 ~1~
字号:
object Form3: TForm3
  Caption = 'Form3'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 310
  Width = 471
  Left = 0
  Top = 0
  PixelsPerInch = 96
  TextHeight = 13
  object FileListBox1: TFileListBox
    ItemHeight = 13
    TabOrder = 0
    Left = 224
    Top = 96
    Width = 145
    Height = 97
    OnClick = FileListBox1Click
  end
  object DirectoryListBox1: TDirectoryListBox
    ItemHeight = 16
    TabOrder = 1
    Left = 40
    Top = 80
    Width = 145
    Height = 97
  end
  object DriveComboBox1: TDriveComboBox
    TabOrder = 2
    Left = 48
    Top = 32
    Width = 145
    Height = 19
  end
  object FilterComboBox1: TFilterComboBox
    TabOrder = 3
    Left = 224
    Top = 200
    Width = 145
    Height = 21
  end
  object Edit1: TEdit
    TabOrder = 4
    Text = 'Edit1'
    Left = 224
    Top = 56
    Width = 145
    Height = 21
  end
  object ListBox1: TListBox
    ItemHeight = 13
    TabOrder = 5
    Left = 40
    Top = 200
    Width = 121
    Height = 73
  end
end

⌨️ 快捷键说明

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