⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uconnex_101.dfm

📁 this application for FTP protocol File TYransfer Protocol to exchange an transfer file in a LAN delp
💻 DFM
字号:
object FConnex: TFConnex
  Left = 38
  Top = 128
  Width = 189
  Height = 285
  Caption = 'Connexion'
  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 Bevel1: TBevel
    Left = 16
    Top = 16
    Width = 149
    Height = 173
    Cursor = crIBeam
    Shape = bsFrame
  end
  object Bevel2: TBevel
    Left = 8
    Top = 8
    Width = 165
    Height = 233
    Shape = bsFrame
    Style = bsRaised
  end
  object EditServeur: TLabeledEdit
    Left = 28
    Top = 44
    Width = 121
    Height = 21
    Color = 16777147
    EditLabel.Width = 37
    EditLabel.Height = 13
    EditLabel.Caption = 'Serveur'
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 0
  end
  object EditUtilisateur: TLabeledEdit
    Left = 28
    Top = 100
    Width = 121
    Height = 21
    Color = 16777147
    EditLabel.Width = 46
    EditLabel.Height = 13
    EditLabel.Caption = 'Utilisateur'
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 1
  end
  object EditPasse: TLabeledEdit
    Left = 28
    Top = 156
    Width = 121
    Height = 21
    Color = 16777147
    EditLabel.Width = 65
    EditLabel.Height = 13
    EditLabel.Caption = 'Mot de Passe'
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 2
  end
  object ConnexBtn: TBitBtn
    Left = 16
    Top = 208
    Width = 70
    Height = 25
    Cursor = crHandPoint
    Caption = 'Connexion'
    Default = True
    DragCursor = crHandPoint
    TabOrder = 3
    OnClick = ConnexBtnClick
  end
  object AnnulerBtn: TBitBtn
    Left = 96
    Top = 208
    Width = 70
    Height = 25
    Cursor = crHandPoint
    Cancel = True
    Caption = 'Annuler'
    TabOrder = 4
    OnClick = AnnulerBtnClick
  end
end

⌨️ 快捷键说明

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