searchfilepath.dfm

来自「加解密」· DFM 代码 · 共 71 行

DFM
71
字号
object Form2: TForm2
  Left = 0
  Top = 0
  Width = 305
  Height = 372
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object ShellTreeView1: TShellTreeView
    Left = 8
    Top = 32
    Width = 281
    Height = 257
    ObjectTypes = [otFolders]
    Root = 'rfDesktop'
    UseShellImages = True
    AutoRefresh = False
    Indent = 19
    ParentColor = False
    RightClickSelect = True
    ShowRoot = False
    TabOrder = 0
    OnChange = ShellTreeView1Change
    OnEditing = ShellTreeView1Editing
  end
  object Edit1: TEdit
    Left = 8
    Top = 296
    Width = 281
    Height = 21
    AutoSize = False
    BorderStyle = bsNone
    Color = clBtnFace
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
    Text = 'Edit1'
  end
  object BtnCancel: TButton
    Left = 216
    Top = 320
    Width = 75
    Height = 25
    Caption = 'BtnCancel'
    TabOrder = 2
  end
  object BtnOK: TButton
    Left = 128
    Top = 320
    Width = 75
    Height = 25
    Caption = 'BtnOK'
    TabOrder = 3
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 8
    Width = 97
    Height = 17
    Caption = #21253#21547#25152#26377#23376#30446#24405
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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