@@ -1,14 +1,13 @@ |
| 1 |
object frmEffectEditor: TfrmEffectEditor |
1 |
object frmEffectEditor: TfrmEffectEditor |
| 2 |
Left = 1488 |
2 |
Left = 1892 |
| 3 |
Height = 416 |
3 |
Height = 238 |
| 4 |
Top = 230 |
4 |
Top = 120 |
| 5 |
Width = 684 |
5 |
Width = 391 |
| 6 |
BorderIcons = [biSystemMenu, biMinimize] |
6 |
BorderIcons = [biSystemMenu, biMinimize] |
| 7 |
BorderStyle = bsDialog |
7 |
BorderStyle = bsDialog |
| 8 |
Caption = 'Effect Editor' |
8 |
Caption = 'Effect Editor' |
| 9 |
ClientHeight = 416 |
9 |
ClientHeight = 238 |
| 10 |
ClientWidth = 684 |
10 |
ClientWidth = 391 |
| 11 |
DesignTimePPI = 168 |
|
|
| 12 |
FormStyle = fsStayOnTop |
11 |
FormStyle = fsStayOnTop |
| 13 |
OnClose = FormClose |
12 |
OnClose = FormClose |
| 14 |
OnCloseQuery = FormCloseQuery |
13 |
OnCloseQuery = FormCloseQuery |
@@ -17,12 +16,12 @@ object frmEffectEditor: TfrmEffectEditor |
| 17 |
ShowInTaskBar = stNever |
16 |
ShowInTaskBar = stNever |
| 18 |
LCLVersion = '2.0.6.0' |
17 |
LCLVersion = '2.0.6.0' |
| 19 |
object ComboBox1: TComboBox |
18 |
object ComboBox1: TComboBox |
| 20 |
Left = 136 |
19 |
Left = 78 |
| 21 |
Height = 38 |
20 |
Height = 23 |
| 22 |
Top = 16 |
21 |
Top = 9 |
| 23 |
Width = 530 |
22 |
Width = 303 |
| 24 |
DropDownCount = 99 |
23 |
DropDownCount = 99 |
| 25 |
ItemHeight = 30 |
24 |
ItemHeight = 15 |
| 26 |
ItemIndex = 0 |
25 |
ItemIndex = 0 |
| 27 |
Items.Strings = ( |
26 |
Items.Strings = ( |
| 28 |
'0 - Arpeggio' |
27 |
'0 - Arpeggio' |
@@ -43,163 +42,186 @@ object frmEffectEditor: TfrmEffectEditor |
| 43 |
'F - Set Speed' |
42 |
'F - Set Speed' |
| 44 |
) |
43 |
) |
| 45 |
OnChange = ComboBox1Change |
44 |
OnChange = ComboBox1Change |
|
|
45 |
ParentFont = False |
| 46 |
Style = csDropDownList |
46 |
Style = csDropDownList |
| 47 |
TabOrder = 0 |
47 |
TabOrder = 0 |
| 48 |
Text = '0 - Arpeggio' |
48 |
Text = '0 - Arpeggio' |
| 49 |
end |
49 |
end |
| 50 |
object Label1: TLabel |
50 |
object Label1: TLabel |
| 51 |
Left = 24 |
51 |
Left = 14 |
| 52 |
Height = 30 |
52 |
Height = 15 |
| 53 |
Top = 24 |
53 |
Top = 14 |
| 54 |
Width = 99 |
54 |
Width = 56 |
| 55 |
Caption = 'Effect type' |
55 |
Caption = 'Effect type' |
| 56 |
ParentColor = False |
56 |
ParentColor = False |
|
|
57 |
ParentFont = False |
| 57 |
end |
58 |
end |
| 58 |
object Notebook1: TNotebook |
59 |
object Notebook1: TNotebook |
| 59 |
Left = 24 |
60 |
Left = 14 |
| 60 |
Height = 320 |
61 |
Height = 183 |
| 61 |
Top = 80 |
62 |
Top = 46 |
| 62 |
Width = 642 |
63 |
Width = 367 |
| 63 |
PageIndex = 0 |
64 |
PageIndex = 2 |
| 64 |
TabOrder = 1 |
65 |
TabOrder = 1 |
| 65 |
object OneParamPage: TPage |
66 |
object OneParamPage: TPage |
| 66 |
object OneParamTrackBar: TTrackBar |
67 |
object OneParamTrackBar: TTrackBar |
| 67 |
Left = 32 |
68 |
Left = 18 |
| 68 |
Height = 44 |
69 |
Height = 25 |
| 69 |
Top = 72 |
70 |
Top = 41 |
| 70 |
Width = 584 |
71 |
Width = 334 |
| 71 |
Max = 255 |
72 |
Max = 255 |
| 72 |
OnChange = OneParamTrackBarChange |
73 |
OnChange = OneParamTrackBarChange |
| 73 |
Position = 0 |
74 |
Position = 0 |
|
|
75 |
ParentFont = False |
| 74 |
TabOrder = 0 |
76 |
TabOrder = 0 |
| 75 |
end |
77 |
end |
| 76 |
object Value: TLabel |
78 |
object Value: TLabel |
| 77 |
Left = 32 |
79 |
Left = 18 |
| 78 |
Height = 30 |
80 |
Height = 17 |
| 79 |
Top = 16 |
81 |
Top = 9 |
| 80 |
Width = 584 |
82 |
Width = 334 |
| 81 |
Alignment = taCenter |
83 |
Alignment = taCenter |
| 82 |
AutoSize = False |
84 |
AutoSize = False |
| 83 |
Caption = 'Value' |
85 |
Caption = 'Value' |
| 84 |
ParentColor = False |
86 |
ParentColor = False |
|
|
87 |
ParentFont = False |
| 85 |
end |
88 |
end |
| 86 |
end |
89 |
end |
| 87 |
object TwoParamsPage: TPage |
90 |
object TwoParamsPage: TPage |
| 88 |
object TwoParamsTrackBar1: TTrackBar |
91 |
object TwoParamsTrackBar1: TTrackBar |
| 89 |
Left = 32 |
92 |
Left = 18 |
| 90 |
Height = 44 |
93 |
Height = 25 |
| 91 |
Top = 72 |
94 |
Top = 41 |
| 92 |
Width = 584 |
95 |
Width = 334 |
| 93 |
Max = 15 |
96 |
Max = 15 |
| 94 |
OnChange = TwoParamsTrackBar1Change |
97 |
OnChange = TwoParamsTrackBar1Change |
| 95 |
Position = 0 |
98 |
Position = 0 |
|
|
99 |
ParentFont = False |
| 96 |
TabOrder = 0 |
100 |
TabOrder = 0 |
| 97 |
end |
101 |
end |
| 98 |
object TwoParamsTrackBar2: TTrackBar |
102 |
object TwoParamsTrackBar2: TTrackBar |
| 99 |
Left = 32 |
103 |
Left = 18 |
| 100 |
Height = 44 |
104 |
Height = 25 |
| 101 |
Top = 136 |
105 |
Top = 78 |
| 102 |
Width = 584 |
106 |
Width = 334 |
| 103 |
Max = 15 |
107 |
Max = 15 |
| 104 |
OnChange = TwoParamsTrackBar2Change |
108 |
OnChange = TwoParamsTrackBar2Change |
| 105 |
Position = 0 |
109 |
Position = 0 |
|
|
110 |
ParentFont = False |
| 106 |
TabOrder = 1 |
111 |
TabOrder = 1 |
| 107 |
end |
112 |
end |
| 108 |
object Value1: TLabel |
113 |
object Value1: TLabel |
| 109 |
Left = 32 |
114 |
Left = 18 |
| 110 |
Height = 30 |
115 |
Height = 17 |
| 111 |
Top = 16 |
116 |
Top = 9 |
| 112 |
Width = 584 |
117 |
Width = 334 |
| 113 |
Alignment = taCenter |
118 |
Alignment = taCenter |
| 114 |
AutoSize = False |
119 |
AutoSize = False |
| 115 |
Caption = 'Value1' |
120 |
Caption = 'Value1' |
| 116 |
ParentColor = False |
121 |
ParentColor = False |
|
|
122 |
ParentFont = False |
| 117 |
end |
123 |
end |
| 118 |
end |
124 |
end |
| 119 |
object VibratoPage: TPage |
125 |
object VibratoPage: TPage |
| 120 |
object VibratoRateRadioGroup: TRadioGroup |
|
|
| 121 |
Left = 0 |
|
|
| 122 |
Height = 320 |
|
|
| 123 |
Top = -8 |
|
|
| 124 |
Width = 188 |
|
|
| 125 |
AutoFill = True |
|
|
| 126 |
Caption = 'Rate' |
|
|
| 127 |
ChildSizing.LeftRightSpacing = 6 |
|
|
| 128 |
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize |
|
|
| 129 |
ChildSizing.EnlargeVertical = crsHomogenousChildResize |
|
|
| 130 |
ChildSizing.ShrinkHorizontal = crsScaleChilds |
|
|
| 131 |
ChildSizing.ShrinkVertical = crsScaleChilds |
|
|
| 132 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
|
|
| 133 |
ChildSizing.ControlsPerLine = 1 |
|
|
| 134 |
ClientHeight = 285 |
|
|
| 135 |
ClientWidth = 184 |
|
|
| 136 |
Items.Strings = ( |
|
|
| 137 |
'1.0' |
|
|
| 138 |
'0.5' |
|
|
| 139 |
'0.25' |
|
|
| 140 |
'0.125' |
|
|
| 141 |
'0.0625' |
|
|
| 142 |
) |
|
|
| 143 |
OnSelectionChanged = VibratoRateRadioGroupSelectionChanged |
|
|
| 144 |
TabOrder = 0 |
|
|
| 145 |
end |
|
|
| 146 |
object VibratoDepthTrackBar: TTrackBar |
126 |
object VibratoDepthTrackBar: TTrackBar |
| 147 |
Left = 200 |
127 |
Left = 0 |
| 148 |
Height = 44 |
128 |
Height = 25 |
| 149 |
Top = 48 |
129 |
Top = 24 |
| 150 |
Width = 448 |
130 |
Width = 360 |
| 151 |
Max = 15 |
131 |
Max = 15 |
| 152 |
OnChange = VibratoDepthTrackBarChange |
132 |
OnChange = VibratoDepthTrackBarChange |
| 153 |
Position = 0 |
133 |
Position = 0 |
| 154 |
TabOrder = 1 |
134 |
ParentFont = False |
|
|
135 |
TabOrder = 0 |
| 155 |
end |
136 |
end |
| 156 |
object Label2: TLabel |
137 |
object Label2: TLabel |
| 157 |
Left = 392 |
138 |
Left = 168 |
| 158 |
Height = 30 |
139 |
Height = 15 |
| 159 |
Top = 0 |
140 |
Top = 0 |
| 160 |
Width = 57 |
141 |
Width = 32 |
| 161 |
Caption = 'Depth' |
142 |
Caption = 'Depth' |
| 162 |
ParentColor = False |
143 |
ParentColor = False |
|
|
144 |
ParentFont = False |
|
|
145 |
end |
|
|
146 |
object VibratoComboBox: TComboBox |
|
|
147 |
Left = 96 |
|
|
148 |
Height = 23 |
|
|
149 |
Top = 88 |
|
|
150 |
Width = 176 |
|
|
151 |
ItemHeight = 15 |
|
|
152 |
ItemIndex = 0 |
|
|
153 |
Items.Strings = ( |
|
|
154 |
'0: _________________________' |
|
|
155 |
'1: _-_-_-_-_-_-_-_-_-_-_-_-_' |
|
|
156 |
'2: __--__--__--__--__--__--_' |
|
|
157 |
'3: _---_---_---_---_---_---_' |
|
|
158 |
'4: ____----____----____----_' |
|
|
159 |
'5: _-_-----_-_-----_-_-----_' |
|
|
160 |
'6: __------__------__------_' |
|
|
161 |
'7: _-------_-------_-------_' |
|
|
162 |
'8: ________--------________-' |
|
|
163 |
'9: _-_-_-_---------_-_-_-_--' |
|
|
164 |
'a: __--__----------__--__---' |
|
|
165 |
'b: _---_-----------_---_----' |
|
|
166 |
'c: ____------------____-----' |
|
|
167 |
'd: _-_-------------_-_------' |
|
|
168 |
'e: __--------------__-------' |
|
|
169 |
'f: _---------------_--------' |
|
|
170 |
) |
|
|
171 |
Style = csDropDownList |
|
|
172 |
TabOrder = 1 |
|
|
173 |
Text = '0: _________________________' |
|
|
174 |
end |
|
|
175 |
object Label3: TLabel |
|
|
176 |
Left = 160 |
|
|
177 |
Height = 15 |
|
|
178 |
Top = 64 |
|
|
179 |
Width = 55 |
|
|
180 |
Caption = 'Waveform' |
|
|
181 |
ParentColor = False |
| 163 |
end |
182 |
end |
| 164 |
end |
183 |
end |
| 165 |
object MasterVolumePage: TPage |
184 |
object MasterVolumePage: TPage |
| 166 |
object Value2: TLabel |
185 |
object Value2: TLabel |
| 167 |
Left = 32 |
186 |
Left = 18 |
| 168 |
Height = 30 |
187 |
Height = 17 |
| 169 |
Top = 32 |
188 |
Top = 18 |
| 170 |
Width = 584 |
189 |
Width = 334 |
| 171 |
Alignment = taCenter |
190 |
Alignment = taCenter |
| 172 |
AutoSize = False |
191 |
AutoSize = False |
| 173 |
Caption = 'Value2' |
192 |
Caption = 'Value2' |
| 174 |
ParentColor = False |
193 |
ParentColor = False |
|
|
194 |
ParentFont = False |
| 175 |
end |
195 |
end |
| 176 |
object LeftVolumeTrackBar: TTrackBar |
196 |
object LeftVolumeTrackBar: TTrackBar |
| 177 |
Left = 32 |
197 |
Left = 18 |
| 178 |
Height = 44 |
198 |
Height = 25 |
| 179 |
Top = 88 |
199 |
Top = 50 |
| 180 |
Width = 584 |
200 |
Width = 334 |
| 181 |
Max = 7 |
201 |
Max = 7 |
| 182 |
OnChange = RightVolumeTrackBarChange |
202 |
OnChange = RightVolumeTrackBarChange |
| 183 |
Position = 0 |
203 |
Position = 0 |
|
|
204 |
ParentFont = False |
| 184 |
TabOrder = 0 |
205 |
TabOrder = 0 |
| 185 |
end |
206 |
end |
| 186 |
object RightVolumeTrackBar: TTrackBar |
207 |
object RightVolumeTrackBar: TTrackBar |
| 187 |
Left = 32 |
208 |
Left = 18 |
| 188 |
Height = 44 |
209 |
Height = 25 |
| 189 |
Top = 152 |
210 |
Top = 87 |
| 190 |
Width = 584 |
211 |
Width = 334 |
| 191 |
Max = 7 |
212 |
Max = 7 |
| 192 |
OnChange = RightVolumeTrackBarChange |
213 |
OnChange = RightVolumeTrackBarChange |
| 193 |
Position = 0 |
214 |
Position = 0 |
|
|
215 |
ParentFont = False |
| 194 |
TabOrder = 1 |
216 |
TabOrder = 1 |
| 195 |
end |
217 |
end |
| 196 |
end |
218 |
end |
| 197 |
object PanningPage: TPage |
219 |
object PanningPage: TPage |
| 198 |
object LeftPanCheckGroup: TCheckGroup |
220 |
object LeftPanCheckGroup: TCheckGroup |
| 199 |
Left = 0 |
221 |
Left = 0 |
| 200 |
Height = 320 |
222 |
Height = 183 |
| 201 |
Top = 0 |
223 |
Top = 0 |
| 202 |
Width = 316 |
224 |
Width = 181 |
| 203 |
AutoFill = True |
225 |
AutoFill = True |
| 204 |
Caption = 'Left' |
226 |
Caption = 'Left' |
| 205 |
ChildSizing.LeftRightSpacing = 6 |
227 |
ChildSizing.LeftRightSpacing = 6 |
@@ -210,51 +232,56 @@ object frmEffectEditor: TfrmEffectEditor |
| 210 |
ChildSizing.ShrinkVertical = crsScaleChilds |
232 |
ChildSizing.ShrinkVertical = crsScaleChilds |
| 211 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
233 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
| 212 |
ChildSizing.ControlsPerLine = 1 |
234 |
ChildSizing.ControlsPerLine = 1 |
| 213 |
ClientHeight = 285 |
235 |
ClientHeight = 148 |
| 214 |
ClientWidth = 312 |
236 |
ClientWidth = 177 |
|
|
237 |
ParentFont = False |
| 215 |
TabOrder = 0 |
238 |
TabOrder = 0 |
| 216 |
object CheckBox1: TCheckBox |
239 |
object CheckBox1: TCheckBox |
| 217 |
Left = 6 |
240 |
Left = 3 |
| 218 |
Height = 69 |
241 |
Height = 69 |
| 219 |
Top = 6 |
242 |
Top = 3 |
| 220 |
Width = 300 |
243 |
Width = 300 |
| 221 |
Caption = 'Duty 1' |
244 |
Caption = 'Duty 1' |
| 222 |
OnClick = CheckBox1Change |
245 |
OnClick = CheckBox1Change |
|
|
246 |
ParentFont = False |
| 223 |
TabOrder = 0 |
247 |
TabOrder = 0 |
| 224 |
end |
248 |
end |
| 225 |
object CheckBox2: TCheckBox |
249 |
object CheckBox2: TCheckBox |
| 226 |
Left = 6 |
250 |
Left = 3 |
| 227 |
Height = 69 |
251 |
Height = 69 |
| 228 |
Top = 75 |
252 |
Top = 43 |
| 229 |
Width = 300 |
253 |
Width = 300 |
| 230 |
Caption = 'Duty 2' |
254 |
Caption = 'Duty 2' |
| 231 |
OnClick = CheckBox1Change |
255 |
OnClick = CheckBox1Change |
|
|
256 |
ParentFont = False |
| 232 |
TabOrder = 1 |
257 |
TabOrder = 1 |
| 233 |
end |
258 |
end |
| 234 |
object CheckBox3: TCheckBox |
259 |
object CheckBox3: TCheckBox |
| 235 |
Left = 6 |
260 |
Left = 3 |
| 236 |
Height = 69 |
261 |
Height = 69 |
| 237 |
Top = 144 |
262 |
Top = 82 |
| 238 |
Width = 300 |
263 |
Width = 300 |
| 239 |
Caption = 'Wave' |
264 |
Caption = 'Wave' |
| 240 |
OnClick = CheckBox1Change |
265 |
OnClick = CheckBox1Change |
|
|
266 |
ParentFont = False |
| 241 |
TabOrder = 2 |
267 |
TabOrder = 2 |
| 242 |
end |
268 |
end |
| 243 |
object CheckBox4: TCheckBox |
269 |
object CheckBox4: TCheckBox |
| 244 |
Left = 6 |
270 |
Left = 3 |
| 245 |
Height = 66 |
271 |
Height = 66 |
| 246 |
Top = 213 |
272 |
Top = 122 |
| 247 |
Width = 300 |
273 |
Width = 300 |
| 248 |
Caption = 'Noise' |
274 |
Caption = 'Noise' |
| 249 |
OnClick = CheckBox1Change |
275 |
OnClick = CheckBox1Change |
|
|
276 |
ParentFont = False |
| 250 |
TabOrder = 3 |
277 |
TabOrder = 3 |
| 251 |
end |
278 |
end |
| 252 |
end |
279 |
end |
| 253 |
object RightPanCheckGroup: TCheckGroup |
280 |
object RightPanCheckGroup: TCheckGroup |
| 254 |
Left = 320 |
281 |
Left = 183 |
| 255 |
Height = 320 |
282 |
Height = 183 |
| 256 |
Top = 0 |
283 |
Top = 0 |
| 257 |
Width = 316 |
284 |
Width = 181 |
| 258 |
AutoFill = True |
285 |
AutoFill = True |
| 259 |
Caption = 'Right' |
286 |
Caption = 'Right' |
| 260 |
ChildSizing.LeftRightSpacing = 6 |
287 |
ChildSizing.LeftRightSpacing = 6 |
@@ -265,53 +292,58 @@ object frmEffectEditor: TfrmEffectEditor |
| 265 |
ChildSizing.ShrinkVertical = crsScaleChilds |
292 |
ChildSizing.ShrinkVertical = crsScaleChilds |
| 266 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
293 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
| 267 |
ChildSizing.ControlsPerLine = 1 |
294 |
ChildSizing.ControlsPerLine = 1 |
| 268 |
ClientHeight = 285 |
295 |
ClientHeight = 148 |
| 269 |
ClientWidth = 312 |
296 |
ClientWidth = 177 |
|
|
297 |
ParentFont = False |
| 270 |
TabOrder = 1 |
298 |
TabOrder = 1 |
| 271 |
object CheckBox5: TCheckBox |
299 |
object CheckBox5: TCheckBox |
| 272 |
Left = 6 |
300 |
Left = 3 |
| 273 |
Height = 69 |
301 |
Height = 69 |
| 274 |
Top = 6 |
302 |
Top = 3 |
| 275 |
Width = 300 |
303 |
Width = 300 |
| 276 |
Caption = 'Duty 1' |
304 |
Caption = 'Duty 1' |
| 277 |
OnClick = CheckBox1Change |
305 |
OnClick = CheckBox1Change |
|
|
306 |
ParentFont = False |
| 278 |
TabOrder = 0 |
307 |
TabOrder = 0 |
| 279 |
end |
308 |
end |
| 280 |
object CheckBox6: TCheckBox |
309 |
object CheckBox6: TCheckBox |
| 281 |
Left = 6 |
310 |
Left = 3 |
| 282 |
Height = 69 |
311 |
Height = 69 |
| 283 |
Top = 75 |
312 |
Top = 43 |
| 284 |
Width = 300 |
313 |
Width = 300 |
| 285 |
Caption = 'Duty 2' |
314 |
Caption = 'Duty 2' |
| 286 |
OnClick = CheckBox1Change |
315 |
OnClick = CheckBox1Change |
|
|
316 |
ParentFont = False |
| 287 |
TabOrder = 1 |
317 |
TabOrder = 1 |
| 288 |
end |
318 |
end |
| 289 |
object CheckBox7: TCheckBox |
319 |
object CheckBox7: TCheckBox |
| 290 |
Left = 6 |
320 |
Left = 3 |
| 291 |
Height = 69 |
321 |
Height = 69 |
| 292 |
Top = 144 |
322 |
Top = 82 |
| 293 |
Width = 300 |
323 |
Width = 300 |
| 294 |
Caption = 'Wave' |
324 |
Caption = 'Wave' |
| 295 |
OnClick = CheckBox1Change |
325 |
OnClick = CheckBox1Change |
|
|
326 |
ParentFont = False |
| 296 |
TabOrder = 2 |
327 |
TabOrder = 2 |
| 297 |
end |
328 |
end |
| 298 |
object CheckBox8: TCheckBox |
329 |
object CheckBox8: TCheckBox |
| 299 |
Left = 6 |
330 |
Left = 3 |
| 300 |
Height = 66 |
331 |
Height = 66 |
| 301 |
Top = 213 |
332 |
Top = 122 |
| 302 |
Width = 300 |
333 |
Width = 300 |
| 303 |
Caption = 'Noise' |
334 |
Caption = 'Noise' |
| 304 |
OnClick = CheckBox1Change |
335 |
OnClick = CheckBox1Change |
|
|
336 |
ParentFont = False |
| 305 |
TabOrder = 3 |
337 |
TabOrder = 3 |
| 306 |
end |
338 |
end |
| 307 |
end |
339 |
end |
| 308 |
end |
340 |
end |
| 309 |
object DutyCyclePage: TPage |
341 |
object DutyCyclePage: TPage |
| 310 |
object DutyRadioGroup: TRadioGroup |
342 |
object DutyRadioGroup: TRadioGroup |
| 311 |
Left = 96 |
343 |
Left = 55 |
| 312 |
Height = 296 |
344 |
Height = 169 |
| 313 |
Top = 0 |
345 |
Top = 0 |
| 314 |
Width = 424 |
346 |
Width = 242 |
| 315 |
AutoFill = True |
347 |
AutoFill = True |
| 316 |
Caption = 'Duty Cycle' |
348 |
Caption = 'Duty Cycle' |
| 317 |
ChildSizing.LeftRightSpacing = 6 |
349 |
ChildSizing.LeftRightSpacing = 6 |
@@ -321,8 +353,8 @@ object frmEffectEditor: TfrmEffectEditor |
| 321 |
ChildSizing.ShrinkVertical = crsScaleChilds |
353 |
ChildSizing.ShrinkVertical = crsScaleChilds |
| 322 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
354 |
ChildSizing.Layout = cclLeftToRightThenTopToBottom |
| 323 |
ChildSizing.ControlsPerLine = 1 |
355 |
ChildSizing.ControlsPerLine = 1 |
| 324 |
ClientHeight = 261 |
356 |
ClientHeight = 134 |
| 325 |
ClientWidth = 420 |
357 |
ClientWidth = 238 |
| 326 |
Items.Strings = ( |
358 |
Items.Strings = ( |
| 327 |
'12.5% ( _-------_-------_------- )' |
359 |
'12.5% ( _-------_-------_------- )' |
| 328 |
'25% ( __------__------__------ )' |
360 |
'25% ( __------__------__------ )' |
@@ -330,6 +362,7 @@ object frmEffectEditor: TfrmEffectEditor |
| 330 |
'75% ( ______--______--______-- )' |
362 |
'75% ( ______--______--______-- )' |
| 331 |
) |
363 |
) |
| 332 |
OnSelectionChanged = DutyRadioGroupSelectionChanged |
364 |
OnSelectionChanged = DutyRadioGroupSelectionChanged |
|
|
365 |
ParentFont = False |
| 333 |
TabOrder = 0 |
366 |
TabOrder = 0 |
| 334 |
end |
367 |
end |
| 335 |
end |
368 |
end |