home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Freeware / DDCLIP / SETUPSL.EX_ / SETUPSL.EX / 0 / RCDATA / TEXITDLG / TEXITDLG.txt < prev   
Text File  |  1997-06-17  |  1KB  |  72 lines

  1. object ExitDlg: TExitDlg
  2.   Left = 270
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exit Setup'
  6.   ClientHeight = 196
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Text1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 281
  20.     Height = 41
  21.     AutoSize = False
  22.     Caption = 
  23.       'Setup is not complete. If you quit the Setup program now, the pr' +
  24.       'ogram will not be installed.'
  25.     WordWrap = True
  26.   end
  27.   object Text2: TLabel
  28.     Left = 16
  29.     Top = 56
  30.     Width = 281
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 
  34.       'You may run the Setup program at a later time to complete the in' +
  35.       'stallation.'
  36.     WordWrap = True
  37.   end
  38.   object Text3: TLabel
  39.     Left = 16
  40.     Top = 96
  41.     Width = 281
  42.     Height = 41
  43.     AutoSize = False
  44.     Caption = 
  45.       'To continue installing the program, click Resume. To quit the Se' +
  46.       'tup program click Exit'
  47.     WordWrap = True
  48.   end
  49.   object ResumeBtn: TButton
  50.     Left = 55
  51.     Top = 156
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Resume'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 0
  58.     OnClick = ResumeBtnClick
  59.   end
  60.   object ExitBtn: TButton
  61.     Left = 183
  62.     Top = 156
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Exit Setup'
  67.     ModalResult = 2
  68.     TabOrder = 1
  69.     OnClick = ExitBtnClick
  70.   end
  71. end
  72.