2018-03-23 00:10:05 +00:00
object JvThumbnailChildForm: TJvThumbnailChildForm
Left = 367
2018-03-25 00:05:20 +00:00
Height = 600
2018-03-23 00:10:05 +00:00
Top = 149
2018-03-25 00:05:20 +00:00
Width = 845
2018-03-23 00:10:05 +00:00
Caption = 'JvThumbNail Demo'
2018-03-25 00:05:20 +00:00
ClientHeight = 600
ClientWidth = 845
2018-03-23 00:10:05 +00:00
Color = clBtnFace
Font.Color = clWindowText
2018-03-25 00:05:20 +00:00
OnCreate = FormCreate
2018-03-23 00:10:05 +00:00
OnShow = FormShow
LCLVersion = '1.9.0.0'
object Splitter2: TSplitter
Left = 238
2018-03-25 00:05:20 +00:00
Height = 600
2018-03-23 00:10:05 +00:00
Top = 0
Width = 3
end
object Panel6: TPanel
Left = 0
2018-03-25 00:05:20 +00:00
Height = 600
2018-03-23 00:10:05 +00:00
Top = 0
Width = 238
Align = alLeft
2018-04-21 17:26:53 +00:00
BevelOuter = bvNone
2018-03-25 00:05:20 +00:00
ClientHeight = 600
2018-03-23 00:10:05 +00:00
ClientWidth = 238
TabOrder = 0
object Splitter4: TSplitter
Cursor = crVSplit
2018-04-21 17:26:53 +00:00
Left = 0
2018-03-23 00:10:05 +00:00
Height = 3
2018-04-22 11:30:20 +00:00
Top = 149
2018-04-21 17:26:53 +00:00
Width = 238
2018-03-23 00:10:05 +00:00
Align = alTop
ResizeAnchor = akTop
end
object ShellTreeView: TShellTreeView
2018-04-21 17:26:53 +00:00
Left = 4
2018-04-22 11:30:20 +00:00
Height = 145
2018-04-21 17:26:53 +00:00
Top = 4
Width = 230
2018-03-23 00:10:05 +00:00
Align = alTop
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Top = 4
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
BackgroundColor = clDefault
Color = clDefault
2018-04-21 14:46:46 +00:00
FileSortType = fstAlphabet
2018-03-23 00:10:05 +00:00
HideSelection = False
2018-03-23 18:57:52 +00:00
Images = DataModule1.ImageList1
2018-03-23 00:10:05 +00:00
ReadOnly = True
TabOrder = 0
2018-03-23 18:57:52 +00:00
OnGetImageIndex = ShellTreeViewGetImageIndex
2018-04-21 23:25:49 +00:00
OnGetSelectedIndex = ShellTreeViewGetSelectedIndex
2018-03-23 00:10:05 +00:00
Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
ObjectTypes = [otFolders]
ShellListView = ShellListView
end
object ShellListView: TShellListView
2018-04-21 17:26:53 +00:00
Left = 4
2018-04-22 11:30:20 +00:00
Height = 191
Top = 175
2018-04-21 17:26:53 +00:00
Width = 230
2018-03-23 00:10:05 +00:00
Align = alClient
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
Color = clDefault
HideSelection = False
2018-04-21 17:47:53 +00:00
Mask = '*.ico;*.bmp;*.jpg;*.jpeg;*.png'
2018-03-23 00:10:05 +00:00
ReadOnly = True
2018-04-21 14:46:46 +00:00
SortType = stText
2018-03-23 00:10:05 +00:00
TabOrder = 1
OnChange = ShellListViewChange
ObjectTypes = [otNonFolders]
ShellTreeView = ShellTreeView
end
object Panel8: TPanel
2018-04-21 17:26:53 +00:00
Left = 0
Height = 234
Top = 366
Width = 238
2018-03-23 00:10:05 +00:00
Align = alBottom
2018-03-23 19:44:39 +00:00
AutoSize = True
2018-03-23 00:10:05 +00:00
BevelOuter = bvNone
2018-04-21 17:26:53 +00:00
ClientHeight = 234
ClientWidth = 238
2018-03-23 00:10:05 +00:00
TabOrder = 2
OnResize = Panel8Resize
2018-03-23 19:44:39 +00:00
object LblRed: TLabel
2018-04-21 17:26:53 +00:00
Left = 4
Height = 15
2018-03-23 19:44:39 +00:00
Top = 4
2018-04-21 17:26:53 +00:00
Width = 230
2018-03-23 19:44:39 +00:00
Align = alTop
2018-03-23 00:10:05 +00:00
Alignment = taCenter
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
2018-03-23 19:44:39 +00:00
BorderSpacing.Top = 4
2018-04-21 17:26:53 +00:00
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
Caption = 'RED'
Color = clRed
Font.Color = clWhite
ParentColor = False
ParentFont = False
Transparent = False
end
2018-03-23 19:44:39 +00:00
object LblGreen: TLabel
2018-04-21 17:26:53 +00:00
Left = 4
Height = 15
Top = 54
Width = 230
2018-03-23 19:44:39 +00:00
Align = alTop
2018-03-23 00:10:05 +00:00
Alignment = taCenter
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
2018-03-23 19:44:39 +00:00
BorderSpacing.Top = 4
2018-04-21 17:26:53 +00:00
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
Caption = 'GREEN'
Color = clLime
Font.Color = clBlack
ParentColor = False
ParentFont = False
Transparent = False
end
2018-03-23 19:44:39 +00:00
object LblBlue: TLabel
2018-04-21 17:26:53 +00:00
Left = 4
Height = 15
Top = 105
Width = 230
2018-03-23 19:44:39 +00:00
Align = alTop
2018-03-23 00:10:05 +00:00
Alignment = taCenter
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
2018-03-23 19:44:39 +00:00
BorderSpacing.Top = 4
2018-04-21 17:26:53 +00:00
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
Caption = 'BLUE'
Color = clBlue
Font.Color = clWhite
ParentColor = False
ParentFont = False
Transparent = False
end
2018-03-23 19:44:39 +00:00
object LblContrast: TLabel
AnchorSideLeft.Control = ContrastBar
AnchorSideTop.Control = BlueBar
AnchorSideTop.Side = asrBottom
2018-04-21 17:26:53 +00:00
AnchorSideRight.Control = CenterBevel
Left = 4
Height = 15
Top = 156
Width = 107
2018-03-23 00:10:05 +00:00
Alignment = taCenter
2018-04-21 17:26:53 +00:00
Anchors = [akTop, akLeft, akRight]
2018-03-23 19:44:39 +00:00
BorderSpacing.Top = 4
2018-03-23 00:10:05 +00:00
Caption = 'CONTRAST'
ParentColor = False
end
2018-03-23 19:44:39 +00:00
object LblLightness: TLabel
AnchorSideLeft.Control = LightnessBar
AnchorSideTop.Control = LblContrast
AnchorSideRight.Control = LightnessBar
AnchorSideRight.Side = asrBottom
2018-04-21 17:26:53 +00:00
Left = 127
Height = 15
Top = 156
Width = 98
2018-03-23 00:10:05 +00:00
Alignment = taCenter
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
2018-04-21 17:26:53 +00:00
BorderSpacing.Right = 9
2018-03-23 00:10:05 +00:00
Caption = 'LIGHTNESS'
ParentColor = False
end
object REDBar: TTrackBar
2018-04-21 17:26:53 +00:00
Left = 4
2018-03-23 00:10:05 +00:00
Height = 29
2018-04-21 17:26:53 +00:00
Top = 21
Width = 230
2018-03-23 00:10:05 +00:00
Frequency = 51
Max = 255
Min = -255
PageSize = 20
Position = 0
TickStyle = tsNone
2018-03-23 19:44:39 +00:00
Align = alTop
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Top = 2
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
TabOrder = 0
end
object GreenBar: TTrackBar
2018-04-21 17:26:53 +00:00
Left = 4
2018-03-23 00:10:05 +00:00
Height = 30
2018-04-21 17:26:53 +00:00
Top = 71
Width = 230
2018-03-23 00:10:05 +00:00
Frequency = 51
Max = 255
Min = -255
PageSize = 20
Position = 0
TickStyle = tsNone
2018-03-23 19:44:39 +00:00
Align = alTop
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Top = 2
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
TabOrder = 1
end
object BlueBar: TTrackBar
2018-04-21 17:26:53 +00:00
Left = 4
2018-03-23 00:10:05 +00:00
Height = 30
2018-04-21 17:26:53 +00:00
Top = 122
Width = 230
2018-03-23 00:10:05 +00:00
Frequency = 51
Max = 255
Min = -255
PageSize = 20
Position = 0
TickStyle = tsNone
2018-03-23 19:44:39 +00:00
Align = alTop
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Top = 2
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
TabOrder = 2
end
2018-03-23 19:44:39 +00:00
object ContrastBar: TTrackBar
AnchorSideLeft.Control = Panel8
AnchorSideTop.Control = LblContrast
AnchorSideTop.Side = asrBottom
2018-04-21 17:26:53 +00:00
AnchorSideRight.Control = CenterBevel
Left = 4
2018-03-23 00:10:05 +00:00
Height = 30
2018-04-21 17:26:53 +00:00
Top = 173
Width = 107
2018-03-23 00:10:05 +00:00
Frequency = 51
Max = 100
Min = -100
PageSize = 20
Position = 0
TickStyle = tsNone
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Top = 2
2018-03-23 00:10:05 +00:00
TabOrder = 3
end
2018-03-23 19:44:39 +00:00
object BtnApply: TButton
AnchorSideLeft.Control = Panel8
AnchorSideTop.Control = ContrastBar
AnchorSideTop.Side = asrBottom
2018-04-22 11:30:20 +00:00
AnchorSideRight.Control = CenterBevel
2018-03-23 19:44:39 +00:00
Left = 4
2018-03-23 00:10:05 +00:00
Height = 25
2018-04-21 17:26:53 +00:00
Top = 205
2018-04-22 11:30:20 +00:00
Width = 107
Anchors = [akTop, akLeft, akRight]
2018-03-23 19:44:39 +00:00
BorderSpacing.Left = 4
2018-04-21 17:26:53 +00:00
BorderSpacing.Top = 2
2018-03-23 19:44:39 +00:00
BorderSpacing.Bottom = 4
2018-03-23 00:10:05 +00:00
Caption = 'APPLY'
2018-03-23 19:44:39 +00:00
OnClick = BtnApplyClick
2018-03-23 00:10:05 +00:00
TabOrder = 4
end
object LightnessBar: TTrackBar
2018-04-21 17:26:53 +00:00
AnchorSideLeft.Control = CenterBevel
2018-03-23 19:44:39 +00:00
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ContrastBar
AnchorSideRight.Control = Panel8
AnchorSideRight.Side = asrBottom
2018-04-21 17:26:53 +00:00
Left = 127
2018-03-23 00:10:05 +00:00
Height = 30
2018-04-21 17:26:53 +00:00
Top = 175
Width = 107
2018-03-23 00:10:05 +00:00
Frequency = 51
Max = 100
Min = -100
PageSize = 20
Position = 0
TickStyle = tsNone
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
2018-04-21 17:26:53 +00:00
BorderSpacing.Top = 2
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
TabOrder = 5
end
2018-04-21 17:26:53 +00:00
object CenterBevel: TBevel
2018-03-23 19:44:39 +00:00
AnchorSideLeft.Control = Panel8
AnchorSideLeft.Side = asrCenter
2018-04-21 17:26:53 +00:00
Left = 111
Height = 196
2018-03-23 19:44:39 +00:00
Top = 0
Width = 16
Shape = bsSpacer
end
2018-04-22 11:30:20 +00:00
object BtnSave: TButton
AnchorSideLeft.Control = CenterBevel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = BtnApply
AnchorSideRight.Control = Panel8
AnchorSideRight.Side = asrBottom
Left = 127
Height = 25
Top = 205
Width = 107
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Right = 4
Caption = 'SAVE'
OnClick = BtnSaveClick
TabOrder = 6
end
2018-03-23 00:10:05 +00:00
end
object Panel10: TPanel
2018-04-21 17:26:53 +00:00
Left = 4
2018-03-23 00:10:05 +00:00
Height = 23
2018-04-22 11:30:20 +00:00
Top = 152
2018-04-21 17:26:53 +00:00
Width = 230
2018-03-23 00:10:05 +00:00
Align = alTop
2018-03-23 18:57:52 +00:00
AutoSize = True
2018-04-21 17:26:53 +00:00
BorderSpacing.Left = 4
BorderSpacing.Right = 4
2018-03-23 00:10:05 +00:00
BevelOuter = bvNone
Caption = 'Panel10'
ClientHeight = 23
2018-04-21 17:26:53 +00:00
ClientWidth = 230
2018-03-23 00:10:05 +00:00
TabOrder = 3
OnResize = Panel10Resize
2018-03-25 00:05:20 +00:00
object FilterComboBox: TFilterComboBox
2018-04-21 17:26:53 +00:00
AnchorSideLeft.Control = Panel10
AnchorSideRight.Control = Panel10
AnchorSideRight.Side = asrBottom
2018-03-23 18:57:52 +00:00
Left = 0
2018-03-23 00:10:05 +00:00
Height = 23
Top = 0
2018-04-21 17:26:53 +00:00
Width = 230
Anchors = [akTop, akLeft, akRight]
2018-04-21 17:47:53 +00:00
Filter = 'All Known Formats|*.ico;*.bmp;*.jpg;*.jpeg;*.png|All Files (*.*)|*.*|JPEG Files|*.jpg;*.jpeg;|BMP Files|*.bmp|PNG Files|*.png|ICONS|*.ico'
2018-03-23 00:10:05 +00:00
ItemIndex = 0
ShellListView = ShellListView
TabOrder = 0
end
end
end
object Panel7: TPanel
Left = 241
2018-03-25 00:05:20 +00:00
Height = 600
2018-03-23 00:10:05 +00:00
Top = 0
2018-03-25 00:05:20 +00:00
Width = 604
2018-03-23 00:10:05 +00:00
Align = alClient
2018-04-21 17:26:53 +00:00
BevelOuter = bvNone
2018-03-25 00:05:20 +00:00
ClientHeight = 600
ClientWidth = 604
2018-03-23 00:10:05 +00:00
TabOrder = 1
object Panel5: TPanel
2018-04-21 17:26:53 +00:00
Left = 4
Height = 175
Top = 4
Width = 596
2018-03-23 00:10:05 +00:00
Align = alTop
2018-04-21 17:26:53 +00:00
AutoSize = True
2018-03-23 19:44:39 +00:00
BorderSpacing.Around = 4
BevelOuter = bvNone
2018-04-21 17:26:53 +00:00
ClientHeight = 175
ClientWidth = 596
2018-03-23 00:10:05 +00:00
TabOrder = 0
2018-03-23 19:44:39 +00:00
object GbThumbImage: TGroupBox
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel5
AnchorSideRight.Side = asrBottom
2018-04-21 17:26:53 +00:00
Left = 431
2018-04-22 11:30:20 +00:00
Height = 117
2018-03-23 00:10:05 +00:00
Top = 0
2018-03-25 00:05:20 +00:00
Width = 131
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
2018-04-21 17:26:53 +00:00
AutoSize = True
2018-03-23 19:44:39 +00:00
BorderSpacing.Left = 8
2018-03-23 00:10:05 +00:00
Caption = 'THUMBIMAGE'
2018-04-22 11:30:20 +00:00
ClientHeight = 97
2018-03-25 00:05:20 +00:00
ClientWidth = 127
2018-03-23 19:44:39 +00:00
TabOrder = 0
2018-03-23 00:10:05 +00:00
object BtnInvert: TButton
2018-03-23 19:44:39 +00:00
AnchorSideLeft.Control = GbThumbImage
AnchorSideTop.Control = GbThumbImage
AnchorSideRight.Control = GbThumbImage
AnchorSideRight.Side = asrBottom
2018-03-23 00:10:05 +00:00
Left = 8
Height = 25
Top = 0
2018-03-25 00:05:20 +00:00
Width = 111
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Right = 8
2018-03-23 00:10:05 +00:00
Caption = 'INVERT'
OnClick = BtnInvertClick
TabOrder = 0
end
2018-03-25 00:05:20 +00:00
object BtnGrayScale: TButton
2018-03-23 19:44:39 +00:00
AnchorSideLeft.Control = BtnInvert
AnchorSideTop.Control = BtnInvert
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BtnInvert
AnchorSideRight.Side = asrBottom
2018-03-23 00:10:05 +00:00
Left = 8
Height = 25
2018-03-23 19:44:39 +00:00
Top = 29
2018-03-25 00:05:20 +00:00
Width = 111
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 4
BorderSpacing.Bottom = 8
2018-03-23 00:10:05 +00:00
Caption = 'GRAYSCALE'
2018-03-25 00:05:20 +00:00
OnClick = BtnGrayScaleClick
2018-03-23 00:10:05 +00:00
TabOrder = 1
end
2018-04-22 11:30:20 +00:00
object CbTransform: TComboBox
AnchorSideLeft.Control = BtnInvert
AnchorSideTop.Control = BtnGrayScale
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BtnInvert
AnchorSideRight.Side = asrBottom
Left = 8
Height = 23
Top = 62
Width = 111
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 12
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'Rotate by 0°'
'Rotate by 90°'
'Rotate by 180°'
'Rotate by 270°'
'Mirror horizontally'
'Mirror vertically'
)
OnChange = CbTransformChange
Style = csDropDownList
TabOrder = 2
Text = 'Rotate by 0°'
end
2018-03-23 00:10:05 +00:00
end
2018-03-23 19:44:39 +00:00
object ThumbNail: TJvThumbnail
2018-03-25 00:05:20 +00:00
AnchorSideLeft.Control = Panel5
2018-03-23 19:44:39 +00:00
AnchorSideTop.Control = Panel5
AnchorSideBottom.Control = Panel5
AnchorSideBottom.Side = asrBottom
2018-03-25 00:05:20 +00:00
Left = 2
2018-04-21 17:26:53 +00:00
Height = 175
2018-03-23 19:44:39 +00:00
Top = 0
Width = 152
2018-03-25 00:05:20 +00:00
Anchors = [akTop, akLeft, akBottom]
2018-03-23 19:44:39 +00:00
BorderSpacing.Left = 2
BorderSpacing.Right = 8
2018-04-21 17:26:53 +00:00
ClientHeight = 175
2018-03-23 23:59:33 +00:00
ClientWidth = 152
2018-03-23 19:44:39 +00:00
Constraints.MinWidth = 152
2018-04-22 11:30:20 +00:00
TabOrder = 1
2018-03-23 19:44:39 +00:00
OnClick = ThumbNailClick
2018-04-21 14:46:46 +00:00
ShadowColor = clSilver
2018-03-23 00:10:05 +00:00
TitleColor = clBtnFace
TitleFont.Color = clWindowText
end
2018-03-23 19:44:39 +00:00
object Panel1: TPanel
AnchorSideLeft.Control = ThumbNail
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ThumbNail
2018-04-21 17:26:53 +00:00
AnchorSideBottom.Side = asrBottom
2018-03-25 00:05:20 +00:00
Left = 162
2018-04-21 17:26:53 +00:00
Height = 175
2018-03-23 19:44:39 +00:00
Top = 0
2018-04-21 17:26:53 +00:00
Width = 261
2018-03-23 19:44:39 +00:00
AutoSize = True
BevelInner = bvRaised
BevelOuter = bvLowered
2018-04-21 17:26:53 +00:00
ClientHeight = 175
ClientWidth = 261
2018-04-22 11:30:20 +00:00
TabOrder = 2
2018-03-23 19:44:39 +00:00
object CbAsButton: TCheckBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 10
Height = 19
Hint = 'This will give a button effect when the thumbnail is clicked '
Top = 8
Width = 69
BorderSpacing.Left = 8
BorderSpacing.Top = 6
Caption = 'AsButton'
Checked = True
OnClick = CbAsButtonClick
State = cbChecked
TabOrder = 0
end
object CbAutoLoad: TCheckBox
AnchorSideLeft.Control = CbAsButton
AnchorSideTop.Control = CbAsButton
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Hint = 'If AutoLoad = true when you pass a name to the filename it automatically loads it else not(for Future reference where the will be a thumblist file)'
Top = 31
Width = 69
BorderSpacing.Top = 4
Caption = 'Autoload'
Checked = True
OnClick = CbAutoLoadClick
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 1
end
object CbMinimizeMem: TCheckBox
AnchorSideLeft.Control = CbAsButton
AnchorSideTop.Control = CbAutoLoad
AnchorSideTop.Side = asrBottom
Left = 10
Height = 19
Hint = 'This will forse the thumbimage to convert all the thumbs in BMP and reduce memory usage us much as possible'
Top = 54
Width = 114
BorderSpacing.Top = 4
BorderSpacing.Right = 12
BorderSpacing.Bottom = 8
Caption = 'MinimizeMemory'
Checked = True
OnClick = CbMinimizeMemClick
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 2
end
object GbTitlePlacement: TRadioGroup
AnchorSideLeft.Control = CbMinimizeMem
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Panel1
AnchorSideRight.Side = asrBottom
Left = 136
2018-04-21 17:26:53 +00:00
Height = 70
2018-03-23 19:44:39 +00:00
Hint = 'The position of the thumbnail''s title'
Top = 11
2018-04-21 17:26:53 +00:00
Width = 115
AutoFill = False
2018-03-23 19:44:39 +00:00
AutoSize = True
BorderSpacing.Top = 9
BorderSpacing.Right = 8
2018-04-21 17:26:53 +00:00
BorderSpacing.InnerBorder = 4
2018-03-23 19:44:39 +00:00
Caption = ' Title Placement '
2018-04-21 17:26:53 +00:00
ChildSizing.LeftRightSpacing = 16
ChildSizing.VerticalSpacing = 4
2018-03-23 19:44:39 +00:00
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
2018-04-21 17:26:53 +00:00
ClientHeight = 50
ClientWidth = 111
2018-03-23 19:44:39 +00:00
ItemIndex = 0
Items.Strings = (
2018-04-21 17:26:53 +00:00
'T_Up'
2018-03-23 19:44:39 +00:00
'T_Down'
)
OnClick = GbTitlePlacementClick
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object BtnExit: TButton
AnchorSideLeft.Control = GbTitlePlacement
AnchorSideTop.Control = GbTitlePlacement
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GbTitlePlacement
AnchorSideRight.Side = asrBottom
Left = 136
Height = 25
2018-04-21 17:26:53 +00:00
Top = 89
Width = 115
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 8
Caption = 'EXIT'
ModalResult = 1
TabOrder = 4
end
object EdThumbTitle: TEdit
AnchorSideLeft.Control = CbAsButton
AnchorSideTop.Control = LblThumbTitle
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = BtnExit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 10
Height = 23
Hint = 'You can set the thumbnails title to what ever you want it to be '
2018-04-21 17:26:53 +00:00
Top = 142
Width = 241
2018-03-23 19:44:39 +00:00
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Bottom = 8
TabOrder = 5
end
object LblThumbTitle: TLabel
AnchorSideLeft.Control = CbAsButton
AnchorSideTop.Control = BtnExit
AnchorSideTop.Side = asrBottom
Left = 10
Height = 15
Hint = 'You can set the thumbnails title to what ever you want it to be '
2018-04-21 17:26:53 +00:00
Top = 123
2018-04-22 11:30:20 +00:00
Width = 84
2018-04-21 17:26:53 +00:00
BorderSpacing.Top = 9
2018-03-23 19:44:39 +00:00
BorderSpacing.Bottom = 4
2018-04-22 11:30:20 +00:00
Caption = 'Thumbnail Title'
2018-03-23 19:44:39 +00:00
ParentColor = False
end
2018-03-23 23:59:33 +00:00
object SpinEdit1: TSpinEdit
2018-04-22 11:30:20 +00:00
AnchorSideLeft.Control = LblMargin
AnchorSideLeft.Side = asrBottom
2018-04-21 17:26:53 +00:00
AnchorSideTop.Control = BtnExit
AnchorSideTop.Side = asrCenter
2018-04-22 11:30:20 +00:00
Left = 60
2018-03-23 23:59:33 +00:00
Height = 23
2018-04-21 17:26:53 +00:00
Top = 90
2018-04-22 11:30:20 +00:00
Width = 60
BorderSpacing.Left = 12
2018-03-23 23:59:33 +00:00
OnChange = SpinEdit1Change
TabOrder = 6
end
2018-04-22 11:30:20 +00:00
object LblMargin: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = BtnExit
AnchorSideTop.Side = asrCenter
Left = 10
Height = 15
Top = 94
Width = 38
BorderSpacing.Left = 8
Caption = 'Margin'
ParentColor = False
end
2018-03-23 19:44:39 +00:00
end
2018-03-23 00:10:05 +00:00
end
2018-03-25 00:05:20 +00:00
object Panel2: TPanel
2018-04-21 17:26:53 +00:00
AnchorSideTop.Side = asrBottom
Left = 4
Height = 413
Top = 183
Width = 596
2018-03-25 00:05:20 +00:00
Align = alClient
BorderSpacing.Around = 4
BevelOuter = bvNone
2018-04-21 17:26:53 +00:00
ClientHeight = 413
ClientWidth = 596
2018-03-25 00:05:20 +00:00
TabOrder = 1
OnResize = Panel2Resize
object ThumbImage: TJvThumbImage
AnchorSideLeft.Control = Panel5
AnchorSideTop.Control = Panel5
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel5
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel7
AnchorSideBottom.Side = asrBottom
Left = 0
2018-04-21 17:26:53 +00:00
Height = 378
2018-03-25 00:05:20 +00:00
Top = 0
2018-04-21 17:26:53 +00:00
Width = 554
2018-03-25 00:05:20 +00:00
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Bottom = 4
OnMouseDown = ThumbImageMouseDown
OnMouseMove = ThumbImageMouseMove
OnMouseUp = ThumbImageMouseUp
IgnoreMouse = False
Angle = AT0
Zoom = 0
end
end
2018-03-23 00:10:05 +00:00
end
end