Files
lazarus-ccr/applications/lazstats/source/forms/tools/jpegunit.lfm
wp_xxyyzz 2f33dc9f7b LazStats: initial commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7345 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-03-30 18:01:44 +00:00

119 lines
2.6 KiB
Plaintext

object JPEGform: TJPEGform
Left = 348
Height = 595
Top = 154
Width = 739
Caption = 'JPEG Viewer'
ClientHeight = 595
ClientWidth = 739
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Image1: TImage
Left = 8
Height = 536
Top = 8
Width = 723
Align = alClient
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Proportional = True
end
object Panel1: TPanel
Left = 8
Height = 27
Top = 560
Width = 723
Align = alBottom
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 27
ClientWidth = 723
TabOrder = 0
object LoadBtn: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 0
Height = 25
Top = 0
Width = 88
AutoSize = True
Caption = 'Load Image'
OnClick = LoadBtnClick
TabOrder = 0
end
object ReturnBtn: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 662
Height = 25
Top = 0
Width = 61
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'Return'
ModalResult = 1
TabOrder = 1
end
object StretchBtn: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = NormalBtn
Left = 361
Height = 25
Top = 0
Width = 63
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 16
Caption = 'Stretch'
OnClick = StretchBtnClick
TabOrder = 2
end
object NormalBtn: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = PropBtn
Left = 440
Height = 25
Top = 0
Width = 66
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 16
Caption = 'Normal'
OnClick = NormalBtnClick
TabOrder = 3
end
object PropBtn: TButton
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
AnchorSideRight.Control = ReturnBtn
Left = 522
Height = 25
Top = 0
Width = 124
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 16
Caption = 'Show Proportional'
OnClick = PropBtnClick
TabOrder = 4
end
end
object Bevel1: TBevel
Left = 0
Height = 8
Top = 544
Width = 739
Align = alBottom
Shape = bsBottomLine
end
object OpenPictureDialog1: TOpenPictureDialog
left = 108
top = 77
end
end