|
@@ -545,11 +545,13 @@ object StylePropEditDialog: TStylePropEditDialog
|
|
|
object SortButton: TButton
|
|
|
AnchorSideLeft.Control = CSSSynEdit
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
+ AnchorSideTop.Control = ApplyButton
|
|
|
+ AnchorSideTop.Side = asrBottom
|
|
|
AnchorSideRight.Control = TextGroupBox
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
Left = 350
|
|
|
Height = 31
|
|
|
- Top = 6
|
|
|
+ Top = 43
|
|
|
Width = 75
|
|
|
Anchors = [akTop, akRight]
|
|
|
AutoSize = True
|
|
@@ -560,14 +562,15 @@ object StylePropEditDialog: TStylePropEditDialog
|
|
|
TabOrder = 1
|
|
|
end
|
|
|
object ClearButton: TButton
|
|
|
- AnchorSideLeft.Control = SortButton
|
|
|
+ AnchorSideLeft.Control = CSSSynEdit
|
|
|
+ AnchorSideLeft.Side = asrBottom
|
|
|
AnchorSideTop.Control = SortButton
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
AnchorSideRight.Control = SortButton
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
Left = 350
|
|
|
Height = 31
|
|
|
- Top = 43
|
|
|
+ Top = 80
|
|
|
Width = 75
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
AutoSize = True
|
|
@@ -576,14 +579,15 @@ object StylePropEditDialog: TStylePropEditDialog
|
|
|
TabOrder = 2
|
|
|
end
|
|
|
object SaveButton: TButton
|
|
|
- AnchorSideLeft.Control = SortButton
|
|
|
+ AnchorSideLeft.Control = CSSSynEdit
|
|
|
+ AnchorSideLeft.Side = asrBottom
|
|
|
AnchorSideTop.Control = ClearButton
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
AnchorSideRight.Control = SortButton
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
Left = 350
|
|
|
Height = 31
|
|
|
- Top = 80
|
|
|
+ Top = 117
|
|
|
Width = 75
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
AutoSize = True
|
|
@@ -592,6 +596,23 @@ object StylePropEditDialog: TStylePropEditDialog
|
|
|
OnClick = SaveButtonClick
|
|
|
TabOrder = 3
|
|
|
end
|
|
|
+ object ApplyButton: TButton
|
|
|
+ AnchorSideLeft.Control = CSSSynEdit
|
|
|
+ AnchorSideLeft.Side = asrBottom
|
|
|
+ AnchorSideTop.Control = TextGroupBox
|
|
|
+ AnchorSideRight.Control = SortButton
|
|
|
+ AnchorSideRight.Side = asrBottom
|
|
|
+ Left = 350
|
|
|
+ Height = 31
|
|
|
+ Top = 6
|
|
|
+ Width = 75
|
|
|
+ Anchors = [akTop, akLeft, akRight]
|
|
|
+ AutoSize = True
|
|
|
+ BorderSpacing.Top = 6
|
|
|
+ Caption = 'Apply'
|
|
|
+ OnClick = ApplyButtonClick
|
|
|
+ TabOrder = 4
|
|
|
+ end
|
|
|
end
|
|
|
object BtnPanel: TButtonPanel
|
|
|
Left = 6
|