home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / JVDEicq / jvdeicqb.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-02-03  |  4.1 KB  |  187 lines

  1. object AboutBox: TAboutBox
  2.   Left = 216
  3.   Top = 202
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 303
  7.   ClientWidth = 295
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 265
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 16
  30.       Top = 16
  31.       Width = 49
  32.       Height = 41
  33.       Picture.Data = {<image000.ico>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 80
  39.       Top = 16
  40.       Width = 104
  41.       Height = 14
  42.       Caption = 'JVDE ICQ Backup'
  43.       Font.Charset = ANSI_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -12
  46.       Font.Name = 'Tahoma'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 80
  53.       Top = 40
  54.       Width = 60
  55.       Height = 13
  56.       Caption = 'Version 1.00'
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 80
  61.       Top = 56
  62.       Width = 187
  63.       Height = 13
  64.       Caption = 'Copyright (c) 1999 Jeroen van de Erve'
  65.       IsControl = True
  66.     end
  67.     object Comments: TLabel
  68.       Left = 8
  69.       Top = 88
  70.       Width = 217
  71.       Height = 26
  72.       Caption = 'With this program you can easily backup and restore your ICQ'
  73.       WordWrap = True
  74.       IsControl = True
  75.     end
  76.     object Bevel1: TBevel
  77.       Left = 8
  78.       Top = 120
  79.       Width = 265
  80.       Height = 9
  81.       Shape = bsTopLine
  82.     end
  83.     object Label1: TLabel
  84.       Left = 8
  85.       Top = 232
  86.       Width = 37
  87.       Height = 13
  88.       Caption = 'Label1'
  89.       Font.Charset = ANSI_CHARSET
  90.       Font.Color = clWindowText
  91.       Font.Height = -11
  92.       Font.Name = 'Tahoma'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.     end
  96.     object Label2: TLabel
  97.       Left = 8
  98.       Top = 248
  99.       Width = 37
  100.       Height = 13
  101.       Caption = 'Label2'
  102.       Font.Charset = ANSI_CHARSET
  103.       Font.Color = clWindowText
  104.       Font.Height = -11
  105.       Font.Name = 'Tahoma'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.     end
  109.     object Label3: TLabel
  110.       Left = 8
  111.       Top = 136
  112.       Width = 236
  113.       Height = 13
  114.       Caption = 'Warning: This application is freeware and may be'
  115.       Font.Charset = ANSI_CHARSET
  116.       Font.Color = clWindowText
  117.       Font.Height = -11
  118.       Font.Name = 'Tahoma'
  119.       Font.Style = []
  120.       ParentFont = False
  121.     end
  122.     object Label4: TLabel
  123.       Left = 8
  124.       Top = 152
  125.       Width = 243
  126.       Height = 13
  127.       Caption = 'distributed anywhere on a non-profit base, free of'
  128.       Font.Charset = ANSI_CHARSET
  129.       Font.Color = clWindowText
  130.       Font.Height = -11
  131.       Font.Name = 'Tahoma'
  132.       Font.Style = []
  133.       ParentFont = False
  134.     end
  135.     object Label5: TLabel
  136.       Left = 8
  137.       Top = 168
  138.       Width = 269
  139.       Height = 13
  140.       Caption = 'charge and in it'#39's original package. The author makes no'
  141.       Font.Charset = ANSI_CHARSET
  142.       Font.Color = clWindowText
  143.       Font.Height = -11
  144.       Font.Name = 'Tahoma'
  145.       Font.Style = []
  146.       ParentFont = False
  147.     end
  148.     object Label6: TLabel
  149.       Left = 8
  150.       Top = 184
  151.       Width = 263
  152.       Height = 13
  153.       Caption = 'warrentee regarding this product. If you distribute this'
  154.       Font.Charset = ANSI_CHARSET
  155.       Font.Color = clWindowText
  156.       Font.Height = -11
  157.       Font.Name = 'Tahoma'
  158.       Font.Style = []
  159.       ParentFont = False
  160.     end
  161.     object Bevel2: TBevel
  162.       Left = 8
  163.       Top = 216
  164.       Width = 265
  165.       Height = 17
  166.       Shape = bsTopLine
  167.     end
  168.     object Label7: TLabel
  169.       Left = 8
  170.       Top = 200
  171.       Width = 213
  172.       Height = 13
  173.       Caption = 'program, please inform the author. Thanks !'
  174.     end
  175.   end
  176.   object OKButton: TButton
  177.     Left = 111
  178.     Top = 276
  179.     Width = 75
  180.     Height = 25
  181.     Caption = 'OK'
  182.     Default = True
  183.     ModalResult = 1
  184.     TabOrder = 1
  185.   end
  186. end
  187.