home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / Chip_2002-12_cd1.bin / ctenari / Srubar / _SETUP.1 / Videoteka.exe / 0 / RCDATA / TFOPROG / TFOPROG.txt < prev   
Encoding:
Text File  |  2002-11-02  |  2.4 KB  |  109 lines

  1. object FOprog: TFOprog
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programu'
  6.   ClientHeight = 253
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 201
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 24
  29.       Top = 16
  30.       Width = 32
  31.       Height = 32
  32.       AutoSize = True
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 112
  39.       Top = 8
  40.       Width = 130
  41.       Height = 36
  42.       Caption = 'Videot∩┐╜ka'
  43.       Font.Charset = EASTEUROPE_CHARSET
  44.       Font.Color = clMaroon
  45.       Font.Height = -32
  46.       Font.Name = 'Times New Roman'
  47.       Font.Style = [fsBold, fsItalic]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 112
  53.       Top = 48
  54.       Width = 45
  55.       Height = 13
  56.       Caption = 'Verze 2.3'
  57.       Font.Charset = EASTEUROPE_CHARSET
  58.       Font.Color = clMaroon
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 64
  67.       Top = 72
  68.       Width = 135
  69.       Height = 26
  70.       Alignment = taCenter
  71.       Caption = 'V∩┐╜echna pr∩┐╜va vyhrazena! David ∩┐╜ruba∩┐╜ ∩┐╜ 2000 - 2002'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.     object Label1: TLabel
  76.       Left = 16
  77.       Top = 152
  78.       Width = 232
  79.       Height = 39
  80.       Alignment = taCenter
  81.       Caption = 
  82.         'Sv∩┐╜ p∩┐╜ipom∩┐╜nky, n∩┐╜vrhy na vylep∩┐╜en∩┐╜ a d∩┐╜kovn∩┐╜ maily zas∩┐╜lejte na' +
  83.         ' e-mailovou adresu david.srubar@seznam.cz'
  84.       WordWrap = True
  85.     end
  86.     object Label2: TLabel
  87.       Left = 8
  88.       Top = 112
  89.       Width = 255
  90.       Height = 26
  91.       Alignment = taCenter
  92.       Caption = 
  93.         'Dal∩┐╜∩┐╜ informace a p∩┐╜∩┐╜padn∩┐╜ updaty jsou k nalezen∩┐╜ na domovsk∩┐╜ st' +
  94.         'r∩┐╜nce autora http://dave.borec.cz'
  95.       WordWrap = True
  96.     end
  97.   end
  98.   object BitBtn1: TBitBtn
  99.     Left = 104
  100.     Top = 216
  101.     Width = 75
  102.     Height = 25
  103.     Cursor = crHandPoint
  104.     TabOrder = 1
  105.     OnClick = BitBtn1Click
  106.     Kind = bkOK
  107.   end
  108. end
  109.