home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / cqwk / install.lib / ssdunwiz.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1996-12-07  |  1KB  |  53 lines

  1. object MainForm: TMainForm
  2.   Left = 286
  3.   Top = 171
  4.   Width = 455
  5.   Height = 135
  6.   Caption = 'Uninstall'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 22
  18.     Top = 24
  19.     Width = 411
  20.     Height = 25
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'A unknown ERROR occurred while uninstalling'
  24.     Font.Color = clWindowText
  25.     Font.Height = -12
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Bevel1: TBevel
  31.     Left = -63
  32.     Top = 63
  33.     Width = 505
  34.     Height = 9
  35.     Shape = bsTopLine
  36.   end
  37.   object Button1: TButton
  38.     Left = 168
  39.     Top = 72
  40.     Width = 81
  41.     Height = 25
  42.     Caption = '&Exit'
  43.     ModalResult = 1
  44.     TabOrder = 0
  45.     OnClick = Button1Click
  46.   end
  47.   object ResolutionFix1: TResolutionFix
  48.     DesignRes = 96
  49.     Left = 16
  50.     Top = 72
  51.   end
  52. end
  53.