-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathunit9.lfm
189 lines (189 loc) · 3.7 KB
/
unit9.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
object Form9: TForm9
Left = 247
Height = 326
Top = 124
Width = 339
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Form9'
ClientHeight = 326
ClientWidth = 339
FormStyle = fsStayOnTop
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '2.1.0.0'
object ComboBox1: TComboBox
Left = 112
Height = 23
Top = 288
Width = 200
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'Grayscale'
'R'
'G'
'B'
'Each Color separat'
'Convert and Grayscale'
)
OnChange = ComboBox1Change
Style = csDropDownList
TabOrder = 0
Text = 'Grayscale'
end
object Label2: TLabel
Left = 16
Height = 15
Top = 296
Width = 73
Caption = 'Correction on'
ParentColor = False
end
object GroupBox1: TGroupBox
Left = 8
Height = 217
Top = 8
Width = 320
Caption = ' Stretch colors '
ClientHeight = 197
ClientWidth = 316
TabOrder = 1
object Label3: TLabel
Left = 16
Height = 15
Top = 8
Width = 33
Caption = 'Active'
ParentColor = False
end
object CheckBox2: TCheckBox
Left = 104
Height = 19
Top = 8
Width = 20
Checked = True
OnClick = CheckBox2Click
State = cbChecked
TabOrder = 0
end
object GroupBox3: TGroupBox
Left = 8
Height = 78
Top = 32
Width = 306
Caption = ' Upper border '
ClientHeight = 58
ClientWidth = 302
TabOrder = 1
object Label4: TLabel
Left = 8
Height = 15
Top = 34
Width = 28
Caption = 'Value'
ParentColor = False
end
object Label5: TLabel
Left = 8
Height = 15
Top = 0
Width = 56
Caption = 'set by user'
ParentColor = False
end
object CheckBox3: TCheckBox
Left = 94
Height = 19
Top = 0
Width = 20
OnClick = ComboBox1Change
TabOrder = 0
end
object TrackBar1: TTrackBar
Left = 94
Height = 25
Top = 24
Width = 200
Max = 255
OnChange = ComboBox1Change
Position = 255
ShowSelRange = False
TickStyle = tsNone
TabOrder = 1
end
end
object GroupBox4: TGroupBox
Left = 8
Height = 78
Top = 112
Width = 305
Caption = ' Lower border '
ClientHeight = 58
ClientWidth = 301
TabOrder = 2
object Label6: TLabel
Left = 8
Height = 15
Top = 34
Width = 28
Caption = 'Value'
ParentColor = False
end
object Label7: TLabel
Left = 8
Height = 15
Top = 0
Width = 56
Caption = 'set by user'
ParentColor = False
end
object CheckBox4: TCheckBox
Left = 94
Height = 19
Top = 0
Width = 20
OnClick = ComboBox1Change
TabOrder = 0
end
object TrackBar2: TTrackBar
Left = 94
Height = 25
Top = 24
Width = 200
Max = 255
OnChange = ComboBox1Change
Position = 0
ShowSelRange = False
TickStyle = tsNone
TabOrder = 1
end
end
end
object GroupBox2: TGroupBox
Left = 8
Height = 48
Top = 232
Width = 320
Caption = ' Commulativ '
ClientHeight = 28
ClientWidth = 316
TabOrder = 2
object Label1: TLabel
Left = 8
Height = 15
Top = 8
Width = 33
Caption = 'Active'
ParentColor = False
end
object CheckBox1: TCheckBox
Left = 104
Height = 19
Top = 8
Width = 20
OnClick = CheckBox1Click
TabOrder = 0
end
end
end