-
Notifications
You must be signed in to change notification settings - Fork 4
/
rmcolorvga.lfm
154 lines (154 loc) · 2.91 KB
/
rmcolorvga.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
147
148
149
150
151
152
153
154
object RMVgaColorDialog: TRMVgaColorDialog
Left = 569
Height = 278
Top = 337
Width = 506
BorderStyle = bsDialog
Caption = 'VGA Color'
ClientHeight = 278
ClientWidth = 506
LCLVersion = '2.0.10.0'
object ColorPalette: TColorPalette
AnchorSideRight.Side = asrBottom
Left = 13
Height = 120
Top = 8
Width = 474
ButtonHeight = 60
ButtonWidth = 60
ColumnCount = 8
PickedIndex = 0
SelectionKind = pskThick
OnColorPick = ColorPaletteColorPick
Anchors = [akLeft, akRight]
ParentColor = False
end
object Shape1: TShape
Left = 26
Height = 67
Top = 166
Width = 65
end
object TrackBar1: TTrackBar
Left = 122
Height = 31
Top = 160
Width = 202
Max = 63
OnChange = TrackBar1Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 0
end
object TrackBar2: TTrackBar
Left = 122
Height = 31
Top = 186
Width = 202
Max = 63
OnChange = TrackBar2Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 1
end
object TrackBar3: TTrackBar
Left = 122
Height = 31
Top = 211
Width = 202
Max = 63
OnChange = TrackBar3Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 2
end
object Label1: TLabel
Left = 110
Height = 15
Top = 160
Width = 7
Caption = 'R'
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 110
Height = 15
Top = 186
Width = 8
Caption = 'G'
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 110
Height = 15
Top = 211
Width = 7
Caption = 'B'
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 333
Height = 15
Top = 160
Width = 7
Caption = 'R'
ParentColor = False
ParentFont = False
end
object Label5: TLabel
Left = 333
Height = 15
Top = 186
Width = 8
Caption = 'G'
ParentColor = False
ParentFont = False
end
object Label6: TLabel
Left = 333
Height = 15
Top = 211
Width = 7
Caption = 'B'
ParentColor = False
ParentFont = False
end
object Button1: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 423
Height = 25
Top = 245
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'OK'
OnClick = OKClick
ParentFont = False
TabOrder = 3
end
object VGAIndexLabel: TLabel
Left = 32
Height = 15
Top = 134
Width = 58
Caption = 'VGA Index:'
ParentColor = False
ParentFont = False
end
end