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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229
|
object CodetoolsGeneralOptionsFrame: TCodetoolsGeneralOptionsFrame
Left = 0
Height = 403
Top = 0
Width = 552
ClientHeight = 403
ClientWidth = 552
TabOrder = 0
Visible = False
DesignLeft = 329
DesignTop = 309
object JumpingGroupBox: TGroupBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 0
Height = 176
Top = 6
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'JumpingGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 156
ClientWidth = 548
TabOrder = 0
object AdjustTopLineDueToCommentCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpingGroupBox
Left = 6
Height = 19
Top = 6
Width = 238
Caption = 'AdjustTopLineDueToCommentCheckBox'
TabOrder = 0
end
object CursorBeyondEOLCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AvoidUnnecessaryJumpsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 93
Width = 168
Caption = 'CursorBeyondEOLCheckBox'
TabOrder = 1
end
object SkipForwardDeclarationsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = CursorBeyondEOLCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 112
Width = 202
Caption = 'SkipForwardDeclarationsCheckBox'
TabOrder = 2
end
object JumpToMethodBodyCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = SkipForwardDeclarationsCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 131
Width = 184
Caption = 'JumpToMethodBodyCheckBox'
TabOrder = 3
end
object JumpSingleLinePosLabel: TLabel
AnchorSideLeft.Control = JumpSingleLinePosEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = JumpSingleLinePosEdit
AnchorSideTop.Side = asrCenter
Left = 61
Height = 15
Top = 29
Width = 130
BorderSpacing.Left = 5
Caption = 'JumpSingleLinePosLabel'
ParentColor = False
end
object JumpSingleLinePosEdit: TSpinEdit
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = AdjustTopLineDueToCommentCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 25
Width = 65
TabOrder = 4
end
object JumpCodeBlockPosEdit: TSpinEdit
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpSingleLinePosEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 51
Width = 65
BorderSpacing.Top = 3
TabOrder = 5
end
object JumpCodeBlockPosLabel: TLabel
AnchorSideLeft.Control = JumpCodeBlockPosEdit
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = JumpCodeBlockPosEdit
AnchorSideTop.Side = asrCenter
Left = 61
Height = 15
Top = 55
Width = 133
BorderSpacing.Left = 5
Caption = 'JumpCodeBlockPosLabel'
ParentColor = False
end
object AvoidUnnecessaryJumpsCheckBox: TCheckBox
AnchorSideLeft.Control = JumpingGroupBox
AnchorSideTop.Control = JumpCodeBlockPosEdit
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 74
Width = 203
Caption = 'AvoidUnnecessaryJumpsCheckBox'
TabOrder = 6
end
end
object IndentationGroupBox: TGroupBox
Left = 0
Height = 151
Top = 188
Width = 552
Align = alTop
AutoSize = True
BorderSpacing.Top = 6
Caption = 'IndentationGroupBox'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ClientHeight = 131
ClientWidth = 548
TabOrder = 1
object IndentFileLabel: TLabel
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentFileEdit
AnchorSideTop.Side = asrCenter
Left = 6
Height = 15
Top = 107
Width = 80
BorderSpacing.Left = 6
Caption = 'IndentFileLabel'
ParentColor = False
end
object IndentContextSensitiveCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnPasteCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 59
Width = 193
Caption = 'IndentContextSensitiveCheckBox'
TabOrder = 2
end
object IndentOnLineBreakCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = GeneralAutoIndent
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 21
Width = 173
Caption = 'IndentOnLineBreakCheckBox'
OnChange = IndentOnLineBreakCheckBoxChange
TabOrder = 0
end
object IndentOnPasteCheckBox: TCheckBox
AnchorSideLeft.Control = IndentationGroupBox
AnchorSideTop.Control = IndentOnLineBreakCheckBox
AnchorSideTop.Side = asrBottom
Left = 6
Height = 19
Top = 40
Width = 150
Caption = 'IndentOnPasteCheckBox'
OnChange = IndentOnPasteCheckBoxChange
TabOrder = 1
end
object GeneralAutoIndent: TLabel
Cursor = crHandPoint
Left = 6
Height = 15
Top = 6
Width = 100
Caption = 'GeneralAutoIndent'
Font.Color = clBlue
ParentColor = False
ParentFont = False
OnClick = GeneralAutoIndentClick
OnMouseEnter = GeneralAutoIndentMouseEnter
OnMouseLeave = GeneralAutoIndentMouseLeave
end
object IndentFileEdit: TFileNameEdit
AnchorSideLeft.Control = IndentFileLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = IndentContextSensitiveCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = IndentationGroupBox
AnchorSideRight.Side = asrBottom
Left = 92
Height = 23
Top = 102
Width = 450
FilterIndex = 0
HideDirectories = False
ButtonWidth = 25
NumGlyphs = 1
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Bottom = 6
MaxLength = 0
TabOrder = 3
Text = 'IndentFileEdit'
end
end
end
|