home *** CD-ROM | disk | FTP | other *** search
/ PalmOS Software Digest / PalmDigest.iso / 工具 / memoplustry / TempEdTr.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-09-29  |  2KB  |  106 lines

  1. object AboutBox: TAboutBox
  2.   Left = 267
  3.   Top = 117
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 308
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 291
  22.     Height = 161
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 80
  31.       Height = 70
  32.       Picture.Data = {<image000.bmp>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 106
  38.       Top = 16
  39.       Width = 175
  40.       Height = 16
  41.       Caption = 'Memo PLUS Template Editor'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -13
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 106
  52.       Top = 40
  53.       Width = 73
  54.       Height = 16
  55.       Caption = 'Version 1.01'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -13
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Copyright: TLabel
  65.       Left = 8
  66.       Top = 96
  67.       Width = 91
  68.       Height = 16
  69.       Caption = 'Copyright 1998 '
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -13
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.       IsControl = True
  77.     end
  78.     object UrlLabel1: TUrlLabel
  79.       Left = 105
  80.       Top = 96
  81.       Width = 126
  82.       Height = 16
  83.       Cursor = 5
  84.       Caption = 'Hands High Software'
  85.       Font.Charset = DEFAULT_CHARSET
  86.       Font.Color = clBlue
  87.       Font.Height = -13
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = [fsUnderline]
  90.       ParentFont = False
  91.       PopupMenu = UrlLabel1.
  92.       URL = 'http://www.handshigh.com/index.html'
  93.     end
  94.   end
  95.   object OKButton: TButton
  96.     Left = 116
  97.     Top = 180
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.   end
  105. end
  106.