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

📄 u_form.~dfm

📁 很好地delphi书籍源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 213
  Top = 117
  Width = 482
  Height = 294
  Caption = #25991#20214#26597#25214#20030#20363
  Color = clScrollBar
  Ctl3D = False
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object DirLabel: TLabel
    Left = 24
    Top = 8
    Width = 133
    Height = 13
    Caption = 'D:\...\Ch2\FindFile'
  end
  object Button1: TButton
    Left = 120
    Top = 232
    Width = 75
    Height = 25
    Caption = #26597#25214
    TabOrder = 0
    OnClick = Button1Click
  end
  object DriveComboBox1: TDriveComboBox
    Left = 16
    Top = 32
    Width = 177
    Height = 19
    BevelKind = bkFlat
    DirList = DirListBox1
    TabOrder = 1
  end
  object DirListBox1: TDirectoryListBox
    Left = 16
    Top = 56
    Width = 177
    Height = 129
    DirLabel = DirLabel
    ItemHeight = 16
    TabOrder = 2
  end
  object ExtCB: TComboBox
    Left = 16
    Top = 192
    Width = 177
    Height = 21
    BevelInner = bvLowered
    BevelKind = bkFlat
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '*.*'
      '*.exe'
      '*.doc'
      '*.txt')
  end
  object Button2: TButton
    Left = 224
    Top = 232
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = Button2Click
  end
  object ListBox1: TListBox
    Left = 200
    Top = 32
    Width = 265
    Height = 185
    Ctl3D = False
    ItemHeight = 13
    ParentCtl3D = False
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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