2016-08-01 10:08:42 +00:00
|
|
|
object frmReportSetup: TfrmReportSetup
|
|
|
|
Left = 380
|
2017-05-21 21:30:07 +00:00
|
|
|
Height = 159
|
2016-08-01 10:08:42 +00:00
|
|
|
Top = 138
|
2017-05-21 21:30:07 +00:00
|
|
|
Width = 308
|
2016-08-01 10:08:42 +00:00
|
|
|
BorderStyle = bsDialog
|
|
|
|
Caption = 'Report Setup'
|
2017-05-21 21:30:07 +00:00
|
|
|
ClientHeight = 159
|
|
|
|
ClientWidth = 308
|
2016-08-01 10:08:42 +00:00
|
|
|
Color = clBtnFace
|
|
|
|
Font.Color = clWindowText
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poMainFormCenter
|
2017-05-21 12:02:22 +00:00
|
|
|
LCLVersion = '1.6.4.0'
|
2017-05-21 21:30:07 +00:00
|
|
|
object Panel1: TPanel
|
|
|
|
AnchorSideLeft.Control = Owner
|
2017-05-21 12:02:22 +00:00
|
|
|
AnchorSideTop.Control = Owner
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 105
|
|
|
|
Top = 0
|
|
|
|
Width = 265
|
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 105
|
|
|
|
ClientWidth = 265
|
2016-08-01 10:08:42 +00:00
|
|
|
TabOrder = 0
|
2017-05-21 21:30:07 +00:00
|
|
|
object lblStartDate: TLabel
|
|
|
|
AnchorSideTop.Control = edStartDate
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edStartDate
|
|
|
|
Left = 8
|
|
|
|
Height = 15
|
|
|
|
Top = 12
|
|
|
|
Width = 54
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Start Date:'
|
|
|
|
FocusControl = edStartDate
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblEndDate: TLabel
|
|
|
|
AnchorSideTop.Control = edEndDate
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = edEndDate
|
|
|
|
Left = 12
|
|
|
|
Height = 15
|
|
|
|
Top = 43
|
|
|
|
Width = 50
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'End Date:'
|
|
|
|
FocusControl = edEndDate
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object lblFormat: TLabel
|
|
|
|
AnchorSideTop.Control = PrintFormatCombo
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = PrintFormatCombo
|
|
|
|
Left = 21
|
|
|
|
Height = 15
|
|
|
|
Top = 74
|
|
|
|
Width = 41
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Format:'
|
|
|
|
FocusControl = PrintFormatCombo
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object PrintFormatCombo: TVpPrintFormatComboBox
|
|
|
|
AnchorSideLeft.Control = edStartDate
|
|
|
|
AnchorSideTop.Control = edEndDate
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = edStartDate
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 70
|
|
|
|
Height = 23
|
|
|
|
Top = 70
|
|
|
|
Width = 187
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
Borderspacing.Top = 8
|
|
|
|
Borderspacing.Bottom = 12
|
|
|
|
ItemHeight = 15
|
|
|
|
Sorted = True
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object edStartDate: TDateEdit
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
AnchorSideRight.Control = Panel1
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 70
|
|
|
|
Height = 23
|
|
|
|
Top = 8
|
|
|
|
Width = 187
|
|
|
|
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
|
|
|
|
DateOrder = doNone
|
|
|
|
ButtonWidth = 23
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
NumGlyphs = 1
|
|
|
|
MaxLength = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object edEndDate: TDateEdit
|
|
|
|
AnchorSideLeft.Control = edStartDate
|
|
|
|
AnchorSideTop.Control = edStartDate
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = edStartDate
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 70
|
|
|
|
Height = 23
|
|
|
|
Top = 39
|
|
|
|
Width = 187
|
|
|
|
CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
|
|
|
|
DateOrder = doNone
|
|
|
|
ButtonWidth = 23
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
NumGlyphs = 1
|
|
|
|
MaxLength = 0
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2016-08-01 10:08:42 +00:00
|
|
|
end
|
2017-05-21 21:30:07 +00:00
|
|
|
object ButtonPanel: TPanel
|
|
|
|
AnchorSideLeft.Control = Panel1
|
|
|
|
AnchorSideTop.Control = Panel1
|
2017-05-21 12:02:22 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
AnchorSideRight.Control = Panel1
|
2017-05-21 12:02:22 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2017-05-21 21:30:07 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 33
|
|
|
|
Top = 105
|
|
|
|
Width = 265
|
2017-05-21 12:02:22 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2017-05-21 21:30:07 +00:00
|
|
|
AutoSize = True
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 33
|
|
|
|
ClientWidth = 265
|
2016-08-01 10:08:42 +00:00
|
|
|
TabOrder = 1
|
2017-05-21 21:30:07 +00:00
|
|
|
object btnOK: TButton
|
|
|
|
Left = 91
|
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 75
|
|
|
|
Align = alRight
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'OK'
|
|
|
|
Default = True
|
|
|
|
ModalResult = 1
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object btnCancel: TButton
|
|
|
|
Left = 174
|
|
|
|
Height = 25
|
|
|
|
Top = 0
|
|
|
|
Width = 83
|
|
|
|
Align = alRight
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
ModalResult = 2
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2016-08-01 10:08:42 +00:00
|
|
|
end
|
|
|
|
end
|