178 lines
3.7 KiB
Plaintext
178 lines
3.7 KiB
Plaintext
object Form1: TForm1
|
|
Left = 256
|
|
Top = 111
|
|
Caption = 'Create Transition Bitmaps Demo - www.ImageEn.com'
|
|
ClientHeight = 550
|
|
ClientWidth = 658
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 10
|
|
Top = 425
|
|
Width = 70
|
|
Height = 13
|
|
Caption = 'Insert at Index:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 10
|
|
Top = 455
|
|
Width = 63
|
|
Height = 13
|
|
Caption = 'Frame Count:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 10
|
|
Top = 524
|
|
Width = 72
|
|
Height = 13
|
|
Caption = 'Save to Folder:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 10
|
|
Top = 12
|
|
Width = 624
|
|
Height = 13
|
|
Caption =
|
|
'Demo application to show TImageEnMView.InsertTransitionFrames an' +
|
|
'd TImageEnProc.CreateTransitionBitmap'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object lblTransition: TLabel
|
|
Left = 8
|
|
Top = 482
|
|
Width = 49
|
|
Height = 13
|
|
Caption = 'Transition:'
|
|
end
|
|
object ImageEnMView1: TImageEnMView
|
|
Left = 10
|
|
Top = 36
|
|
Width = 645
|
|
Height = 369
|
|
Background = clWindow
|
|
StoreType = ietNormal
|
|
ThumbWidth = 100
|
|
ThumbHeight = 100
|
|
HorizBorder = 4
|
|
VertBorder = 4
|
|
TextMargin = 0
|
|
GridWidth = -1
|
|
Style = iemsFlat
|
|
ThumbnailsBackground = clWindow
|
|
ThumbnailsBackgroundSelected = clBtnFace
|
|
MultiSelectionOptions = []
|
|
ThumbnailsBorderWidth = 0
|
|
ThumbnailsBorderColor = clBlack
|
|
ThumbnailsInternalBorder = True
|
|
ThumbnailsInternalBorderColor = clGray
|
|
TabOrder = 0
|
|
end
|
|
object btnCreateTransitions: TButton
|
|
Left = 382
|
|
Top = 518
|
|
Width = 131
|
|
Height = 25
|
|
Caption = 'Create Transition Bitmaps'
|
|
TabOrder = 8
|
|
OnClick = btnCreateTransitionsClick
|
|
end
|
|
object btnCreatePanZoom: TButton
|
|
Left = 519
|
|
Top = 518
|
|
Width = 131
|
|
Height = 25
|
|
Caption = 'Create PanZoom Bitmaps'
|
|
TabOrder = 9
|
|
OnClick = btnCreatePanZoomClick
|
|
end
|
|
object btnInsertTransitions: TButton
|
|
Left = 278
|
|
Top = 447
|
|
Width = 131
|
|
Height = 25
|
|
Caption = 'Insert Transition Frames'
|
|
TabOrder = 4
|
|
OnClick = btnInsertTransitionsClick
|
|
end
|
|
object spnInsertIdx: TSpinEdit
|
|
Left = 86
|
|
Top = 420
|
|
Width = 57
|
|
Height = 22
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 1
|
|
Value = 1
|
|
end
|
|
object btnReset: TButton
|
|
Left = 552
|
|
Top = 447
|
|
Width = 98
|
|
Height = 25
|
|
Caption = 'Reset'
|
|
TabOrder = 6
|
|
OnClick = btnResetClick
|
|
end
|
|
object btnInsertPanZoom: TButton
|
|
Left = 415
|
|
Top = 447
|
|
Width = 131
|
|
Height = 25
|
|
Caption = 'Insert PanZoom Frames'
|
|
TabOrder = 5
|
|
OnClick = btnInsertPanZoomClick
|
|
end
|
|
object spnFrameCount: TSpinEdit
|
|
Left = 86
|
|
Top = 450
|
|
Width = 57
|
|
Height = 22
|
|
MaxValue = 0
|
|
MinValue = 0
|
|
TabOrder = 2
|
|
Value = 10
|
|
end
|
|
object edtSaveFolder: TEdit
|
|
Left = 86
|
|
Top = 520
|
|
Width = 290
|
|
Height = 21
|
|
TabOrder = 7
|
|
Text = 'edtSaveFolder'
|
|
end
|
|
object cmbTransition: TComboBox
|
|
Left = 86
|
|
Top = 478
|
|
Width = 171
|
|
Height = 21
|
|
ItemHeight = 13
|
|
TabOrder = 3
|
|
Text = 'cmbTransition'
|
|
end
|
|
object ImageEnProc: TImageEnProc
|
|
PreviewsParams = [prppShowResetButton, prppHardReset]
|
|
PreviewFont.Charset = DEFAULT_CHARSET
|
|
PreviewFont.Color = clWindowText
|
|
PreviewFont.Height = -11
|
|
PreviewFont.Name = 'MS Sans Serif'
|
|
PreviewFont.Style = []
|
|
Left = 358
|
|
Top = 52
|
|
end
|
|
end
|