60 lines
1.4 KiB
Plaintext
60 lines
1.4 KiB
Plaintext
inherited frmHueSettings: TfrmHueSettings
|
|
Left = 290
|
|
Height = 209
|
|
Top = 171
|
|
Width = 217
|
|
Caption = 'Hue Settings'
|
|
ClientHeight = 209
|
|
ClientWidth = 217
|
|
OnCreate = FormCreate
|
|
object lblHue: TLabel[0]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = edHue
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 8
|
|
Height = 16
|
|
Top = 12
|
|
Width = 26
|
|
BorderSpacing.Left = 8
|
|
Caption = 'Hue:'
|
|
ParentColor = False
|
|
end
|
|
object edHue: TEdit[1]
|
|
AnchorSideLeft.Control = lblHue
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Owner
|
|
Left = 42
|
|
Height = 25
|
|
Top = 8
|
|
Width = 80
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
OnEditingDone = edHueEditingDone
|
|
TabOrder = 0
|
|
end
|
|
object lbHue: TListBox[2]
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = edHue
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 8
|
|
Height = 160
|
|
Top = 41
|
|
Width = 201
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Around = 8
|
|
ItemHeight = 16
|
|
OnDrawItem = lbHueDrawItem
|
|
OnSelectionChange = lbHueSelectionChange
|
|
Style = lbOwnerDrawFixed
|
|
TabOrder = 1
|
|
end
|
|
inherited tmClose: TTimer[3]
|
|
left = 152
|
|
top = 112
|
|
end
|
|
end
|