home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / ctenari / Hustava / KVR.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-03-19  |  3KB  |  120 lines

  1. object AboutBox: TAboutBox
  2.   Left = 240
  3.   Top = 118
  4.   ActiveControl = OKButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'O aplik∩┐╜cii Kvadratick∩┐╜ rovnice'
  8.   ClientHeight = 340
  9.   ClientWidth = 353
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 353
  23.     Height = 340
  24.     Align = alClient
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     Color = clWindow
  28.     TabOrder = 1
  29.     object ProgramIcon: TImage
  30.       Left = 64
  31.       Top = 8
  32.       Width = 257
  33.       Height = 169
  34.       Picture.Data = {<image000.bmp>}
  35.       Transparent = True
  36.       IsControl = True
  37.     end
  38.     object Label1: TLabel
  39.       Left = 7
  40.       Top = 200
  41.       Width = 339
  42.       Height = 24
  43.       Caption = 'PRAKTICK∩┐╜ MATURITN∩┐╜ PR∩┐╜CA'
  44.       Font.Charset = EASTEUROPE_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -21
  47.       Font.Name = 'Times New Roman'
  48.       Font.Style = [fsBold]
  49.       ParentFont = False
  50.     end
  51.     object Label2: TLabel
  52.       Left = 92
  53.       Top = 232
  54.       Width = 168
  55.       Height = 16
  56.       Cursor = crHelp
  57.       Caption = 'Tom∩┐╜ H∩┐╜∩┐╜∩┐╜ava,       4.F.'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -13
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       OnDblClick = Label2DblClick
  65.     end
  66.     object Label3: TLabel
  67.       Left = 115
  68.       Top = 264
  69.       Width = 123
  70.       Height = 13
  71.       Caption = 'Konzultant: Ing. Jozef Kr∩┐╜l'
  72.     end
  73.     object Label4: TLabel
  74.       Left = 7
  75.       Top = 184
  76.       Width = 339
  77.       Height = 13
  78.       Caption = 
  79.         'slovn∩┐╜ ∩┐╜lohy, kvadratick∩┐╜ nerovnice, iracion∩┐╜lne rovnice, lomen∩┐╜' +
  80.         ' v∩┐╜razy'
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ParentFont = False
  87.     end
  88.     object Label5: TLabel
  89.       Left = 184
  90.       Top = 160
  91.       Width = 47
  92.       Height = 10
  93.       Caption = 'F r e e w a r e'
  94.       Font.Charset = EASTEUROPE_CHARSET
  95.       Font.Color = clWindowText
  96.       Font.Height = -8
  97.       Font.Name = 'Arial'
  98.       Font.Style = []
  99.       ParentFont = False
  100.     end
  101.   end
  102.   object OKButton: TButton
  103.     Left = 139
  104.     Top = 294
  105.     Width = 75
  106.     Height = 25
  107.     Caption = '&Zavrie∩┐╜'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 0
  111.     OnClick = OKButtonClick
  112.   end
  113.   object Timer1: TTimer
  114.     Interval = 500
  115.     OnTimer = Timer1Timer
  116.     Left = 296
  117.     Top = 240
  118.   end
  119. end
  120.