459 lines
11 KiB
Plaintext
459 lines
11 KiB
Plaintext
object Form1: TForm1
|
|
Left = 295
|
|
Top = 147
|
|
Caption = 'Multiple Images Demo - www.ImageEn.com'
|
|
ClientHeight = 624
|
|
ClientWidth = 864
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
Menu = MainMenu1
|
|
OldCreateOrder = True
|
|
Position = poScreenCenter
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 695
|
|
Height = 624
|
|
Background = clWhite
|
|
StoreType = ietNormal
|
|
ThumbWidth = 140
|
|
ThumbHeight = 140
|
|
HorizBorder = 4
|
|
VertBorder = 4
|
|
BottomGap = 3
|
|
UpperGap = 3
|
|
TextMargin = 0
|
|
GridWidth = 1
|
|
SelectionWidth = 3
|
|
SelectionColor = clRed
|
|
Style = iemsFlat
|
|
ThumbnailsBackground = clBtnFace
|
|
ThumbnailsBackgroundSelected = clBtnFace
|
|
EnableMultiSelect = True
|
|
MultiSelectionOptions = [iemoRegion]
|
|
ThumbnailsBorderWidth = 0
|
|
ThumbnailsBorderColor = clBlack
|
|
OnProgress = ImageEnMView1Progress
|
|
OnFinishWork = ImageEnMView1FinishWork
|
|
DefaultBottomText = iedtNone
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 695
|
|
Top = 0
|
|
Width = 169
|
|
Height = 624
|
|
Align = alRight
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object GroupBox2: TGroupBox
|
|
Left = 12
|
|
Top = 10
|
|
Width = 146
|
|
Height = 135
|
|
Caption = 'Layout'
|
|
TabOrder = 0
|
|
object SpeedButton2: TSpeedButton
|
|
Left = 35
|
|
Top = 72
|
|
Width = 73
|
|
Height = 25
|
|
AllowAllUp = True
|
|
GroupIndex = 2
|
|
Caption = 'Play'
|
|
OnClick = SpeedButton2Click
|
|
end
|
|
object Label1: TLabel
|
|
Left = 8
|
|
Top = 24
|
|
Width = 64
|
|
Height = 13
|
|
Caption = 'Grid columns:'
|
|
end
|
|
object Edit1: TEdit
|
|
Left = 77
|
|
Top = 20
|
|
Width = 28
|
|
Height = 21
|
|
Enabled = False
|
|
TabOrder = 0
|
|
Text = '1'
|
|
OnChange = Edit1Change
|
|
end
|
|
object UpDown1: TUpDown
|
|
Left = 105
|
|
Top = 20
|
|
Width = 16
|
|
Height = 21
|
|
Associate = Edit1
|
|
Position = 1
|
|
TabOrder = 1
|
|
end
|
|
object CheckBox3: TCheckBox
|
|
Left = 8
|
|
Top = 42
|
|
Width = 82
|
|
Height = 17
|
|
Alignment = taLeftJustify
|
|
Caption = 'Auto'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 2
|
|
OnClick = CheckBox3Click
|
|
end
|
|
object CheckBox5: TCheckBox
|
|
Left = 8
|
|
Top = 112
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Soft Shadow'
|
|
TabOrder = 3
|
|
OnClick = CheckBox5Click
|
|
end
|
|
end
|
|
object GroupBox3: TGroupBox
|
|
Left = 12
|
|
Top = 156
|
|
Width = 146
|
|
Height = 133
|
|
Caption = ' Options '
|
|
TabOrder = 1
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Top = 72
|
|
Width = 63
|
|
Height = 13
|
|
Caption = 'Thumb Width'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Top = 96
|
|
Width = 66
|
|
Height = 13
|
|
Caption = 'Thumb Height'
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 8
|
|
Top = 24
|
|
Width = 117
|
|
Height = 17
|
|
Caption = 'Load as thumbnail'
|
|
TabOrder = 0
|
|
OnClick = CheckBox1Click
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 8
|
|
Top = 48
|
|
Width = 97
|
|
Height = 17
|
|
Caption = 'Show selection'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
OnClick = CheckBox2Click
|
|
end
|
|
object Edit2: TEdit
|
|
Left = 80
|
|
Top = 68
|
|
Width = 57
|
|
Height = 21
|
|
TabOrder = 2
|
|
OnChange = Edit2Change
|
|
end
|
|
object Edit3: TEdit
|
|
Left = 80
|
|
Top = 92
|
|
Width = 57
|
|
Height = 21
|
|
TabOrder = 3
|
|
OnChange = Edit3Change
|
|
end
|
|
end
|
|
object TGroupBox
|
|
Left = 12
|
|
Top = 296
|
|
Width = 146
|
|
Height = 209
|
|
Hint = 'gp'
|
|
Caption = 'Display'
|
|
TabOrder = 2
|
|
object Label4: TLabel
|
|
Left = 35
|
|
Top = 18
|
|
Width = 73
|
|
Height = 13
|
|
Caption = 'Visible frame'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label5: TLabel
|
|
Left = 41
|
|
Top = 98
|
|
Width = 57
|
|
Height = 13
|
|
Caption = 'Transition'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object Label6: TLabel
|
|
Left = 40
|
|
Top = 148
|
|
Width = 65
|
|
Height = 13
|
|
Caption = 'Duration (ms)'
|
|
end
|
|
object Button16: TButton
|
|
Left = 32
|
|
Top = 36
|
|
Width = 33
|
|
Height = 25
|
|
Caption = '<<'
|
|
TabOrder = 0
|
|
OnClick = Button16Click
|
|
end
|
|
object Button15: TButton
|
|
Left = 75
|
|
Top = 36
|
|
Width = 33
|
|
Height = 25
|
|
Caption = '>>'
|
|
TabOrder = 1
|
|
OnClick = Button15Click
|
|
end
|
|
object CheckBox4: TCheckBox
|
|
Left = 27
|
|
Top = 67
|
|
Width = 82
|
|
Height = 17
|
|
Alignment = taLeftJustify
|
|
Caption = 'Single image'
|
|
TabOrder = 2
|
|
OnClick = CheckBox4Click
|
|
end
|
|
object ComboBox1: TComboBox
|
|
Left = 17
|
|
Top = 116
|
|
Width = 112
|
|
Height = 21
|
|
Style = csDropDownList
|
|
ItemHeight = 13
|
|
TabOrder = 3
|
|
OnChange = ComboBox1Change
|
|
Items.Strings = (
|
|
'iettNone'
|
|
'iettCrossDissolve'
|
|
'iettFadeOut'
|
|
'iettFadeIn'
|
|
'iettFadeOutIn'
|
|
'iettLeftRight1'
|
|
'iettLeftRight2'
|
|
'iettRightLeft1'
|
|
'iettRightLeft2'
|
|
'iettUpDown1'
|
|
'iettUpDown2'
|
|
'iettDownUp1'
|
|
'iettDownUp2'
|
|
'iettFromUpLeft'
|
|
'iettFromUpRight'
|
|
'iettFromBottomLeft'
|
|
'iettFromBottomRight'
|
|
'iettMoveLeftRight1'
|
|
'iettMoveLeftRight2'
|
|
'iettMoveRightLeft1'
|
|
'iettMoveRightLeft2'
|
|
'iettMoveUpDown1'
|
|
'iettMoveUpDown2'
|
|
'iettMoveDownUp1'
|
|
'iettMoveDownUp2'
|
|
'iettRandomPoints'
|
|
'iettRandomBoxes'
|
|
'iettCenter1'
|
|
'iettCenter2'
|
|
'iettCenterZoom1'
|
|
'iettCenterZoom2')
|
|
end
|
|
object Edit4: TEdit
|
|
Left = 23
|
|
Top = 172
|
|
Width = 100
|
|
Height = 21
|
|
TabOrder = 4
|
|
Text = '1000'
|
|
OnChange = Edit4Change
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 38
|
|
Top = 528
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'MoveUp'
|
|
TabOrder = 3
|
|
OnClick = Button1Click
|
|
end
|
|
object Button2: TButton
|
|
Left = 38
|
|
Top = 552
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'MoveDown'
|
|
TabOrder = 4
|
|
OnClick = Button2Click
|
|
end
|
|
object ProgressBar1: TProgressBar
|
|
Left = 14
|
|
Top = 592
|
|
Width = 142
|
|
Height = 25
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object OpenImageEnDialog1: TOpenImageEnDialog
|
|
Filter =
|
|
'All graphics|*.jpg;*.jpeg;*.gif;*.tif;*.tiff;*.pcx;*.png;*.bmp;*' +
|
|
'.wmf;*.emf;*.ico;*.cur|JPEG files (*.jpg;*.jpeg)|*.jpg;*.jpeg|GI' +
|
|
'F files (*.gif)|*.gif|TIFF files (*.tif;*.tiff)|*.tif;*.tiff|PCX' +
|
|
' files (*.pcx)|*.pcx|PNG files (*.png)|*.png|BMP files (*.bmp)|*' +
|
|
'.bmp|WMF files (*.wmf)|*.wmf|EMF files (*.emf)|*.emf|ICO files (' +
|
|
'*.ico)|*.ico|CUR files (*.cur)|*.cur'
|
|
Left = 243
|
|
Top = 84
|
|
end
|
|
object OpenImageEnDialog2: TOpenImageEnDialog
|
|
Filter =
|
|
'All|*.*|AVI files (*.avi)|*.avi|GIF files (*.gif)|*.gif|TIFF fil' +
|
|
'es (*.tif;*.tiff)|*.tif;*.tiff|WMV file (*.wmv)|*.wmv|Mpeg (*.mp' +
|
|
'g)|*.mpg;*.mpeg'
|
|
AutoSetFilter = False
|
|
Left = 160
|
|
Top = 82
|
|
end
|
|
object SaveImageEnDialog1: TSaveImageEnDialog
|
|
Filter =
|
|
'All graphics|*.gif;*.tif;*.tiff;*.avi|AVI files (*.avi)|*.avi|GI' +
|
|
'F files (*.gif)|*.gif|TIFF files (*.tif;*.tiff)|*.tif;*.tiff'
|
|
ExOptions = [sdShowAdvanced]
|
|
AttachedImageEnIO = ImageEnMView1
|
|
Left = 160
|
|
Top = 146
|
|
end
|
|
object MainMenu1: TMainMenu
|
|
Left = 312
|
|
Top = 82
|
|
object File1: TMenuItem
|
|
Caption = '&File'
|
|
object Open1: TMenuItem
|
|
Caption = '&Open...'
|
|
OnClick = Open1Click
|
|
end
|
|
object OpenfromURL1: TMenuItem
|
|
Caption = '&Open from URL...'
|
|
OnClick = OpenfromURL1Click
|
|
end
|
|
object Save1: TMenuItem
|
|
Caption = '&Save...'
|
|
OnClick = Save1Click
|
|
end
|
|
object N4: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Print1: TMenuItem
|
|
Caption = '&Print...'
|
|
OnClick = Print1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Exit1: TMenuItem
|
|
Caption = '&Exit'
|
|
OnClick = Exit1Click
|
|
end
|
|
end
|
|
object Edit5: TMenuItem
|
|
Caption = '&Edit'
|
|
object Clear1: TMenuItem
|
|
Caption = '&Clear'
|
|
OnClick = Clear1Click
|
|
end
|
|
object Insert1: TMenuItem
|
|
Caption = '&Insert'
|
|
OnClick = Insert1Click
|
|
end
|
|
object Append1: TMenuItem
|
|
Caption = '&Append'
|
|
OnClick = Append1Click
|
|
end
|
|
object Delete1: TMenuItem
|
|
Caption = '&Delete'
|
|
OnClick = Delete1Click
|
|
end
|
|
object N3: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Copy1: TMenuItem
|
|
Caption = 'Copy'
|
|
OnClick = Copy1Click
|
|
end
|
|
object Paste1: TMenuItem
|
|
Caption = 'Paste'
|
|
OnClick = Paste1Click
|
|
end
|
|
end
|
|
object Image1: TMenuItem
|
|
Caption = '&Image'
|
|
object Load1: TMenuItem
|
|
Caption = '&Load'
|
|
OnClick = Load1Click
|
|
end
|
|
object Effects1: TMenuItem
|
|
Caption = 'Effects...'
|
|
OnClick = Effects1Click
|
|
end
|
|
end
|
|
object Scanner1: TMenuItem
|
|
Caption = '&Scanner'
|
|
object Selectsource1: TMenuItem
|
|
Caption = '&Select source...'
|
|
GroupIndex = 1
|
|
OnClick = Selectsource1Click
|
|
end
|
|
object Acquirepages1: TMenuItem
|
|
Caption = '&Acquire pages'
|
|
GroupIndex = 1
|
|
OnClick = Acquirepages1Click
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
GroupIndex = 1
|
|
end
|
|
object EnableLoggingChk: TMenuItem
|
|
AutoCheck = True
|
|
Caption = 'Enable Logging'
|
|
GroupIndex = 1
|
|
end
|
|
object EnableDuplexChk: TMenuItem
|
|
AutoCheck = True
|
|
Caption = 'Enable Duplex'
|
|
GroupIndex = 1
|
|
end
|
|
end
|
|
end
|
|
end
|