-
Notifications
You must be signed in to change notification settings - Fork 4
/
rmamigacolor.lfm
144 lines (144 loc) · 2.69 KB
/
rmamigacolor.lfm
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
object RMAmigaColorDialog: TRMAmigaColorDialog
Left = 655
Height = 355
Top = 373
Width = 634
BorderStyle = bsDialog
Caption = 'Amiga Palette'
ClientHeight = 355
ClientWidth = 634
DesignTimePPI = 120
OnCreate = FormCreate
LCLVersion = '2.0.10.0'
object AmigaColorPalette: TColorPalette
Left = 16
Height = 120
Top = 8
Width = 474
ButtonHeight = 60
ButtonWidth = 60
ColumnCount = 8
PickedIndex = 0
SelectionKind = pskThick
OnColorPick = ColorPaletteColorPick
ParentColor = False
OnClick = AmigaColorPaletteClick
end
object Shape1: TShape
Left = 24
Height = 84
Top = 216
Width = 81
end
object TrackBar1: TTrackBar
Left = 144
Height = 39
Top = 208
Width = 253
Max = 15
OnChange = TrackBar1Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 0
end
object TrackBar2: TTrackBar
Left = 144
Height = 39
Top = 240
Width = 253
Max = 15
OnChange = TrackBar2Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 1
end
object TrackBar3: TTrackBar
Left = 144
Height = 39
Top = 272
Width = 253
Max = 15
OnChange = TrackBar3Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 2
end
object Label1: TLabel
Left = 129
Height = 20
Top = 208
Width = 9
Caption = 'R'
ParentColor = False
end
object Label2: TLabel
Left = 129
Height = 20
Top = 240
Width = 10
Caption = 'G'
ParentColor = False
end
object Label3: TLabel
Left = 129
Height = 20
Top = 272
Width = 9
Caption = 'B'
ParentColor = False
end
object Label4: TLabel
Left = 408
Height = 20
Top = 208
Width = 9
Caption = 'R'
ParentColor = False
end
object Label5: TLabel
Left = 408
Height = 20
Top = 240
Width = 10
Caption = 'G'
ParentColor = False
end
object Label6: TLabel
Left = 408
Height = 20
Top = 272
Width = 9
Caption = 'B'
ParentColor = False
end
object Button1: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 530
Height = 31
Top = 314
Width = 94
Anchors = [akRight, akBottom]
BorderSpacing.Right = 10
BorderSpacing.Bottom = 10
Caption = 'OK'
OnClick = OKClick
TabOrder = 3
end
object ColorIndexLabel: TLabel
Left = 32
Height = 20
Top = 176
Width = 79
Caption = 'Color Index:'
ParentColor = False
end
end