home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TLISTPROJECT / TLISTPROJECT.txt
Text File  |  1996-12-15  |  2KB  |  126 lines

  1. object ListProject: TListProject
  2.   Left = 0
  3.   Top = 88
  4.   HelpContext = 670
  5.   BorderStyle = bsSingle
  6.   Caption = 'List of Projects'
  7.   ClientHeight = 296
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Pitch = fpFixed
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnKeyDown = keydown
  17.   OnPaint = FormPaint
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 15
  21.   object ProjectInfo: TImage
  22.     Left = 4
  23.     Top = 2
  24.     Width = 625
  25.     Height = 181
  26.   end
  27.   object HuntList: TListBox
  28.     Left = 6
  29.     Top = 184
  30.     Width = 627
  31.     Height = 107
  32.     HelpContext = 670
  33.     TabStop = False
  34.     ItemHeight = 15
  35.     MultiSelect = True
  36.     Sorted = True
  37.     TabOrder = 2
  38.     OnDblClick = HuntListDblClick
  39.     OnKeyDown = keydown
  40.     OnMouseDown = HuntListMouseDown
  41.   end
  42.   object OKbtn: TButton
  43.     Left = 558
  44.     Top = 4
  45.     Width = 71
  46.     Height = 25
  47.     Caption = 'OK'
  48.     TabOrder = 0
  49.     TabStop = False
  50.     OnClick = OKbtnClick
  51.     OnKeyDown = keydown
  52.   end
  53.   object CancelBtn: TButton
  54.     Left = 480
  55.     Top = 4
  56.     Width = 71
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     TabOrder = 1
  61.     TabStop = False
  62.     OnClick = OKbtnClick
  63.   end
  64.   object fontCheckBox: TCheckBox
  65.     Left = 10
  66.     Top = 8
  67.     Width = 135
  68.     Height = 17
  69.     Caption = 'Use small Font'
  70.     TabOrder = 3
  71.     Visible = False
  72.     OnClick = fontCheckBoxClick
  73.   end
  74.   object BackBtn: TButton
  75.     Left = 4
  76.     Top = 4
  77.     Width = 147
  78.     Height = 25
  79.     Caption = 'Last Scroll Range'
  80.     TabOrder = 4
  81.     OnClick = ScrollBtnClick
  82.   end
  83.   object NextBtn: TButton
  84.     Left = 4
  85.     Top = 32
  86.     Width = 147
  87.     Height = 25
  88.     Caption = 'Next Scroll Range'
  89.     TabOrder = 5
  90.     OnClick = ScrollBtnClick
  91.   end
  92.   object MainMenu1: TMainMenu
  93.     Left = 440
  94.     Top = 6
  95.     object ListPrint: TMenuItem
  96.       Caption = '&Print'
  97.       ShortCut = 0
  98.       OnClick = ListPrintClick
  99.     end
  100.     object ProjEditMenu: TMenuItem
  101.       Caption = '&Edit'
  102.       ShortCut = 0
  103.       object ProjCopy: TMenuItem
  104.         Caption = '&Copy to Clipboard'
  105.         ShortCut = 0
  106.         OnClick = ProjCopyClick
  107.       end
  108.     end
  109.     object ProjHelp: TMenuItem
  110.       Caption = '&Help'
  111.       HelpContext = 312
  112.       ShortCut = 112
  113.       OnClick = ProjHelpClick
  114.     end
  115.   end
  116.   object PrintDialog1: TPrintDialog
  117.     Left = 404
  118.     Top = 8
  119.   end
  120.   object Timer1: TTimer
  121.     OnTimer = Timer1Timer
  122.     Left = 362
  123.     Top = 8
  124.   end
  125. end
  126.