home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / GSS / GSS32.EXE / 0 / RCDATA / TFABOUT / TFABOUT.txt < prev   
Text File  |  1997-03-14  |  3KB  |  135 lines

  1. object fAbout: TfAbout
  2.   Left = 383
  3.   Top = 233
  4.   BorderStyle = bsDialog
  5.   Caption = 'About GSS'
  6.   ClientHeight = 238
  7.   ClientWidth = 370
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 10
  18.     Top = 42
  19.     Width = 353
  20.     Height = 153
  21.   end
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 52
  25.     Width = 318
  26.     Height = 41
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 
  30.       '     GSS is a simple, small-footprint HTTP server for Windows 95' +
  31.       ' or NT.  Multithreaded, GSS is fast but lacks the functionality ' +
  32.       '(and code size) one associates with full-function servers.'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 36
  36.     Top = 153
  37.     Width = 305
  38.     Height = 16
  39.     AutoSize = False
  40.     Caption = 'GSS is another fine freeware package from GMUtant Software. '
  41.   end
  42.   object Label4: TLabel
  43.     Left = 104
  44.     Top = 171
  45.     Width = 169
  46.     Height = 17
  47.     AutoSize = False
  48.     Caption = 'http://timesync.gmu.edu/gmutant'
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsItalic]
  53.     ParentFont = False
  54.   end
  55.   object Image1: TImage
  56.     Left = 8
  57.     Top = 4
  58.     Width = 33
  59.     Height = 33
  60.     Picture.Data = {<image001.ico>}
  61.   end
  62.   object Label5: TLabel
  63.     Left = 280
  64.     Top = 208
  65.     Width = 81
  66.     Height = 17
  67.     AutoSize = False
  68.     Caption = 'BETA RELEASE'
  69.     Font.Color = clRed
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75.   object Label6: TLabel
  76.     Left = 8
  77.     Top = 208
  78.     Width = 81
  79.     Height = 17
  80.     AutoSize = False
  81.     Caption = 'release 0.90'
  82.   end
  83.   object Button1: TButton
  84.     Left = 140
  85.     Top = 204
  86.     Width = 97
  87.     Height = 25
  88.     Caption = '&OK'
  89.     TabOrder = 0
  90.     OnClick = Button1Click
  91.   end
  92.   object Panel1: TPanel
  93.     Left = 48
  94.     Top = 4
  95.     Width = 313
  96.     Height = 33
  97.     Caption = 'GMUtant Simple Server'
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.     TabOrder = 1
  104.   end
  105.   object Panel2: TPanel
  106.     Left = 24
  107.     Top = 99
  108.     Width = 329
  109.     Height = 46
  110.     BevelOuter = bvNone
  111.     Ctl3D = True
  112.     ParentCtl3D = False
  113.     TabOrder = 2
  114.     object Label7: TLabel
  115.       Left = 27
  116.       Top = 3
  117.       Width = 265
  118.       Height = 33
  119.       Alignment = taCenter
  120.       AutoSize = False
  121.       Caption = 
  122.         'GSS is based on Tadpole, a freely distributed DELPHI package dev' +
  123.         'eloped by Scott Kelly. Visit his web site: '
  124.     end
  125.     object Label8: TLabel
  126.       Left = 45
  127.       Top = 30
  128.       Width = 256
  129.       Height = 14
  130.       AutoSize = False
  131.       Caption = 'http://www.corporatecomputing.com:80/index.htm'
  132.     end
  133.   end
  134. end
  135.