home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / Uninstall.ex_ / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  2000-08-23  |  1.4 KB  |  69 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Odinstalace programu ∩┐╜∩┐╜astn∩┐╜ch 10'
  7.   ClientHeight = 102
  8.   ClientWidth = 271
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 250
  22.     Height = 13
  23.     Caption = 'Opravdu chcete odinstalovat program ∩┐╜∩┐╜astn∩┐╜ch 10?'
  24.   end
  25.   object Ano: TDsFancyButton
  26.     Left = 24
  27.     Top = 64
  28.     Width = 81
  29.     Height = 25
  30.     ButtonColor = clBtnFace
  31.     Caption = 'Ano'
  32.     FrameColor = clGray
  33.     FrameWidth = 6
  34.     CornerRadius = 10
  35.     TextStyle = txRaised
  36.     OnClick = AnoClick
  37.   end
  38.   object Ne: TDsFancyButton
  39.     Left = 168
  40.     Top = 64
  41.     Width = 81
  42.     Height = 25
  43.     ButtonColor = clYellow
  44.     Caption = 'Ne'
  45.     FrameColor = clRed
  46.     FrameWidth = 12
  47.     CornerRadius = 10
  48.     TextStyle = txRaised
  49.     OnClick = NeClick
  50.   end
  51.   object Label2: TLabel
  52.     Left = 8
  53.     Top = 8
  54.     Width = 226
  55.     Height = 13
  56.     Caption = 'Seznam soubor∩┐╜, kter∩┐╜ je nutno odstranit ru∩┐╜n∩┐╜:'
  57.     Visible = False
  58.   end
  59.   object Memo1: TMemo
  60.     Left = 8
  61.     Top = 24
  62.     Width = 257
  63.     Height = 60
  64.     ReadOnly = True
  65.     TabOrder = 0
  66.     Visible = False
  67.   end
  68. end
  69.