unit1.nfm.~1~

来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 63 行

~1~
63
字号
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 + =
减小字号Ctrl + -
显示快捷键?