fdirxcopyunit.~dfm

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

~DFM
185
字号
object FDirXCopyFm: TFDirXCopyFm
  Left = 186
  Top = 201
  BorderStyle = bsDialog
  Caption = #31227#21160#30446#24405
  ClientHeight = 213
  ClientWidth = 402
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  DesignSize = (
    402
    213)
  PixelsPerInch = 96
  TextHeight = 13
  object Label6: TLabel
    Left = 6
    Top = 141
    Width = 48
    Height = 13
    Caption = #28304#36335#24452#65306
  end
  object Label5: TLabel
    Left = 6
    Top = 118
    Width = 48
    Height = 13
    Caption = #31227#21160#21040#65306
  end
  object Label1: TLabel
    Left = 6
    Top = 95
    Width = 60
    Height = 13
    Caption = #20849#26377#25991#20214#65306
  end
  object Label4: TLabel
    Left = 6
    Top = 71
    Width = 60
    Height = 13
    Caption = #25991#20214#21517#31216#65306
  end
  object Panel1: TPanel
    Left = 0
    Top = 177
    Width = 402
    Height = 36
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 0
    object BitBtn3: TBitBtn
      Left = 272
      Top = 7
      Width = 58
      Height = 25
      Caption = #24320#22987#31227#21160
      TabOrder = 0
      OnClick = BitBtn3Click
    end
    object BitBtn1: TBitBtn
      Left = 337
      Top = 7
      Width = 58
      Height = 25
      Caption = #20851#38381
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object CheckBox1: TCheckBox
      Left = 8
      Top = 12
      Width = 153
      Height = 17
      Caption = #31227#21160#23436#27605#21518#33258#21160#20851#38381#31383#21475
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object BitBtn2: TBitBtn
      Left = 188
      Top = 7
      Width = 58
      Height = 25
      Caption = #20572#27490#31227#21160
      TabOrder = 3
      OnClick = BitBtn2Click
    end
  end
  object Edit3: TEdit
    Left = 76
    Top = 140
    Width = 319
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    Text = 'money'
    OnMouseMove = Edit3MouseMove
  end
  object Edit2: TEdit
    Left = 76
    Top = 119
    Width = 319
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Text = 'desktop'
    OnMouseMove = Edit3MouseMove
  end
  object Edit4: TEdit
    Left = 76
    Top = 94
    Width = 319
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 3
    Text = '0'
    OnMouseMove = Edit3MouseMove
  end
  object Edit1: TEdit
    Left = 76
    Top = 71
    Width = 319
    Height = 16
    Anchors = [akLeft, akTop, akRight]
    AutoSize = False
    BevelInner = bvNone
    BevelOuter = bvNone
    BorderStyle = bsNone
    Color = cl3DLight
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
    Text = '0'
    OnMouseMove = Edit3MouseMove
  end
  object Animate1: TAnimate
    Left = 0
    Top = 0
    Width = 402
    Height = 60
    Align = alTop
    Active = False
    CommonAVI = aviCopyFiles
    StopFrame = 34
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 163
    Width = 402
    Height = 14
    Align = alBottom
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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