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

📄 singledloadunit.dfm

📁 DELPHI 下远程控制源码
💻 DFM
字号:
object SingleDLoadFm: TSingleDLoadFm
  Left = 159
  Top = 200
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #19979#36733#25991#20214
  ClientHeight = 194
  ClientWidth = 394
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  DesignSize = (
    394
    194)
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 0
    Top = 154
    Width = 394
    Height = 4
    Align = alBottom
    Shape = bsBottomLine
  end
  object Label4: TLabel
    Left = 5
    Top = 71
    Width = 60
    Height = 13
    Caption = #25991#20214#21517#31216#65306
  end
  object Label5: TLabel
    Left = 5
    Top = 96
    Width = 48
    Height = 13
    Caption = #19979#36733#21040#65306
  end
  object Label6: TLabel
    Left = 5
    Top = 121
    Width = 48
    Height = 13
    Caption = #28304#36335#24452#65306
  end
  object Animate1: TAnimate
    Left = 0
    Top = 0
    Width = 394
    Height = 60
    Align = alTop
    Active = False
    CommonAVI = aviCopyFile
    StopFrame = 26
  end
  object Panel1: TPanel
    Left = 0
    Top = 158
    Width = 394
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object CheckBox1: TCheckBox
      Left = 79
      Top = 10
      Width = 110
      Height = 17
      Caption = #19979#36733#21518#31383#21475#20851#38381
      TabOrder = 0
    end
    object BitBtn2: TBitBtn
      Left = 317
      Top = 6
      Width = 68
      Height = 25
      Caption = #20572#27490#20851#38381
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn1: TBitBtn
      Left = 238
      Top = 6
      Width = 68
      Height = 25
      Caption = #24320#22987#19979#36733
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn3: TBitBtn
      Left = 6
      Top = 6
      Width = 68
      Height = 25
      Caption = #25171#24320
      Enabled = False
      TabOrder = 3
      OnClick = BitBtn3Click
    end
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 140
    Width = 394
    Height = 14
    Align = alBottom
    Min = 0
    Max = 100
    Position = 55
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 71
    Top = 71
    Width = 317
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    Text = 'windows'
    OnMouseMove = Edit3MouseMove
  end
  object Edit2: TEdit
    Left = 71
    Top = 97
    Width = 317
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    Text = 'desktop'
    OnMouseMove = Edit3MouseMove
  end
  object Edit3: TEdit
    Left = 71
    Top = 121
    Width = 317
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 5
    Text = 'money'
    OnMouseMove = Edit3MouseMove
  end
  object DownLoadTcp: TIdTCPClient
    OnWork = DownLoadTcpWork
    OnWorkBegin = DownLoadTcpWorkBegin
    OnWorkEnd = DownLoadTcpWorkEnd
    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 + -