86 lines
1.7 KiB
Plaintext
86 lines
1.7 KiB
Plaintext
|
object frxReportDataForm: TfrxReportDataForm
|
||
|
Left = 984
|
||
|
Height = 277
|
||
|
Top = 270
|
||
|
Width = 265
|
||
|
BorderIcons = []
|
||
|
Caption = 'Select Report Datasets'
|
||
|
ClientHeight = 277
|
||
|
ClientWidth = 265
|
||
|
Color = clBtnFace
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
KeyPreview = True
|
||
|
OnCreate = FormCreate
|
||
|
OnHide = FormHide
|
||
|
OnKeyDown = FormKeyDown
|
||
|
OnShow = FormShow
|
||
|
Position = poScreenCenter
|
||
|
LCLVersion = '2.0.12.0'
|
||
|
object DSPanel: TPanel
|
||
|
Left = 0
|
||
|
Height = 236
|
||
|
Top = 0
|
||
|
Width = 265
|
||
|
Align = alClient
|
||
|
BorderWidth = 2
|
||
|
ClientHeight = 236
|
||
|
ClientWidth = 265
|
||
|
TabOrder = 0
|
||
|
object DatasetsLB: TCheckListBox
|
||
|
Left = 3
|
||
|
Height = 230
|
||
|
Top = 3
|
||
|
Width = 259
|
||
|
Align = alClient
|
||
|
Columns = 1
|
||
|
ItemHeight = 0
|
||
|
OnClickCheck = DatasetsLBClickCheck
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
end
|
||
|
object FooterPanel: TPanel
|
||
|
Left = 0
|
||
|
Height = 41
|
||
|
Top = 236
|
||
|
Width = 265
|
||
|
Align = alBottom
|
||
|
ClientHeight = 41
|
||
|
ClientWidth = 265
|
||
|
TabOrder = 1
|
||
|
object SelAllCB: TCheckBox
|
||
|
Left = 4
|
||
|
Height = 19
|
||
|
Top = 11
|
||
|
Width = 58
|
||
|
AllowGrayed = True
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
Caption = 'SelAllCB'
|
||
|
OnClick = SelAllCBClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object OKB: TButton
|
||
|
Left = 105
|
||
|
Height = 25
|
||
|
Top = 8
|
||
|
Width = 75
|
||
|
Anchors = [akRight, akBottom]
|
||
|
Caption = 'OK'
|
||
|
ModalResult = 1
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object CancelB: TButton
|
||
|
Left = 185
|
||
|
Height = 25
|
||
|
Top = 8
|
||
|
Width = 75
|
||
|
Anchors = [akRight, akBottom]
|
||
|
Cancel = True
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
end
|
||
|
end
|