1object SynColorAttrEditor: TSynColorAttrEditor
2  Left = 0
3  Height = 207
4  Top = 0
5  Width = 758
6  ClientHeight = 207
7  ClientWidth = 758
8  Constraints.MinHeight = 140
9  OnResize = pnlElementAttributesResize
10  TabOrder = 0
11  DesignLeft = 399
12  DesignTop = 181
13  object ForeGroundLabel: TLabel
14    AnchorSideTop.Control = ForegroundColorBox
15    AnchorSideTop.Side = asrCenter
16    Left = 6
17    Height = 15
18    Top = 7
19    Width = 91
20    BorderSpacing.Left = 6
21    Caption = 'ForeGroundLabel'
22    ParentColor = False
23    Visible = False
24    OnResize = pnlElementAttributesResize
25  end
26  object BackGroundLabel: TLabel
27    AnchorSideTop.Control = BackGroundColorBox
28    AnchorSideTop.Side = asrCenter
29    Left = 6
30    Height = 15
31    Top = 32
32    Width = 93
33    BorderSpacing.Left = 6
34    Caption = 'BackGroundLabel'
35    ParentColor = False
36    Visible = False
37    OnResize = pnlElementAttributesResize
38  end
39  object ForeGroundUseDefaultCheckBox: TCheckBox
40    AnchorSideLeft.Control = Owner
41    AnchorSideTop.Control = ForegroundColorBox
42    AnchorSideTop.Side = asrCenter
43    Left = 6
44    Height = 19
45    Top = 5
46    Width = 192
47    BorderSpacing.Left = 6
48    Caption = 'ForeGroundUseDefaultCheckBox'
49    OnChange = GeneralCheckBoxOnChange
50    OnResize = pnlElementAttributesResize
51    TabOrder = 0
52  end
53  object ForegroundColorBox: TColorBox
54    AnchorSideLeft.Control = ColumnPosBevel
55    AnchorSideTop.Control = Owner
56    AnchorSideRight.Side = asrBottom
57    Left = 204
58    Height = 22
59    Top = 3
60    Width = 200
61    DefaultColorColor = clWhite
62    Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
63    OnGetColors = ForegroundColorBoxGetColors
64    Anchors = [akTop, akLeft, akRight]
65    BorderSpacing.Top = 3
66    Constraints.MaxWidth = 200
67    Constraints.MinWidth = 80
68    ItemHeight = 16
69    OnChange = ForegroundColorBoxChange
70    TabOrder = 1
71  end
72  object BackGroundColorBox: TColorBox
73    AnchorSideLeft.Control = ColumnPosBevel
74    AnchorSideTop.Control = ForegroundColorBox
75    AnchorSideTop.Side = asrBottom
76    AnchorSideRight.Side = asrBottom
77    Left = 204
78    Height = 22
79    Top = 28
80    Width = 200
81    DefaultColorColor = clWhite
82    Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
83    OnGetColors = ForegroundColorBoxGetColors
84    Anchors = [akTop, akLeft, akRight]
85    BorderSpacing.Top = 3
86    Constraints.MaxWidth = 200
87    Constraints.MinWidth = 80
88    ItemHeight = 16
89    OnChange = ForegroundColorBoxChange
90    TabOrder = 4
91  end
92  object BackGroundUseDefaultCheckBox: TCheckBox
93    AnchorSideLeft.Control = Owner
94    AnchorSideTop.Control = BackGroundColorBox
95    AnchorSideTop.Side = asrCenter
96    AnchorSideRight.Side = asrBottom
97    Left = 6
98    Height = 19
99    Top = 30
100    Width = 194
101    BorderSpacing.Left = 6
102    Caption = 'BackGroundUseDefaultCheckBox'
103    OnChange = GeneralCheckBoxOnChange
104    OnResize = pnlElementAttributesResize
105    TabOrder = 3
106  end
107  object FrameColorBox: TColorBox
108    AnchorSideLeft.Control = ColumnPosBevel
109    AnchorSideTop.Control = BackGroundColorBox
110    AnchorSideTop.Side = asrBottom
111    AnchorSideRight.Side = asrBottom
112    Left = 204
113    Height = 22
114    Top = 53
115    Width = 200
116    DefaultColorColor = clWhite
117    Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
118    OnGetColors = ForegroundColorBoxGetColors
119    Anchors = [akTop, akLeft, akRight]
120    BorderSpacing.Top = 3
121    Constraints.MaxWidth = 200
122    Constraints.MinWidth = 80
123    ItemHeight = 16
124    OnChange = ForegroundColorBoxChange
125    TabOrder = 7
126  end
127  object FrameColorUseDefaultCheckBox: TCheckBox
128    AnchorSideLeft.Control = Owner
129    AnchorSideTop.Control = FrameColorBox
130    AnchorSideTop.Side = asrCenter
131    AnchorSideRight.Side = asrBottom
132    Left = 6
133    Height = 19
134    Top = 55
135    Width = 191
136    BorderSpacing.Left = 6
137    Caption = 'FrameColorUseDefaultCheckBox'
138    OnChange = GeneralCheckBoxOnChange
139    OnResize = pnlElementAttributesResize
140    TabOrder = 6
141  end
142  object pnlUnderline: TPanel
143    AnchorSideLeft.Control = Owner
144    AnchorSideTop.Control = MarkupFoldColorBox
145    AnchorSideTop.Side = asrBottom
146    Left = 6
147    Height = 40
148    Top = 127
149    Width = 145
150    AutoSize = True
151    BorderSpacing.Left = 6
152    BorderSpacing.Top = 3
153    BorderSpacing.Bottom = 3
154    BevelOuter = bvNone
155    ClientHeight = 40
156    ClientWidth = 145
157    TabOrder = 11
158    object TextUnderlineRadioPanel: TPanel
159      AnchorSideLeft.Control = TextUnderlineCheckBox
160      AnchorSideTop.Control = TextUnderlineCheckBox
161      AnchorSideTop.Side = asrBottom
162      AnchorSideRight.Side = asrBottom
163      Left = 0
164      Height = 21
165      Top = 19
166      Width = 134
167      AutoSize = True
168      BevelInner = bvLowered
169      BevelOuter = bvNone
170      ClientHeight = 21
171      ClientWidth = 134
172      TabOrder = 0
173      object TextUnderlineRadioOn: TRadioButton
174        Tag = 3
175        AnchorSideLeft.Control = TextUnderlineRadioPanel
176        AnchorSideTop.Control = TextUnderlineRadioPanel
177        AnchorSideRight.Control = TextUnderlineRadioOff
178        Left = 4
179        Height = 19
180        Top = 1
181        Width = 36
182        BorderSpacing.Left = 3
183        BorderSpacing.Right = 3
184        Caption = 'On'
185        Checked = True
186        OnChange = TextStyleRadioOnChange
187        TabOrder = 0
188        TabStop = True
189      end
190      object TextUnderlineRadioOff: TRadioButton
191        Tag = 3
192        AnchorSideLeft.Control = TextUnderlineRadioOn
193        AnchorSideLeft.Side = asrBottom
194        AnchorSideTop.Control = TextUnderlineRadioOn
195        AnchorSideRight.Control = TextUnderlineRadioInvert
196        Left = 43
197        Height = 19
198        Top = 1
199        Width = 37
200        BorderSpacing.Left = 3
201        BorderSpacing.Right = 3
202        Caption = 'Off'
203        OnChange = TextStyleRadioOnChange
204        TabOrder = 1
205      end
206      object TextUnderlineRadioInvert: TRadioButton
207        Tag = 3
208        AnchorSideLeft.Control = TextUnderlineRadioOff
209        AnchorSideLeft.Side = asrBottom
210        AnchorSideTop.Control = TextUnderlineRadioPanel
211        AnchorSideRight.Control = TextUnderlineRadioPanel
212        AnchorSideRight.Side = asrBottom
213        Left = 83
214        Height = 19
215        Top = 1
216        Width = 50
217        BorderSpacing.Left = 3
218        Caption = 'Invert'
219        OnChange = TextStyleRadioOnChange
220        TabOrder = 2
221      end
222    end
223    object TextUnderlineCheckBox: TCheckBox
224      AnchorSideLeft.Control = pnlUnderline
225      AnchorSideTop.Control = pnlUnderline
226      Left = 0
227      Height = 19
228      Top = 0
229      Width = 145
230      Caption = 'TextUnderlineCheckBox'
231      OnChange = GeneralCheckBoxOnChange
232      TabOrder = 1
233    end
234  end
235  object pnlBold: TPanel
236    AnchorSideLeft.Control = pnlUnderline
237    AnchorSideLeft.Side = asrBottom
238    AnchorSideTop.Control = pnlUnderline
239    Left = 157
240    Height = 40
241    Top = 127
242    Width = 134
243    AutoSize = True
244    BorderSpacing.Left = 6
245    BevelOuter = bvNone
246    ClientHeight = 40
247    ClientWidth = 134
248    TabOrder = 12
249    object TextBoldRadioPanel: TPanel
250      AnchorSideLeft.Control = TextBoldCheckBox
251      AnchorSideTop.Control = TextBoldCheckBox
252      AnchorSideTop.Side = asrBottom
253      AnchorSideRight.Side = asrBottom
254      Left = 0
255      Height = 21
256      Top = 19
257      Width = 134
258      AutoSize = True
259      BevelInner = bvLowered
260      BevelOuter = bvNone
261      ClientHeight = 21
262      ClientWidth = 134
263      TabOrder = 0
264      object TextBoldRadioInvert: TRadioButton
265        Tag = 2
266        AnchorSideLeft.Control = TextBoldRadioOff
267        AnchorSideLeft.Side = asrBottom
268        AnchorSideTop.Control = TextBoldRadioPanel
269        AnchorSideRight.Control = TextBoldRadioPanel
270        AnchorSideRight.Side = asrBottom
271        Left = 83
272        Height = 19
273        Top = 1
274        Width = 50
275        BorderSpacing.Left = 3
276        Caption = 'Invert'
277        OnChange = TextStyleRadioOnChange
278        TabOrder = 2
279      end
280      object TextBoldRadioOn: TRadioButton
281        Tag = 2
282        AnchorSideLeft.Control = TextBoldRadioPanel
283        AnchorSideTop.Control = TextBoldRadioPanel
284        AnchorSideRight.Control = TextBoldRadioOff
285        Left = 4
286        Height = 19
287        Top = 1
288        Width = 36
289        BorderSpacing.Left = 3
290        BorderSpacing.Right = 3
291        Caption = 'On'
292        Checked = True
293        OnChange = TextStyleRadioOnChange
294        TabOrder = 0
295        TabStop = True
296      end
297      object TextBoldRadioOff: TRadioButton
298        Tag = 2
299        AnchorSideLeft.Control = TextBoldRadioOn
300        AnchorSideLeft.Side = asrBottom
301        AnchorSideTop.Control = TextBoldRadioPanel
302        AnchorSideRight.Control = TextBoldRadioInvert
303        Left = 43
304        Height = 19
305        Top = 1
306        Width = 37
307        BorderSpacing.Left = 3
308        BorderSpacing.Right = 3
309        Caption = 'Off'
310        OnChange = TextStyleRadioOnChange
311        TabOrder = 1
312      end
313    end
314    object TextBoldCheckBox: TCheckBox
315      AnchorSideLeft.Control = pnlBold
316      AnchorSideTop.Control = pnlBold
317      Left = 0
318      Height = 19
319      Top = 0
320      Width = 118
321      Caption = 'TextBoldCheckBox'
322      OnChange = GeneralCheckBoxOnChange
323      TabOrder = 1
324    end
325  end
326  object pnlItalic: TPanel
327    AnchorSideLeft.Control = pnlBold
328    AnchorSideLeft.Side = asrBottom
329    AnchorSideTop.Control = pnlUnderline
330    Left = 297
331    Height = 40
332    Top = 127
333    Width = 134
334    AutoSize = True
335    BorderSpacing.Left = 6
336    BevelOuter = bvNone
337    ClientHeight = 40
338    ClientWidth = 134
339    TabOrder = 13
340    object TextItalicRadioPanel: TPanel
341      AnchorSideLeft.Control = TextItalicCheckBox
342      AnchorSideTop.Control = TextItalicCheckBox
343      AnchorSideTop.Side = asrBottom
344      AnchorSideRight.Side = asrBottom
345      Left = 0
346      Height = 21
347      Top = 19
348      Width = 134
349      AutoSize = True
350      BevelInner = bvLowered
351      BevelOuter = bvNone
352      ClientHeight = 21
353      ClientWidth = 134
354      TabOrder = 0
355      object TextItalicRadioInvert: TRadioButton
356        Tag = 2
357        AnchorSideLeft.Control = TextItalicRadioOff
358        AnchorSideLeft.Side = asrBottom
359        AnchorSideTop.Control = TextItalicRadioPanel
360        AnchorSideRight.Control = TextItalicRadioPanel
361        AnchorSideRight.Side = asrBottom
362        Left = 83
363        Height = 19
364        Top = 1
365        Width = 50
366        BorderSpacing.Left = 3
367        Caption = 'Invert'
368        OnChange = TextStyleRadioOnChange
369        TabOrder = 2
370      end
371      object TextItalicRadioOn: TRadioButton
372        Tag = 2
373        AnchorSideLeft.Control = TextItalicRadioPanel
374        AnchorSideTop.Control = TextItalicRadioPanel
375        AnchorSideRight.Control = TextItalicRadioOff
376        Left = 4
377        Height = 19
378        Top = 1
379        Width = 36
380        BorderSpacing.Left = 3
381        BorderSpacing.Right = 3
382        Caption = 'On'
383        Checked = True
384        OnChange = TextStyleRadioOnChange
385        TabOrder = 0
386        TabStop = True
387      end
388      object TextItalicRadioOff: TRadioButton
389        Tag = 2
390        AnchorSideLeft.Control = TextItalicRadioOn
391        AnchorSideLeft.Side = asrBottom
392        AnchorSideTop.Control = TextItalicRadioPanel
393        AnchorSideRight.Control = TextItalicRadioInvert
394        Left = 43
395        Height = 19
396        Top = 1
397        Width = 37
398        BorderSpacing.Left = 3
399        BorderSpacing.Right = 3
400        Caption = 'Off'
401        OnChange = TextStyleRadioOnChange
402        TabOrder = 1
403      end
404    end
405    object TextItalicCheckBox: TCheckBox
406      AnchorSideLeft.Control = pnlItalic
407      AnchorSideTop.Control = pnlItalic
408      Left = 0
409      Height = 19
410      Top = 0
411      Width = 119
412      Caption = 'TextItalicCheckBox'
413      OnChange = GeneralCheckBoxOnChange
414      TabOrder = 1
415    end
416  end
417  object FrameStyleBox: TComboBox
418    AnchorSideLeft.Control = FrameEdgesBox
419    AnchorSideLeft.Side = asrBottom
420    AnchorSideTop.Control = FrameEdgesBox
421    Left = 307
422    Height = 21
423    Top = 78
424    Width = 97
425    BorderSpacing.Left = 6
426    ItemHeight = 15
427    ItemIndex = 0
428    Items.Strings = (
429      'slsSolid'
430      'slsDashed'
431      'slsDotted'
432      'slsWaved'
433    )
434    OnChange = ForegroundColorBoxChange
435    OnDrawItem = FrameStyleBoxDrawItem
436    Style = csOwnerDrawFixed
437    TabOrder = 10
438    Text = 'slsSolid'
439  end
440  object FrameEdgesBox: TComboBox
441    AnchorSideLeft.Control = FrameColorBox
442    AnchorSideTop.Control = FrameColorBox
443    AnchorSideTop.Side = asrBottom
444    Left = 204
445    Height = 21
446    Top = 78
447    Width = 97
448    BorderSpacing.Top = 3
449    ItemHeight = 15
450    ItemIndex = 0
451    Items.Strings = (
452      'Around'
453      'Bottom'
454      'Left'
455    )
456    OnChange = ForegroundColorBoxChange
457    OnDrawItem = FrameEdgesBoxDrawItem
458    Style = csOwnerDrawFixed
459    TabOrder = 9
460    Text = 'Around'
461  end
462  object ColumnPosBevel: TPanel
463    AnchorSideLeft.Control = ForeGroundUseDefaultCheckBox
464    AnchorSideLeft.Side = asrBottom
465    AnchorSideTop.Control = pnlUnderline
466    AnchorSideTop.Side = asrBottom
467    AnchorSideBottom.Side = asrBottom
468    Left = 204
469    Height = 1
470    Top = 170
471    Width = 50
472    AutoSize = True
473    BorderSpacing.Left = 6
474    BevelOuter = bvNone
475    Constraints.MinHeight = 1
476    Constraints.MinWidth = 50
477    TabOrder = 14
478  end
479  object ForeAlphaLabel: TLabel
480    AnchorSideLeft.Control = ForegroundColorBox
481    AnchorSideLeft.Side = asrBottom
482    AnchorSideTop.Control = ForegroundColorBox
483    AnchorSideTop.Side = asrCenter
484    Left = 414
485    Height = 15
486    Top = 7
487    Width = 82
488    BorderSpacing.Left = 10
489    Caption = 'ForeAlphaLabel'
490    ParentColor = False
491  end
492  object BackAlphaLabel: TLabel
493    AnchorSideLeft.Control = BackGroundColorBox
494    AnchorSideLeft.Side = asrBottom
495    AnchorSideTop.Control = BackGroundColorBox
496    AnchorSideTop.Side = asrCenter
497    Left = 414
498    Height = 15
499    Top = 32
500    Width = 84
501    BorderSpacing.Left = 10
502    Caption = 'BackAlphaLabel'
503    ParentColor = False
504  end
505  object FrameAlphaLabel: TLabel
506    AnchorSideLeft.Control = FrameColorBox
507    AnchorSideLeft.Side = asrBottom
508    AnchorSideTop.Control = FrameColorBox
509    AnchorSideTop.Side = asrCenter
510    Left = 414
511    Height = 15
512    Top = 57
513    Width = 92
514    BorderSpacing.Left = 10
515    Caption = 'FrameAlphaLabel'
516    ParentColor = False
517  end
518  object ForeAlphaSpin: TSpinEdit
519    AnchorSideLeft.Control = ForeAlphaLabel
520    AnchorSideLeft.Side = asrBottom
521    AnchorSideTop.Control = ForeAlphaLabel
522    AnchorSideTop.Side = asrCenter
523    Left = 502
524    Height = 23
525    Top = 3
526    Width = 65
527    BorderSpacing.Left = 6
528    Constraints.MinWidth = 65
529    MaxValue = 256
530    MinValue = 1
531    OnChange = ForeAlphaSpinChange
532    OnEditingDone = ForeAlphaSpinChange
533    OnEnter = ForeAlphaSpinEnter
534    OnExit = ForeAlphaSpinChange
535    OnResize = ForeAlphaSpinChange
536    TabOrder = 2
537    Value = 256
538  end
539  object BackAlphaSpin: TSpinEdit
540    AnchorSideLeft.Control = BackAlphaLabel
541    AnchorSideLeft.Side = asrBottom
542    AnchorSideTop.Control = BackAlphaLabel
543    AnchorSideTop.Side = asrCenter
544    Left = 504
545    Height = 23
546    Top = 28
547    Width = 65
548    BorderSpacing.Left = 6
549    Constraints.MinWidth = 65
550    MaxValue = 256
551    MinValue = 1
552    OnChange = ForeAlphaSpinChange
553    OnEditingDone = ForeAlphaSpinChange
554    OnEnter = ForeAlphaSpinEnter
555    OnExit = ForeAlphaSpinChange
556    OnResize = ForeAlphaSpinChange
557    TabOrder = 5
558    Value = 256
559  end
560  object FrameAlphaSpin: TSpinEdit
561    AnchorSideLeft.Control = FrameAlphaLabel
562    AnchorSideLeft.Side = asrBottom
563    AnchorSideTop.Control = FrameAlphaLabel
564    AnchorSideTop.Side = asrCenter
565    Left = 512
566    Height = 23
567    Top = 53
568    Width = 65
569    BorderSpacing.Left = 6
570    Constraints.MinWidth = 65
571    MaxValue = 256
572    MinValue = 1
573    OnChange = ForeAlphaSpinChange
574    OnEditingDone = ForeAlphaSpinChange
575    OnEnter = ForeAlphaSpinEnter
576    OnExit = ForeAlphaSpinChange
577    OnResize = ForeAlphaSpinChange
578    TabOrder = 8
579    Value = 256
580  end
581  object ForePriorLabel: TLabel
582    AnchorSideLeft.Control = ForeAlphaSpin
583    AnchorSideLeft.Side = asrBottom
584    AnchorSideTop.Control = ForegroundColorBox
585    AnchorSideTop.Side = asrCenter
586    Left = 577
587    Height = 15
588    Top = 7
589    Width = 76
590    BorderSpacing.Left = 10
591    Caption = 'ForePriorLabel'
592    ParentColor = False
593  end
594  object BackPriorLabel: TLabel
595    AnchorSideLeft.Control = BackAlphaSpin
596    AnchorSideLeft.Side = asrBottom
597    AnchorSideTop.Control = BackGroundColorBox
598    AnchorSideTop.Side = asrCenter
599    Left = 579
600    Height = 15
601    Top = 32
602    Width = 78
603    BorderSpacing.Left = 10
604    Caption = 'BackPriorLabel'
605    ParentColor = False
606  end
607  object FramePriorLabel: TLabel
608    AnchorSideLeft.Control = FrameAlphaSpin
609    AnchorSideLeft.Side = asrBottom
610    AnchorSideTop.Control = FrameColorBox
611    AnchorSideTop.Side = asrCenter
612    Left = 587
613    Height = 15
614    Top = 57
615    Width = 86
616    BorderSpacing.Left = 10
617    Caption = 'FramePriorLabel'
618    ParentColor = False
619  end
620  object ForePriorSpin: TSpinEdit
621    AnchorSideLeft.Control = ForePriorLabel
622    AnchorSideLeft.Side = asrBottom
623    AnchorSideTop.Control = ForePriorLabel
624    AnchorSideTop.Side = asrCenter
625    Left = 659
626    Height = 23
627    Top = 3
628    Width = 65
629    BorderSpacing.Left = 6
630    Constraints.MinWidth = 65
631    MaxValue = 9999
632    OnChange = ForePriorSpinChange
633    OnEditingDone = ForePriorSpinChange
634    OnExit = ForePriorSpinChange
635    TabOrder = 15
636    Value = 1
637  end
638  object BackPriorSpin: TSpinEdit
639    AnchorSideLeft.Control = BackPriorLabel
640    AnchorSideLeft.Side = asrBottom
641    AnchorSideTop.Control = BackPriorLabel
642    AnchorSideTop.Side = asrCenter
643    Left = 663
644    Height = 23
645    Top = 28
646    Width = 65
647    BorderSpacing.Left = 6
648    Constraints.MinWidth = 65
649    MaxValue = 9999
650    OnChange = ForePriorSpinChange
651    OnEditingDone = ForePriorSpinChange
652    OnExit = ForePriorSpinChange
653    TabOrder = 16
654    Value = 1
655  end
656  object FramePriorSpin: TSpinEdit
657    AnchorSideLeft.Control = FramePriorLabel
658    AnchorSideLeft.Side = asrBottom
659    AnchorSideTop.Control = FrameAlphaLabel
660    AnchorSideTop.Side = asrCenter
661    Left = 679
662    Height = 23
663    Top = 53
664    Width = 65
665    BorderSpacing.Left = 6
666    Constraints.MinWidth = 65
667    MaxValue = 9999
668    OnChange = ForePriorSpinChange
669    OnEditingDone = ForePriorSpinChange
670    OnExit = ForePriorSpinChange
671    TabOrder = 17
672    Value = 1
673  end
674  object MarkupFoldColorUseDefaultCheckBox: TCheckBox
675    AnchorSideLeft.Control = Owner
676    AnchorSideTop.Control = MarkupFoldColorBox
677    AnchorSideTop.Side = asrCenter
678    AnchorSideRight.Side = asrBottom
679    Left = 6
680    Height = 19
681    Top = 104
682    Width = 222
683    BorderSpacing.Left = 6
684    Caption = 'MarkupFoldColorUseDefaultCheckBox'
685    OnChange = GeneralCheckBoxOnChange
686    OnResize = pnlElementAttributesResize
687    TabOrder = 19
688  end
689  object MarkupFoldColorBox: TColorBox
690    AnchorSideLeft.Control = ColumnPosBevel
691    AnchorSideTop.Control = FrameEdgesBox
692    AnchorSideTop.Side = asrBottom
693    AnchorSideRight.Side = asrBottom
694    Left = 204
695    Height = 22
696    Top = 102
697    Width = 200
698    DefaultColorColor = clWhite
699    Style = [cbStandardColors, cbExtendedColors, cbSystemColors, cbIncludeDefault, cbCustomColor, cbPrettyNames, cbCustomColors]
700    OnGetColors = ForegroundColorBoxGetColors
701    Anchors = [akTop, akLeft, akRight]
702    BorderSpacing.Top = 3
703    Constraints.MaxWidth = 200
704    Constraints.MinWidth = 80
705    ItemHeight = 16
706    OnChange = ForegroundColorBoxChange
707    TabOrder = 18
708  end
709  object MarkupFoldAlphaLabel: TLabel
710    AnchorSideLeft.Control = MarkupFoldColorBox
711    AnchorSideLeft.Side = asrBottom
712    AnchorSideTop.Control = MarkupFoldColorBox
713    AnchorSideTop.Side = asrCenter
714    Left = 414
715    Height = 15
716    Top = 106
717    Width = 123
718    BorderSpacing.Left = 10
719    Caption = 'MarkupFoldAlphaLabel'
720    ParentColor = False
721  end
722  object MarkupFoldAlphaSpin: TSpinEdit
723    AnchorSideLeft.Control = MarkupFoldAlphaLabel
724    AnchorSideLeft.Side = asrBottom
725    AnchorSideTop.Control = MarkupFoldColorBox
726    AnchorSideTop.Side = asrCenter
727    Left = 543
728    Height = 23
729    Top = 102
730    Width = 65
731    BorderSpacing.Left = 6
732    Constraints.MinWidth = 65
733    MaxValue = 256
734    MinValue = 1
735    OnChange = ForeAlphaSpinChange
736    OnEditingDone = ForeAlphaSpinChange
737    OnEnter = ForeAlphaSpinEnter
738    OnExit = ForeAlphaSpinChange
739    OnResize = ForeAlphaSpinChange
740    TabOrder = 20
741    Value = 256
742  end
743  object MarkupFoldStyleBox: TComboBox
744    AnchorSideLeft.Control = MarkupFoldAlphaSpin
745    AnchorSideLeft.Side = asrBottom
746    AnchorSideTop.Control = MarkupFoldColorUseDefaultCheckBox
747    Left = 614
748    Height = 21
749    Top = 104
750    Width = 97
751    BorderSpacing.Left = 6
752    ItemHeight = 15
753    ItemIndex = 0
754    Items.Strings = (
755      'slsSolid'
756      'slsDashed'
757      'slsDotted'
758      'slsWaved'
759    )
760    OnChange = ForegroundColorBoxChange
761    OnDrawItem = FrameStyleBoxDrawItem
762    Style = csOwnerDrawFixed
763    TabOrder = 21
764    Text = 'slsSolid'
765  end
766end
767