filesearchunit.dfm

来自「DELPHI 下远程控制源码」· DFM 代码 · 共 132 行

DFM
132
字号
object FileSearchFm: TFileSearchFm
  Left = 245
  Top = 149
  BorderStyle = bsDialog
  Caption = #25991#20214#25628#32034
  ClientHeight = 185
  ClientWidth = 336
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 336
    Height = 145
    ActivePage = TabSheet1
    Align = alTop
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #24120#35268#25628#32034
      object Label1: TLabel
        Left = 8
        Top = 20
        Width = 60
        Height = 13
        Caption = #25991#20214#31867#22411#65306
      end
      object Label2: TLabel
        Left = 8
        Top = 86
        Width = 60
        Height = 13
        Caption = #25628#32034#36335#24452#65306
      end
      object Label4: TLabel
        Left = 8
        Top = 53
        Width = 60
        Height = 13
        Caption = #25991#20214#33267#23569#65306
      end
      object Label5: TLabel
        Left = 201
        Top = 53
        Width = 24
        Height = 13
        Caption = #23383#33410
      end
      object Edit1: TEdit
        Left = 68
        Top = 15
        Width = 164
        Height = 21
        TabOrder = 0
        Text = '*.*'
      end
      object Edit3: TEdit
        Left = 68
        Top = 81
        Width = 252
        Height = 21
        TabOrder = 1
        Text = 'C:\'
      end
      object Animate1: TAnimate
        Left = 242
        Top = 11
        Width = 80
        Height = 50
        CommonAVI = aviFindFolder
        StopFrame = 29
      end
      object Edit2: TEdit
        Left = 68
        Top = 48
        Width = 125
        Height = 21
        TabOrder = 3
        Text = '0'
      end
    end
  end
  object BitBtn1: TBitBtn
    Left = 264
    Top = 153
    Width = 65
    Height = 25
    Caption = #24320#22987#25628#32034
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 193
    Top = 153
    Width = 65
    Height = 25
    Caption = #26242#20572
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 6
    Top = 153
    Width = 65
    Height = 25
    Caption = #31383#21475#20851#38381
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object CheckBox1: TCheckBox
    Left = 77
    Top = 158
    Width = 108
    Height = 17
    Caption = #25628#32034#23436#27605#21518#20851#38381
    TabOrder = 4
  end
  object SearchTcp: TIdTCPClient
    MaxLineAction = maException
    ReadTimeout = 0
    Port = 0
    Left = 298
  end
end

⌨️ 快捷键说明

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