Files
lazarus-ccr/applications/lazstats/source/frames/reportframeunit.lfm

92 lines
1.9 KiB
Plaintext
Raw Normal View History

object ReportFrame: TReportFrame
Left = 0
Height = 240
Top = 0
Width = 310
ClientHeight = 240
ClientWidth = 310
TabOrder = 0
DesignLeft = 998
DesignTop = 330
object ReportToolBar: TToolBar
Left = 0
Height = 24
Top = 0
Width = 306
AutoSize = True
BorderSpacing.Right = 4
BorderSpacing.Bottom = 6
ButtonHeight = 22
ButtonWidth = 25
Caption = 'ReportToolBar'
EdgeBorders = [ebBottom]
Images = MainDataModule.ImageList
TabOrder = 0
Transparent = True
object tbSaveReport: TToolButton
Left = 1
Hint = 'Save report to file'
Top = 0
Caption = 'Save'
ImageIndex = 4
OnClick = tbSaveReportClick
end
object tbPrintReport: TToolButton
Left = 26
Hint = 'Print report'
Top = 0
Caption = 'Print'
ImageIndex = 5
OnClick = tbPrintReportClick
end
object tbCopyReport: TToolButton
Left = 51
Hint = 'Copy report to clipboard'
Top = 0
Caption = 'Copy'
ImageIndex = 7
OnClick = tbCopyReportClick
end
end
object ReportPanel: TPanel
Left = 4
Height = 206
Top = 30
Width = 302
Align = alClient
BorderSpacing.Around = 4
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 202
ClientWidth = 298
Color = clWhite
ParentColor = False
TabOrder = 1
object ReportMemo: TMemo
Left = 4
Height = 198
Top = 4
Width = 294
Align = alClient
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderStyle = bsNone
Color = clWhite
Font.Height = -11
Font.Name = 'Courier New'
ParentFont = False
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
end
object SaveDialog: TSaveDialog
Left = 48
Top = 56
end
object PrintDialog: TPrintDialog
Left = 48
Top = 114
end
end