home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / index / source / start.dfm / start.txt < prev   
Text File  |  1995-08-04  |  593b  |  33 lines

  1. object StartForm: TStartForm
  2.   Left = 449
  3.   Top = 378
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'StartForm'
  7.   ClientHeight = 104
  8.   ClientWidth = 304
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   TextHeight = 20
  17.   object Image1: TImage
  18.     Tag = 1
  19.     Left = 1
  20.     Top = 1
  21.     Width = 300
  22.     Height = 100
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 1
  27.     Top = 1
  28.     Width = 302
  29.     Height = 102
  30.     Style = bsRaised
  31.   end
  32. end
  33.