home *** CD-ROM | disk | FTP | other *** search
- object FKonec: TFKonec
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu]
- AutoScroll = False
- Caption = 'Potvrzen�'
- ClientHeight = 103
- ClientWidth = 268
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object DsFancyButton1: TDsFancyButton
- Left = 16
- Top = 63
- Width = 97
- Height = 25
- ButtonColor = clBtnFace
- Caption = 'ANO, jsem si jist'
- FrameColor = clGray
- FrameWidth = 12
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = DsFancyButton1Click
- end
- object DsFancyButton2: TDsFancyButton
- Left = 152
- Top = 63
- Width = 97
- Height = 25
- ButtonColor = clYellow
- Caption = 'NE, nejsem'
- FrameColor = clRed
- FrameWidth = 4
- CornerRadius = 10
- TextStyle = txRaised
- OnClick = DsFancyButton2Click
- end
- object Label1: TLabel
- Left = 48
- Top = 7
- Width = 144
- Height = 16
- Caption = 'Jste si jist, �e chcete'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 48
- Top = 28
- Width = 216
- Height = 16
- Caption = 'ukon�it program ��astn�ch 10 ?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image001.ico>}
- end
- object Timer1: TTimer
- Interval = 200
- OnTimer = Timer1Timer
- Left = 240
- end
- end
-