home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / setup.exe / 0 / RCDATA / TEXITDLG / TEXITDLG.txt
Text File  |  1997-01-19  |  2KB  |  97 lines

  1. object ExitDlg: TExitDlg
  2.   Left = 255
  3.   Top = 126
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Stryder'#39's Installation Wizard'
  7.   ClientHeight = 207
  8.   ClientWidth = 415
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object WarnLabel: TLabel
  19.     Left = 56
  20.     Top = 16
  21.     Width = 305
  22.     Height = 33
  23.     Caption = 'Setup is not complete.  If yo quit the Setup program'
  24.     Font.Color = clWindowText
  25.     Font.Height = -12
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object ConsLabel: TLabel
  31.     Left = 56
  32.     Top = 64
  33.     Width = 305
  34.     Height = 33
  35.     Caption = 'ConsLabel'
  36.     Font.Color = clWindowText
  37.     Font.Height = -12
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label1: TLabel
  43.     Left = 48
  44.     Top = 112
  45.     Width = 321
  46.     Height = 33
  47.     Caption = 
  48.       'To continue installing the program, click Resume.  To exit Setup' +
  49.       ' and install at a later date, click Exit.'
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 32
  58.     Top = 152
  59.     Width = 345
  60.     Height = 17
  61.     Shape = bsTopLine
  62.   end
  63.   object Button1: TButton
  64.     Left = 232
  65.     Top = 168
  66.     Width = 81
  67.     Height = 25
  68.     Caption = '&Resume'
  69.     Font.Color = clWindowText
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 4
  74.     ParentFont = False
  75.     TabOrder = 0
  76.   end
  77.   object Button2: TButton
  78.     Left = 312
  79.     Top = 168
  80.     Width = 81
  81.     Height = 25
  82.     Caption = '&Exit'
  83.     Font.Color = clWindowText
  84.     Font.Height = -13
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ModalResult = 1
  88.     ParentFont = False
  89.     TabOrder = 1
  90.   end
  91.   object ResolutionFix1: TResolutionFix
  92.     DesignRes = 96
  93.     Left = 24
  94.     Top = 160
  95.   end
  96. end
  97.