⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 searchdlunit.dfm

📁 DELPHI 下远程控制源码
💻 DFM
字号:
object SearchDLFm: TSearchDLFm
  Left = 245
  Top = 132
  Width = 400
  Height = 201
  Caption = #19979#36733#25628#32034#32467#26524
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  DesignSize = (
    392
    174)
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 5
    Top = 72
    Width = 48
    Height = 13
    Caption = #19979#36733#21040#65306
  end
  object Label6: TLabel
    Left = 5
    Top = 97
    Width = 48
    Height = 13
    Caption = #28304#25991#20214#65306
  end
  object Bevel1: TBevel
    Left = 0
    Top = 134
    Width = 392
    Height = 4
    Align = alBottom
    Shape = bsBottomLine
  end
  object Edit2: TEdit
    Left = 53
    Top = 96
    Width = 335
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    Text = 'money'
  end
  object Edit1: TEdit
    Left = 53
    Top = 72
    Width = 335
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    Text = 'desktop'
  end
  object Animate1: TAnimate
    Left = 0
    Top = 0
    Width = 392
    Height = 60
    Align = alTop
    Active = False
    CommonAVI = aviCopyFile
    StopFrame = 26
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 120
    Width = 392
    Height = 14
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 0
    Top = 138
    Width = 392
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 4
    object CheckBox1: TCheckBox
      Left = 8
      Top = 10
      Width = 79
      Height = 17
      Caption = #33258#21160#20851#38381
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 161
      Top = 6
      Width = 70
      Height = 25
      Caption = #20851#38381
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 314
      Top = 6
      Width = 70
      Height = 25
      Caption = #24320#22987#19979#36733
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn4: TBitBtn
      Left = 238
      Top = 6
      Width = 70
      Height = 25
      Caption = #26242#20572
      TabOrder = 3
      OnClick = BitBtn4Click
    end
    object CheckBox2: TCheckBox
      Left = 81
      Top = 10
      Width = 80
      Height = 17
      Caption = #33258#21160#25913#21517
      TabOrder = 4
    end
  end
  object DownLoadTcp: TIdTCPClient
    OnWork = DownLoadTcpWork
    OnWorkBegin = DownLoadTcpWorkBegin
    Port = 0
    Left = 176
    Top = 32
  end
  object SaveDialog1: TSaveDialog
    Left = 208
    Top = 32
  end
end

⌨️ 快捷键说明

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