home *** CD-ROM | disk | FTP | other *** search
/ PC User 1998 October / Image.iso / educat / pencils1 / _SETUP.1 / noteload.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1998-06-29  |  1.9 KB  |  97 lines

  1. object Form4: TForm4
  2.   Left = 311
  3.   Top = 266
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About zNotes'
  6.   ClientHeight = 197
  7.   ClientWidth = 256
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label3: TLabel
  16.     Left = 48
  17.     Top = 152
  18.     Width = 165
  19.     Height = 13
  20.     Caption = 'Copyright ∩┐╜ 1998 FreshWater, Inc.'
  21.   end
  22.   object GroupBox1: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 241
  26.     Height = 65
  27.     Caption = 'Interface, design, and programming'
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 48
  31.       Top = 16
  32.       Width = 136
  33.       Height = 24
  34.       Caption = 'Kevin C. Miller'
  35.       Font.Color = clBlue
  36.       Font.Height = -20
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Label4: TLabel
  42.       Left = 144
  43.       Top = 42
  44.       Width = 94
  45.       Height = 16
  46.       Caption = 'kcm@cmu.edu'
  47.       Font.Color = clBlack
  48.       Font.Height = -13
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.   end
  54.   object GroupBox2: TGroupBox
  55.     Left = 8
  56.     Top = 80
  57.     Width = 241
  58.     Height = 65
  59.     Caption = 'Concept && Beta Support '
  60.     TabOrder = 1
  61.     object Label2: TLabel
  62.       Left = 40
  63.       Top = 16
  64.       Width = 158
  65.       Height = 19
  66.       Caption = 'Dasharath Gopinath'
  67.       Font.Color = clBlue
  68.       Font.Height = -17
  69.       Font.Name = 'Arial'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.     end
  73.     object Label5: TLabel
  74.       Left = 64
  75.       Top = 35
  76.       Width = 121
  77.       Height = 19
  78.       Caption = 'Rahul Caprihan'
  79.       Font.Color = clBlue
  80.       Font.Height = -17
  81.       Font.Name = 'Arial'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.     end
  85.   end
  86.   object Button1: TButton
  87.     Left = 88
  88.     Top = 168
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96. end
  97.