unitfilemove.dfm

来自「我一般用于制作和整理(文件搜索方式)编程技术文档和各类源代码, 可以如编程工具」· DFM 代码 · 共 96 行

DFM
96
字号
object fileSearch: TfileSearch
  Left = 267
  Top = 232
  Width = 311
  Height = 224
  Caption = 'frmFileMove'
  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 Label1: TLabel
    Left = 240
    Top = 152
    Width = 6
    Height = 13
    Caption = '0'
  end
  object Label2: TLabel
    Left = 16
    Top = 24
    Width = 84
    Height = 13
    Caption = #35774#32622#25991#20214#31867#22411#65306
  end
  object Label3: TLabel
    Left = 128
    Top = 152
    Width = 99
    Height = 13
    Caption = #25628#32034#21040#30340#25991#20214#25968#65306' '
  end
  object Label4: TLabel
    Left = 16
    Top = 116
    Width = 96
    Height = 13
    Caption = #23384#20837#25991#20214#30446#24405#21517#65306
  end
  object lblSearchDir: TLabel
    Left = 40
    Top = 88
    Width = 249
    Height = 13
    AutoSize = False
    Caption = 'lblSearchDir'
  end
  object Button1: TButton
    Left = 16
    Top = 56
    Width = 89
    Height = 25
    Caption = #36873#25321#25628#32034#30446#24405
    TabOrder = 0
    OnClick = Button1Click
  end
  object EdtFileName: TEdit
    Left = 125
    Top = 18
    Width = 140
    Height = 21
    TabOrder = 1
    Text = 'pas'
  end
  object TreeView1: TTreeView
    Left = 272
    Top = 168
    Width = 17
    Height = 17
    Indent = 19
    TabOrder = 2
    Visible = False
  end
  object Button2: TButton
    Left = 16
    Top = 144
    Width = 89
    Height = 25
    Caption = #24320#22987#25628#32034#30446#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object EdtToDir: TEdit
    Left = 125
    Top = 112
    Width = 156
    Height = 21
    TabOrder = 4
    Text = 'temp'
  end
end

⌨️ 快捷键说明

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