home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2000-04-17  |  3KB  |  125 lines

  1. object AboutBox: TAboutBox
  2.   Left = 198
  3.   Top = 181
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  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.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 281
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 16
  29.       Top = 16
  30.       Width = 64
  31.       Height = 64
  32.       Picture.Data = {<image000.bmp>}
  33.       IsControl = True
  34.     end
  35.     object Product: TLabel
  36.       Left = 96
  37.       Top = 42
  38.       Width = 169
  39.       Height = 31
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Caption = 'BigDOC'
  43.       Color = clBtnFace
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clNavy
  46.       Font.Height = -27
  47.       Font.Name = 'Arial'
  48.       Font.Style = [fsBold]
  49.       ParentColor = False
  50.       ParentFont = False
  51.       IsControl = True
  52.     end
  53.     object Version: TLabel
  54.       Left = 96
  55.       Top = 108
  56.       Width = 169
  57.       Height = 16
  58.       Alignment = taCenter
  59.       AutoSize = False
  60.       Caption = 'Version'
  61.       Color = clBtnFace
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clBlack
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentColor = False
  68.       ParentFont = False
  69.       IsControl = True
  70.     end
  71.     object Copyright: TLabel
  72.       Left = 1
  73.       Top = 134
  74.       Width = 278
  75.       Height = 13
  76.       Alignment = taCenter
  77.       AutoSize = False
  78.       Caption = 'Copyright (c) 2000 Geo Massar, Sr.'
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 96
  83.       Top = 14
  84.       Width = 162
  85.       Height = 19
  86.       Alignment = taCenter
  87.       Caption = 'DDD Professional Guild'
  88.       Color = clBtnFace
  89.       Font.Charset = DEFAULT_CHARSET
  90.       Font.Color = clBlack
  91.       Font.Height = -16
  92.       Font.Name = 'Times New Roman'
  93.       Font.Style = [fsBold]
  94.       ParentColor = False
  95.       ParentFont = False
  96.     end
  97.     object Label2: TLabel
  98.       Left = 96
  99.       Top = 80
  100.       Width = 169
  101.       Height = 19
  102.       Alignment = taCenter
  103.       AutoSize = False
  104.       Caption = 'for Piloteers'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clNavy
  107.       Font.Height = -16
  108.       Font.Name = 'Arial'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.     end
  112.   end
  113.   object OKButton: TButton
  114.     Left = 111
  115.     Top = 180
  116.     Width = 75
  117.     Height = 25
  118.     Caption = 'OK'
  119.     Default = True
  120.     ModalResult = 1
  121.     TabOrder = 1
  122.     OnClick = OKButtonClick
  123.   end
  124. end
  125.