home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / jdtrick / jdtricks.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  1999-06-22  |  1.4 KB  |  71 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 192
  3.   Top = 57
  4.   Width = 550
  5.   Height = 503
  6.   Caption = 'frmSplash'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 20
  19.     Top = 4
  20.     Width = 517
  21.     Height = 441
  22.     Picture.Data = {<image000.bmp>}
  23.     Stretch = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 120
  27.     Top = 60
  28.     Width = 302
  29.     Height = 80
  30.     Alignment = taCenter
  31.     Caption = 'JD-Tricks'
  32.     Color = clNone
  33.     Font.Charset = ANSI_CHARSET
  34.     Font.Color = clYellow
  35.     Font.Height = -64
  36.     Font.Name = 'Kids'
  37.     Font.Style = [fsBold, fsItalic]
  38.     ParentColor = False
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Label2: TLabel
  43.     Left = 90
  44.     Top = 180
  45.     Width = 405
  46.     Height = 46
  47.     Caption = 'Du hast mich gerufen '
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clAqua
  50.     Font.Height = -37
  51.     Font.Name = 'Kids'
  52.     Font.Style = [fsItalic]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object Label3: TLabel
  57.     Left = 290
  58.     Top = 252
  59.     Width = 162
  60.     Height = 46
  61.     Caption = 'Meister  !'
  62.     Font.Charset = ANSI_CHARSET
  63.     Font.Color = clAqua
  64.     Font.Height = -37
  65.     Font.Name = 'Kids'
  66.     Font.Style = [fsItalic]
  67.     ParentFont = False
  68.     Transparent = True
  69.   end
  70. end
  71.