mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 04:15:07 -05:00
f9b8611336
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@221 3f818213-9676-44b0-a9b4-5e4c4e03d09d
82 lines
1.6 KiB
Plaintext
82 lines
1.6 KiB
Plaintext
object ColourHistoryForm: TColourHistoryForm
|
|
Left = 401
|
|
Height = 250
|
|
Top = 344
|
|
Width = 489
|
|
ActiveControl = SelectionName
|
|
Caption = 'Colour Picker History'
|
|
ClientHeight = 250
|
|
ClientWidth = 489
|
|
OnHide = UnSetCHShowMenu
|
|
OnShow = SetCHShowMenu
|
|
LCLVersion = '0.9.29'
|
|
object ColourList: TListView
|
|
Left = 16
|
|
Height = 176
|
|
Top = 16
|
|
Width = 328
|
|
Columns = <>
|
|
TabOrder = 0
|
|
OnSelectItem = ChangeViewData
|
|
end
|
|
object DeleteButton: TButton
|
|
Left = 16
|
|
Height = 25
|
|
Top = 208
|
|
Width = 128
|
|
Caption = 'Delete'
|
|
OnClick = DeleteSelected
|
|
TabOrder = 1
|
|
end
|
|
object SelectionName: TEdit
|
|
Left = 360
|
|
Height = 21
|
|
Top = 16
|
|
Width = 112
|
|
OnChange = ChangeName
|
|
OnKeyPress = SelectionNameKeyPress
|
|
TabOrder = 2
|
|
Text = 'Name'
|
|
end
|
|
object PickNewColourButton: TButton
|
|
Left = 216
|
|
Height = 25
|
|
Top = 208
|
|
Width = 128
|
|
Caption = 'Pick New Colour'
|
|
TabOrder = 3
|
|
end
|
|
object ColourValue: TEdit
|
|
Left = 360
|
|
Height = 21
|
|
Top = 56
|
|
Width = 112
|
|
ReadOnly = True
|
|
TabOrder = 4
|
|
Text = 'ColourValue'
|
|
end
|
|
object CoordValue: TLabel
|
|
Left = 360
|
|
Height = 14
|
|
Top = 96
|
|
Width = 56
|
|
Caption = 'CoordValue'
|
|
ParentColor = False
|
|
end
|
|
object ColourImage: TImage
|
|
Left = 152
|
|
Height = 24
|
|
Top = 209
|
|
Width = 56
|
|
end
|
|
object OkButton: TButton
|
|
Left = 392
|
|
Height = 24
|
|
Top = 209
|
|
Width = 80
|
|
Caption = 'Ok'
|
|
OnClick = OkButtonClick
|
|
TabOrder = 5
|
|
end
|
|
end
|