406 lines
8.7 KiB
Plaintext
406 lines
8.7 KiB
Plaintext
object frmMain: TfrmMain
|
|
Left = 699
|
|
Top = 140
|
|
Caption = 'PanZoom Test'
|
|
ClientHeight = 878
|
|
ClientWidth = 636
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 21
|
|
Top = 575
|
|
Width = 28
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Start:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 21
|
|
Top = 607
|
|
Width = 22
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'End:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 21
|
|
Top = 667
|
|
Width = 44
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Seconds:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 124
|
|
Top = 667
|
|
Width = 62
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = False
|
|
Caption = 'Timing:'
|
|
end
|
|
object lblZoom: TLabel
|
|
Left = 21
|
|
Top = 724
|
|
Width = 30
|
|
Height = 13
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Zoom:'
|
|
end
|
|
object lblSmooth: TLabel
|
|
Left = 124
|
|
Top = 722
|
|
Width = 62
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = False
|
|
Caption = 'Smoothing:'
|
|
end
|
|
object Label5: TLabel
|
|
Left = 16
|
|
Top = 516
|
|
Width = 146
|
|
Height = 14
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Start and End Positions'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 16
|
|
Top = 641
|
|
Width = 40
|
|
Height = 14
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Timing'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label7: TLabel
|
|
Left = 16
|
|
Top = 701
|
|
Width = 48
|
|
Height = 14
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Options'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label8: TLabel
|
|
Left = 16
|
|
Top = 782
|
|
Width = 74
|
|
Height = 14
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Information'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object ieDisplay: TImageEnView
|
|
Left = 16
|
|
Top = 40
|
|
Width = 604
|
|
Height = 456
|
|
Background = clBlack
|
|
ParentCtl3D = False
|
|
LegacyBitmap = False
|
|
ZoomFilter = rfFastLinear
|
|
ScrollBars = ssNone
|
|
BackgroundStyle = iebsGradient
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
EnableInteractionHints = True
|
|
TabOrder = 0
|
|
end
|
|
object btnViewEffect: TButton
|
|
Left = 464
|
|
Top = 839
|
|
Width = 156
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'View Effect'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
OnClick = btnViewEffectClick
|
|
end
|
|
object spnStartX1: TSpinEdit
|
|
Left = 73
|
|
Top = 570
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 2
|
|
Value = 1038
|
|
end
|
|
object spnStartY1: TSpinEdit
|
|
Left = 129
|
|
Top = 570
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 3
|
|
Value = 65
|
|
end
|
|
object spnStartX2: TSpinEdit
|
|
Left = 185
|
|
Top = 570
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 4
|
|
Value = 1338
|
|
end
|
|
object spnStartY2: TSpinEdit
|
|
Left = 241
|
|
Top = 570
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 5
|
|
Value = 365
|
|
end
|
|
object spnEndY2: TSpinEdit
|
|
Left = 241
|
|
Top = 602
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 6
|
|
Value = 870
|
|
end
|
|
object spnEndX2: TSpinEdit
|
|
Left = 185
|
|
Top = 602
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 7
|
|
Value = 470
|
|
end
|
|
object spnEndY1: TSpinEdit
|
|
Left = 129
|
|
Top = 602
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 8
|
|
Value = 250
|
|
end
|
|
object spnEndX1: TSpinEdit
|
|
Left = 73
|
|
Top = 602
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 9
|
|
Value = 50
|
|
end
|
|
object spnSeconds: TSpinEdit
|
|
Left = 73
|
|
Top = 662
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 10
|
|
Value = 5
|
|
end
|
|
object Memo1: TMemo
|
|
Left = 21
|
|
Top = 803
|
|
Width = 404
|
|
Height = 61
|
|
Anchors = [akLeft, akBottom]
|
|
TabOrder = 11
|
|
end
|
|
object btnBrowseFile: TButton
|
|
Left = 547
|
|
Top = 6
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Browse...'
|
|
TabOrder = 12
|
|
OnClick = btnBrowseFileClick
|
|
end
|
|
object cmbPZEffect: TComboBox
|
|
Left = 21
|
|
Top = 538
|
|
Width = 297
|
|
Height = 21
|
|
Style = csDropDownList
|
|
Anchors = [akLeft, akBottom]
|
|
Enabled = False
|
|
TabOrder = 13
|
|
OnChange = cmbPZEffectChange
|
|
end
|
|
object cmbFilename: TComboBox
|
|
Left = 16
|
|
Top = 8
|
|
Width = 524
|
|
Height = 21
|
|
Style = csDropDownList
|
|
Anchors = [akLeft, akTop, akRight]
|
|
TabOrder = 14
|
|
OnChange = cmbFilenameChange
|
|
end
|
|
object btnSelectStart: TButton
|
|
Left = 296
|
|
Top = 569
|
|
Width = 61
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Select'
|
|
TabOrder = 15
|
|
OnClick = btnSelectStartClick
|
|
end
|
|
object bnSelectEnd: TButton
|
|
Left = 296
|
|
Top = 601
|
|
Width = 61
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'Select'
|
|
TabOrder = 16
|
|
OnClick = bnSelectEndClick
|
|
end
|
|
object btnViewStart: TButton
|
|
Left = 364
|
|
Top = 569
|
|
Width = 61
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'View'
|
|
TabOrder = 17
|
|
OnClick = btnViewStartClick
|
|
end
|
|
object btnViewEnd: TButton
|
|
Left = 364
|
|
Top = 601
|
|
Width = 61
|
|
Height = 25
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = 'View'
|
|
TabOrder = 18
|
|
OnClick = btnViewStartClick
|
|
end
|
|
object cmbTiming: TComboBox
|
|
Left = 190
|
|
Top = 663
|
|
Width = 100
|
|
Height = 21
|
|
Style = csDropDownList
|
|
Anchors = [akLeft, akBottom]
|
|
TabOrder = 19
|
|
Items.Strings = (
|
|
'Constant'
|
|
'Exponential'
|
|
'Logarithmic')
|
|
end
|
|
object spnZoom: TSpinEdit
|
|
Left = 73
|
|
Top = 719
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
Increment = 5
|
|
MaxValue = 90
|
|
MinValue = 5
|
|
TabOrder = 20
|
|
Value = 20
|
|
OnChange = cmbPZEffectChange
|
|
end
|
|
object spnSmooth: TSpinEdit
|
|
Left = 190
|
|
Top = 717
|
|
Width = 49
|
|
Height = 22
|
|
Anchors = [akLeft, akBottom]
|
|
Increment = 5
|
|
MaxValue = 255
|
|
MinValue = 1
|
|
TabOrder = 21
|
|
Value = 96
|
|
OnChange = cmbPZEffectChange
|
|
end
|
|
object chkBlurredImageBackground: TCheckBox
|
|
Left = 21
|
|
Top = 747
|
|
Width = 129
|
|
Height = 17
|
|
Anchors = [akLeft, akBottom]
|
|
Caption = ' Image Background'
|
|
TabOrder = 22
|
|
OnClick = chkBlurredImageBackgroundClick
|
|
end
|
|
object OpenImageEnDialog1: TOpenImageEnDialog
|
|
Filter =
|
|
'Common Graphic Files|*.tif;*.gif;*.jpg;*.pcx;*.bmp;*.ico;*.cur;*' +
|
|
'.png;*.wmf;*.emf;*.tga;*.pxm;*.wbmp;*.jp2;*.j2k;*.dcx;*.crw;;*.a' +
|
|
'vi|All Files|*.*|TIFF Bitmap (TIF;TIFF;FAX;G3N;G3F;XIF)|*.tif;*.' +
|
|
'tiff;*.fax;*.g3n;*.g3f;*.xif|CompuServe Bitmap (GIF)|*.gif|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|Portable Network Graphics (PN' +
|
|
'G)|*.png|Windows Metafile (WMF)|*.wmf|Enhanced Windows Metafile ' +
|
|
'(EMF)|*.emf|Targa Bitmap (TGA;TARGA;VDA;ICB;VST;PIX)|*.tga;*.tar' +
|
|
'ga;*.vda;*.icb;*.vst;*.pix|Portable Pixmap, GrayMap, BitMap (PXM' +
|
|
';PPM;PGM;PBM)|*.pxm;*.ppm;*.pgm;*.pbm|Wireless Bitmap (WBMP)|*.w' +
|
|
'bmp|JPEG2000 (JP2)|*.jp2|JPEG2000 Code Stream (J2K;JPC;J2C)|*.j2' +
|
|
'k;*.jpc;*.j2c|Multipage PCX (DCX)|*.dcx|Camera RAW (CRW;CR2;NEF;' +
|
|
'RAW;PEF;RAF;X3F;BAY;ORF;SRF;MRW;DCR)|*.crw;*.cr2;*.nef;*.raw;*.p' +
|
|
'ef;*.raf;*.x3f;*.bay;*.orf;*.srf;*.mrw;*.dcr|Video for Windows (' +
|
|
'AVI)|*.avi'
|
|
Left = 680
|
|
Top = 16
|
|
end
|
|
end
|