home *** CD-ROM | disk | FTP | other *** search
- object PrintForm: TPrintForm
- Left = 223
- Top = 117
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Print Events'
- ClientHeight = 154
- ClientWidth = 314
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object MainGroupBox: TGroupBox
- Left = 0
- Top = 0
- Width = 314
- Height = 100
- TabOrder = 2
- object StartDayLabel: TLabel
- Left = 8
- Top = 19
- Width = 59
- Height = 18
- Caption = 'Start Day'
- end
- object EndDayLabel: TLabel
- Left = 8
- Top = 46
- Width = 59
- Height = 17
- Caption = 'End Day'
- end
- object ConfirmLabel: TLabel
- Left = 8
- Top = 75
- Width = 23
- Height = 13
- Caption = 'xxx'
- ParentShowHint = False
- ShowHint = False
- end
- object StartDayEdit: TEdit
- Left = 68
- Top = 16
- Width = 237
- Height = 23
- Hint = 'Earliest event to appear on printout'
- TabOrder = 0
- OnChange = StartDayEditChange
- end
- object EndDayEdit: TEdit
- Left = 68
- Top = 44
- Width = 237
- Height = 23
- Hint = 'Latest event to appear on printout'
- TabOrder = 1
- OnChange = EndDayEditChange
- end
- end
- object OKBitBtn: TBitBtn
- Left = 8
- Top = 107
- Width = 75
- Height = 40
- TabOrder = 0
- OnClick = OKBitBtnClick
- Kind = bkOK
- end
- object CancelBitBtn: TBitBtn
- Left = 89
- Top = 107
- Width = 75
- Height = 40
- TabOrder = 1
- OnClick = CancelBitBtnClick
- Kind = bkCancel
- end
- end
-