58 lines
1.7 KiB
Plaintext
58 lines
1.7 KiB
Plaintext
object Form1: TForm1
|
|
Left = 182
|
|
Top = 142
|
|
Width = 824
|
|
Height = 615
|
|
Caption = 'Measurement Demo - www.ImageEn.com'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnVect1: TImageEnVect
|
|
Left = 8
|
|
Top = 8
|
|
Width = 681
|
|
Height = 561
|
|
ParentCtl3D = False
|
|
BorderStyle = bsNone
|
|
MouseInteract = [miSelect]
|
|
BackgroundStyle = iebsCropShadow
|
|
OnSelectionChange = ImageEnVect1SelectionChange
|
|
EnableInteractionHints = True
|
|
TabOrder = 0
|
|
MUnit = ieuCENTIMETERS
|
|
end
|
|
object Button1: TButton
|
|
Left = 712
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Load Image'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object OpenImageEnDialog1: TOpenImageEnDialog
|
|
Filter =
|
|
'All graphics|*.tif;*.tiff;*.jpg;*.jpeg;*.jpe;*.pcx;*.bmp;*.dib;*' +
|
|
'.rle;*.ico;*.cur;*.png;*.wmf;*.emf;*.tga;*.targa;*.vda;*.icb;*.v' +
|
|
'st;*.pix;*.pxm;*.ppm;*.pgm;*.pbm;*.avi|TIFF Bitmap (TIF;TIFF)|*.' +
|
|
'tif;*.tiff|JPEG Bitmap (JPG;JPEG;JPE)|*.jpg;*.jpeg;*.jpe|PaintBr' +
|
|
'ush (PCX)|*.pcx|Windows Bitmap (BMP;DIB;RLE)|*.bmp;*.dib;*.rle|W' +
|
|
'indows Icon (ICO)|*.ico|Windows Cursor (CUR)|*.cur|Portable Netw' +
|
|
'ork Graphics (PNG)|*.png|Windows Metafile (WMF)|*.wmf|Enhanced W' +
|
|
'indows Metafile (EMF)|*.emf|Targa Bitmap (TGA;TARGA;VDA;ICB;VST;' +
|
|
'PIX)|*.tga;*.targa;*.vda;*.icb;*.vst;*.pix|Portable Pixmap, Grey' +
|
|
'Map, BitMap (PXM;PPM;PGM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|Video for ' +
|
|
'Windows (AVI)|*.avi'
|
|
Left = 560
|
|
Top = 48
|
|
end
|
|
end
|