home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Encoding:
Text File  |  1999-07-25  |  1.6 KB  |  83 lines

  1. object AboutForm: TAboutForm
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Slash'
  7.   ClientHeight = 186
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 52
  20.     Height = 24
  21.     Caption = 'Slash'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clRed
  24.     Font.Height = -21
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 24
  31.     Top = 48
  32.     Width = 73
  33.     Height = 16
  34.     Caption = 'Version 1.00'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -13
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label5: TLabel
  43.     Left = 32
  44.     Top = 63
  45.     Width = 153
  46.     Height = 21
  47.     AutoSize = False
  48.     Caption = '"Integration up the ass."'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsItalic]
  54.     ParentFont = False
  55.     WordWrap = True
  56.   end
  57.   object Label6: TLabel
  58.     Left = 24
  59.     Top = 104
  60.     Width = 161
  61.     Height = 17
  62.     AutoSize = False
  63.     Caption = 'Programmed By: Marc Peters'
  64.     WordWrap = True
  65.   end
  66.   object Label3: TLabel
  67.     Left = 24
  68.     Top = 128
  69.     Width = 71
  70.     Height = 13
  71.     Caption = '1999 Copyright'
  72.   end
  73.   object BitBtn1: TBitBtn
  74.     Left = 120
  75.     Top = 152
  76.     Width = 75
  77.     Height = 25
  78.     Caption = 'OK!'
  79.     TabOrder = 0
  80.     Kind = bkOK
  81.   end
  82. end
  83.