-
Notifications
You must be signed in to change notification settings - Fork 4
/
rmcolor.lfm
146 lines (146 loc) · 2.75 KB
/
rmcolor.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
145
146
object RMEGAColorDialog: TRMEGAColorDialog
Left = 733
Height = 337
Top = 337
Width = 626
BorderStyle = bsDialog
Caption = 'EGA Palette'
ClientHeight = 337
ClientWidth = 626
DesignTimePPI = 120
OnCreate = FormCreate
LCLVersion = '2.0.10.0'
object OK: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 519
Height = 37
Top = 290
Width = 97
Anchors = [akRight, akBottom]
BorderSpacing.Right = 10
BorderSpacing.Bottom = 10
Caption = 'OK'
OnClick = OKClick
TabOrder = 0
end
object ColorPalette1: TColorPalette
AnchorSideRight.Side = asrBottom
Left = 16
Height = 26
Top = 32
Width = 488
ButtonHeight = 25
ButtonWidth = 25
ColumnCount = 16
PickedIndex = 0
SelectionColor = clWhite
SelectionKind = pskThickInverted
OnColorPick = ColorPalette1ColorPick
Anchors = [akTop, akLeft, akRight]
ParentColor = False
end
object Shape1: TShape
Left = 24
Height = 81
Top = 184
Width = 81
end
object EGAIndexLabel: TLabel
Left = 24
Height = 20
Top = 152
Width = 71
Caption = 'EGA Index:'
ParentColor = False
end
object TrackBar1: TTrackBar
Left = 143
Height = 39
Top = 184
Width = 253
Max = 3
OnChange = TrackBar1Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 1
end
object TrackBar2: TTrackBar
Left = 143
Height = 39
Top = 216
Width = 253
Max = 3
OnChange = TrackBar2Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 2
end
object TrackBar3: TTrackBar
Left = 143
Height = 39
Top = 246
Width = 253
Max = 3
OnChange = TrackBar3Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
TabOrder = 3
end
object Label1: TLabel
Left = 128
Height = 20
Top = 184
Width = 9
Caption = 'R'
ParentColor = False
end
object Label2: TLabel
Left = 128
Height = 20
Top = 216
Width = 10
Caption = 'G'
ParentColor = False
end
object Label3: TLabel
Left = 128
Height = 20
Top = 248
Width = 9
Caption = 'B'
ParentColor = False
end
object Label4: TLabel
Left = 407
Height = 20
Top = 184
Width = 9
Caption = 'R'
ParentColor = False
end
object Label5: TLabel
Left = 407
Height = 20
Top = 216
Width = 10
Caption = 'G'
ParentColor = False
end
object Label6: TLabel
Left = 407
Height = 20
Top = 248
Width = 9
Caption = 'B'
ParentColor = False
end
end