Files
lazarus-ccr/components/tvplanit/examples/fulldemo/ExVpRptSetup.lfm

172 lines
4.2 KiB
Plaintext

object frmReportSetup: TfrmReportSetup
Left = 380
Height = 159
Top = 138
Width = 308
BorderStyle = bsDialog
Caption = 'Report Setup'
ClientHeight = 159
ClientWidth = 308
Color = clBtnFace
Font.Color = clWindowText
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '1.6.4.0'
object Panel1: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 105
Top = 0
Width = 265
AutoSize = True
BevelOuter = bvNone
ClientHeight = 105
ClientWidth = 265
TabOrder = 0
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
end
object ButtonPanel: TPanel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 0
Height = 33
Top = 105
Width = 265
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 33
ClientWidth = 265
TabOrder = 1
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
end
end