home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / idgimf.dfm / idgimf.txt next >
Text File  |  1995-07-24  |  1KB  |  62 lines

  1. object dlgGI: TdlgGI
  2.   Left = 152
  3.   Top = 166
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Installation Complete'
  7.   ClientHeight = 103
  8.   ClientWidth = 289
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 289
  22.     Height = 103
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 12
  27.       Top = 8
  28.       Width = 41
  29.       Height = 41
  30.       Picture.Data = {<image000.bmp>}
  31.     end
  32.     object Label1: TLabel
  33.       Left = 68
  34.       Top = 8
  35.       Width = 209
  36.       Height = 32
  37.       Caption = 
  38.         'The installation is complete and the software has been properly ' +
  39.         'setup.'
  40.       Font.Color = clBlack
  41.       Font.Height = -13
  42.       Font.Name = 'Arial'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       WordWrap = True
  46.     end
  47.     object btnOk: TBitBtn
  48.       Left = 100
  49.       Top = 56
  50.       Width = 89
  51.       Height = 33
  52.       Font.Color = clBlack
  53.       Font.Height = -13
  54.       Font.Name = 'Arial'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       TabOrder = 0
  58.       Kind = bkOK
  59.     end
  60.   end
  61. end
  62.