utelecharge_101.dfm

来自「this application for FTP protocol File T」· DFM 代码 · 共 68 行

DFM
68
字号
object FTelecharge: TFTelecharge
  Left = 263
  Top = 3
  Width = 301
  Height = 205
  Caption = 'Telechargement'
  Color = 11513680
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel2: TBevel
    Left = 8
    Top = 8
    Width = 277
    Height = 113
    Shape = bsFrame
    Style = bsRaised
  end
  object Bevel1: TBevel
    Left = 16
    Top = 16
    Width = 257
    Height = 93
    Shape = bsFrame
  end
  object Bevel3: TBevel
    Left = 44
    Top = 124
    Width = 209
    Height = 41
    Shape = bsFrame
    Style = bsRaised
  end
  object Memo1: TMemo
    Left = 24
    Top = 24
    Width = 241
    Height = 77
    BevelOuter = bvRaised
    Color = 16777147
    ReadOnly = True
    TabOrder = 0
  end
  object FermerBtn: TBitBtn
    Left = 180
    Top = 132
    Width = 59
    Height = 25
    Caption = 'Fermer'
    TabOrder = 1
    OnClick = FermerBtnClick
  end
  object AnnulerTransBtn: TBitBtn
    Left = 56
    Top = 132
    Width = 109
    Height = 25
    Caption = 'Annuler le Transfert'
    TabOrder = 2
    OnClick = AnnulerTransBtnClick
  end
end

⌨️ 快捷键说明

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