home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / proces.exe / another.dfm / another.txt
Text File  |  1998-02-09  |  1KB  |  66 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 = 'Default'
  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.Color = clBlack
  23.     Font.Height = -16
  24.     Font.Name = 'Arial'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.   end
  28.   object Comments: TLabel
  29.     Left = 48
  30.     Top = 64
  31.     Width = 141
  32.     Height = 17
  33.     Alignment = taCenter
  34.     Caption = 'C++Builder Example'
  35.     WordWrap = True
  36.     IsControl = True
  37.   end
  38.   object Copyright: TLabel
  39.     Left = 77
  40.     Top = 80
  41.     Width = 83
  42.     Height = 13
  43.     Alignment = taCenter
  44.     Caption = 'Copyright ∩┐╜ 1997'
  45.     IsControl = True
  46.   end
  47.   object Borland: TLabel
  48.     Left = 70
  49.     Top = 96
  50.     Width = 97
  51.     Height = 13
  52.     Alignment = taCenter
  53.     Caption = 'Borland International'
  54.     IsControl = True
  55.   end
  56.   object Button1: TButton
  57.     Left = 70
  58.     Top = 136
  59.     Width = 97
  60.     Height = 25
  61.     Caption = 'O&K'
  62.     ModalResult = 1
  63.     TabOrder = 0
  64.   end
  65. end
  66.