home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TLISTSCREEN / TLISTSCREEN.txt
Text File  |  1996-12-15  |  2KB  |  80 lines

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