uetatconnex_101.dfm

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

DFM
48
字号
object FEtatConnex: TFEtatConnex
  Left = 298
  Top = 2
  Width = 391
  Height = 195
  Caption = 'Etat de la connexion.'
  Color = 11513681
  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 = 4
    Width = 369
    Height = 145
    Shape = bsFrame
  end
  object Bevel1: TBevel
    Left = 20
    Top = 16
    Width = 345
    Height = 89
  end
  object ListeEtat: TListBox
    Left = 28
    Top = 28
    Width = 325
    Height = 65
    Hint = 'Etat de la Connexion.'
    Color = 16777147
    ItemHeight = 13
    TabOrder = 0
  end
  object FermerBtn: TBitBtn
    Left = 160
    Top = 116
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkClose
  end
end

⌨️ 快捷键说明

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