findfilefrm.dfm

来自「关于利用DELPHI来进行企业级方案解决的著作的附书源码」· DFM 代码 · 共 71 行

DFM
71
字号
object MainForm: TMainForm
  Left = 299
  Top = 190
  Width = 441
  Height = 285
  Caption = #26597#25214#25991#20214#28436#31034#31243#24207
  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 ShellTreeView1: TShellTreeView
    Left = 0
    Top = 0
    Width = 177
    Height = 209
    ObjectTypes = [otFolders]
    Root = 'rfMyComputer'
    UseShellImages = True
    AutoRefresh = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 0
  end
  object ListBox1: TListBox
    Left = 184
    Top = 0
    Width = 249
    Height = 209
    ItemHeight = 13
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Left = 192
    Top = 226
    Width = 97
    Height = 17
    Caption = #21253#21547#23376#30446#24405
    Checked = True
    State = cbChecked
    TabOrder = 2
  end
  object Button1: TButton
    Left = 312
    Top = 222
    Width = 97
    Height = 25
    Caption = #26597#25214#25991#20214
    TabOrder = 3
    OnClick = Button1Click
  end
  object LabeledEdit1: TLabeledEdit
    Left = 72
    Top = 224
    Width = 89
    Height = 21
    EditLabel.Width = 60
    EditLabel.Height = 13
    EditLabel.Caption = #25991#20214#31867#22411#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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