home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TEDITORCONFIG / TEDITORCONFIG.txt
Text File  |  2001-09-09  |  13KB  |  533 lines

  1. object EditorConfig: TEditorConfig
  2.   Left = 200
  3.   Top = 114
  4.   HelpContext = 14056
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Editor/Viewer Preferences'
  8.   ClientHeight = 379
  9.   ClientWidth = 474
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Tabs: TTabControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 474
  26.     Height = 337
  27.     Align = alTop
  28.     TabIndex = 0
  29.     TabOrder = 0
  30.     Tabs.Strings = (
  31.       'General'
  32.       'Display')
  33.     TabStop = False
  34.     OnChange = TabsChange
  35.     object Book: TNotebook
  36.       Left = 4
  37.       Top = 24
  38.       Width = 466
  39.       Height = 309
  40.       Align = alClient
  41.       PageIndex = 1
  42.       TabOrder = 0
  43.       object TPage
  44.         Left = 0
  45.         Top = 0
  46.         Caption = 'General'
  47.         object lWrapText: TLabel
  48.           Left = 16
  49.           Top = 208
  50.           Width = 58
  51.           Height = 13
  52.           Caption = '&Wrap text at'
  53.           FocusControl = eLeft
  54.         end
  55.         object lAutoSave: TLabel
  56.           Left = 256
  57.           Top = 208
  58.           Width = 77
  59.           Height = 13
  60.           Caption = 'A&uto-save every'
  61.           FocusControl = eAutosave
  62.         end
  63.         object lAutoSaveSecs: TLabel
  64.           Left = 317
  65.           Top = 228
  66.           Width = 17
  67.           Height = 13
  68.           Caption = 'sec'
  69.         end
  70.         object lQuote: TLabel
  71.           Left = 16
  72.           Top = 256
  73.           Width = 78
  74.           Height = 13
  75.           Caption = 'Quote name limit'
  76.           FocusControl = eQuoteLen
  77.         end
  78.         object lWrapChars: TLabel
  79.           Left = 78
  80.           Top = 228
  81.           Width = 50
  82.           Height = 13
  83.           Caption = 'characters'
  84.           FocusControl = eLeft
  85.         end
  86.         object lQuoteLimitChars: TLabel
  87.           Left = 78
  88.           Top = 276
  89.           Width = 50
  90.           Height = 13
  91.           Caption = 'characters'
  92.           FocusControl = eQuoteLen
  93.         end
  94.         object gbText: TGroupBox
  95.           Left = 8
  96.           Top = 8
  97.           Width = 233
  98.           Height = 185
  99.           Caption = 'Text'
  100.           TabOrder = 0
  101.           object cbAutowrap: TCheckBox
  102.             Left = 8
  103.             Top = 16
  104.             Width = 220
  105.             Height = 17
  106.             Caption = '&Auto-wrap'
  107.             TabOrder = 0
  108.           end
  109.           object cbWrapJustify: TCheckBox
  110.             Left = 8
  111.             Top = 64
  112.             Width = 220
  113.             Height = 17
  114.             Caption = '&Justify on wrap'
  115.             TabOrder = 2
  116.           end
  117.           object cbSmartTab: TCheckBox
  118.             Left = 8
  119.             Top = 88
  120.             Width = 220
  121.             Height = 17
  122.             Caption = #39'&Smart'#39' tabs'
  123.             TabOrder = 3
  124.           end
  125.           object cbAutoIndent: TCheckBox
  126.             Left = 8
  127.             Top = 112
  128.             Width = 220
  129.             Height = 17
  130.             Caption = 'Auto &Indent'
  131.             TabOrder = 4
  132.           end
  133.           object cbBSIndent: TCheckBox
  134.             Left = 8
  135.             Top = 136
  136.             Width = 220
  137.             Height = 17
  138.             Caption = '&Backspace unindents'
  139.             TabOrder = 5
  140.           end
  141.           object cbFindAtCursor: TCheckBox
  142.             Left = 8
  143.             Top = 160
  144.             Width = 220
  145.             Height = 17
  146.             Caption = '&Find text at cursor'
  147.             TabOrder = 6
  148.           end
  149.           object cbAutoFmt: TCheckBox
  150.             Left = 8
  151.             Top = 40
  152.             Width = 217
  153.             Height = 17
  154.             Caption = 'Auto-forma&t'
  155.             TabOrder = 1
  156.           end
  157.         end
  158.         object gbBlocks: TGroupBox
  159.           Left = 248
  160.           Top = 8
  161.           Width = 209
  162.           Height = 57
  163.           Caption = 'Blocks'
  164.           TabOrder = 3
  165.           object cbPersistentBlock: TCheckBox
  166.             Left = 8
  167.             Top = 16
  168.             Width = 193
  169.             Height = 17
  170.             Caption = '&Persistent blocks'
  171.             TabOrder = 0
  172.             OnClick = cbPersistentBlockClick
  173.           end
  174.           object cbOverwriteBlock: TCheckBox
  175.             Left = 8
  176.             Top = 32
  177.             Width = 193
  178.             Height = 17
  179.             Caption = 'O&verwrite blocks'
  180.             TabOrder = 1
  181.           end
  182.         end
  183.         object gbShape: TGroupBox
  184.           Left = 248
  185.           Top = 136
  186.           Width = 210
  187.           Height = 57
  188.           Caption = 'Cursor shape'
  189.           TabOrder = 5
  190.           object cbBlockInsert: TCheckBox
  191.             Left = 8
  192.             Top = 16
  193.             Width = 200
  194.             Height = 17
  195.             Caption = 'Blo&ck insert cursor'
  196.             TabOrder = 0
  197.           end
  198.           object cbBriefCursor: TCheckBox
  199.             Left = 8
  200.             Top = 32
  201.             Width = 200
  202.             Height = 17
  203.             Caption = 'BRI&EF cursor shape'
  204.             TabOrder = 1
  205.           end
  206.         end
  207.         object eLeft: TSpinEdit
  208.           Left = 16
  209.           Top = 224
  210.           Width = 57
  211.           Height = 22
  212.           MaxLength = 3
  213.           MaxValue = 0
  214.           MinValue = 0
  215.           TabOrder = 1
  216.           Value = 0
  217.         end
  218.         object eAutosave: TSpinEdit
  219.           Left = 256
  220.           Top = 224
  221.           Width = 57
  222.           Height = 22
  223.           Increment = 20
  224.           MaxValue = 10000000
  225.           MinValue = 0
  226.           TabOrder = 6
  227.           Value = 0
  228.         end
  229.         object gbPaste: TGroupBox
  230.           Left = 248
  231.           Top = 72
  232.           Width = 209
  233.           Height = 57
  234.           Caption = 'Pasting different block type'
  235.           TabOrder = 4
  236.           object cbAutoInsert: TCheckBox
  237.             Left = 8
  238.             Top = 16
  239.             Width = 182
  240.             Height = 17
  241.             Caption = 'S&kip prompt'
  242.             TabOrder = 0
  243.           end
  244.           object cbAutoAdjust: TCheckBox
  245.             Left = 8
  246.             Top = 32
  247.             Width = 182
  248.             Height = 17
  249.             Caption = 'Adjust auto&matically'
  250.             TabOrder = 1
  251.           end
  252.         end
  253.         object eQuoteLen: TSpinEdit
  254.           Left = 16
  255.           Top = 272
  256.           Width = 57
  257.           Height = 22
  258.           MaxLength = 3
  259.           MaxValue = 60
  260.           MinValue = 1
  261.           TabOrder = 2
  262.           Value = 1
  263.         end
  264.       end
  265.       object TPage
  266.         Left = 0
  267.         Top = 0
  268.         Caption = 'Display'
  269.         object lFont: TLabel
  270.           Left = 40
  271.           Top = 12
  272.           Width = 25
  273.           Height = 13
  274.           Alignment = taRightJustify
  275.           Caption = '&Font:'
  276.           FocusControl = cbFont
  277.         end
  278.         object lSize: TLabel
  279.           Left = 285
  280.           Top = 12
  281.           Width = 23
  282.           Height = 13
  283.           Alignment = taRightJustify
  284.           Caption = 'Si&ze:'
  285.           FocusControl = eSize
  286.         end
  287.         object eSample: TTextEditor
  288.           Left = 8
  289.           Top = 152
  290.           Width = 449
  291.           Height = 149
  292.           BgColor = clWhite
  293.           TextColor = clBlack
  294.           SelColor = clWhite
  295.           SelBgColor = clBlack
  296.           QuoteColor = clBlue
  297.           RefColor = clBlue
  298.           Kludge1Color = clBlack
  299.           Kludge2Color = clBlack
  300.           Kludge3Color = clBlack
  301.           ReadOnly = True
  302.           FontCharset = 1
  303.           Enabled = False
  304.           TabOrder = 8
  305.           Font.Color = clBlack
  306.           Font.Height = -13
  307.           Font.Name = 'Courier New'
  308.           Font.Pitch = fpFixed
  309.           Font.Style = []
  310.         end
  311.         object GroupBox4: TGroupBox
  312.           Left = 8
  313.           Top = 40
  314.           Width = 449
  315.           Height = 81
  316.           Caption = 'Colouring'
  317.           TabOrder = 3
  318.           object lItem: TLabel
  319.             Left = 32
  320.             Top = 20
  321.             Width = 23
  322.             Height = 13
  323.             Alignment = taRightJustify
  324.             Caption = 'Ite&m:'
  325.             FocusControl = cbItem
  326.           end
  327.           object lColour: TLabel
  328.             Left = 24
  329.             Top = 52
  330.             Width = 33
  331.             Height = 13
  332.             Caption = '&Colour:'
  333.             FocusControl = cbColorEx
  334.           end
  335.           object cbItem: TComboBox
  336.             Left = 64
  337.             Top = 16
  338.             Width = 273
  339.             Height = 22
  340.             Style = csOwnerDrawFixed
  341.             ItemHeight = 16
  342.             Items.Strings = (
  343.               'Background'
  344.               'Plain text'
  345.               'Selection background'
  346.               'Selected text'
  347.               'Quotation'
  348.               'References')
  349.             TabOrder = 0
  350.             OnChange = cbItemChange
  351.             OnDrawItem = cbItemDrawItem
  352.           end
  353.           object cbColorEx: TComboBox
  354.             Left = 64
  355.             Top = 48
  356.             Width = 377
  357.             Height = 22
  358.             Style = csOwnerDrawFixed
  359.             ItemHeight = 16
  360.             Items.Strings = (
  361.               'Black'
  362.               'Maroon'
  363.               'Green'
  364.               'Olive'
  365.               'Navy'
  366.               'Purple'
  367.               'Teal'
  368.               'Grey'
  369.               'Silver'
  370.               'Red'
  371.               'Lime'
  372.               'Yellow'
  373.               'Blue'
  374.               'Fuchsia'
  375.               'Aqua'
  376.               'White'
  377.               'Windows - Scroll bar gray area'
  378.               'Windows - Desktop'
  379.               'Windows - Active window title bar'
  380.               'Windows - Inactive caption'
  381.               'Windows - Inactive window caption'
  382.               'Windows - Background of a window'
  383.               'Windows - Frame of a window'
  384.               'Windows - Text in menus'
  385.               'Windows - Text in a window'
  386.               'Windows - Text in caption, size box, and scroll bar arrow box'
  387.               'Windows - Active window border'
  388.               'Windows - Inactive window border'
  389.               'Windows - Background color of MDI applications'
  390.               'Windows - Item(s) selected in a control'
  391.               'Windows - Text of item(s) selected in a control'
  392.               'Windows - Face color for three-dimensional display elements'
  393.               'Windows - Shadow color for 3D display elements'
  394.               'Windows - Grayed (disabled) text'
  395.               'Windows - Text on push buttons'
  396.               'Windows - Text in an inactive caption'
  397.               'Windows - Highlight color for 3D display elements'
  398.               'Windows - Dark shadow for 3D display elements'
  399.               'Windows - Light color for 3D display elements'
  400.               'Windows - Text color for tooltip controls'
  401.               'Windows - Background color for tooltip controls'
  402.               'Custom')
  403.             TabOrder = 2
  404.             OnChange = cbColorExChange
  405.             OnDrawItem = cbColorExDrawItem
  406.           end
  407.           object bEditColor: TButton
  408.             Left = 352
  409.             Top = 16
  410.             Width = 89
  411.             Height = 22
  412.             Caption = 'Edit...'
  413.             TabOrder = 1
  414.             OnClick = bEditColorClick
  415.           end
  416.         end
  417.         object cbFont: TEdit
  418.           Left = 72
  419.           Top = 8
  420.           Width = 185
  421.           Height = 21
  422.           Enabled = False
  423.           TabOrder = 0
  424.         end
  425.         object eSize: TEdit
  426.           Left = 312
  427.           Top = 8
  428.           Width = 49
  429.           Height = 21
  430.           Enabled = False
  431.           TabOrder = 1
  432.         end
  433.         object cChangeFont: TButton
  434.           Left = 376
  435.           Top = 6
  436.           Width = 81
  437.           Height = 25
  438.           Caption = 'C&hange...'
  439.           TabOrder = 2
  440.           OnClick = cChangeFontClick
  441.         end
  442.         object cbFBold: TCheckBox
  443.           Left = 12
  444.           Top = 128
  445.           Width = 109
  446.           Height = 17
  447.           Caption = '&Bold'
  448.           TabOrder = 4
  449.           OnClick = cbFBoldClick
  450.         end
  451.         object cbFItalic: TCheckBox
  452.           Left = 124
  453.           Top = 128
  454.           Width = 109
  455.           Height = 17
  456.           Caption = '&Italic'
  457.           TabOrder = 5
  458.           OnClick = cbFBoldClick
  459.         end
  460.         object cbFUnderline: TCheckBox
  461.           Left = 236
  462.           Top = 128
  463.           Width = 109
  464.           Height = 17
  465.           Caption = '&Underlined'
  466.           TabOrder = 6
  467.           OnClick = cbFBoldClick
  468.         end
  469.         object cbFStrikeOut: TCheckBox
  470.           Left = 348
  471.           Top = 128
  472.           Width = 109
  473.           Height = 17
  474.           Caption = '&Strikeout'
  475.           TabOrder = 7
  476.           OnClick = cbFBoldClick
  477.         end
  478.       end
  479.       object TPage
  480.         Left = 0
  481.         Top = 0
  482.         Caption = 'Rich'
  483.       end
  484.     end
  485.   end
  486.   object bOK: TButton
  487.     Left = 224
  488.     Top = 344
  489.     Width = 75
  490.     Height = 25
  491.     Caption = 'OK'
  492.     Default = True
  493.     ModalResult = 1
  494.     TabOrder = 1
  495.   end
  496.   object bCancel: TButton
  497.     Left = 304
  498.     Top = 344
  499.     Width = 75
  500.     Height = 25
  501.     Cancel = True
  502.     Caption = 'Cancel'
  503.     ModalResult = 2
  504.     TabOrder = 2
  505.   end
  506.   object bHelp: TButton
  507.     Left = 384
  508.     Top = 344
  509.     Width = 75
  510.     Height = 25
  511.     Caption = 'Help'
  512.     TabOrder = 3
  513.     OnClick = bHelpClick
  514.   end
  515.   object dColor: TColorDialog
  516.     Ctl3D = True
  517.     Options = [cdFullOpen, cdShowHelp]
  518.     Left = 40
  519.     Top = 344
  520.   end
  521.   object dFont: TFontDialog
  522.     Font.Color = clWindowText
  523.     Font.Height = -11
  524.     Font.Name = 'MS Sans Serif'
  525.     Font.Style = []
  526.     MinFontSize = 0
  527.     MaxFontSize = 0
  528.     Options = [fdForceFontExist, fdNoSimulations]
  529.     Left = 8
  530.     Top = 344
  531.   end
  532. end
  533.