home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1998-05-10  |  1KB  |  74 lines

  1. object Form5: TForm5
  2.   Left = 142
  3.   Top = 169
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Active/Open Programs'
  7.   ClientHeight = 240
  8.   ClientWidth = 571
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 284
  22.     Height = 13
  23.     Caption = 'The following programs are now in operation on your system:'
  24.   end
  25.   object Button1: TButton
  26.     Left = 440
  27.     Top = 200
  28.     Width = 75
  29.     Height = 25
  30.     Hint = 'Exit'
  31.     Caption = '&Leave'
  32.     Default = True
  33.     ModalResult = 1
  34.     ParentShowHint = False
  35.     ShowHint = True
  36.     TabOrder = 0
  37.   end
  38.   object Button2: TButton
  39.     Left = 56
  40.     Top = 200
  41.     Width = 75
  42.     Height = 25
  43.     Hint = 'Refresh screen to update executed programs'
  44.     Caption = '&Refresh'
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 1
  48.     OnClick = Button2Click
  49.   end
  50.   object ListView1: TListView
  51.     Left = 0
  52.     Top = 24
  53.     Width = 569
  54.     Height = 169
  55.     OnDblClick = ListView1DblClick
  56.     Columns = <
  57.       item
  58.         Caption = 'Start'
  59.         Width = 70
  60.       end
  61.       item
  62.         Caption = 'End'
  63.         Width = 70
  64.       end
  65.       item
  66.         Caption = 'Program Name'
  67.         Width = 422
  68.       end>
  69.     ReadOnly = False
  70.     TabOrder = 2
  71.     ViewStyle = vsReport
  72.   end
  73. end
  74.