home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / ctenari / Ventluka / Delta.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-03-20  |  2KB  |  90 lines

  1. object AboutBox: TAboutBox
  2.   Left = 394
  3.   Top = 176
  4.   BorderStyle = bsDialog
  5.   Caption = '  o programu:'
  6.   ClientHeight = 213
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 8
  30.       Top = 8
  31.       Width = 65
  32.       Height = 57
  33.       Picture.Data = {<image001.jpg>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 120
  39.       Top = 8
  40.       Width = 95
  41.       Height = 36
  42.       Caption = 'DELTA'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -32
  46.       Font.Name = 'Courier New'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 120
  53.       Top = 40
  54.       Width = 97
  55.       Height = 13
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Caption = 'verze 0.9'
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 8
  63.       Top = 80
  64.       Width = 225
  65.       Height = 13
  66.       Caption = '(c) Ji∩┐╜∩┐╜ Ventluka, P∩┐╜kova 1956, 15500 Praha 5 '
  67.       IsControl = True
  68.     end
  69.     object Comments: TLabel
  70.       Left = 8
  71.       Top = 120
  72.       Width = 108
  73.       Height = 26
  74.       Caption = 'Progarm pro vytvo∩┐╜en∩┐╜ diferen∩┐╜n∩┐╜ho souboru'
  75.       WordWrap = True
  76.       IsControl = True
  77.     end
  78.   end
  79.   object OKButton: TButton
  80.     Left = 111
  81.     Top = 180
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'OK'
  85.     Default = True
  86.     ModalResult = 1
  87.     TabOrder = 1
  88.   end
  89. end
  90.