home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TSPLASHFRM / TSPLASHFRM.txt < prev   
Text File  |  2005-05-01  |  1KB  |  74 lines

  1. object Splashfrm: TSplashfrm
  2.   Left = 283
  3.   Top = 312
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Wave Flow Shareware'
  7.   ClientHeight = 310
  8.   ClientWidth = 390
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Etiq3D1: TEtiq3D
  22.     Left = 2
  23.     Top = 253
  24.     Width = 385
  25.     Height = 52
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Registered to:'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clNavy
  31.     Font.Height = -16
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Visible = False
  36.     WordWrap = True
  37.   end
  38.   object Image1: TImage
  39.     Left = 0
  40.     Top = 0
  41.     Width = 390
  42.     Height = 250
  43.     AutoSize = True
  44.     Picture.Data = {<image001.bmp>}
  45.   end
  46.   object Button1: TButton
  47.     Left = 28
  48.     Top = 267
  49.     Width = 156
  50.     Height = 25
  51.     Caption = '&Register'
  52.     Default = True
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 207
  58.     Top = 267
  59.     Width = 156
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = '&Wave Flow'
  63.     TabOrder = 1
  64.     OnClick = Button2Click
  65.   end
  66.   object Timer1: TTimer
  67.     Enabled = False
  68.     Interval = 2000
  69.     OnTimer = Timer1Timer
  70.     Left = 408
  71.     Top = 264
  72.   end
  73. end
  74.