home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / Chip_1999-05_cd.bin / ctenari / Hlavaty / HTML_Convert.exe / 0 / RCDATA / TABOUT_BOX / TABOUT_BOX.txt < prev   
Text File  |  1999-03-03  |  2KB  |  84 lines

  1. object About_Box: TAbout_Box
  2.   Left = 394
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'About HTML Charset Converter'
  6.   ClientHeight = 172
  7.   ClientWidth = 298
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 121
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 104
  27.       Top = 16
  28.       Width = 170
  29.       Height = 16
  30.       Caption = 'HTML Charset Converter'
  31.       Font.Charset = DEFAULT_CHARSET
  32.       Font.Color = clWindowText
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = [fsBold]
  36.       ParentFont = False
  37.       IsControl = True
  38.     end
  39.     object Copyright: TLabel
  40.       Left = 64
  41.       Top = 56
  42.       Width = 147
  43.       Height = 13
  44.       Caption = '(c) 1999 DINAMIT Web design'
  45.       IsControl = True
  46.     end
  47.     object author: TLabel
  48.       Left = 80
  49.       Top = 80
  50.       Width = 121
  51.       Height = 13
  52.       Alignment = taCenter
  53.       Caption = 'Code && design by DuDDo'
  54.       Layout = tlCenter
  55.       WordWrap = True
  56.       IsControl = True
  57.     end
  58.     object CompanyLogo: TImage
  59.       Left = 8
  60.       Top = 8
  61.       Width = 89
  62.       Height = 33
  63.       Picture.Data = {<image000.bmp>}
  64.     end
  65.     object e_mail: TLabel
  66.       Left = 152
  67.       Top = 104
  68.       Width = 126
  69.       Height = 13
  70.       Caption = 'E-mail to:  duddo@atlas.cz'
  71.     end
  72.   end
  73.   object OKButton: TButton
  74.     Left = 111
  75.     Top = 140
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK'
  79.     Default = True
  80.     ModalResult = 1
  81.     TabOrder = 1
  82.   end
  83. end
  84.