object Form1: TForm1 Left = 267 Top = 145 Caption = 'Print Selected Area - www.ImageEn.com' ClientHeight = 441 ClientWidth = 680 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object ImageEnView1: TImageEnView Left = 0 Top = 0 Width = 560 Height = 441 MouseInteract = [miSelect] EnableInteractionHints = True Align = alClient TabOrder = 0 end object Panel1: TPanel Left = 560 Top = 0 Width = 120 Height = 441 Align = alRight BevelOuter = bvNone TabOrder = 1 object Label1: TLabel Left = 8 Top = 96 Width = 105 Height = 49 Alignment = taCenter AutoSize = False Caption = 'Load an image, select the area to print then click on "Print"' WordWrap = True end object Button1: TButton Left = 24 Top = 8 Width = 75 Height = 25 Caption = 'Load' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 24 Top = 40 Width = 75 Height = 25 Caption = 'Print' TabOrder = 1 OnClick = Button2Click end 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 = 504 Top = 40 end end