|
@@ -4,7 +4,7 @@ object OptionsForm: TOptionsForm
|
|
|
BorderIcons = [biSystemMenu]
|
|
|
BorderStyle = bsDialog
|
|
|
Caption = 'Options'
|
|
|
- ClientHeight = 337
|
|
|
+ ClientHeight = 317
|
|
|
ClientWidth = 589
|
|
|
Color = clBtnFace
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
@@ -15,17 +15,13 @@ object OptionsForm: TOptionsForm
|
|
|
OldCreateOrder = True
|
|
|
Position = poScreenCenter
|
|
|
OnCreate = FormCreate
|
|
|
- DesignSize = (
|
|
|
- 589
|
|
|
- 337)
|
|
|
PixelsPerInch = 96
|
|
|
TextHeight = 13
|
|
|
object GroupBox1: TGroupBox
|
|
|
Left = 8
|
|
|
Top = 8
|
|
|
Width = 281
|
|
|
- Height = 221
|
|
|
- Anchors = [akLeft, akTop, akBottom]
|
|
|
+ Height = 201
|
|
|
Caption = ' Miscellaneous '
|
|
|
TabOrder = 0
|
|
|
object StartupCheck: TCheckBox
|
|
@@ -95,13 +91,11 @@ object OptionsForm: TOptionsForm
|
|
|
end
|
|
|
object GroupBox2: TGroupBox
|
|
|
Left = 8
|
|
|
- Top = 236
|
|
|
+ Top = 216
|
|
|
Width = 281
|
|
|
Height = 57
|
|
|
- Anchors = [akLeft, akBottom]
|
|
|
Caption = ' File Associations '
|
|
|
TabOrder = 1
|
|
|
- ExplicitTop = 216
|
|
|
object AssocButton: TButton
|
|
|
Left = 40
|
|
|
Top = 20
|
|
@@ -116,8 +110,7 @@ object OptionsForm: TOptionsForm
|
|
|
Left = 300
|
|
|
Top = 8
|
|
|
Width = 281
|
|
|
- Height = 285
|
|
|
- Anchors = [akLeft, akTop, akBottom]
|
|
|
+ Height = 265
|
|
|
Caption = ' Editor '
|
|
|
TabOrder = 2
|
|
|
object AutoCompleteCheck: TCheckBox
|
|
@@ -138,136 +131,124 @@ object OptionsForm: TOptionsForm
|
|
|
end
|
|
|
object UnderlineErrorsCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 76
|
|
|
+ Top = 56
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'U&nderline syntax errors'
|
|
|
- TabOrder = 3
|
|
|
+ TabOrder = 2
|
|
|
end
|
|
|
object CursorPastEOLCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 96
|
|
|
+ Top = 76
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'Allow cursor to move beyond &end of lines'
|
|
|
- TabOrder = 4
|
|
|
+ TabOrder = 3
|
|
|
end
|
|
|
object WordWrapCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 116
|
|
|
+ Top = 96
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'W&ord wrap'
|
|
|
- TabOrder = 5
|
|
|
+ TabOrder = 4
|
|
|
end
|
|
|
object UseTabCharacterCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 136
|
|
|
+ Top = 116
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'Use tab cha&racter'
|
|
|
- TabOrder = 6
|
|
|
+ TabOrder = 5
|
|
|
end
|
|
|
object AutoIndentCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 156
|
|
|
+ Top = 136
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'Auto &indent mode'
|
|
|
- TabOrder = 7
|
|
|
+ TabOrder = 6
|
|
|
end
|
|
|
object IndentationGuidesCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 176
|
|
|
+ Top = 156
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'Show indentation &guides'
|
|
|
- TabOrder = 8
|
|
|
+ TabOrder = 7
|
|
|
end
|
|
|
object Label1: TNewStaticText
|
|
|
Left = 8
|
|
|
- Top = 225
|
|
|
+ Top = 205
|
|
|
Width = 55
|
|
|
Height = 14
|
|
|
Caption = 'Editor Font:'
|
|
|
- TabOrder = 10
|
|
|
+ TabOrder = 9
|
|
|
end
|
|
|
object FontPanel: TPanel
|
|
|
Left = 72
|
|
|
- Top = 216
|
|
|
+ Top = 196
|
|
|
Width = 121
|
|
|
Height = 32
|
|
|
BevelKind = bkFlat
|
|
|
BevelOuter = bvNone
|
|
|
Caption = 'AaBbXxZz'
|
|
|
- TabOrder = 11
|
|
|
+ TabOrder = 10
|
|
|
end
|
|
|
object ChangeFontButton: TButton
|
|
|
Left = 200
|
|
|
- Top = 221
|
|
|
+ Top = 201
|
|
|
Width = 73
|
|
|
Height = 23
|
|
|
Caption = '&Change...'
|
|
|
- TabOrder = 12
|
|
|
+ TabOrder = 11
|
|
|
OnClick = ChangeFontButtonClick
|
|
|
end
|
|
|
object Label2: TNewStaticText
|
|
|
Left = 8
|
|
|
- Top = 259
|
|
|
+ Top = 239
|
|
|
Width = 54
|
|
|
Height = 14
|
|
|
Caption = '&Tab Width:'
|
|
|
FocusControl = TabWidthEdit
|
|
|
- TabOrder = 13
|
|
|
+ TabOrder = 12
|
|
|
end
|
|
|
object TabWidthEdit: TEdit
|
|
|
Left = 72
|
|
|
- Top = 256
|
|
|
+ Top = 236
|
|
|
Width = 41
|
|
|
Height = 21
|
|
|
- TabOrder = 14
|
|
|
+ TabOrder = 13
|
|
|
OnChange = TabWidthEditChange
|
|
|
end
|
|
|
object GutterLineNumbersCheck: TCheckBox
|
|
|
Left = 8
|
|
|
- Top = 196
|
|
|
+ Top = 176
|
|
|
Width = 265
|
|
|
Height = 17
|
|
|
Caption = 'Show &line numbers in gutter'
|
|
|
- TabOrder = 9
|
|
|
- end
|
|
|
- object ColorizeCompilerOutputCheck: TCheckBox
|
|
|
- Left = 8
|
|
|
- Top = 56
|
|
|
- Width = 265
|
|
|
- Height = 17
|
|
|
- Caption = 'Colori&ze "Compiler Output" view'
|
|
|
- TabOrder = 2
|
|
|
+ TabOrder = 8
|
|
|
end
|
|
|
end
|
|
|
object OKButton: TButton
|
|
|
Left = 428
|
|
|
- Top = 305
|
|
|
+ Top = 285
|
|
|
Width = 73
|
|
|
Height = 23
|
|
|
- Anchors = [akLeft, akBottom]
|
|
|
Caption = 'OK'
|
|
|
Default = True
|
|
|
ModalResult = 1
|
|
|
TabOrder = 3
|
|
|
- ExplicitTop = 285
|
|
|
end
|
|
|
object CancelButton: TButton
|
|
|
Left = 508
|
|
|
- Top = 305
|
|
|
+ Top = 285
|
|
|
Width = 73
|
|
|
Height = 23
|
|
|
- Anchors = [akLeft, akBottom]
|
|
|
Cancel = True
|
|
|
Caption = 'Cancel'
|
|
|
ModalResult = 2
|
|
|
TabOrder = 4
|
|
|
- ExplicitTop = 285
|
|
|
end
|
|
|
object FontDialog: TFontDialog
|
|
|
Font.Charset = DEFAULT_CHARSET
|