home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / testsoft / ntmailnt / mailmon.exe / 0 / RCDATA / TPOWERPANELABOUTBOX / TPOWERPANELABOUTBOX.txt < prev   
Text File  |  1996-06-17  |  4KB  |  157 lines

  1. object PowerPanelAboutBox: TPowerPanelAboutBox
  2.   Left = 341
  3.   Top = 120
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 308
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 257
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clNavy
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Bevel1: TBevel
  30.       Left = 2
  31.       Top = 2
  32.       Width = 277
  33.       Height = 79
  34.       Align = alTop
  35.       Shape = bsBottomLine
  36.     end
  37.     object Copyright: TLabel
  38.       Left = 8
  39.       Top = 102
  40.       Width = 203
  41.       Height = 13
  42.       Caption = 'Copyright 1995-1996 Strategic Applications'
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Comments: TLabel
  51.       Left = 8
  52.       Top = 184
  53.       Width = 209
  54.       Height = 65
  55.       AutoSize = False
  56.       Caption = 
  57.         'To register this component online with Compuserve, at a "GO" pro' +
  58.         'mpt type swreg. Follow the instructions for registering, our reg' +
  59.         'istration number is 8131.  '
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 8
  70.       Top = 128
  71.       Width = 137
  72.       Height = 13
  73.       Caption = 'Developed by John Panagia '
  74.       Font.Color = clNavy
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label2: TLabel
  81.       Left = 8
  82.       Top = 144
  83.       Width = 122
  84.       Height = 13
  85.       Caption = 'Compuserve: 72774,2161'
  86.       Font.Color = clNavy
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.     end
  92.     object Label3: TLabel
  93.       Left = 8
  94.       Top = 160
  95.       Width = 161
  96.       Height = 13
  97.       Caption = 'Internet: jpanagia@ix.netcom.com'
  98.       Font.Color = clNavy
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = []
  102.       ParentFont = False
  103.     end
  104.     object ProgramIcon: TImage
  105.       Left = 16
  106.       Top = 16
  107.       Width = 65
  108.       Height = 57
  109.       Picture.Data = {<image000.bmp>}
  110.       Stretch = True
  111.       IsControl = True
  112.     end
  113.     object ProductName: TLabel
  114.       Left = 96
  115.       Top = 28
  116.       Width = 140
  117.       Height = 31
  118.       Caption = 'PowerPanel'
  119.       Font.Color = clBlue
  120.       Font.Height = -27
  121.       Font.Name = 'Times New Roman'
  122.       Font.Style = [fsBold, fsUnderline]
  123.       ParentFont = False
  124.       IsControl = True
  125.     end
  126.     object Version: TLabel
  127.       Left = 96
  128.       Top = 60
  129.       Width = 59
  130.       Height = 13
  131.       Caption = 'Version 2.01'
  132.       Font.Color = clBlue
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       IsControl = True
  138.     end
  139.   end
  140.   object OKButton: TBitBtn
  141.     Left = 7
  142.     Top = 274
  143.     Width = 77
  144.     Height = 27
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Style = [fsBold]
  149.     ParentFont = False
  150.     TabOrder = 1
  151.     Kind = bkOK
  152.     Margin = 2
  153.     Spacing = -1
  154.     IsControl = True
  155.   end
  156. end
  157.