home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Odinstalace programu ��astn�ch 10'
- ClientHeight = 102
- ClientWidth = 271
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 250
- Height = 13
- Caption = 'Opravdu chcete odinstalovat program ��astn�ch 10?'
- end
- object Ano: TDsFancyButton
- Left = 24
- Top = 64
- Width = 81
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'Ano'
- FrameColor = clGray
- FrameWidth = 6
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = AnoClick
- end
- object Ne: TDsFancyButton
- Left = 168
- Top = 64
- Width = 81
- Height = 25
- ButtonColor = clYellow
- Caption = 'Ne'
- FrameColor = clRed
- FrameWidth = 12
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = NeClick
- end
- object Label2: TLabel
- Left = 8
- Top = 8
- Width = 226
- Height = 13
- Caption = 'Seznam soubor�, kter� je nutno odstranit ru�n�:'
- Visible = False
- end
- object Memo1: TMemo
- Left = 8
- Top = 24
- Width = 257
- Height = 60
- ReadOnly = True
- TabOrder = 0
- Visible = False
- end
- end
-