99 lines
2.6 KiB
Plaintext
99 lines
2.6 KiB
Plaintext
object Form1: TForm1
|
|
Left = 340
|
|
Top = 201
|
|
Caption = 'Print Frame Demo - www.ImageEn.com'
|
|
ClientHeight = 441
|
|
ClientWidth = 581
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnResize = FormResize
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 0
|
|
Top = 41
|
|
Width = 581
|
|
Height = 400
|
|
HorizBorder = 0
|
|
VertBorder = 0
|
|
MouseInteract = []
|
|
DisplayMode = mdSingle
|
|
GridWidth = 0
|
|
SelectionWidth = 3
|
|
SelectionColor = clRed
|
|
Style = iemsFlat
|
|
ThumbnailsBorderColor = clBlack
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 581
|
|
Height = 41
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Button1: TButton
|
|
Left = 96
|
|
Top = 8
|
|
Width = 25
|
|
Height = 25
|
|
Caption = '<'
|
|
TabOrder = 1
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 128
|
|
Top = 8
|
|
Width = 25
|
|
Height = 25
|
|
Caption = '>'
|
|
TabOrder = 2
|
|
OnClick = Button2Click
|
|
end
|
|
object Button3: TButton
|
|
Left = 8
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Open...'
|
|
TabOrder = 0
|
|
OnClick = Button3Click
|
|
end
|
|
object Button4: TButton
|
|
Left = 168
|
|
Top = 8
|
|
Width = 105
|
|
Height = 25
|
|
Caption = 'Print Frame...'
|
|
TabOrder = 3
|
|
OnClick = Button4Click
|
|
end
|
|
end
|
|
object OpenImageEnDialog1: TOpenImageEnDialog
|
|
Filter =
|
|
'All graphics|*.tif;*.tiff;*.fax;*.g3n;*.g3f;*.jpg;*.jpeg;*.jpe;*' +
|
|
'.pcx;*.bmp;*.dib;*.rle;*.ico;*.cur;*.png;*.wmf;*.emf;*.tga;*.tar' +
|
|
'ga;*.vda;*.icb;*.vst;*.pix;*.pxm;*.ppm;*.pgm;*.pbm;*.jp2;*.j2k;*' +
|
|
'.jpc;*.j2c;*.avi|TIFF Bitmap (TIF;TIFF;FAX;G3N;G3F)|*.tif;*.tiff' +
|
|
';*.fax;*.g3n;*.g3f|JPEG Bitmap (JPG;JPEG;JPE)|*.jpg;*.jpeg;*.jpe' +
|
|
'|PaintBrush (PCX)|*.pcx|Windows Bitmap (BMP;DIB;RLE)|*.bmp;*.dib' +
|
|
';*.rle|Windows Icon (ICO)|*.ico|Windows Cursor (CUR)|*.cur|Porta' +
|
|
'ble Network Graphics (PNG)|*.png|Windows Metafile (WMF)|*.wmf|En' +
|
|
'hanced Windows Metafile (EMF)|*.emf|Targa Bitmap (TGA;TARGA;VDA;' +
|
|
'ICB;VST;PIX)|*.tga;*.targa;*.vda;*.icb;*.vst;*.pix|Portable Pixm' +
|
|
'ap, GreyMap, BitMap (PXM;PPM;PGM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|JP' +
|
|
'EG2000 (JP2)|*.jp2|JPEG2000 Code Stream (J2K;JPC;J2C)|*.j2k;*.jp' +
|
|
'c;*.j2c|Video for Windows (AVI)|*.avi'
|
|
Left = 232
|
|
Top = 160
|
|
end
|
|
end
|