home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TFKONEC / TFKONEC.txt < prev   
Encoding:
Text File  |  2000-08-30  |  1.8 KB  |  84 lines

  1. object FKonec: TFKonec
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   AutoScroll = False
  6.   Caption = 'Potvrzen∩┐╜'
  7.   ClientHeight = 103
  8.   ClientWidth = 268
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DsFancyButton1: TDsFancyButton
  20.     Left = 16
  21.     Top = 63
  22.     Width = 97
  23.     Height = 25
  24.     ButtonColor = clBtnFace
  25.     Caption = 'ANO, jsem si jist'
  26.     FrameColor = clGray
  27.     FrameWidth = 12
  28.     CornerRadius = 10
  29.     TextStyle = txRaised
  30.     OnClick = DsFancyButton1Click
  31.   end
  32.   object DsFancyButton2: TDsFancyButton
  33.     Left = 152
  34.     Top = 63
  35.     Width = 97
  36.     Height = 25
  37.     ButtonColor = clYellow
  38.     Caption = 'NE, nejsem'
  39.     FrameColor = clRed
  40.     FrameWidth = 4
  41.     CornerRadius = 10
  42.     TextStyle = txRaised
  43.     OnClick = DsFancyButton2Click
  44.   end
  45.   object Label1: TLabel
  46.     Left = 48
  47.     Top = 7
  48.     Width = 144
  49.     Height = 16
  50.     Caption = 'Jste si jist, ∩┐╜e chcete'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label2: TLabel
  59.     Left = 48
  60.     Top = 28
  61.     Width = 216
  62.     Height = 16
  63.     Caption = 'ukon∩┐╜it program ∩┐╜∩┐╜astn∩┐╜ch 10 ?'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object Image1: TImage
  72.     Left = 8
  73.     Top = 8
  74.     Width = 32
  75.     Height = 32
  76.     Picture.Data = {<image001.ico>}
  77.   end
  78.   object Timer1: TTimer
  79.     Interval = 200
  80.     OnTimer = Timer1Timer
  81.     Left = 240
  82.   end
  83. end
  84.