home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / kancelar / busicard / BCDP2000.EXE / bcdp.exe / 0 / RCDATA / TOWHELPFORM / TOWHELPFORM.txt
Encoding:
Text File  |  2000-10-20  |  2.5 KB  |  115 lines

  1. object OWHelpForm: TOWHelpForm
  2.   Left = 599
  3.   Top = 200
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Help'
  7.   ClientHeight = 243
  8.   ClientWidth = 347
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object OKBtn: TBitBtn
  20.     Left = 136
  21.     Top = 216
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     NumGlyphs = 2
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 8
  32.     Top = 8
  33.     Width = 329
  34.     Height = 197
  35.     BevelInner = bvRaised
  36.     BevelOuter = bvLowered
  37.     TabOrder = 1
  38.     object Label1: TLabel
  39.       Left = 16
  40.       Top = 8
  41.       Width = 245
  42.       Height = 13
  43.       Caption = 'Send your questions, comments and suggestions to:'
  44.     end
  45.     object ContactURLLabel: TURLLabel
  46.       Left = 32
  47.       Top = 48
  48.       Width = 85
  49.       Height = 13
  50.       Cursor = crHandPoint
  51.       Caption = 'ContactURLLabel'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clBlue
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsUnderline]
  57.       ParentFont = False
  58.     end
  59.     object Label2: TLabel
  60.       Left = 16
  61.       Top = 128
  62.       Width = 305
  63.       Height = 33
  64.       AutoSize = False
  65.       Caption = 
  66.         'This software was developed by CAM Development.  For other great' +
  67.         ' products from CAM Development please visit:'
  68.       WordWrap = True
  69.     end
  70.     object URLLabel1: TURLLabel
  71.       Left = 32
  72.       Top = 168
  73.       Width = 131
  74.       Height = 13
  75.       Cursor = crHandPoint
  76.       Caption = 'www.camdevelopment.com'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clBlue
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsUnderline]
  82.       ParentFont = False
  83.       URL = 'http://www.camdevelopment.com'
  84.     end
  85.     object Bevel1: TBevel
  86.       Left = 14
  87.       Top = 116
  88.       Width = 301
  89.       Height = 13
  90.       Shape = bsTopLine
  91.     end
  92.     object ContactNameLabel: TLabel
  93.       Left = 16
  94.       Top = 28
  95.       Width = 91
  96.       Height = 13
  97.       Caption = 'ContactNameLabel'
  98.     end
  99.     object ContactPhone1Label: TLabel
  100.       Left = 32
  101.       Top = 72
  102.       Width = 100
  103.       Height = 13
  104.       Caption = 'ContactPhone1Label'
  105.     end
  106.     object ContactPhone2Label: TLabel
  107.       Left = 32
  108.       Top = 92
  109.       Width = 100
  110.       Height = 13
  111.       Caption = 'ContactPhone1Label'
  112.     end
  113.   end
  114. end
  115.