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

yeye is it allright now? Tested with win32 and Qt api and it worked fine at those now.

Oh, one more bug: colour picker AV's at Qt, just fyi.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@236 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Markus 2009-11-24 22:02:49 +00:00
parent 9937ac49eb
commit 9d83f53bbb
2 changed files with 20 additions and 20 deletions

View File

@ -2,13 +2,13 @@ object ColourHistoryForm: TColourHistoryForm
Left = 403 Left = 403
Height = 250 Height = 250
Top = 344 Top = 344
Width = 489 Width = 490
ActiveControl = SelectionName ActiveControl = SelectionName
Caption = 'Colour Picker History' Caption = 'Colour Picker History'
ClientHeight = 250 ClientHeight = 250
ClientWidth = 489 ClientWidth = 490
Constraints.MinHeight = 200 Constraints.MinHeight = 200
Constraints.MinWidth = 200 Constraints.MinWidth = 490
OnHide = UnSetCHShowMenu OnHide = UnSetCHShowMenu
OnShow = SetCHShowMenu OnShow = SetCHShowMenu
LCLVersion = '0.9.29' LCLVersion = '0.9.29'
@ -16,7 +16,7 @@ object ColourHistoryForm: TColourHistoryForm
Left = 16 Left = 16
Height = 176 Height = 176
Top = 16 Top = 16
Width = 328 Width = 329
Anchors = [akTop, akLeft, akRight, akBottom] Anchors = [akTop, akLeft, akRight, akBottom]
Columns = <> Columns = <>
TabOrder = 0 TabOrder = 0
@ -33,7 +33,7 @@ object ColourHistoryForm: TColourHistoryForm
TabOrder = 1 TabOrder = 1
end end
object SelectionName: TEdit object SelectionName: TEdit
Left = 360 Left = 361
Height = 21 Height = 21
Top = 16 Top = 16
Width = 112 Width = 112
@ -44,7 +44,7 @@ object ColourHistoryForm: TColourHistoryForm
Text = 'Name' Text = 'Name'
end end
object PickNewColourButton: TButton object PickNewColourButton: TButton
Left = 216 Left = 217
Height = 25 Height = 25
Top = 208 Top = 208
Width = 128 Width = 128
@ -53,7 +53,7 @@ object ColourHistoryForm: TColourHistoryForm
TabOrder = 3 TabOrder = 3
end end
object ColourValue: TEdit object ColourValue: TEdit
Left = 360 Left = 361
Height = 21 Height = 21
Top = 56 Top = 56
Width = 112 Width = 112
@ -63,7 +63,7 @@ object ColourHistoryForm: TColourHistoryForm
Text = 'ColourValue' Text = 'ColourValue'
end end
object CoordValue: TLabel object CoordValue: TLabel
Left = 360 Left = 361
Height = 14 Height = 14
Top = 96 Top = 96
Width = 112 Width = 112
@ -76,11 +76,11 @@ object ColourHistoryForm: TColourHistoryForm
Left = 152 Left = 152
Height = 24 Height = 24
Top = 209 Top = 209
Width = 56 Width = 57
Anchors = [akLeft, akRight, akBottom] Anchors = [akLeft, akRight, akBottom]
end end
object OkButton: TButton object OkButton: TButton
Left = 392 Left = 393
Height = 24 Height = 24
Top = 209 Top = 209
Width = 80 Width = 80

View File

