home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  2002-04-12  |  941 b   |  48 lines

  1. object SplashForm: TSplashForm
  2.   Left = 215
  3.   Top = 201
  4.   Cursor = crHandPoint
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 177
  8.   ClientWidth = 487
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 487
  25.     Height = 177
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object Image: TImage
  29.       Left = 1
  30.       Top = 1
  31.       Width = 485
  32.       Height = 156
  33.       Align = alClient
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.       OnClick = ImageClick
  37.     end
  38.     object StatusBar: TStatusBar
  39.       Left = 1
  40.       Top = 157
  41.       Width = 485
  42.       Height = 19
  43.       Panels = <>
  44.       SimplePanel = True
  45.     end
  46.   end
  47. end
  48.