home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ctenari / Marsik / Sifruj / sifruj.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-01-17  |  3KB  |  147 lines

  1. object AboutBox: TAboutBox
  2.   Left = 280
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'O programu'
  7.   ClientHeight = 299
  8.   ClientWidth = 427
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 10
  20.     Width = 425
  21.     Height = 239
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 10
  28.       Top = 10
  29.       Width = 80
  30.       Height = 70
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 108
  37.       Top = 20
  38.       Width = 89
  39.       Height = 16
  40.       Caption = 'Product Name:'
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 108
  45.       Top = 49
  46.       Width = 49
  47.       Height = 16
  48.       Caption = 'Version:'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 10
  53.       Top = 98
  54.       Width = 60
  55.       Height = 16
  56.       Caption = 'Copyright:'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 10
  61.       Top = 128
  62.       Width = 67
  63.       Height = 16
  64.       Caption = 'Comments:'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 208
  70.       Top = 8
  71.       Width = 8
  72.       Height = 29
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -23
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.     end
  80.     object Label2: TLabel
  81.       Left = 176
  82.       Top = 48
  83.       Width = 3
  84.       Height = 16
  85.     end
  86.     object Label3: TLabel
  87.       Left = 104
  88.       Top = 96
  89.       Width = 108
  90.       Height = 16
  91.       Caption = 'ZM-SOFT (c) 1999'
  92.     end
  93.     object Label4: TLabel
  94.       Left = 104
  95.       Top = 128
  96.       Width = 148
  97.       Height = 16
  98.       Caption = 'Pro WINDOWS 95,98,NT'
  99.     end
  100.     object Label5: TLabel
  101.       Left = 16
  102.       Top = 160
  103.       Width = 41
  104.       Height = 16
  105.       Caption = 'E-mail:'
  106.     end
  107.     object Label6: TLabel
  108.       Left = 16
  109.       Top = 192
  110.       Width = 72
  111.       Height = 16
  112.       Caption = 'Homepage:'
  113.     end
  114.     object Label7: TLabel
  115.       Left = 104
  116.       Top = 160
  117.       Width = 128
  118.       Height = 16
  119.       Caption = 'mzdenek@usa.net'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -13
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.     end
  127.     object Label8: TLabel
  128.       Left = 16
  129.       Top = 216
  130.       Width = 393
  131.       Height = 16
  132.       AutoSize = False
  133.       Caption = 'http:/www.geocities.com/Eureka/Park/1193/zm_soft.html'
  134.     end
  135.   end
  136.   object OKButton: TButton
  137.     Left = 168
  138.     Top = 264
  139.     Width = 92
  140.     Height = 30
  141.     Caption = 'OK'
  142.     Default = True
  143.     ModalResult = 1
  144.     TabOrder = 1
  145.   end
  146. end
  147.