home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / komunikace / wavago / W-install-cz.exe / Wavago.exe / 0 / RCDATA / TDLGSMS / TDLGSMS.txt < prev   
Text File  |  2006-04-12  |  1KB  |  62 lines

  1. object DlgSMS: TDlgSMS
  2.   Left = 169
  3.   Top = 120
  4.   Width = 240
  5.   Height = 112
  6.   Caption = 'SMS'
  7.   Color = clBtnFace
  8.   Constraints.MaxHeight = 112
  9.   Constraints.MaxWidth = 240
  10.   Constraints.MinHeight = 112
  11.   Constraints.MinWidth = 240
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   OldCreateOrder = False
  19.   OnClose = FormClose
  20.   OnShow = OnShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object TStatus: TStaticText
  24.     Left = 16
  25.     Top = 8
  26.     Width = 61
  27.     Height = 20
  28.     Caption = 'Sending'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clMaroon
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     TabOrder = 0
  36.   end
  37.   object BClose: TButton
  38.     Left = 80
  39.     Top = 40
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'Close'
  43.     TabOrder = 1
  44.     OnClick = BClose1Click
  45.   end
  46.   object Timer1: TTimer
  47.     Enabled = False
  48.     OnTimer = OnTimer1
  49.     Top = 40
  50.   end
  51.   object ClientSocket1: TClientSocket
  52.     Active = False
  53.     ClientType = ctNonBlocking
  54.     Port = 80
  55.     OnConnect = ClientSocket1OnConnect
  56.     OnRead = ClientSocket1OnRead
  57.     OnError = ClientSocket1OnError
  58.     Left = 32
  59.     Top = 40
  60.   end
  61. end
  62.