home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / ctenari / Bukacek / uninstall.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2001-08-23  |  1KB  |  55 lines

  1. object Form1: TForm1
  2.   Left = 371
  3.   Top = 282
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'UNINSTALL       UFOUNI'
  6.   ClientHeight = 88
  7.   ClientWidth = 405
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 96
  22.     Top = 8
  23.     Width = 198
  24.     Height = 13
  25.     Caption = 'Opravdu chcete odinstalovat hru Ufouni ?'
  26.   end
  27.   object Button1: TButton
  28.     Left = 104
  29.     Top = 56
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'ANO'
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 208
  38.     Top = 56
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'NE'
  42.     TabOrder = 1
  43.     OnClick = Button2Click
  44.   end
  45.   object ProgressBar1: TProgressBar
  46.     Left = 16
  47.     Top = 32
  48.     Width = 377
  49.     Height = 16
  50.     Min = 0
  51.     Max = 100
  52.     TabOrder = 2
  53.   end
  54. end
  55.