-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrmcolorxga.lfm
154 lines (154 loc) · 2.91 KB
/
rmcolorxga.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 RMXgaColorDialog: TRMXgaColorDialog
Left = 599
Height = 300
Top = 360
Width = 514
BorderStyle = bsDialog
Caption = 'XGA Color'
ClientHeight = 300
ClientWidth = 514
LCLVersion = '2.0.10.0'
object ColorPalette: TColorPalette
AnchorSideRight.Side = asrBottom
Left = 16
Height = 120
Top = 8
Width = 475
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 = 192
Width = 65
end
object TrackBar1: TTrackBar
Left = 120
Height = 31
Top = 186
Width = 250
Max = 255
OnChange = TrackBar1Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 0
end
object TrackBar2: TTrackBar
Left = 120
Height = 31
Top = 212
Width = 250
Max = 255
OnChange = TrackBar2Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 1
end
object TrackBar3: TTrackBar
Left = 120
Height = 31
Top = 237
Width = 250
Max = 255
OnChange = TrackBar3Change
Position = 0
ShowSelRange = False
TickMarks = tmTopLeft
TickStyle = tsNone
ParentFont = False
TabOrder = 2
end
object Label1: TLabel
Left = 110
Height = 15
Top = 186
Width = 7
Caption = 'R'
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 110
Height = 15
Top = 212
Width = 8
Caption = 'G'
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 110
Height = 15
Top = 237
Width = 7
Caption = 'B'
ParentColor = False
ParentFont = False
end
object Label4: TLabel
Left = 376
Height = 15
Top = 186
Width = 7
Caption = 'R'
ParentColor = False
ParentFont = False
end
object Label5: TLabel
Left = 375
Height = 15
Top = 212
Width = 8
Caption = 'G'
ParentColor = False
ParentFont = False
end
object Label6: TLabel
Left = 376
Height = 15
Top = 237
Width = 7
Caption = 'B'
ParentColor = False
ParentFont = False
end
object XGAIndexLabel: TLabel
Left = 32
Height = 15
Top = 160
Width = 58
Caption = 'XGA Index:'
ParentColor = False
ParentFont = False
end
object Button1: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 431
Height = 25
Top = 267
Width = 75
Anchors = [akRight, akBottom]
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'OK'
OnClick = OKClick
ParentFont = False
TabOrder = 3
end
end