unit1.dfm

来自「Search files and folders in delphi」· DFM 代码 · 共 141 行

DFM
141
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 870
  Height = 500
  Caption = 'Form1'
  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 = 232
    Top = 392
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 17
    Top = 196
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Label3: TLabel
    Left = 465
    Top = 188
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Memo1: TMemo
    Left = 16
    Top = 24
    Width = 353
    Height = 161
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 16
    Top = 432
    Width = 121
    Height = 21
    TabOrder = 1
    Text = '*.dll'
  end
  object Edit2: TEdit
    Left = 144
    Top = 432
    Width = 321
    Height = 21
    TabOrder = 2
    Text = 'c:\Windows\system32\'
  end
  object Button1: TButton
    Left = 376
    Top = 24
    Width = 75
    Height = 25
    Caption = 'Search'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 56
    Width = 75
    Height = 25
    Caption = 'Search2'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Memo2: TMemo
    Left = 464
    Top = 24
    Width = 385
    Height = 161
    Lines.Strings = (
      'Memo2')
    ScrollBars = ssBoth
    TabOrder = 5
  end
  object Memo3: TMemo
    Left = 232
    Top = 224
    Width = 353
    Height = 161
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 6
  end
  object BitBtn1: TBitBtn
    Left = 376
    Top = 88
    Width = 75
    Height = 25
    Caption = 'Moghayeseh'
    TabOrder = 7
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 376
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Copy Files'
    TabOrder = 8
    OnClick = BitBtn2Click
  end
  object Edit3: TEdit
    Left = 480
    Top = 432
    Width = 121
    Height = 21
    TabOrder = 9
    Text = 'c:\Allfiles\'
  end
  object ProgressBar1: TProgressBar
    Left = 232
    Top = 205
    Width = 353
    Height = 17
    TabOrder = 10
  end
  object FindFile1: TFindFile
    FileMask = '*.*'
    OnFileFound = FindFile1FileFound
    Left = 96
    Top = 64
  end
end

⌨️ 快捷键说明

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