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
|
object EditorCodefoldingOptionsFrame: TEditorCodefoldingOptionsFrame
Left = 0
Height = 352
Top = 0
Width = 511
Anchors = [akTop]
ClientHeight = 352
ClientWidth = 511
TabOrder = 0
Visible = False
DesignLeft = 346
DesignTop = 366
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = chkCodeFoldingEnabled
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 0
Height = 2
Top = 25
Width = 511
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 6
end
object LanguageLabel: TLabel
AnchorSideLeft.Control = LanguageComboBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = LanguageComboBox
AnchorSideTop.Side = asrCenter
Left = 206
Height = 15
Top = 35
Width = 80
BorderSpacing.Left = 6
Caption = 'LanguageLabel'
ParentColor = False
end
object chkCodeFoldingEnabled: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 0
Height = 19
Top = 0
Width = 149
Caption = 'chkCodeFoldingEnabled'
OnChange = chkCodeFoldingEnabledChange
TabOrder = 0
end
object LanguageComboBox: TComboBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Bevel1
Left = 0
Height = 23
Top = 31
Width = 200
BorderSpacing.Top = 6
ItemHeight = 15
OnChange = LanguageComboBoxChange
OnExit = LanguageComboBoxExit
OnKeyDown = LanguageComboBoxKeyDown
Style = csDropDownList
TabOrder = 1
end
object FoldConfPanel: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = LanguageComboBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 292
Top = 60
Width = 511
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 6
BevelOuter = bvNone
ClientHeight = 292
ClientWidth = 511
TabOrder = 2
object FoldConfigCheckListBox: TCheckListBox
AnchorSideLeft.Control = FoldConfPanel
AnchorSideTop.Control = FoldConfPanel
AnchorSideBottom.Control = FoldConfPanel
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 292
Top = 0
Width = 200
Anchors = [akTop, akLeft, akBottom]
ExtendedSelect = False
ItemHeight = 0
OnClick = FoldConfigCheckListBoxClick
OnClickCheck = FoldConfigCheckListBoxClickCheck
OnExit = FoldConfigCheckListBoxClickCheck
OnKeyUp = FoldConfigCheckListBoxKeyUp
TabOrder = 0
end
object pnlFoldHide: TPanel
AnchorSideLeft.Control = FoldConfigCheckListBox
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = FoldConfPanel
Left = 206
Height = 57
Top = 0
Width = 64
AutoSize = True
BorderSpacing.Left = 6
BevelOuter = bvNone
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 3
ClientHeight = 57
ClientWidth = 64
TabOrder = 1
object chkFold: TRadioButton
Left = 0
Height = 19
Top = 0
Width = 64
Caption = 'chkFold'
OnChange = chkFoldChange
TabOrder = 0
end
object chkHide: TRadioButton
Left = 0
Height = 19
Top = 19
Width = 64
Caption = 'chkHide'
OnChange = chkFoldChange
TabOrder = 1
end
object chkBoth: TRadioButton
Left = 0
Height = 19
Top = 38
Width = 64
Caption = 'chkBoth'
OnChange = chkFoldChange
TabOrder = 2
end
end
end
object chkPopOrder: TCheckBox
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 421
Height = 19
Top = 0
Width = 90
Anchors = [akTop, akRight]
Caption = 'chkPopOrder'
TabOrder = 3
end
end
|