home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / TIMBNT25.ZIP / INSTALL.EXE / BILLPOWR.EXE / 0 / RCDATA / TPROJSCHEDULE / TPROJSCHEDULE.txt
Text File  |  1998-04-14  |  1KB  |  73 lines

  1. object ProjSchedule: TProjSchedule
  2.   Left = 3
  3.   Top = 86
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Listing'
  7.   ClientHeight = 432
  8.   ClientWidth = 640
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -15
  12.   Font.Name = 'Arial'
  13.   Font.Pitch = fpFixed
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 17
  21.   object RptInfo: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 631
  25.     Height = 101
  26.   end
  27.   object RptList: TListBox
  28.     Left = 2
  29.     Top = 122
  30.     Width = 629
  31.     Height = 229
  32.     ItemHeight = 17
  33.     MultiSelect = True
  34.     TabOrder = 0
  35.     OnDblClick = RptListDblClick
  36.     OnKeyDown = RptListKeyDown
  37.     OnMouseDown = RptListMouseDown
  38.   end
  39.   object OKbtn: TButton
  40.     Left = 452
  41.     Top = 6
  42.     Width = 73
  43.     Height = 25
  44.     Cancel = True
  45.     Caption = '&OK'
  46.     TabOrder = 1
  47.     OnClick = OKbtnClick
  48.   end
  49.   object MainMenu1: TMainMenu
  50.     Left = 8
  51.     Top = 4
  52.     object ListPrint: TMenuItem
  53.       Caption = '&Print'
  54.       OnClick = ListPrintClick
  55.     end
  56.     object RptEdit: TMenuItem
  57.       Caption = '&Edit'
  58.       object RptEditCopy: TMenuItem
  59.         Caption = '&Copy'
  60.         OnClick = RptEditCopyClick
  61.       end
  62.     end
  63.     object RptHelp: TMenuItem
  64.       Caption = '&Help'
  65.       OnClick = RptHelpClick
  66.     end
  67.   end
  68.   object PrintDialog1: TPrintDialog
  69.     Left = 76
  70.     Top = 6
  71.   end
  72. end
  73.