home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / ANOTHER.DFM / ANOTHER.txt
Text File  |  1997-02-28  |  1KB  |  67 lines

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