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

  1. object DayScreen: TDayScreen
  2.   Left = -2
  3.   Top = 143
  4.   BorderStyle = bsSingle
  5.   Caption = 'Daily Screen'
  6.   ClientHeight = 273
  7.   ClientWidth = 632
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Pitch = fpFixed
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Menu = MainMenu1
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object DayScreenInfo: TImage
  20.     Left = -208
  21.     Top = -18
  22.     Width = 843
  23.     Height = 157
  24.   end
  25.   object RcrdNumEntryLabel: TLabel
  26.     Left = 56
  27.     Top = 6
  28.     Width = 78
  29.     Height = 15
  30.     AutoSize = False
  31.     Caption = 'Record Number'
  32.   end
  33.   object LeftBtn: TButton
  34.     Left = 10
  35.     Top = 36
  36.     Width = 33
  37.     Height = 33
  38.     Caption = 'Lft'
  39.     Font.Color = clWindowText
  40.     Font.Height = -15
  41.     Font.Name = 'Terminal'
  42.     Font.Pitch = fpFixed
  43.     Font.Style = []
  44.     ParentFont = False
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 6
  48.     TabStop = False
  49.     OnClick = DirBtnClick
  50.     OnKeyDown = keydown
  51.   end
  52.   object RightBtn: TButton
  53.     Left = 50
  54.     Top = 36
  55.     Width = 35
  56.     Height = 33
  57.     Caption = 'Rgt'
  58.     Font.Color = clWindowText
  59.     Font.Height = -15
  60.     Font.Name = 'Terminal'
  61.     Font.Pitch = fpFixed
  62.     Font.Style = []
  63.     ParentFont = False
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 7
  67.     TabStop = False
  68.     OnClick = DirBtnClick
  69.     OnKeyDown = keydown
  70.   end
  71.   object EditList: TListBox
  72.     Left = 2
  73.     Top = 184
  74.     Width = 627
  75.     Height = 109
  76.     TabStop = False
  77.     Color = clGray
  78.     ItemHeight = 15
  79.     MultiSelect = True
  80.     Sorted = True
  81.     TabOrder = 2
  82.     OnDblClick = EditListDblClick
  83.     OnDragDrop = EditListDragDrop
  84.     OnDragOver = EditListDragOver
  85.     OnEndDrag = EditListEndDrag
  86.     OnKeyDown = keydown
  87.     OnKeyPress = KeyPress
  88.     OnMouseDown = EditListMouseDown
  89.   end
  90.   object OKbtn: TButton
  91.     Left = 554
  92.     Top = 4
  93.     Width = 71
  94.     Height = 25
  95.     Caption = 'OK'
  96.     TabOrder = 0
  97.     TabStop = False
  98.     OnClick = OKbtnClick
  99.     OnKeyDown = keydown
  100.   end
  101.   object CancelBtn: TButton
  102.     Left = 476
  103.     Top = 4
  104.     Width = 71
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = '&Cancel'
  108.     TabOrder = 1
  109.     TabStop = False
  110.     OnClick = OKbtnClick
  111.     OnKeyDown = keydown
  112.   end
  113.   object DateBtn: TButton
  114.     Left = 280
  115.     Top = 118
  116.     Width = 89
  117.     Height = 21
  118.     Caption = '22 DEC 95'
  119.     TabOrder = 3
  120.   end
  121.   object zipEditBox: TCheckBox
  122.     Left = 430
  123.     Top = 30
  124.     Width = 195
  125.     Height = 15
  126.     Alignment = taLeftJustify
  127.     Caption = 'Modify Before Zipping'
  128.     TabOrder = 4
  129.     OnClick = zipEditBoxClick
  130.   end
  131.   object RcrdNumEntry: TMaskEdit
  132.     Left = 4
  133.     Top = 4
  134.     Width = 49
  135.     Height = 23
  136.     TabStop = False
  137.     Color = clWhite
  138.     MaxLength = 0
  139.     TabOrder = 5
  140.     OnExit = Exit
  141.     OnKeyDown = keydown
  142.   end
  143.   object MainMenu1: TMainMenu
  144.     Left = 188
  145.     Top = 2
  146.     object DayPrint: TMenuItem
  147.       Caption = '&Print'
  148.       ShortCut = 0
  149.       object DayPrintDetail: TMenuItem
  150.         Caption = '&Print Daily Detail'
  151.         ShortCut = 0
  152.         OnClick = DayPrintDetailClick
  153.       end
  154.     end
  155.     object DayEdit: TMenuItem
  156.       Caption = '&Edit'
  157.       ShortCut = 0
  158.       object DayEditCut: TMenuItem
  159.         Caption = 'C&ut to Clipboard'
  160.         ShortCut = 0
  161.         OnClick = DayEditCutClick
  162.       end
  163.       object DayEditCopy: TMenuItem
  164.         Caption = '&Copy to Clipboard'
  165.         ShortCut = 0
  166.         OnClick = DayEditCopyClick
  167.       end
  168.       object N1: TMenuItem
  169.         Caption = '-'
  170.         ShortCut = 0
  171.       end
  172.       object DayEditRcrdNum: TMenuItem
  173.         Caption = '&Record Number'
  174.         ShortCut = 0
  175.         OnClick = DayEditRcrdNumClick
  176.       end
  177.     end
  178.     object DayHelp: TMenuItem
  179.       Caption = '&Help'
  180.       ShortCut = 112
  181.       OnClick = DayHelpClick
  182.     end
  183.   end
  184.   object PrintDialog1: TPrintDialog
  185.     Options = [poPageNums, poSelection, poWarning]
  186.     Left = 226
  187.     Top = 2
  188.   end
  189. end
  190.