localcopyunit.dfm

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

DFM
132
字号
object LocalCopyFm: TLocalCopyFm
  Left = 201
  Top = 189
  BorderStyle = bsDialog
  Caption = #25991#20214#22797#21046
  ClientHeight = 191
  ClientWidth = 350
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    350
    191)
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = 5
    Top = 119
    Width = 48
    Height = 13
    Caption = #28304#36335#24452#65306
  end
  object Label5: TLabel
    Left = 5
    Top = 95
    Width = 48
    Height = 13
    Caption = #22797#21046#21040#65306
  end
  object Label4: TLabel
    Left = 5
    Top = 71
    Width = 60
    Height = 13
    Caption = #25991#20214#21517#31216#65306
  end
  object Panel1: TPanel
    Left = 0
    Top = 155
    Width = 350
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object BitBtn3: TBitBtn
      Left = 272
      Top = 7
      Width = 68
      Height = 25
      Caption = #20572#27490#22797#21046
      TabOrder = 0
      OnClick = BitBtn3Click
    end
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 141
    Width = 350
    Height = 14
    Align = alBottom
    Min = 0
    Max = 100
    Position = 55
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 71
    Top = 118
    Width = 275
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Text = 'money'
    OnMouseMove = Edit3MouseMove
  end
  object Edit2: TEdit
    Left = 71
    Top = 96
    Width = 275
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    Text = 'desktop'
    OnMouseMove = Edit3MouseMove
  end
  object Edit1: TEdit
    Left = 71
    Top = 71
    Width = 275
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    Text = 'windows'
    OnMouseMove = Edit3MouseMove
  end
  object Animate1: TAnimate
    Left = 0
    Top = 0
    Width = 350
    Height = 60
    Align = alTop
    Active = False
    CommonAVI = aviCopyFile
    StopFrame = 26
  end
end

⌨️ 快捷键说明

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