Files
lazarus-ccr/applications/lazstats/source_orig/jpegunit.lfm
wp_xxyyzz e234aa84ce LazStats: Adding original source, part 4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7883 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:10:28 +00:00

67 lines
1.2 KiB
Plaintext

object JPEGform: TJPEGform
Left = 139
Height = 689
Top = 45
Width = 737
Caption = 'JPEG Viewer'
ClientHeight = 689
ClientWidth = 737
LCLVersion = '0.9.30'
object Image1: TImage
Left = 9
Height = 607
Top = 9
Width = 714
Proportional = True
end
object LoadBtn: TButton
Left = 16
Height = 27
Top = 639
Width = 107
Caption = 'Load Image'
OnClick = LoadBtnClick
TabOrder = 0
end
object ReturnBtn: TButton
Left = 624
Height = 26
Top = 639
Width = 91
Caption = 'Return'
ModalResult = 1
TabOrder = 1
end
object StretchBtn: TButton
Left = 169
Height = 24
Top = 641
Width = 87
Caption = 'Stretch'
OnClick = StretchBtnClick
TabOrder = 2
end
object NormalBtn: TButton
Left = 312
Height = 24
Top = 642
Width = 87
Caption = 'Normal'
OnClick = NormalBtnClick
TabOrder = 3
end
object PropBtn: TButton
Left = 457
Height = 24
Top = 641
Width = 112
Caption = 'Show Proportional'
OnClick = PropBtnClick
TabOrder = 4
end
object OpenPictureDialog1: TOpenPictureDialog
left = 108
top = 77
end
end