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

  1. object Upozorneni: TUpozorneni
  2.   Left = 147
  3.   Top = 223
  4.   Width = 394
  5.   Height = 194
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Upozorn∩┐╜n∩┐╜'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   PopupMenu = PopupMenu1
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 56
  22.     Width = 351
  23.     Height = 16
  24.     Caption = 'Tohle je pouze demoverze programu ∩┐╜∩┐╜astn∩┐╜ch 10,'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 72
  35.     Width = 361
  36.     Height = 16
  37.     Caption = 'm∩┐╜∩┐╜ete ji proto spustit pouze 5x. Vy jste tuto mo∩┐╜nost'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 88
  48.     Width = 341
  49.     Height = 16
  50.     Caption = 'ji∩┐╜ vyu∩┐╜il. Pokud chcete nad∩┐╜le program pou∩┐╜∩┐╜vat,'
  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 Label4: TLabel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 165
  62.     Height = 16
  63.     Caption = 'mus∩┐╜te se zaregistrovat.'
  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 OK: TDsFancyButton
  72.     Left = 48
  73.     Top = 136
  74.     Width = 89
  75.     Height = 25
  76.     ButtonColor = clBtnFace
  77.     Caption = 'OK'
  78.     FrameColor = clGray
  79.     FrameWidth = 6
  80.     CornerRadius = 10
  81.     TextStyle = txRaised
  82.     OnClick = OKClick
  83.   end
  84.   object DsFancyButton1: TDsFancyButton
  85.     Left = 224
  86.     Top = 136
  87.     Width = 97
  88.     Height = 25
  89.     ButtonColor = clBtnFace
  90.     Caption = 'Zaregistrovat se'
  91.     FrameColor = clGray
  92.     FrameWidth = 6
  93.     CornerRadius = 10
  94.     TextStyle = txRaised
  95.     OnClick = DsFancyButton1Click
  96.   end
  97.   object StaticText1: TStaticText
  98.     Left = 85
  99.     Top = 8
  100.     Width = 209
  101.     Height = 33
  102.     AutoSize = False
  103.     BorderStyle = sbsSunken
  104.     Caption = '    !!! POZOR !!!'
  105.     Color = clLime
  106.     Font.Charset = DEFAULT_CHARSET
  107.     Font.Color = clWindowText
  108.     Font.Height = -23
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = [fsBold]
  111.     ParentColor = False
  112.     ParentFont = False
  113.     PopupMenu = PopupMenu1
  114.     TabOrder = 0
  115.   end
  116.   object Button2: TButton
  117.     Left = 304
  118.     Top = 0
  119.     Width = 81
  120.     Height = 17
  121.     Caption = 'Zaregistrovat se'
  122.     PopupMenu = PopupMenu1
  123.     TabOrder = 1
  124.     Visible = False
  125.     OnClick = Button2Click
  126.   end
  127.   object PopupMenu1: TPopupMenu
  128.     Left = 16
  129.     Top = 8
  130.     object Zavt1: TMenuItem
  131.       Caption = 'Zav∩┐╜∩┐╜t'
  132.       OnClick = Zavt1Click
  133.     end
  134.   end
  135. end
  136.