You've already forked lazarus-ccr
90 lines
1.9 KiB
Plaintext
90 lines
1.9 KiB
Plaintext
![]() |
object GraphFrm: TGraphFrm
|
||
|
Left = 444
|
||
|
Height = 494
|
||
|
Top = 174
|
||
|
Width = 721
|
||
|
ActiveControl = ReturnBtn
|
||
|
Caption = 'Graphic Display'
|
||
|
ClientHeight = 494
|
||
|
ClientWidth = 721
|
||
|
OnActivate = FormActivate
|
||
|
OnShow = FormShow
|
||
|
LCLVersion = '2.1.0.0'
|
||
|
object Image1: TImage
|
||
|
Left = 8
|
||
|
Height = 436
|
||
|
Top = 8
|
||
|
Width = 705
|
||
|
Align = alClient
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
Left = 8
|
||
|
Height = 26
|
||
|
Top = 460
|
||
|
Width = 705
|
||
|
Align = alBottom
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Around = 8
|
||
|
BevelOuter = bvNone
|
||
|
ClientHeight = 26
|
||
|
ClientWidth = 705
|
||
|
TabOrder = 0
|
||
|
object PrintBtn: TButton
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
Left = 327
|
||
|
Height = 25
|
||
|
Top = 1
|
||
|
Width = 51
|
||
|
AutoSize = True
|
||
|
Caption = 'Print'
|
||
|
OnClick = PrintBtnClick
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
AnchorSideLeft.Control = PrintBtn
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 390
|
||
|
Height = 25
|
||
|
Top = 1
|
||
|
Width = 61
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object SaveBtn: TButton
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
AnchorSideRight.Control = PrintBtn
|
||
|
Left = 229
|
||
|
Height = 25
|
||
|
Top = 1
|
||
|
Width = 86
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Right = 12
|
||
|
Caption = 'Save Image'
|
||
|
OnClick = SaveBtnClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
end
|
||
|
object Bevel1: TBevel
|
||
|
Left = 0
|
||
|
Height = 8
|
||
|
Top = 444
|
||
|
Width = 721
|
||
|
Align = alBottom
|
||
|
Shape = bsBottomLine
|
||
|
end
|
||
|
end
|