BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/Database/DBMultiBitmap/umain.dfm

178 lines
5.0 KiB
Plaintext

object MainForm: TMainForm
Left = 227
Top = 154
BorderWidth = 4
Caption = 'TIEDBMultiBitmap Demo - www.ImageEn.com'
ClientHeight = 807
ClientWidth = 928
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 581
Top = 39
Height = 768
Align = alRight
ExplicitLeft = 734
ExplicitTop = 47
ExplicitHeight = 774
end
object ImageEnMView1: TImageEnMView
Left = 0
Top = 39
Width = 581
Height = 768
Background = clWindow
ParentCtl3D = False
StoreType = ietNormal
ThumbWidth = 180
ThumbHeight = 180
HorizBorder = 4
VertBorder = 4
TextMargin = 0
GridWidth = -1
SelectionColor = clRed
Style = iemsFlat
ThumbnailsBackground = clBtnFace
ThumbnailsBackgroundSelected = clBtnFace
MultiSelectionOptions = []
ThumbnailsBorderWidth = 1
ThumbnailsBorderColor = clBlack
DefaultBottomText = iedtNone
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 928
Height = 39
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object Label1: TLabel
Left = 6
Top = 11
Width = 73
Height = 13
Caption = 'Filter by Name:'
end
object Edit1: TEdit
Left = 83
Top = 7
Width = 121
Height = 21
TabOrder = 0
OnChange = Edit1Change
end
object btnAppend: TButton
Left = 541
Top = 5
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Append Image'
TabOrder = 1
OnClick = btnAppendClick
end
object btnDelete: TButton
Left = 832
Top = 5
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Delete Image'
TabOrder = 4
OnClick = btnDeleteClick
end
object btnRotate: TButton
Left = 638
Top = 5
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Rotate'
TabOrder = 2
OnClick = btnRotateClick
end
object btnEffects: TButton
Left = 735
Top = 5
Width = 91
Height = 25
Anchors = [akTop, akRight]
Caption = 'Effects...'
TabOrder = 3
OnClick = btnEffectsClick
end
end
object ImageEnView1: TImageEnView
Left = 584
Top = 39
Width = 344
Height = 768
Background = clWindow
ParentCtl3D = False
LegacyBitmap = True
ZoomFilter = rfFastLinear
BackgroundStyle = iebsSoftShadow
AutoShrink = True
EnableInteractionHints = True
Align = alRight
TabOrder = 2
end
object Table1: TTable
AfterScroll = Table1AfterScroll
DatabaseName = 'DBDEMOS'
TableName = 'IMAGES.DB'
Left = 32
Top = 64
end
object DataSource1: TDataSource
DataSet = Table1
Left = 118
Top = 64
end
object dlgOpenImage: TOpenImageEnDialog
Filter =
'Common Graphic Files (*.tif;*.gif;*.jpg;*.pcx;*.bmp;*.ico;*.cur;' +
'*.png;*.dcm;*.wmf;*.emf;*.tga;*.pxm;*.wbmp;*.jp2;*.j2k;*.dcx;*.c' +
'rw;*.psd;*.iev;*.lyr;*.all;*.wdp;*.avi;*.mpg;*.wmv)|*.tif;*.gif;' +
'*.jpg;*.pcx;*.bmp;*.ico;*.cur;*.png;*.dcm;*.wmf;*.emf;*.tga;*.px' +
'm;*.wbmp;*.jp2;*.j2k;*.dcx;*.crw;*.psd;*.iev;*.lyr;*.all;*.wdp;*' +
'.avi;*.mpg;*.wmv|All Files (*.*)|*.*|JPEG Bitmap (*.jpg;*.jpeg;*' +
'.jpe;*.jif)|*.jpg;*.jpeg;*.jpe;*.jif|TIFF Bitmap (*.tif;*.tiff;*' +
'.fax;*.g3n;*.g3f;*.xif)|*.tif;*.tiff;*.fax;*.g3n;*.g3f;*.xif|Com' +
'puServe Bitmap (*.gif)|*.gif|PaintBrush (*.pcx)|*.pcx|Windows Bi' +
'tmap (*.bmp;*.dib;*.rle)|*.bmp;*.dib;*.rle|Windows Icon (*.ico)|' +
'*.ico|Windows Cursor (*.cur)|*.cur|Portable Network Graphics (*.' +
'png)|*.png|DICOM Bitmap (*.dcm;*.dic;*.dicom;*.v2)|*.dcm;*.dic;*' +
'.dicom;*.v2|Windows Metafile (*.wmf)|*.wmf|Enhanced Windows Meta' +
'file (*.emf)|*.emf|Targa Bitmap (*.tga;*.targa;*.vda;*.icb;*.vst' +
';*.pix)|*.tga;*.targa;*.vda;*.icb;*.vst;*.pix|Portable Pixmap, G' +
'rayMap, BitMap (*.pxm;*.ppm;*.pgm;*.pbm)|*.pxm;*.ppm;*.pgm;*.pbm' +
'|Wireless Bitmap (*.wbmp)|*.wbmp|JPEG2000 (*.jp2)|*.jp2|JPEG2000' +
' Code Stream (*.j2k;*.jpc;*.j2c)|*.j2k;*.jpc;*.j2c|Multipage PCX' +
' (*.dcx)|*.dcx|Camera RAW (*.crw;*.cr2;*.nef;*.raw;*.pef;*.raf;*' +
'.x3f;*.bay;*.orf;*.srf;*.mrw;*.dcr;*.sr2)|*.crw;*.cr2;*.nef;*.ra' +
'w;*.pef;*.raf;*.x3f;*.bay;*.orf;*.srf;*.mrw;*.dcr;*.sr2|Photosho' +
'p PSD (*.psd;*.psb)|*.psd;*.psb|Vectorial objects (*.iev)|*.iev|' +
'Layers (*.lyr)|*.lyr|Layers and objects (*.all)|*.all|Microsoft ' +
'HD Photo (*.wdp;*.hdp;*.jxr)|*.wdp;*.hdp;*.jxr|Video for Windows' +
' (*.avi)|*.avi|MPEG (*.mpeg;*.mpg)|*.mpeg;*.mpg|Windows Media Vi' +
'deo (*.wmv)|*.wmv'
AlwaysAnimate = True
Left = 204
Top = 64
end
end