home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / ANOTHER.DFM / ANOTHER.txt
Text File  |  1997-01-16  |  1KB  |  64 lines

  1. object Form2: TForm2
  2.   Left = 165
  3.   Top = 425
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ProcView...'
  6.   ClientHeight = 179
  7.   ClientWidth = 237
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Title: TLabel
  15.     Left = 59
  16.     Top = 24
  17.     Width = 119
  18.     Height = 19
  19.     Caption = 'Process Viewer'
  20.     Font.Color = clBlack
  21.     Font.Height = -16
  22.     Font.Name = 'Arial'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26.   object Comments: TLabel
  27.     Left = 48
  28.     Top = 64
  29.     Width = 141
  30.     Height = 17
  31.     Alignment = taCenter
  32.     Caption = 'C++Builder Example'
  33.     WordWrap = True
  34.     IsControl = True
  35.   end
  36.   object Copyright: TLabel
  37.     Left = 77
  38.     Top = 80
  39.     Width = 83
  40.     Height = 13
  41.     Alignment = taCenter
  42.     Caption = 'Copyright ∩┐╜ 1996'
  43.     IsControl = True
  44.   end
  45.   object Borland: TLabel
  46.     Left = 70
  47.     Top = 96
  48.     Width = 97
  49.     Height = 13
  50.     Alignment = taCenter
  51.     Caption = 'Borland International'
  52.     IsControl = True
  53.   end
  54.   object Button1: TButton
  55.     Left = 70
  56.     Top = 136
  57.     Width = 97
  58.     Height = 25
  59.     Caption = 'O&K'
  60.     ModalResult = 1
  61.     TabOrder = 0
  62.   end
  63. end
  64.