home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-02-24 | 96.3 KB | 3,381 lines |
- object OptionsForm: TOptionsForm
- Left = 315
- Top = 183
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Options'
- ClientHeight = 416
- ClientWidth = 444
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 5
- Top = 6
- Width = 436
- Height = 374
- ActivePage = tColorScheme
- HotTrack = True
- MultiLine = True
- TabOrder = 0
- OnChange = PageControlChange
- object tGeneral: TTabSheet
- Caption = 'General'
- ImageIndex = 70
- object gEditorOptions: TGroupBox
- Tag = 204
- Left = 9
- Top = 2
- Width = 410
- Height = 318
- Caption = 'Editor options'
- TabOrder = 0
- object lBlockIndent: TLabel
- Tag = 223
- Left = 10
- Top = 268
- Width = 59
- Height = 13
- Caption = 'Block indent'
- Transparent = True
- end
- object lOutputFormat: TLabel
- Tag = 224
- Left = 10
- Top = 292
- Width = 64
- Height = 13
- Caption = 'Output format'
- Transparent = True
- end
- object lTabSize: TLabel
- Tag = 226
- Left = 209
- Top = 268
- Width = 40
- Height = 13
- Caption = 'Tab size'
- Transparent = True
- end
- object lTabStops: TLabel
- Tag = 225
- Left = 209
- Top = 244
- Width = 47
- Height = 13
- Caption = 'Tab stops'
- Transparent = True
- end
- object lLanguage: TLabel
- Tag = 228
- Left = 209
- Top = 292
- Width = 48
- Height = 13
- Caption = 'Language'
- Transparent = True
- end
- object cCreateBackup: TCheckBox
- Tag = 210
- Left = 209
- Top = 203
- Width = 190
- Height = 17
- Caption = 'Create backup file'
- TabOrder = 24
- OnClick = cAutoIndentClick
- end
- object cWordWrap: TCheckBox
- Tag = 211
- Left = 209
- Top = 169
- Width = 190
- Height = 17
- Caption = 'Word wrap'
- TabOrder = 22
- OnClick = cWordWrapClick
- end
- object cWrapAtMargin: TCheckBox
- Tag = 212
- Left = 209
- Top = 186
- Width = 190
- Height = 17
- Caption = 'Wrap at margin'
- TabOrder = 23
- OnClick = cAutoIndentClick
- end
- object cDrawSpecialSymbols: TCheckBox
- Tag = 213
- Left = 209
- Top = 152
- Width = 190
- Height = 17
- Caption = 'Draw special symbols'
- TabOrder = 21
- OnClick = cAutoIndentClick
- end
- object cHighlightURLs: TCheckBox
- Tag = 221
- Left = 209
- Top = 118
- Width = 190
- Height = 17
- Caption = 'Highlight URLs'
- TabOrder = 19
- OnClick = cAutoIndentClick
- end
- object cCursorBeyondEOL: TCheckBox
- Tag = 222
- Left = 10
- Top = 169
- Width = 190
- Height = 17
- Caption = 'Cursor beyond EOL'
- TabOrder = 9
- OnClick = cAutoIndentClick
- end
- object cUseMultipleInstance: TCheckBox
- Tag = 227
- Left = 10
- Top = 243
- Width = 191
- Height = 17
- Caption = 'Use multiple instance'
- TabOrder = 26
- OnClick = cUseMultipleInstanceClick
- end
- object eLanguage: TComboBox
- Left = 284
- Top = 289
- Width = 116
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 31
- OnChange = cUseMultipleInstanceClick
- Items.Strings = (
- '')
- end
- object eOutputFormat: TComboBox
- Left = 120
- Top = 289
- Width = 80
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 28
- OnChange = cAutoIndentClick
- Items.Strings = (
- 'Windows'
- 'Mac'
- 'Unix')
- end
- object eTabStops: TEdit
- Left = 319
- Top = 241
- Width = 80
- Height = 21
- TabOrder = 29
- OnChange = cAutoIndentClick
- OnExit = eBlockIndentExit
- OnKeyPress = eTabStopsKeyPress
- end
- object cAutoIndent: TCheckBox
- Left = 10
- Top = 16
- Width = 190
- Height = 17
- Caption = 'Auto indent mode'
- TabOrder = 0
- OnClick = cAutoIndentClick
- end
- object cSmartTab: TCheckBox
- Left = 10
- Top = 33
- Width = 190
- Height = 17
- Caption = 'Smart tab'
- TabOrder = 1
- OnClick = cSmartTabClick
- end
- object cUseTabChar: TCheckBox
- Left = 10
- Top = 50
- Width = 190
- Height = 17
- Caption = 'Use tab character'
- TabOrder = 2
- OnClick = cUseTabCharClick
- end
- object cBackUnindent: TCheckBox
- Left = 10
- Top = 84
- Width = 190
- Height = 17
- Caption = 'Backspace unindents'
- TabOrder = 4
- OnClick = cAutoIndentClick
- end
- object cShowLineNumbers: TCheckBox
- Left = 10
- Top = 101
- Width = 190
- Height = 17
- Caption = 'Show line numbers'
- TabOrder = 5
- OnClick = cShowLineNumbersClick
- end
- object cShowLineNumbOnGutter: TCheckBox
- Left = 10
- Top = 118
- Width = 190
- Height = 17
- Caption = 'Show line numbers on gutter'
- TabOrder = 6
- OnClick = cAutoIndentClick
- end
- object cGroupUndo: TCheckBox
- Left = 10
- Top = 135
- Width = 190
- Height = 17
- Caption = 'Group undo'
- TabOrder = 7
- OnClick = cAutoIndentClick
- end
- object cCursorEof: TCheckBox
- Left = 10
- Top = 152
- Width = 190
- Height = 17
- Caption = 'Cursor beyond EOF'
- TabOrder = 8
- OnClick = cAutoIndentClick
- end
- object cSelectEol: TCheckBox
- Left = 10
- Top = 186
- Width = 190
- Height = 17
- Caption = 'Selection beyond EOL'
- TabOrder = 10
- OnClick = cAutoIndentClick
- end
- object cDisableDragging: TCheckBox
- Left = 209
- Top = 135
- Width = 190
- Height = 17
- Caption = 'Disable dragging'
- TabOrder = 20
- OnClick = cAutoIndentClick
- end
- object cNewDocOnStart: TCheckBox
- Left = 209
- Top = 220
- Width = 190
- Height = 17
- Caption = 'New document on startup'
- TabOrder = 25
- OnClick = cNewDocOnStartClick
- end
- object cUseSyntaxHighlight: TCheckBox
- Left = 209
- Top = 101
- Width = 190
- Height = 17
- Caption = 'Use syntax highlight'
- TabOrder = 18
- OnClick = cAutoIndentClick
- end
- object cCutCopyEnabled: TCheckBox
- Left = 209
- Top = 84
- Width = 190
- Height = 17
- Caption = 'Force cut and copy enabled'
- TabOrder = 17
- OnClick = cAutoIndentClick
- end
- object cFindTextAtCursor: TCheckBox
- Left = 209
- Top = 67
- Width = 190
- Height = 17
- Caption = 'Find text at cursor'
- TabOrder = 16
- OnClick = cAutoIndentClick
- end
- object cDblClickLine: TCheckBox
- Left = 10
- Top = 203
- Width = 190
- Height = 17
- Caption = 'Double click line'
- TabOrder = 11
- OnClick = cAutoIndentClick
- end
- object cOverwriteBlock: TCheckBox
- Left = 209
- Top = 50
- Width = 190
- Height = 17
- Caption = 'Overwrite blocks'
- TabOrder = 15
- OnClick = cAutoIndentClick
- end
- object cPersistentBlock: TCheckBox
- Left = 209
- Top = 33
- Width = 190
- Height = 17
- Caption = 'Persistent blocks'
- TabOrder = 14
- OnClick = cAutoIndentClick
- end
- object cKeepTrailingBlank: TCheckBox
- Left = 209
- Top = 16
- Width = 190
- Height = 17
- Caption = 'Keep trailing blanks'
- TabOrder = 13
- OnClick = cAutoIndentClick
- end
- object cCursorOnTabs: TCheckBox
- Left = 10
- Top = 67
- Width = 190
- Height = 17
- Caption = 'Cursor on tabs'
- TabOrder = 3
- OnClick = cAutoIndentClick
- end
- object cTripleClickLine: TCheckBox
- Left = 10
- Top = 220
- Width = 190
- Height = 17
- Caption = 'Triple click line'
- TabOrder = 12
- OnClick = cAutoIndentClick
- end
- object eBlockIndent: TJvSpinEdit
- Left = 120
- Top = 265
- Width = 80
- Height = 21
- Alignment = taRightJustify
- ButtonKind = bkStandard
- MaxValue = 100
- MinValue = 1
- Value = 1
- ReadOnly = False
- TabOrder = 27
- OnChange = cAutoIndentClick
- OnExit = eBlockIndentExit
- OnKeyPress = eBlockIndentKeyPress
- end
- object eTabSize: TJvSpinEdit
- Left = 319
- Top = 265
- Width = 80
- Height = 21
- Alignment = taRightJustify
- ButtonKind = bkStandard
- MaxValue = 100
- MinValue = 1
- Value = 1
- ReadOnly = False
- TabOrder = 30
- OnChange = cAutoIndentClick
- OnExit = eBlockIndentExit
- OnKeyPress = eBlockIndentKeyPress
- end
- end
- end
- object tDisplay: TTabSheet
- Caption = 'Display'
- ImageIndex = 73
- object gEditorMargin: TGroupBox
- Left = 219
- Top = 2
- Width = 200
- Height = 163
- Caption = 'Editor margin'
- Color = clBtnFace
- ParentColor = False
- TabOrder = 1
- object lMarginPosition: TLabel
- Tag = 239
- Left = 10
- Top = 103
- Width = 37
- Height = 13
- Caption = 'Position'
- Transparent = True
- end
- object lMarginColor: TLabel
- Tag = 238
- Left = 10
- Top = 75
- Width = 24
- Height = 13
- Caption = 'Color'
- Transparent = True
- end
- object lMarginStyle: TLabel
- Tag = 237
- Left = 10
- Top = 47
- Width = 23
- Height = 13
- Caption = 'Style'
- Transparent = True
- end
- object cVisibleRightMargin: TCheckBox
- Tag = 236
- Left = 10
- Top = 19
- Width = 180
- Height = 17
- Caption = 'Visible right margin'
- TabOrder = 0
- OnClick = cVisibleRightMarginClick
- end
- object ToolBar1: TToolBar
- Left = 167
- Top = 71
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton1: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton1Click
- end
- end
- object eMarginPosition: TJvSpinEdit
- Left = 64
- Top = 100
- Width = 125
- Height = 21
- Alignment = taRightJustify
- ButtonKind = bkStandard
- MaxValue = 1000
- MinValue = 2
- Value = 2
- ReadOnly = False
- TabOrder = 4
- OnChange = eMarginStyleChange
- OnExit = eBlockIndentExit
- OnKeyPress = eBlockIndentKeyPress
- end
- object eMarginStyle: TComboBox
- Left = 64
- Top = 44
- Width = 125
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 1
- OnChange = eMarginStyleChange
- OnDrawItem = PenComboDrawItem
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6')
- end
- object eMarginColor: TComboBox
- Left = 64
- Top = 72
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- end
- object gLineSeparator: TGroupBox
- Left = 9
- Top = 170
- Width = 200
- Height = 150
- Caption = 'Line separator'
- TabOrder = 2
- object lLineSeparatorStyle: TLabel
- Tag = 237
- Left = 10
- Top = 75
- Width = 23
- Height = 13
- Caption = 'Style'
- Transparent = True
- end
- object lLineSeparatorColor: TLabel
- Tag = 238
- Left = 10
- Top = 103
- Width = 24
- Height = 13
- Caption = 'Color'
- Transparent = True
- end
- object cWrappedLineSeparator: TCheckBox
- Tag = 245
- Left = 10
- Top = 47
- Width = 180
- Height = 17
- Caption = 'Wrapped line separator'
- TabOrder = 1
- OnClick = eMarginStyleChange
- end
- object ToolBar4: TToolBar
- Left = 167
- Top = 99
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 4
- Transparent = True
- object ToolButton4: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton4Click
- end
- end
- object cVisibleLineSeparator: TCheckBox
- Tag = 236
- Left = 10
- Top = 19
- Width = 180
- Height = 17
- Caption = 'Visible line separator'
- TabOrder = 0
- OnClick = cVisibleLineSeparatorClick
- end
- object eLineSeparatorStyle: TComboBox
- Left = 64
- Top = 72
- Width = 125
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eMarginStyleChange
- OnDrawItem = PenComboDrawItem
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6')
- end
- object eLineSeparatorColor: TComboBox
- Left = 64
- Top = 100
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 3
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- end
- object gLineHighlight: TGroupBox
- Left = 219
- Top = 170
- Width = 200
- Height = 150
- Caption = 'Line highlight'
- TabOrder = 3
- object lLineHighlightColor: TLabel
- Tag = 238
- Left = 10
- Top = 75
- Width = 24
- Height = 13
- Caption = 'Color'
- Transparent = True
- end
- object lLineHighlightLineColor: TLabel
- Tag = 238
- Left = 10
- Top = 103
- Width = 46
- Height = 13
- Caption = 'Line color'
- Transparent = True
- end
- object lLineHighlightLineStyle: TLabel
- Tag = 237
- Left = 10
- Top = 47
- Width = 44
- Height = 13
- Caption = 'Line style'
- Transparent = True
- end
- object ToolBar5: TToolBar
- Left = 167
- Top = 71
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton5: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- Wrap = True
- ShowHint = True
- OnClick = ToolButton5Click
- end
- end
- object cVisibleLineHighlight: TCheckBox
- Tag = 236
- Left = 10
- Top = 19
- Width = 180
- Height = 17
- Caption = 'Visible line highlight'
- TabOrder = 0
- OnClick = cVisibleLineHighlightClick
- end
- object ToolBar6: TToolBar
- Left = 167
- Top = 99
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 5
- Transparent = True
- object ToolButton6: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- Wrap = True
- ShowHint = True
- OnClick = ToolButton6Click
- end
- end
- object eLineHighlightStyle: TComboBox
- Left = 64
- Top = 44
- Width = 125
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 1
- OnChange = eMarginStyleChange
- OnDrawItem = PenComboDrawItem
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6')
- end
- object eLineHighlightColor: TComboBox
- Left = 64
- Top = 72
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eLineHighlightLineColor: TComboBox
- Left = 64
- Top = 100
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 4
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- end
- object gEditorGutter: TGroupBox
- Left = 9
- Top = 2
- Width = 200
- Height = 163
- Caption = 'Editor gutter'
- TabOrder = 0
- object lGutterStyle: TLabel
- Tag = 237
- Left = 10
- Top = 47
- Width = 23
- Height = 13
- Caption = 'Style'
- Transparent = True
- end
- object lGutterLineColor: TLabel
- Tag = 238
- Left = 10
- Top = 103
- Width = 46
- Height = 13
- Caption = 'Line color'
- Transparent = True
- end
- object lGutterWidth: TLabel
- Tag = 239
- Left = 10
- Top = 131
- Width = 28
- Height = 13
- Caption = 'Width'
- Transparent = True
- end
- object lGutterColor: TLabel
- Tag = 238
- Left = 10
- Top = 75
- Width = 24
- Height = 13
- Caption = 'Color'
- Transparent = True
- end
- object ToolBar2: TToolBar
- Left = 167
- Top = 99
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 5
- Transparent = True
- object ToolButton2: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton2Click
- end
- end
- object cVisibleGutter: TCheckBox
- Tag = 236
- Left = 10
- Top = 19
- Width = 180
- Height = 17
- Caption = 'Visible gutter'
- TabOrder = 0
- OnClick = cVisibleGutterClick
- end
- object ToolBar3: TToolBar
- Left = 167
- Top = 71
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton3: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton3Click
- end
- end
- object eGutterWidth: TJvSpinEdit
- Left = 64
- Top = 128
- Width = 125
- Height = 21
- Alignment = taRightJustify
- ButtonKind = bkStandard
- MaxValue = 100
- MinValue = 5
- Value = 5
- ReadOnly = False
- TabOrder = 6
- OnChange = eMarginStyleChange
- OnExit = eBlockIndentExit
- OnKeyPress = eBlockIndentKeyPress
- end
- object eGutterStyle: TComboBox
- Left = 64
- Top = 44
- Width = 125
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 1
- OnChange = eMarginStyleChange
- OnDrawItem = BrushComboDrawItem
- Items.Strings = (
- '0'
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7')
- end
- object eGutterColor: TComboBox
- Left = 64
- Top = 72
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eGutterLineColor: TComboBox
- Left = 64
- Top = 100
- Width = 101
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 4
- OnChange = eMarginStyleChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- end
- end
- object tColorScheme: TTabSheet
- Caption = 'Colors && Font'
- ImageIndex = 45
- object lElements: TLabel
- Left = 9
- Top = 47
- Width = 43
- Height = 13
- Caption = 'Elements'
- Transparent = True
- end
- object lColorScheme: TLabel
- Left = 10
- Top = 293
- Width = 211
- Height = 26
- AutoSize = False
- Caption = 'Color scheme will be used with selected syntax definition.'
- Transparent = True
- WordWrap = True
- end
- object lBackgroundColor: TLabel
- Left = 146
- Top = 47
- Width = 84
- Height = 13
- Caption = 'Background color'
- Transparent = True
- end
- object lForegroundColor: TLabel
- Left = 146
- Top = 2
- Width = 80
- Height = 13
- Caption = 'Foreground color'
- Transparent = True
- end
- object lSpeedColorSetting: TLabel
- Left = 9
- Top = 2
- Width = 91
- Height = 13
- Caption = 'Speed color setting'
- Transparent = True
- end
- object ListBox: TListBox
- Left = 9
- Top = 64
- Width = 127
- Height = 105
- ItemHeight = 13
- TabOrder = 1
- OnClick = ListBoxClick
- end
- object gTextAtributes: TGroupBox
- Left = 317
- Top = 2
- Width = 102
- Height = 87
- Caption = 'Text attributes'
- TabOrder = 6
- object cBold: TCheckBox
- Left = 10
- Top = 16
- Width = 85
- Height = 17
- Caption = 'Bold'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = cBoldClick
- end
- object cItalic: TCheckBox
- Left = 10
- Top = 38
- Width = 85
- Height = 17
- Caption = 'Italic'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = cItalicClick
- end
- object cUnderline: TCheckBox
- Left = 10
- Top = 60
- Width = 85
- Height = 17
- Caption = 'Underline'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = cUnderlineClick
- end
- end
- object gUseDefaultsFor: TGroupBox
- Left = 317
- Top = 94
- Width = 102
- Height = 75
- Caption = 'Use defaults for'
- TabOrder = 8
- object cForeground: TCheckBox
- Left = 10
- Top = 20
- Width = 85
- Height = 17
- Caption = 'Foreground'
- TabOrder = 0
- OnClick = cForegroundClick
- end
- object cBackground: TCheckBox
- Left = 10
- Top = 43
- Width = 85
- Height = 17
- Caption = 'Background'
- TabOrder = 1
- OnClick = cBackgroundClick
- end
- end
- object bLoadScheme: TButton
- Tag = 101
- Left = 234
- Top = 296
- Width = 90
- Height = 24
- Caption = 'Load scheme'
- TabOrder = 10
- OnClick = bLoadSchemeClick
- end
- object bSaveColorScheme: TButton
- Tag = 101
- Left = 329
- Top = 296
- Width = 90
- Height = 24
- Caption = 'Save scheme'
- TabOrder = 11
- OnClick = bSaveColorSchemeClick
- end
- object DCMemo: TDCMemo
- Left = 9
- Top = 180
- Width = 410
- Height = 105
- Cursor = crIBeam
- PrintOptions = [poShowProgress]
- LineNumColor = clBlack
- LineNumAlign = taRightJustify
- StringsOptions = [soBackUnindents, soGroupUndo, soForceCutCopy, soAutoIndent, soSmartTab, soFindTextAtCursor, soOverwriteBlocks]
- SyntaxParser = DelphiParser1
- TabStops = '9,17'
- KeyMapping = 'Default'
- SelColor = clWhite
- SelBackColor = clNavy
- MatchBackColor = clBlack
- GutterBackColor = clWindow
- ScrollBars = ssBoth
- Options = [moThumbTracking, moColorSyntax]
- GutterBrush.Color = clBtnFace
- MarginPen.Color = clGrayText
- GutterImgs = <
- item
- Name = 'BreakPoint'
- Glyph.Data = {
- BE000000424DBE00000000000000760000002800000009000000090000000100
- 0400000000004800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFF000
- 0000FFF000FFF0000000FF09990FF0000000F0999990F0000000F0999990F000
- 0000F0999990F0000000FF09990FF0000000FFF000FFF0000000FFFFFFFFF000
- 0000}
- end
- item
- Name = 'Bookmark0'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
- 70F0FF086062606070F0FF082026202070F0FF086062606070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 0
- end
- item
- Name = 'Bookmark1'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082000002070F0FF086260626070F0FF0826202620
- 70F0FF086260626070F0FF082620262070F0FF086060626070F0FF0826002620
- 70F0FF086260626070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 1
- end
- item
- Name = 'Bookmark2'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082000002070F0FF086062626070F0FF0826062620
- 70F0FF086260626070F0FF082626062070F0FF086262606070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 2
- end
- item
- Name = 'Bookmark3'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0826262020
- 70F0FF086262606070F0FF082620062070F0FF086262606070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 3
- end
- item
- Name = 'Bookmark4'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082626062070F0FF086262026070F0FF0826260620
- 70F0FF086000006070F0FF082026062070F0FF086062026070F0FF0820260620
- 70F0FF086062026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 4
- end
- item
- Name = 'Bookmark5'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0826262020
- 70F0FF086262606070F0FF082000062070F0FF086062626070F0FF0820262620
- 70F0FF086000006070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 5
- end
- item
- Name = 'Bookmark6'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
- 70F0FF086062606070F0FF082000062070F0FF086062626070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 6
- end
- item
- Name = 'Bookmark7'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082620262070F0FF086260626070F0FF0826202620
- 70F0FF086262026070F0FF082626062070F0FF086262606070F0FF0820262020
- 70F0FF086000006070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 7
- end
- item
- Name = 'Bookmark8'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086062606070F0FF0820262020
- 70F0FF086062606070F0FF086600062070F0FF086062606070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 8
- end
- item
- Name = 'Bookmark9'
- Glyph.Data = {
- EE000000424DEE0000000000000076000000280000000F0000000F0000000100
- 0400000000007800000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FF0000000000
- FFF0FF08626262600FF0FF082600062070F0FF086262206070F0FF0826262020
- 70F0FF086200606070F0FF082026002070F0FF086062606070F0FF0820262020
- 70F0FF086200026070F0FF082626262070F0FF000000000070F0FFF088888888
- 70F0FFFF000000000FF0FFFFFFFFFFFFFFF0}
- BookmarkIndex = 9
- end
- item
- Name = 'Added Lines'
- end
- item
- Name = 'Deleted Lines'
- end
- item
- Name = 'Modified Lines'
- end>
- BkgndOption = boNone
- LineSeparator.Options = []
- LineSeparator.Pen.Color = clGrayText
- LineHighlight.Visible = False
- LineHighlight.Shape = shDoubleLine
- SpecialSymbols.EOLStringBinary = {01000000B6}
- SpecialSymbols.EOFStringBinary = {010000005F}
- UseDefaultMenu = False
- ReadOnly = True
- Lines.Strings = (
- '{ Syntax Highlighting }'
- 'procedure TForm1.Button1Click(Sender: TObject);'
- 'var'
- ' Number, I, X: Integer;'
- 'begin'
- ' Number := 12356;'
- ' Caption := '#39'The number is '#39' + IntToStr(Number);'
- ' asm'
- ' MOV AX,1234H'
- ' MOV Number,AX'
- ' end;'
- ' X := 10;'
- ' for I := 0 to Number do'
- ' begin'
- ' Inc(X);'
- ' Dec(X);'
- ' X := X + 1.0;'
- ' ListBox1.Items.Add(IntToStr(X));'
- ' end;'
- 'end;')
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- TextStyles = <
- item
- Name = 'Whitespace'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Identifier'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Integer'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Float'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Reserved words'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Delimiters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Defines'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Assembler'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Html tags'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Html params'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Url'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsUnderline]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'BreakPoint'
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindow
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Error line'
- Color = clMaroon
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindow
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Marked Block'
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcSelection
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Search Match'
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcSearchMatch
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Emphasis'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'System Variable'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script Whitespace'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script Delimiters'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script Comment'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsItalic]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script String'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Script ResWord'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = [fsBold]
- UpdateMemoColors = mcNone
- UseMemoColor = True
- UseMemoFont = False
- end
- item
- Name = 'Plain Text'
- Color = clWindow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcText
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Added Lines'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Deleted Lines'
- Color = clRed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = False
- UseMemoFont = False
- end
- item
- Name = 'Modified Lines'
- Color = clLime
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Courier New'
- Font.Style = []
- UpdateMemoColors = mcNone
- UseMemoColor = False
- UseMemoFont = False
- end>
- PrinterFont.Charset = DEFAULT_CHARSET
- PrinterFont.Color = clBlack
- PrinterFont.Height = -13
- PrinterFont.Name = 'Courier New'
- PrinterFont.Style = []
- TemplateFont.Charset = DEFAULT_CHARSET
- TemplateFont.Color = clWindowText
- TemplateFont.Height = -11
- TemplateFont.Name = 'MS Sans Serif'
- TemplateFont.Style = []
- UsePrinterFont = False
- BlockIndent = 1
- SpacesInTab = 8
- UseDockManager = False
- TabOrder = 9
- TabStop = True
- CodeTemplates = <>
- TemplatesType = 'None'
- HideCaret = False
- UseGlobalOptions = False
- end
- object ToolBar8: TToolBar
- Left = 283
- Top = 62
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 5
- Transparent = True
- object ToolButton8: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton8Click
- end
- end
- object ToolBar7: TToolBar
- Left = 283
- Top = 17
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton7: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton7Click
- end
- end
- object gFont: TGroupBox
- Left = 146
- Top = 94
- Width = 161
- Height = 75
- Caption = 'Font'
- TabOrder = 7
- object lFontSize: TLabel
- Left = 10
- Top = 47
- Width = 20
- Height = 13
- Caption = 'Size'
- Transparent = True
- end
- object eFontName: TJvFontComboBox
- Left = 10
- Top = 18
- Width = 141
- Height = 22
- FontName = 'Terminal'
- ItemIndex = 0
- Options = [foFixedPitchOnly, foWysiWyg]
- TabOrder = 0
- OnChange = eFontNameChange
- end
- object eFontSize: TComboBox
- Left = 56
- Top = 44
- Width = 95
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = eFontSizeChange
- OnExit = eBlockIndentExit
- OnKeyPress = eBlockIndentKeyPress
- Items.Strings = (
- '7'
- '8'
- '9'
- '10'
- '11'
- '12'
- '13'
- '14'
- '15'
- '16'
- '17'
- '18'
- '19'
- '20'
- '21'
- '22'
- '23'
- '24'
- '25'
- '26'
- '27'
- '28'
- '29'
- '30')
- end
- end
- object eSpeed: TComboBox
- Left = 9
- Top = 18
- Width = 127
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = eSpeedChange
- Items.Strings = (
- 'Default'
- 'Classic'
- 'Ocean'
- 'Twilight')
- end
- object eForeground: TComboBox
- Left = 146
- Top = 18
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eForegroundChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eBackground: TComboBox
- Left = 146
- Top = 63
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 4
- OnChange = eBackgroundChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- end
- object tHexEditor: TTabSheet
- Caption = 'Hex Editor'
- ImageIndex = 78
- object lSomeOptionsHex: TLabel
- Left = 8
- Top = 293
- Width = 410
- Height = 26
- AutoSize = False
- Caption =
- 'Some options are the same as in text editor (see General tab). F' +
- 'or example: create backup file, find text at cursor, use syntax ' +
- 'highlight, draw special symbols and font.'
- Transparent = True
- WordWrap = True
- end
- object gDisplay: TGroupBox
- Tag = 204
- Left = 9
- Top = 2
- Width = 410
- Height = 71
- Caption = 'Display'
- TabOrder = 0
- object lColumnWidth: TLabel
- Tag = 224
- Left = 10
- Top = 20
- Width = 63
- Height = 13
- Caption = 'Column width'
- Transparent = True
- end
- object lLineSize: TLabel
- Tag = 224
- Left = 10
- Top = 44
- Width = 41
- Height = 13
- Caption = 'Line size'
- Transparent = True
- end
- object lOffsetDisplay: TLabel
- Tag = 224
- Left = 209
- Top = 20
- Width = 63
- Height = 13
- Caption = 'Offset display'
- Transparent = True
- end
- object eColumnWidth: TComboBox
- Left = 120
- Top = 17
- Width = 80
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = eColumnWidthChange
- Items.Strings = (
- '1'
- '2'
- '4')
- end
- object eLineSize: TComboBox
- Left = 120
- Top = 41
- Width = 80
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = eColumnWidthChange
- Items.Strings = (
- '16'
- '32'
- '64')
- end
- object eDisplayOffset: TComboBox
- Left = 319
- Top = 17
- Width = 80
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = eColumnWidthChange
- Items.Strings = (
- 'Hex'
- 'Dec'
- 'Octal'
- 'None')
- end
- end
- object gColors: TGroupBox
- Tag = 204
- Left = 9
- Top = 78
- Width = 410
- Height = 207
- Caption = 'Colors'
- TabOrder = 1
- object lHexBackground: TLabel
- Left = 10
- Top = 21
- Width = 58
- Height = 13
- Caption = 'Background'
- Transparent = True
- end
- object lChangedBackground: TLabel
- Left = 10
- Top = 46
- Width = 103
- Height = 13
- Caption = 'Changed background'
- Transparent = True
- end
- object lChangedText: TLabel
- Left = 10
- Top = 71
- Width = 63
- Height = 13
- Caption = 'Changed text'
- Transparent = True
- end
- object lCursorFrame: TLabel
- Left = 10
- Top = 96
- Width = 59
- Height = 13
- Caption = 'Cursor frame'
- Transparent = True
- end
- object lEvenColumn: TLabel
- Left = 10
- Top = 121
- Width = 62
- Height = 13
- Caption = 'Even column'
- Transparent = True
- end
- object lOddColumn: TLabel
- Left = 10
- Top = 146
- Width = 57
- Height = 13
- Caption = 'Odd column'
- Transparent = True
- end
- object lOffsetColor: TLabel
- Left = 10
- Top = 171
- Width = 54
- Height = 13
- Caption = 'Offset color'
- Transparent = True
- end
- object ToolBar13: TToolBar
- Left = 346
- Top = 17
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 1
- Transparent = True
- object ToolButton13: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton13Click
- end
- end
- object eHexBackground: TComboBox
- Left = 209
- Top = 18
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 0
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eChangedBackground: TComboBox
- Left = 209
- Top = 43
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 2
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eChangedText: TComboBox
- Left = 209
- Top = 68
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 4
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eCursorFrame: TComboBox
- Left = 209
- Top = 93
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 6
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eEvenColumn: TComboBox
- Left = 209
- Top = 118
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 8
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eOddColumn: TComboBox
- Left = 209
- Top = 143
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 10
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object eOffsetColor: TComboBox
- Left = 209
- Top = 168
- Width = 133
- Height = 21
- Style = csOwnerDrawFixed
- ItemHeight = 15
- TabOrder = 12
- OnChange = eColumnWidthChange
- OnDrawItem = ColorComboDrawItem
- Items.Strings = (
- 'clBlack'
- 'clMaroon'
- 'clGreen'
- 'clOlive'
- 'clNavy'
- 'clPurple'
- 'clTeal'
- 'clGray'
- 'clSilver'
- 'clRed'
- 'clLime'
- 'clYellow'
- 'clBlue'
- 'clFuchsia'
- 'clAqua'
- 'clWhite'
- 'clScrollBar'
- 'clBackground'
- 'clActiveCaption'
- 'clInactiveCaption'
- 'clMenu'
- 'clWindow'
- 'clWindowFrame'
- 'clMenuText'
- 'clWindowText'
- 'clCaptionText'
- 'clActiveBorder'
- 'clInactiveBorder'
- 'clAppWorkSpace'
- 'clHighlight'
- 'clHighlightText'
- 'clBtnFace'
- 'clBtnShadow'
- 'clGrayText'
- 'clBtnText'
- 'clInactiveCaptionText'
- 'clBtnHighlight'
- 'cl3DDkShadow'
- 'cl3DLight'
- 'clInfoText'
- 'clInfoBk'
- 'clNone'
- '$00000000')
- end
- object ToolBar14: TToolBar
- Left = 346
- Top = 42
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton14: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton14Click
- end
- end
- object ToolBar15: TToolBar
- Left = 346
- Top = 67
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 5
- Transparent = True
- object ToolButton15: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton15Click
- end
- end
- object ToolBar16: TToolBar
- Left = 346
- Top = 92
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 7
- Transparent = True
- object ToolButton16: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton16Click
- end
- end
- object ToolBar17: TToolBar
- Left = 346
- Top = 117
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 9
- Transparent = True
- object ToolButton17: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton17Click
- end
- end
- object ToolBar18: TToolBar
- Left = 346
- Top = 142
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 11
- Transparent = True
- object ToolButton18: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton18Click
- end
- end
- object ToolBar19: TToolBar
- Left = 346
- Top = 167
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 13
- Transparent = True
- object ToolButton19: TToolButton
- Left = 0
- Top = 0
- Hint = 'Select custom Color'
- Caption = 'ToolButton1'
- ImageIndex = 45
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton19Click
- end
- end
- end
- end
- object tSyntaxDefinition: TTabSheet
- Caption = 'Syntax Definition'
- ImageIndex = 52
- object lSyntaxDefinition: TLabel
- Tag = 351
- Left = 10
- Top = 293
- Width = 410
- Height = 26
- AutoSize = False
- Caption =
- 'Specify the syntax definitions which you would like CodePad to u' +
- 'se automaticaly for chosen file types.'
- Transparent = True
- WordWrap = True
- end
- object gSyntaxDefinitions: TGroupBox
- Tag = 349
- Left = 9
- Top = 2
- Width = 410
- Height = 283
- Caption = 'Syntax definitions and file types'
- TabOrder = 0
- object wDefinitions: TListView
- Left = 10
- Top = 19
- Width = 390
- Height = 224
- Columns = <
- item
- Caption = 'Syntax definition'
- MinWidth = 50
- Width = 150
- end
- item
- Caption = 'File types'
- MinWidth = 50
- Width = 218
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = bEditClick
- end
- object bDelete: TButton
- Tag = 101
- Left = 316
- Top = 249
- Width = 83
- Height = 24
- Caption = 'Delete'
- TabOrder = 3
- OnClick = bDeleteClick
- end
- object bAdd: TButton
- Tag = 101
- Left = 140
- Top = 249
- Width = 83
- Height = 24
- Caption = 'Add'
- TabOrder = 1
- OnClick = bAddClick
- end
- object bEdit: TButton
- Tag = 101
- Left = 228
- Top = 249
- Width = 83
- Height = 24
- Caption = 'Edit'
- TabOrder = 2
- OnClick = bEditClick
- end
- end
- end
- object tFileAssociations: TTabSheet
- Caption = 'File Associations'
- ImageIndex = 65
- object lFileAssociations: TLabel
- Left = 9
- Top = 293
- Width = 410
- Height = 26
- AutoSize = False
- Caption =
- 'From the list, select the file types which you would like CodePa' +
- 'd to open when you double-click on them in Explorer.'
- Transparent = True
- WordWrap = True
- end
- object gFileTypes: TGroupBox
- Left = 9
- Top = 2
- Width = 410
- Height = 283
- Caption = 'File types'
- TabOrder = 0
- object lOther: TLabel
- Left = 10
- Top = 230
- Width = 110
- Height = 13
- Caption = 'Other (e.g *.ext1;*.ext2)'
- Transparent = True
- end
- object wAssociations: TListView
- Left = 10
- Top = 19
- Width = 390
- Height = 166
- BiDiMode = bdLeftToRight
- Checkboxes = True
- Columns = <
- item
- Caption = 'Extension'
- MinWidth = 50
- Width = 70
- end
- item
- Caption = 'Type'
- MinWidth = 50
- Width = 298
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ParentBiDiMode = False
- SmallImages = ImageList2
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = wAssociationsDblClick
- OnKeyPress = wAssociationsKeyPress
- OnMouseDown = wAssociationsMouseDown
- end
- object bUnselectAll: TButton
- Left = 316
- Top = 191
- Width = 83
- Height = 24
- Caption = 'Unselect all'
- TabOrder = 1
- OnClick = bUnselectAllClick
- end
- object eOther: TEdit
- Left = 140
- Top = 227
- Width = 259
- Height = 21
- TabOrder = 2
- OnChange = eOtherChange
- OnExit = eBlockIndentExit
- end
- object cAddToContextMenu: TCheckBox
- Left = 10
- Top = 256
- Width = 382
- Height = 17
- Caption = 'Add CodePad to context menu for all files'
- TabOrder = 3
- OnClick = eOtherChange
- end
- object Extens: TListBox
- Left = 144
- Top = 40
- Width = 65
- Height = 209
- TabStop = False
- Enabled = False
- ItemHeight = 13
- Items.Strings = (
- '386'
- 'BAT'
- 'BFC'
- 'BIN'
- 'CAB'
- 'CMD'
- 'COM'
- 'DLL'
- 'DRV'
- 'EXE'
- 'LNK'
- 'OCX'
- 'SYS')
- TabOrder = 4
- Visible = False
- end
- end
- end
- object tUserActions: TTabSheet
- Caption = 'User Actions'
- ImageIndex = 64
- object gActions: TGroupBox
- Left = 9
- Top = 2
- Width = 410
- Height = 318
- Caption = 'Actions'
- TabOrder = 0
- object lActionCommand: TLabel
- Left = 10
- Top = 265
- Width = 47
- Height = 13
- Caption = 'Command'
- Transparent = True
- end
- object lActionParameters: TLabel
- Left = 10
- Top = 290
- Width = 53
- Height = 13
- Caption = 'Parameters'
- Transparent = True
- end
- object lUseInParameters: TLabel
- Left = 10
- Top = 191
- Width = 392
- Height = 39
- Caption =
- 'Use "%s" in command or parameters to substitute current document' +
- ' name with full path, "%f" to substitute name with extension, "%' +
- 'g" to substitute name without extension, "%e" to substitute file' +
- ' extension and "%p" to substitute documment path.'
- Transparent = True
- WordWrap = True
- end
- object lActionCaption: TLabel
- Left = 10
- Top = 240
- Width = 36
- Height = 13
- Caption = 'Caption'
- Transparent = True
- end
- object eCommand: TEdit
- Left = 84
- Top = 262
- Width = 290
- Height = 21
- TabOrder = 2
- OnChange = eCommandChange
- OnDblClick = eCommandDblClick
- end
- object eParameters: TEdit
- Left = 84
- Top = 287
- Width = 290
- Height = 21
- TabOrder = 4
- OnChange = eParametersChange
- end
- object ToolBar9: TToolBar
- Left = 376
- Top = 261
- Width = 23
- Height = 22
- Align = alNone
- AutoSize = True
- Caption = 'ToolBar1'
- EdgeBorders = []
- Flat = True
- Images = CodePadMainForm.ImageList1
- TabOrder = 3
- Transparent = True
- object ToolButton9: TToolButton
- Tag = 1
- Left = 0
- Top = 0
- Hint = 'Select Program to execute'
- Caption = 'ToolButton1'
- ImageIndex = 99
- ParentShowHint = False
- ShowHint = True
- OnClick = ToolButton9Click
- end
- end
- object eCaption: TEdit
- Left = 84
- Top = 237
- Width = 290
- Height = 21
- TabOrder = 1
- OnChange = eCaptionChange
- end
- object wActions: TListView
- Left = 10
- Top = 19
- Width = 390
- Height = 166
- Columns = <
- item
- Width = 20
- end
- item
- Caption = 'Caption'
- Width = 100
- end
- item
- Caption = 'Command'
- Width = 196
- end
- item
- Caption = 'Parameters'
- Width = 70
- end>
- ColumnClick = False
- HideSelection = False
- Items.Data = {
- 3F0100000A00000000000000FFFFFFFFFFFFFFFF030000000000000001310000
- 0000000000FFFFFFFFFFFFFFFF0300000000000000013200000000000000FFFF
- FFFFFFFFFFFF0300000000000000013300000000000000FFFFFFFFFFFFFFFF03
- 00000000000000013400000000000000FFFFFFFFFFFFFFFF0300000000000000
- 013500000000000000FFFFFFFFFFFFFFFF030000000000000001360000000000
- 0000FFFFFFFFFFFFFFFF0300000000000000013700000000000000FFFFFFFFFF
- FFFFFF0300000000000000013800000000000000FFFFFFFFFFFFFFFF03000000
- 00000000013900000000000000FFFFFFFFFFFFFFFF0300000000000000023130
- 000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
- ReadOnly = True
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnSelectItem = wActionsSelectItem
- end
- end
- end
- end
- object bSaveSettings: TButton
- Tag = 101
- Left = 350
- Top = 388
- Width = 90
- Height = 24
- Caption = 'Save settings'
- ModalResult = 4
- TabOrder = 3
- OnClick = bSaveSettingsClick
- end
- object bCancel: TButton
- Tag = 101
- Left = 262
- Top = 388
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object bOK: TButton
- Tag = 101
- Left = 174
- Top = 388
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- object ColorDialog: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen, cdAnyColor]
- Left = 416
- Top = 72
- end
- object DelphiParser1: TDelphiParser
- Left = 417
- Top = 103
- end
- object ImageList2: TImageList
- Left = 419
- Top = 132
- Bitmap = {
- 494C010101000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
- 0000000000003600000028000000400000001000000001002000000000000010
- 0000000000000000000000000000000000000000000052525200525252005252
- 5200525252005252520052525200525252005252520052525200525252005252
- 5200525252005252520052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400CECECE00CECE
- CE00CECECE00CECECE00CECECE00CECECE00CECECE00CECECE00CECECE00CECE
- CE00CECECE00CECECE0052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000808
- 0800080808000808080008080800080808000808080008080800080808000808
- 0800080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 8400D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7
- E700080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 840000000000000000000000840000000000000000000084000000840000D6E7
- E700080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 840000000000000084000000FF0000000000FF000000FFFF0000FF000000D6E7
- E700080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 84000000000000FFFF00000084000000000000000000FF00000000000000D6E7
- E700080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 840000000000000000000000000000000000000000000000000000000000D6E7
- E700080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 84009C0000009C0000009C0000009C0000009C0000009C0000009C0000009C00
- 0000080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 84009C00000031CEFF009C0000009C0000009C0000009C0000009C0000009C00
- 0000080808000000000052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000008484
- 8400848484008484840084848400848484008484840084848400848484008484
- 840008080800CECECE0052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000009C9C
- 9C00525252005252520052525200000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400000000000000
- 0000000000000000000000000000000000000000000000000000000000009C9C
- 9C00000000005252520000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400D6E7E700D6E7
- E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E700D6E7E7009C9C
- 9C00525252000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000084848400848484008484
- 8400848484008484840084848400848484008484840084848400848484009C9C
- 9C00000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000424D3E000000000000003E000000
- 2800000040000000100000000100010000000000800000000000000000000000
- 000000000000000000000000FFFFFF0080010000000000008001000000000000
- BFFD000000000000A005000000000000A005000000000000AD85000000000000
- A905000000000000A9A5000000000000AFE5000000000000A005000000000000
- A005000000000000A001000000000000BFE1000000000000BFEB000000000000
- 8007000000000000800F00000000000000000000000000000000000000000000
- 000000000000}
- end
- object OpenDialog: TJvOpenDialog2000
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 336
- Top = 176
- end
- object SaveDialog: TJvSaveDialog2000
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 416
- Top = 192
- end
- end
-