home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / snppserver.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  2013-10-17  |  1KB  |  53 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 498
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'About PageGate SNPP Server'
  6.   ClientHeight = 161
  7.   ClientWidth = 249
  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 = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 16
  21.     Width = 177
  22.     Height = 17
  23.     AutoSize = False
  24.     Caption = 'PageGate SNPP Server version 6.0'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 2
  28.     Top = 144
  29.     Width = 185
  30.     Height = 17
  31.     AutoSize = False
  32.     Caption = 'Copyright 2003-2013 NotePage, Inc.'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 32
  36.     Top = 48
  37.     Width = 185
  38.     Height = 17
  39.     AutoSize = False
  40.     Caption = 'Refer to the snpp.ini file for setup info'
  41.   end
  42.   object btnClose: TButton
  43.     Left = 88
  44.     Top = 104
  45.     Width = 73
  46.     Height = 25
  47.     Caption = 'Close'
  48.     Default = True
  49.     TabOrder = 0
  50.     OnClick = btnCloseClick
  51.   end
  52. end
  53.