object frmLink: TfrmLink
  Left = 294
  Top = 244
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 114
  ClientWidth = 246
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object AADs: TPanel
    Left = 36
    Top = 32
    Width = 185
    Height = 41
    Caption = #27491#22312#36830#25509#26381#21153#22120'...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    Visible = False
  end
  object CSocket: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = CSocketConnect
    OnRead = CSocketRead
    OnError = CSocketError
    Left = 12
    Top = 84
  end
end