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 / TWEEKSCREEN / TWEEKSCREEN.txt
Text File  |  1996-12-15  |  4KB  |  177 lines

  1. object WeekScreen: TWeekScreen
  2.   Left = 2
  3.   Top = 99
  4.   BorderStyle = bsSingle
  5.   Caption = 'Daily Screen'
  6.   ClientHeight = 296
  7.   ClientWidth = 632
  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.   OnDblClick = WeekScreenDblClick
  16.   OnKeyDown = keydown
  17.   OnKeyPress = keypress
  18.   OnMouseDown = MouseDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object MonthScreenImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 632
  26.     Height = 296
  27.     Align = alClient
  28.     OnDblClick = WeekScreenDblClick
  29.     OnDragDrop = MonthScreenImageDragDrop
  30.     OnDragOver = MonthScreenImageDragOver
  31.     OnEndDrag = MonthScreenImageEndDrag
  32.     OnMouseDown = MouseDown
  33.   end
  34.   object OKbtn: TButton
  35.     Left = 554
  36.     Top = 4
  37.     Width = 71
  38.     Height = 25
  39.     Caption = 'OK'
  40.     TabOrder = 0
  41.     TabStop = False
  42.     OnClick = OKbtnClick
  43.     OnKeyDown = keydown
  44.   end
  45.   object CancelBtn: TButton
  46.     Left = 476
  47.     Top = 4
  48.     Width = 71
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     TabOrder = 1
  53.     TabStop = False
  54.     OnClick = OKbtnClick
  55.     OnKeyDown = keydown
  56.   end
  57.   object DailyListBox: TListBox
  58.     Left = 384
  59.     Top = 58
  60.     Width = 121
  61.     Height = 97
  62.     HelpContext = 303
  63.     ItemHeight = 15
  64.     Sorted = True
  65.     TabOrder = 2
  66.     OnDblClick = WeekScreenDblClick
  67.     OnKeyDown = keydown
  68.     OnKeyPress = keypress
  69.     OnMouseDown = MouseDown
  70.   end
  71.   object UpBtn: TButton
  72.     Left = 4
  73.     Top = 4
  74.     Width = 20
  75.     Height = 20
  76.     HelpContext = 303
  77.     Caption = 'UpBtn'
  78.     Font.Color = clWindowText
  79.     Font.Height = -15
  80.     Font.Name = 'Terminal'
  81.     Font.Pitch = fpFixed
  82.     Font.Style = []
  83.     ParentFont = False
  84.     ParentShowHint = False
  85.     ShowHint = True
  86.     TabOrder = 3
  87.     TabStop = False
  88.     OnClick = UpBtnClick
  89.   end
  90.   object DnBtn: TButton
  91.     Left = 4
  92.     Top = 28
  93.     Width = 20
  94.     Height = 20
  95.     HelpContext = 303
  96.     Caption = 'DnBtn'
  97.     Font.Color = clWindowText
  98.     Font.Height = -15
  99.     Font.Name = 'Terminal'
  100.     Font.Pitch = fpFixed
  101.     Font.Style = []
  102.     ParentFont = False
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 4
  106.     TabStop = False
  107.     OnClick = UpBtnClick
  108.   end
  109.   object twentyHr: TCheckBox
  110.     Left = 526
  111.     Top = 30
  112.     Width = 97
  113.     Height = 17
  114.     HelpContext = 303
  115.     TabStop = False
  116.     Alignment = taLeftJustify
  117.     Caption = '20-hr View'
  118.     TabOrder = 5
  119.     OnClick = twentyHrClick
  120.   end
  121.   object MainMenu1: TMainMenu
  122.     Left = 190
  123.     Top = 2
  124.     object DayPrint: TMenuItem
  125.       Caption = '&Print'
  126.       HelpContext = 303
  127.       ShortCut = 0
  128.       object DayPrintScreen: TMenuItem
  129.         Caption = '&Print Screen'
  130.         HelpContext = 303
  131.         ShortCut = 0
  132.         OnClick = DayPrintScreenClick
  133.       end
  134.     end
  135.     object WView: TMenuItem
  136.       Caption = '&View'
  137.       HelpContext = 303
  138.       ShortCut = 0
  139.       object ViewDescription1: TMenuItem
  140.         Caption = '&Description'
  141.         HelpContext = 303
  142.         ShortCut = 0
  143.         OnClick = WViewClick
  144.       end
  145.       object ViewDescription2: TMenuItem
  146.         Caption = 'Descri&ption, by Person'
  147.         HelpContext = 303
  148.         ShortCut = 0
  149.         OnClick = WViewClick
  150.       end
  151.       object ViewEventType: TMenuItem
  152.         Caption = '&Event Type, by Person'
  153.         HelpContext = 303
  154.         ShortCut = 0
  155.         OnClick = WViewClick
  156.       end
  157.       object ViewTimeAlloc: TMenuItem
  158.         Caption = '&Time Allocated, by Person'
  159.         HelpContext = 303
  160.         ShortCut = 0
  161.         OnClick = WViewClick
  162.       end
  163.     end
  164.     object DayHelp: TMenuItem
  165.       Caption = '&Help'
  166.       HelpContext = 303
  167.       ShortCut = 112
  168.       OnClick = DayHelpClick
  169.     end
  170.   end
  171.   object PrintDialog1: TPrintDialog
  172.     Options = [poPageNums, poSelection, poWarning]
  173.     Left = 226
  174.     Top = 2
  175.   end
  176. end
  177.