home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / raketu / r-install.exe / Raketu.exe / 0 / RCDATA / TDLGSMS / TDLGSMS.txt
Encoding:
Text File  |  2007-01-31  |  1.6 KB  |  82 lines

  1. object DlgSMS: TDlgSMS
  2.   Left = 169
  3.   Top = 120
  4.   BorderStyle = bsNone
  5.   Caption = 'SMS'
  6.   ClientHeight = 78
  7.   ClientWidth = 232
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 112
  10.   Constraints.MaxWidth = 240
  11.   Constraints.MinHeight = 112
  12.   Constraints.MinWidth = 240
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   OldCreateOrder = False
  19.   OnClose = FormClose
  20.   OnShow = OnShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Shape1: TShape
  24.     Left = 0
  25.     Top = 0
  26.     Width = 232
  27.     Height = 78
  28.     Pen.Width = 3
  29.   end
  30.   object TStatus: TLabel
  31.     Left = 7
  32.     Top = 12
  33.     Width = 74
  34.     Height = 16
  35.     Alignment = taCenter
  36.     Caption = 'Sending ...'
  37.     Font.Charset = EASTEUROPE_CHARSET
  38.     Font.Color = clMaroon
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object BClose: TSpeedButton
  46.     Left = 80
  47.     Top = 48
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Close'
  51.     Flat = True
  52.     Font.Charset = EASTEUROPE_CHARSET
  53.     Font.Color = clBlue
  54.     Font.Height = -13
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     OnClick = BClose1Click
  59.   end
  60.   object Image1: TImage
  61.     Left = 195
  62.     Top = 41
  63.     Width = 32
  64.     Height = 32
  65.   end
  66.   object Timer1: TTimer
  67.     Enabled = False
  68.     OnTimer = OnTimer1
  69.     Top = 40
  70.   end
  71.   object ClientSocket1: TClientSocket
  72.     Active = False
  73.     ClientType = ctNonBlocking
  74.     Port = 80
  75.     OnConnect = ClientSocket1OnConnect
  76.     OnRead = ClientSocket1OnRead
  77.     OnError = ClientSocket1OnError
  78.     Left = 32
  79.     Top = 40
  80.   end
  81. end
  82.