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

  1. object ListScreen: TListScreen
  2.   Left = 0
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Listing'
  7.   ClientHeight = 410
  8.   ClientWidth = 632
  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.   OnPaint = FormPaint
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 17
  22.   object RptInfo: TImage
  23.     Left = 0
  24.     Top = 2
  25.     Width = 631
  26.     Height = 101
  27.   end
  28.   object RptList: TListBox
  29.     Left = 0
  30.     Top = 122
  31.     Width = 629
  32.     Height = 229
  33.     ItemHeight = 17
  34.     MultiSelect = True
  35.     TabOrder = 0
  36.     OnDblClick = RptListDblClick
  37.     OnKeyDown = RptListKeyDown
  38.     OnMouseDown = RptListMouseDown
  39.   end
  40.   object OKbtn: TButton
  41.     Left = 456
  42.     Top = 4
  43.     Width = 71
  44.     Height = 23
  45.     Cancel = True
  46.     Caption = '&OK'
  47.     TabOrder = 1
  48.     OnClick = OKbtnClick
  49.   end
  50.   object MainMenu1: TMainMenu
  51.     Left = 8
  52.     Top = 4
  53.     object ListPrint: TMenuItem
  54.       Caption = '&Print'
  55.       OnClick = ListPrintClick
  56.     end
  57.     object RptEdit: TMenuItem
  58.       Caption = '&Edit'
  59.       object RptEditCopy: TMenuItem
  60.         Caption = '&Copy'
  61.         OnClick = RptEditCopyClick
  62.       end
  63.     end
  64.     object RptHelp: TMenuItem
  65.       Caption = '&Help'
  66.       OnClick = RptHelpClick
  67.     end
  68.   end
  69.   object Timer1: TTimer
  70.     OnTimer = Timer1Timer
  71.     Left = 42
  72.     Top = 4
  73.   end
  74.   object PrintDialog1: TPrintDialog
  75.     Left = 76
  76.     Top = 6
  77.   end
  78. end
  79.