-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnitGambatteColorPicker.dfm
115 lines (115 loc) · 2.11 KB
/
UnitGambatteColorPicker.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
object FrameGambatteColorPicker: TFrameGambatteColorPicker
Left = 0
Top = 0
Width = 752
Height = 26
TabOrder = 0
object LabelDescriptionGambatte: TLabel
Left = 0
Top = 4
Width = 217
Height = 15
Caption = 'Preview for Background/Sprite 1/Sprite 2:'
end
object Shape1: TShape
Left = 224
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape2: TShape
Left = 248
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape3: TShape
Left = 272
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape4: TShape
Left = 296
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape5: TShape
Left = 324
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape6: TShape
Left = 348
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape7: TShape
Left = 372
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape8: TShape
Left = 396
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape9: TShape
Left = 424
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape10: TShape
Left = 448
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape11: TShape
Left = 472
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object Shape12: TShape
Left = 496
Top = 0
Width = 23
Height = 23
OnMouseUp = ShapeMouseUp
end
object LabelHint: TLabel
Left = 527
Top = 4
Width = 135
Height = 15
Caption = 'Click colors to customize.'
end
object LabelDescriptionNonGambatte: TLabel
Left = 0
Top = 4
Width = 189
Height = 15
Caption = 'Palette preview (left = background):'
end
object ColorDialog: TColorDialog
Left = 24
end
end