home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / netstat / NetStat.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2000-02-28  |  2.3 KB  |  116 lines

  1. object FrmAbout: TFrmAbout
  2.   Left = 397
  3.   Top = 406
  4.   Width = 290
  5.   Height = 216
  6.   Caption = 'About'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel3: TPanel
  17.     Left = 7
  18.     Top = 7
  19.     Width = 268
  20.     Height = 145
  21.     BevelInner = bvLowered
  22.     TabOrder = 0
  23.     object Image1: TImage
  24.       Left = 2
  25.       Top = 0
  26.       Width = 42
  27.       Height = 41
  28.       Center = True
  29.       Picture.Data = {<image000.ico>}
  30.     end
  31.     object Label4: TLabel
  32.       Left = 62
  33.       Top = 8
  34.       Width = 90
  35.       Height = 13
  36.       Caption = 'NetStat Version %s'
  37.     end
  38.     object Label5: TLabel
  39.       Left = 62
  40.       Top = 32
  41.       Width = 141
  42.       Height = 13
  43.       Caption = 'Written By: Charles DeWeese'
  44.     end
  45.     object Label6: TLabel
  46.       Left = 62
  47.       Top = 56
  48.       Width = 189
  49.       Height = 13
  50.       Caption = 'Copyright 1998-99 by Charles DeWeese'
  51.     end
  52.     object Label7: TLabel
  53.       Left = 85
  54.       Top = 97
  55.       Width = 107
  56.       Height = 13
  57.       Cursor = crHandPoint
  58.       Caption = 'krazy@rocketmail.com'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlue
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsUnderline]
  64.       ParentFont = False
  65.       OnClick = Label7Click
  66.     end
  67.     object Label9: TLabel
  68.       Left = 62
  69.       Top = 71
  70.       Width = 93
  71.       Height = 13
  72.       Caption = 'All Rights Reserved'
  73.     end
  74.     object Label11: TLabel
  75.       Left = 48
  76.       Top = 98
  77.       Width = 31
  78.       Height = 13
  79.       Caption = 'E-mail:'
  80.     end
  81.     object Label10: TLabel
  82.       Left = 44
  83.       Top = 119
  84.       Width = 36
  85.       Height = 13
  86.       Caption = 'WWW:'
  87.     end
  88.     object Label8: TLabel
  89.       Left = 85
  90.       Top = 118
  91.       Width = 147
  92.       Height = 13
  93.       Cursor = crHandPoint
  94.       Caption = 'flashfxp.skuz.net/freeware.html'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clBlue
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsUnderline]
  100.       ParentFont = False
  101.       OnClick = Label8Click
  102.     end
  103.   end
  104.   object Button1: TButton
  105.     Left = 107
  106.     Top = 159
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'OK'
  111.     Default = True
  112.     ModalResult = 1
  113.     TabOrder = 1
  114.   end
  115. end
  116.