1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/SAMufasaGUI/colourhistory.lfm

66 lines
1.2 KiB
Plaintext

object ColourHistoryForm: TColourHistoryForm
Left = 1180
Height = 250
Top = 746
Width = 489
ActiveControl = ColourValue
Caption = 'Colour Picker History'
ClientHeight = 250
ClientWidth = 489
OnHide = UnSetCHShowMenu
OnShow = SetCHShowMenu
LCLVersion = '0.9.29'
object ColourList: TListView
Left = 16
Height = 208
Top = 16
Width = 320
Columns = <>
TabOrder = 0
OnSelectItem = ChangeViewData
end
object DeleteButton: TButton
Left = 352
Height = 25
Top = 199
Width = 128
Caption = 'Delete'
OnClick = DeleteSelected
TabOrder = 1
end
object SelectionName: TEdit
Left = 360
Height = 27
Top = 104
Width = 112
OnChange = ChangeName
TabOrder = 2
Text = 'Name'
end
object PickNewColourButton: TButton
Left = 352
Height = 25
Top = 160
Width = 128
Caption = 'Pick New Colour'
TabOrder = 3
end
object ColourValue: TEdit
Left = 360
Height = 27
Top = 16
Width = 112
ReadOnly = True
TabOrder = 4
Text = 'ColourValue'
end
object CoordValue: TLabel
Left = 360
Height = 18
Top = 64
Width = 75
Caption = 'CoordValue'
ParentColor = False
end
end