home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Joescgi / JOESCGI.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1997-04-19  |  2KB  |  103 lines

  1. object Form2: TForm2
  2.   Left = 482
  3.   Top = 124
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'About'
  7.   ClientHeight = 198
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 153
  21.     Style = bsRaised
  22.   end
  23.   object Label1: TLabel
  24.     Left = 72
  25.     Top = 32
  26.     Width = 57
  27.     Height = 33
  28.     Caption = 'CGI'
  29.     Font.Color = clMaroon
  30.     Font.Height = -24
  31.     Font.Name = 'Arial Black'
  32.     Font.Style = [fsItalic]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 128
  37.     Top = 32
  38.     Width = 89
  39.     Height = 38
  40.     Caption = 'Editor'
  41.     Font.Color = clBlack
  42.     Font.Height = -27
  43.     Font.Name = 'Arial Black'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 72
  49.     Top = 24
  50.     Width = 30
  51.     Height = 13
  52.     Caption = 'Joe'#39's'
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object Bevel2: TBevel
  60.     Left = 24
  61.     Top = 72
  62.     Width = 249
  63.     Height = 9
  64.     Shape = bsTopLine
  65.   end
  66.   object Label4: TLabel
  67.     Left = 24
  68.     Top = 80
  69.     Width = 249
  70.     Height = 17
  71.     Alignment = taCenter
  72.     AutoSize = False
  73.     Caption = 'Programmed By Joe Burnett'
  74.   end
  75.   object Label5: TLabel
  76.     Left = 24
  77.     Top = 96
  78.     Width = 257
  79.     Height = 17
  80.     Alignment = taCenter
  81.     AutoSize = False
  82.     Caption = 'Email: joeb2@direct.ca'
  83.   end
  84.   object Label6: TLabel
  85.     Left = 24
  86.     Top = 128
  87.     Width = 249
  88.     Height = 17
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = 'http://www.scream.rede.com/'
  92.   end
  93.   object BitBtn1: TBitBtn
  94.     Left = 80
  95.     Top = 168
  96.     Width = 129
  97.     Height = 25
  98.     TabOrder = 0
  99.     OnClick = BitBtn1Click
  100.     Kind = bkOK
  101.   end
  102. end
  103.