dirfile_unit.dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· DFM 代码 · 共 59 行

DFM
59
字号
object Form1: TForm1
  Left = 313
  Top = 154
  Width = 451
  Height = 316
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DriveComboBox1: TDriveComboBox
    Left = 24
    Top = 8
    Width = 145
    Height = 19
    TabOrder = 0
    OnChange = DriveComboBox1Change
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 24
    Top = 40
    Width = 145
    Height = 161
    ItemHeight = 16
    TabOrder = 1
    OnChange = DirectoryListBox1Change
  end
  object FileListBox1: TFileListBox
    Left = 208
    Top = 8
    Width = 145
    Height = 193
    ItemHeight = 13
    TabOrder = 2
    OnChange = FileListBox1Change
  end
  object FilterComboBox1: TFilterComboBox
    Left = 24
    Top = 216
    Width = 145
    Height = 21
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 24
    Top = 248
    Width = 145
    Height = 21
    TabOrder = 4
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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