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
Wrap
Text File
|
1996-12-15
|
4KB
|
190 lines
object DayScreen: TDayScreen
Left = -2
Top = 143
BorderStyle = bsSingle
Caption = 'Daily Screen'
ClientHeight = 273
ClientWidth = 632
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Pitch = fpFixed
Font.Style = []
KeyPreview = True
Menu = MainMenu1
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 15
object DayScreenInfo: TImage
Left = -208
Top = -18
Width = 843
Height = 157
end
object RcrdNumEntryLabel: TLabel
Left = 56
Top = 6
Width = 78
Height = 15
AutoSize = False
Caption = 'Record Number'
end
object LeftBtn: TButton
Left = 10
Top = 36
Width = 33
Height = 33
Caption = 'Lft'
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Terminal'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 6
TabStop = False
OnClick = DirBtnClick
OnKeyDown = keydown
end
object RightBtn: TButton
Left = 50
Top = 36
Width = 35
Height = 33
Caption = 'Rgt'
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Terminal'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 7
TabStop = False
OnClick = DirBtnClick
OnKeyDown = keydown
end
object EditList: TListBox
Left = 2
Top = 184
Width = 627
Height = 109
TabStop = False
Color = clGray
ItemHeight = 15
MultiSelect = True
Sorted = True
TabOrder = 2
OnDblClick = EditListDblClick
OnDragDrop = EditListDragDrop
OnDragOver = EditListDragOver
OnEndDrag = EditListEndDrag
OnKeyDown = keydown
OnKeyPress = KeyPress
OnMouseDown = EditListMouseDown
end
object OKbtn: TButton
Left = 554
Top = 4
Width = 71
Height = 25
Caption = 'OK'
TabOrder = 0
TabStop = False
OnClick = OKbtnClick
OnKeyDown = keydown
end
object CancelBtn: TButton
Left = 476
Top = 4
Width = 71
Height = 25
Cancel = True
Caption = '&Cancel'
TabOrder = 1
TabStop = False
OnClick = OKbtnClick
OnKeyDown = keydown
end
object DateBtn: TButton
Left = 280
Top = 118
Width = 89
Height = 21
Caption = '22 DEC 95'
TabOrder = 3
end
object zipEditBox: TCheckBox
Left = 430
Top = 30
Width = 195
Height = 15
Alignment = taLeftJustify
Caption = 'Modify Before Zipping'
TabOrder = 4
OnClick = zipEditBoxClick
end
object RcrdNumEntry: TMaskEdit
Left = 4
Top = 4
Width = 49
Height = 23
TabStop = False
Color = clWhite
MaxLength = 0
TabOrder = 5
OnExit = Exit
OnKeyDown = keydown
end
object MainMenu1: TMainMenu
Left = 188
Top = 2
object DayPrint: TMenuItem
Caption = '&Print'
ShortCut = 0
object DayPrintDetail: TMenuItem
Caption = '&Print Daily Detail'
ShortCut = 0
OnClick = DayPrintDetailClick
end
end
object DayEdit: TMenuItem
Caption = '&Edit'
ShortCut = 0
object DayEditCut: TMenuItem
Caption = 'C&ut to Clipboard'
ShortCut = 0
OnClick = DayEditCutClick
end
object DayEditCopy: TMenuItem
Caption = '&Copy to Clipboard'
ShortCut = 0
OnClick = DayEditCopyClick
end
object N1: TMenuItem
Caption = '-'
ShortCut = 0
end
object DayEditRcrdNum: TMenuItem
Caption = '&Record Number'
ShortCut = 0
OnClick = DayEditRcrdNumClick
end
end
object DayHelp: TMenuItem
Caption = '&Help'
ShortCut = 112
OnClick = DayHelpClick
end
end
object PrintDialog1: TPrintDialog
Options = [poPageNums, poSelection, poWarning]
Left = 226
Top = 2
end
end