FastReport_FMX_2.8.12/LibD28/FMX.frxEditSQL.fmx
2024-07-06 22:41:12 +02:00

50 lines
1.2 KiB
Plaintext

object frxSQLEditorForm: TfrxSQLEditorForm
Left = 0
Top = 0
Caption = 'Lines'
ClientHeight = 307
ClientWidth = 432
Position = poScreenCenter
Visible = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnClose = FormClose
StyleLookup = 'backgroundstyle'
object ToolBar: TToolBar
Width = 432.000000000000000000
Height = 31.000000000000000000
TabOrder = 0
object QBB: TfrxToolButton
Position.Point = '(2,4)'
Width = 22.000000000000000000
Height = 22.000000000000000000
Visible = False
OnClick = QBBClick
TabOrder = 0
end
object ParamsB: TfrxToolButton
Position.Point = '(28,4)'
Width = 22.000000000000000000
Height = 22.000000000000000000
OnClick = ParamsBClick
TabOrder = 1
end
object CancelB: TfrxToolButton
Position.Point = '(86,4)'
Width = 22.000000000000000000
Height = 22.000000000000000000
OnClick = CancelBClick
TabOrder = 2
Hint = 'Cancel'
end
object OkB: TfrxToolButton
Position.Point = '(61,4)'
Width = 22.000000000000000000
Height = 22.000000000000000000
OnClick = OkBClick
TabOrder = 3
Hint = 'OK'
end
end
end