36 lines
862 B
Plaintext
36 lines
862 B
Plaintext
|
object frxChartGalleryForm: TfrxChartGalleryForm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'frxChartGalleryForm'
|
||
|
BorderStyle = bsSingle
|
||
|
BorderIcons = [biSystemMenu]
|
||
|
ClientHeight = 400
|
||
|
ClientWidth = 600
|
||
|
Visible = False
|
||
|
OnCreate = FormCreate
|
||
|
StyleLookup = 'backgroundstyle'
|
||
|
object ToolBar1: TToolBar
|
||
|
Align = alBottom
|
||
|
Position.Point = '(0,352)'
|
||
|
Width = 600.000000000000000000
|
||
|
Height = 48.000000000000000000
|
||
|
TabOrder = 0
|
||
|
object Button1: TButton
|
||
|
Position.Point = '(400,16)'
|
||
|
Width = 80.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
TabOrder = 0
|
||
|
ModalResult = 1
|
||
|
Text = 'Ok'
|
||
|
end
|
||
|
object Button2: TButton
|
||
|
Position.Point = '(496,16)'
|
||
|
Width = 80.000000000000000000
|
||
|
Height = 22.000000000000000000
|
||
|
TabOrder = 1
|
||
|
ModalResult = 2
|
||
|
Text = 'Cancel'
|
||
|
end
|
||
|
end
|
||
|
end
|