@ -2,29 +2,29 @@
LazarusResources.Add('TColourHistoryForm','FORMDATA',[ LazarusResources.Add('TColourHistoryForm','FORMDATA',[
'TPF0'#18'TColourHistoryForm'#17'ColourHistoryForm'#4'Left'#3#147#1#6'Height' 'TPF0'#18'TColourHistoryForm'#17'ColourHistoryForm'#4'Left'#3#147#1#6'Height'
+#3#250#0#3'Top'#3'X'#1#5'Width'#3#233#1#13'ActiveControl'#7#13'SelectionName' +#3#250#0#3'Top'#3'X'#1#5'Width'#3#234#1#13'ActiveControl'#7#13'SelectionName'
+#7'Caption'#6#21'Colour Picker History'#12'ClientHeight'#3#250#0#11'ClientWi' +#7'Caption'#6#21'Colour Picker History'#12'ClientHeight'#3#250#0#11'ClientWi'
+'dth'#3#233#1#21'Constraints.MinHeight'#3#200#0#20'Constraints.MinWidth'#3 +'dth'#3#234#1#21'Constraints.MinHeight'#3#200#0#20'Constraints.MinWidth'#3
+#200#0#6'OnHide'#7#15'UnSetCHShowMenu'#6'OnShow'#7#13'SetCHShowMenu'#10'LCLV' +#234#1#6'OnHide'#7#15'UnSetCHShowMenu'#6'OnShow'#7#13'SetCHShowMenu'#10'LCLV'
+'ersion'#6#6'0.9.29'#0#9'TListView'#10'ColourList'#4'Left'#2#16#6'Height'#3 +'ersion'#6#6'0.9.29'#0#9'TListView'#10'ColourList'#4'Left'#2#16#6'Height'#3
+#176#0#3'Top'#2#16#5'Width'#3'H'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh' +#176#0#3'Top'#2#16#5'Width'#3'I'#1#7'Anchors'#11#5'akTop'#6'akLeft'#7'akRigh'
+'t'#8'akBottom'#0#7'Columns'#14#0#8'TabOrder'#2#0#12'OnSelectItem'#7#14'Chan' +'t'#8'akBottom'#0#7'Columns'#14#0#8'TabOrder'#2#0#12'OnSelectItem'#7#14'Chan'
+'geViewData'#0#0#7'TButton'#12'DeleteButton'#4'Left'#2#16#6'Height'#2#25#3'T' +'geViewData'#0#0#7'TButton'#12'DeleteButton'#4'Left'#2#16#6'Height'#2#25#3'T'
+'op'#3#208#0#5'Width'#3#128#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Captio' +'op'#3#208#0#5'Width'#3#128#0#7'Anchors'#11#6'akLeft'#8'akBottom'#0#7'Captio'
+'n'#6#6'Delete'#7'OnClick'#7#14'DeleteSelected'#8'TabOrder'#2#1#0#0#5'TEdit' +'n'#6#6'Delete'#7'OnClick'#7#14'DeleteSelected'#8'TabOrder'#2#1#0#0#5'TEdit'
+#13'SelectionName'#4'Left'#3'h'#1#6'Height'#2#21#3'Top'#2#16#5'Width'#2'p'#7 +#13'SelectionName'#4'Left'#3'i'#1#6'Height'#2#21#3'Top'#2#16#5'Width'#2'p'#7
+'Anchors'#11#5'akTop'#7'akRight'#0#8'OnChange'#7#10'ChangeName'#10'OnKeyPres' +'Anchors'#11#5'akTop'#7'akRight'#0#8'OnChange'#7#10'ChangeName'#10'OnKeyPres'
+'s'#7#21'SelectionNameKeyPress'#8'TabOrder'#2#2#4'Text'#6#4'Name'#0#0#7'TBut' +'s'#7#21'SelectionNameKeyPress'#8'TabOrder'#2#2#4'Text'#6#4'Name'#0#0#7'TBut'
+'ton'#19'PickNewColourButton'#4'Left'#3#216#0#6'Height'#2#25#3'Top'#3#208#0#5 +'ton'#19'PickNewColourButton'#4'Left'#3#217#0#6'Height'#2#25#3'Top'#3#208#0#5
+'Width'#3#128#0#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption'#6#15'Pick ' +'Width'#3#128#0#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption'#6#15'Pick '
+'New Colour'#8'TabOrder'#2#3#0#0#5'TEdit'#11'ColourValue'#4'Left'#3'h'#1#6'H' +'New Colour'#8'TabOrder'#2#3#0#0#5'TEdit'#11'ColourValue'#4'Left'#3'i'#1#6'H'
+'eight'#2#21#3'Top'#2'8'#5'Width'#2'p'#7'Anchors'#11#5'akTop'#7'akRight'#0#8 +'eight'#2#21#3'Top'#2'8'#5'Width'#2'p'#7'Anchors'#11#5'akTop'#7'akRight'#0#8
+'ReadOnly'#9#8'TabOrder'#2#4#4'Text'#6#11'ColourValue'#0#0#6'TLabel'#10'Coor' +'ReadOnly'#9#8'TabOrder'#2#4#4'Text'#6#11'ColourValue'#0#0#6'TLabel'#10'Coor'
+'dValue'#4'Left'#3'h'#1#6'Height'#2#14#3'Top'#2'`'#5'Width'#2'p'#7'Anchors' +'dValue'#4'Left'#3'i'#1#6'Height'#2#14#3'Top'#2'`'#5'Width'#2'p'#7'Anchors'
+#11#5'akTop'#7'akRight'#0#7'Caption'#6#10'CoordValue'#20'Constraints.MinWidt' +#11#5'akTop'#7'akRight'#0#7'Caption'#6#10'CoordValue'#20'Constraints.MinWidt'
+'h'#2'p'#11'ParentColor'#8#0#0#6'TImage'#11'ColourImage'#4'Left'#3#152#0#6'H' +'h'#2'p'#11'ParentColor'#8#0#0#6'TImage'#11'ColourImage'#4'Left'#3#152#0#6'H'
+'eight'#2#24#3'Top'#3#209#0#5'Width'#2'8'#7'Anchors'#11#6'akLeft'#7'akRight' +'eight'#2#24#3'Top'#3#209#0#5'Width'#2'9'#7'Anchors'#11#6'akLeft'#7'akRight'
+#8'akBottom'#0#0#0#7'TButton'#8'OkButton'#4'Left'#3#136#1#6'Height'#2#24#3'T' +#8'akBottom'#0#0#0#7'TButton'#8'OkButton'#4'Left'#3#137#1#6'Height'#2#24#3'T'
+'op'#3#209#0#5'Width'#2'P'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption' +'op'#3#209#0#5'Width'#2'P'#7'Anchors'#11#7'akRight'#8'akBottom'#0#7'Caption'
+#6#2'Ok'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#5#0#0#0 +#6#2'Ok'#7'OnClick'#7#13'OkButtonClick'#8'TabOrder'#2#5#0#0#0
]); ]);