home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / app.exe / _SETUP.1 / AbuseNet.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-06-12  |  2KB  |  104 lines

  1. object AboutForm: TAboutForm
  2.   Left = 155
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 218
  7.   ClientWidth = 423
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BitBtn1: TBitBtn
  19.     Left = 344
  20.     Top = 192
  21.     Width = 75
  22.     Height = 22
  23.     Caption = 'Close'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = BitBtn1Click
  27.   end
  28.   object PageControl1: TPageControl
  29.     Left = 0
  30.     Top = 0
  31.     Width = 423
  32.     Height = 187
  33.     ActivePage = TabSheet1
  34.     Align = alTop
  35.     TabOrder = 1
  36.     object TabSheet1: TTabSheet
  37.       Caption = 'About'
  38.       object Panel1: TPanel
  39.         Left = 0
  40.         Top = 0
  41.         Width = 415
  42.         Height = 159
  43.         Align = alClient
  44.         BevelOuter = bvLowered
  45.         TabOrder = 0
  46.         object Image1: TImage
  47.           Left = 1
  48.           Top = 1
  49.           Width = 413
  50.           Height = 157
  51.           Align = alClient
  52.           Center = True
  53.           Picture.Data = {<image000.bmp>}
  54.           Transparent = True
  55.         end
  56.         object Label1: TLabel
  57.           Left = 4
  58.           Top = 129
  59.           Width = 216
  60.           Height = 13
  61.           Caption = 'Copyright (c) 1997 by Zoltan Schavel '
  62.           Font.Charset = DEFAULT_CHARSET
  63.           Font.Color = clBlack
  64.           Font.Height = -11
  65.           Font.Name = 'MS Sans Serif'
  66.           Font.Style = [fsBold]
  67.           ParentFont = False
  68.           Transparent = True
  69.         end
  70.         object Label2: TLabel
  71.           Left = 4
  72.           Top = 143
  73.           Width = 181
  74.           Height = 13
  75.           Caption = 'Idea and management by Leslie Varga'
  76.           Transparent = True
  77.         end
  78.       end
  79.     end
  80.     object TabSheet2: TTabSheet
  81.       Caption = 'Version'
  82.       object ListView1: TListView
  83.         Left = 0
  84.         Top = 0
  85.         Width = 415
  86.         Height = 159
  87.         Align = alClient
  88.         Columns = <
  89.           item
  90.             Caption = 'Property'
  91.             Width = 0
  92.           end
  93.           item
  94.             Caption = 'Value'
  95.             Width = 0
  96.           end>
  97.         ReadOnly = True
  98.         TabOrder = 0
  99.         ViewStyle = vsReport
  100.       end
  101.     end
  102.   end
  103. end
  104.