📄 hotspoteditor.dfm
字号:
Caption = 'ImageIndex:'
end
object Label3: TLabel
Left = 251
Top = 181
Width = 58
Height = 13
Anchors = [akBottom]
Caption = 'Hover color:'
end
object Shape_HoverColor: TShape
Left = 344
Top = 177
Width = 41
Height = 20
Anchors = [akBottom]
end
object pnHoverImage: TPanel
Left = 1
Top = 32
Width = 429
Height = 130
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvLowered
TabOrder = 0
object imgHover: TImage
Left = 1
Top = 1
Width = 427
Height = 128
Align = alClient
Center = True
PopupMenu = pmHoverImage
end
end
object btLoadHover: TButton
Left = 376
Top = 7
Width = 57
Height = 21
Anchors = [akTop, akRight]
Caption = 'Load...'
TabOrder = 1
OnClick = btLoadHoverClick
end
object cmb_HoverImgIndex: TComboBox
Left = 95
Top = 177
Width = 121
Height = 22
Style = csOwnerDrawFixed
Anchors = [akBottom]
ItemHeight = 16
TabOrder = 2
OnChange = cmb_HoverImgIndexChange
OnDrawItem = cmb_BlinkImgIndexDrawItem
end
object Pn_HoverColor: TPanel
Left = 321
Top = 177
Width = 20
Height = 20
Anchors = [akBottom]
TabOrder = 3
OnClick = Pn_HoverColorClick
end
end
object ts_Seletced: TTabSheet
Caption = 'Selected'
ImageIndex = 2
DesignSize = (
433
215)
object lbl_Selected: TLabel
Left = 8
Top = 10
Width = 94
Height = 13
Caption = 'Selected picture'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 9
Top = 181
Width = 58
Height = 13
Anchors = [akBottom]
Caption = 'ImageIndex:'
end
object Label5: TLabel
Left = 244
Top = 181
Width = 71
Height = 13
Anchors = [akBottom]
Caption = 'Selected color:'
end
object Shape_SelectedColor: TShape
Left = 344
Top = 177
Width = 41
Height = 20
Anchors = [akBottom]
end
object Btn_Selected: TButton
Left = 376
Top = 6
Width = 57
Height = 21
Anchors = [akTop, akRight]
Caption = 'Load...'
TabOrder = 0
OnClick = Btn_SelectedClick
end
object Pn_Selected: TPanel
Left = 1
Top = 32
Width = 430
Height = 130
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvLowered
TabOrder = 1
object Img_Selected: TImage
Left = 1
Top = 1
Width = 428
Height = 128
Align = alClient
Center = True
PopupMenu = pm_SelectedImage
end
end
object cmb_SelectImgIndex: TComboBox
Left = 95
Top = 177
Width = 121
Height = 22
Style = csOwnerDrawFixed
Anchors = [akBottom]
ItemHeight = 16
TabOrder = 2
OnChange = cmb_SelectImgIndexChange
OnDrawItem = cmb_BlinkImgIndexDrawItem
end
object Pn_SelectedColor: TPanel
Left = 321
Top = 177
Width = 20
Height = 20
Anchors = [akBottom]
TabOrder = 3
OnClick = Pn_SelectedColorClick
end
end
object ts_Blink: TTabSheet
Caption = 'Blink'
ImageIndex = 3
DesignSize = (
433
215)
object lbl_Blink: TLabel
Left = 8
Top = 10
Width = 72
Height = 13
Caption = 'Blink picture'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 9
Top = 181
Width = 58
Height = 13
Anchors = [akBottom]
Caption = 'ImageIndex:'
end
object Label7: TLabel
Left = 254
Top = 181
Width = 52
Height = 13
Anchors = [akBottom]
Caption = 'Blink color:'
end
object Shape_BlinkColor: TShape
Left = 344
Top = 177
Width = 41
Height = 20
Anchors = [akBottom]
end
object Btn_Blink: TButton
Left = 376
Top = 6
Width = 57
Height = 21
Anchors = [akTop, akRight]
Caption = 'Load...'
TabOrder = 0
OnClick = Btn_BlinkClick
end
object Pn_Blink: TPanel
Left = 1
Top = 32
Width = 430
Height = 130
Anchors = [akLeft, akTop, akRight, akBottom]
BevelOuter = bvLowered
TabOrder = 1
object Img_Blink: TImage
Left = 1
Top = 1
Width = 428
Height = 128
Align = alClient
Center = True
PopupMenu = pm_BlinkImage
end
end
object cmb_BlinkImgIndex: TComboBox
Left = 95
Top = 177
Width = 121
Height = 19
Style = csOwnerDrawFixed
Anchors = [akBottom]
ItemHeight = 13
TabOrder = 2
OnChange = cmb_BlinkImgIndexChange
OnDrawItem = cmb_BlinkImgIndexDrawItem
end
object Pn_BlinkColor: TPanel
Left = 321
Top = 177
Width = 20
Height = 20
Anchors = [akBottom]
TabOrder = 3
OnClick = Pn_BlinkColorClick
end
end
end
object chk_Blink: TCheckBox
Left = 206
Top = 24
Width = 49
Height = 17
Caption = 'Blink'
TabOrder = 7
OnClick = chk_BlinkClick
end
object se_OffsetX: TSpinEdit
Left = 57
Top = 80
Width = 47
Height = 22
Hint = 'Enter the Angle of the HotSpot'
MaxLength = 3
MaxValue = 180
MinValue = -180
TabOrder = 8
Value = 4
OnChange = se_OffsetXChange
end
object se_OffsetY: TSpinEdit
Left = 206
Top = 79
Width = 47
Height = 22
Hint = 'Enter the Angle of the HotSpot'
MaxLength = 3
MaxValue = 180
MinValue = -180
TabOrder = 9
Value = 4
OnChange = se_OffsetYChange
end
end
end
object pnBackground: TPanel
Left = 0
Top = 0
Width = 290
Height = 408
Align = alLeft
BevelOuter = bvNone
Constraints.MinWidth = 290
TabOrder = 1
DesignSize = (
290
408)
object pnLoadBack: TPanel
Left = 0
Top = 367
Width = 290
Height = 41
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvNone
TabOrder = 1
object lbPozx: TLabel
Left = 19
Top = 5
Width = 6
Height = 13
Caption = '0'
end
object lbPozy: TLabel
Left = 19
Top = 23
Width = 6
Height = 13
Caption = '0'
end
object lbnX: TLabel
Left = 7
Top = 5
Width = 10
Height = 13
Caption = 'X:'
end
object lbnY: TLabel
Left = 7
Top = 23
Width = 10
Height = 13
Caption = 'Y:'
end
object lbNPoints: TLabel
Left = 46
Top = 5
Width = 3
Height = 13
Visible = False
end
end
object btBackImage: TButton
Left = 139
Top = 379
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -