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 / TDLGWAVOUT / TDLGWAVOUT.txt
Encoding:
Text File  |  2007-01-31  |  1.7 KB  |  83 lines

  1. object DlgWavOut: TDlgWavOut
  2.   Left = 193
  3.   Top = 153
  4.   BorderStyle = bsNone
  5.   Caption = 'DiaOut'
  6.   ClientHeight = 66
  7.   ClientWidth = 332
  8.   Color = clBtnFace
  9.   Constraints.MaxHeight = 100
  10.   Constraints.MaxWidth = 340
  11.   Constraints.MinHeight = 100
  12.   Constraints.MinWidth = 340
  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 = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Shape1: TShape
  24.     Left = 0
  25.     Top = 0
  26.     Width = 332
  27.     Height = 66
  28.     Pen.Width = 3
  29.   end
  30.   object Message: TLabel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 55
  34.     Height = 16
  35.     Caption = 'Message'
  36.     Font.Charset = EASTEUROPE_CHARSET
  37.     Font.Color = clMaroon
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Image1: TImage
  45.     Left = 290
  46.     Top = 30
  47.     Width = 32
  48.     Height = 32
  49.   end
  50.   object BClose: TSpeedButton
  51.     Left = 128
  52.     Top = 35
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Close'
  56.     Flat = True
  57.     Font.Charset = EASTEUROPE_CHARSET
  58.     Font.Color = clBlue
  59.     Font.Height = -13
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.     OnClick = BCloseClick
  64.   end
  65.   object Timer1: TTimer
  66.     Enabled = False
  67.     Interval = 500
  68.     OnTimer = Timer1Timer
  69.     Left = 48
  70.     Top = 32
  71.   end
  72.   object ClientSocket1: TClientSocket
  73.     Active = False
  74.     ClientType = ctNonBlocking
  75.     Port = 0
  76.     OnConnect = ClientSocket1Connect
  77.     OnRead = ClientSocket1Read
  78.     OnError = ClientSocket1Error
  79.     Left = 8
  80.     Top = 32
  81.   end
  82. end
  83.