copyfileform.dfm

来自「delphi框架」· DFM 代码 · 共 36 行

DFM
36
字号
object FormCopyFile: TFormCopyFile
  Left = 214
  Top = 407
  BorderStyle = bsDialog
  Caption = 'File Copy'
  ClientHeight = 120
  ClientWidth = 355
  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 lblFrom: TLabel
    Left = 27
    Top = 77
    Width = 310
    Height = 13
    AutoSize = False
    Caption = 'From:'
  end
  object Animate1: TAnimate
    Left = 24
    Top = 8
    Width = 272
    Height = 60
    Active = True
    CommonAVI = aviCopyFiles
    StopFrame = 31
  end
end

⌨️ 快捷键说明

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