home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TEDITOROPTIONS / TEDITOROPTIONS.txt
Text File  |  1998-06-16  |  9KB  |  367 lines

  1. object EditorOptions: TEditorOptions
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 298
  6.   HelpContext = 1850
  7.   Caption = 'Editor'
  8.   OnCreate = EditorOptionsCreate
  9.   OnBroadcast = EditorOptionsBroadcast
  10.   object Label21: TLabel
  11.     Left = 16
  12.     Top = 10
  13.     Width = 115
  14.     Height = 13
  15.     AutoSize = False
  16.     Caption = 'Editor SpeedSetting:'
  17.     FocusControl = SpeedSetting
  18.   end
  19.   object lbUndo: TLabel
  20.     Left = 249
  21.     Top = 218
  22.     Width = 49
  23.     Height = 13
  24.     Alignment = taRightJustify
  25.     Caption = 'Undo &limit:'
  26.     FocusControl = eoUndoLimit
  27.   end
  28.   object Label5: TLabel
  29.     Left = 25
  30.     Top = 246
  31.     Width = 105
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = '&Tab stops:'
  36.     FocusControl = eoTabRack
  37.   end
  38.   object lbBlockInd: TLabel
  39.     Left = 25
  40.     Top = 218
  41.     Width = 105
  42.     Height = 13
  43.     Alignment = taRightJustify
  44.     AutoSize = False
  45.     Caption = 'Block i&ndent:'
  46.     FocusControl = eoBlockIndent
  47.   end
  48.   object Label6: TLabel
  49.     Left = 25
  50.     Top = 274
  51.     Width = 105
  52.     Height = 13
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = 'S&yntax extensions:'
  56.     FocusControl = eoHighlightExts
  57.   end
  58.   object SpeedSetting: TPropComboBox
  59.     Left = 136
  60.     Top = 6
  61.     Width = 275
  62.     Height = 21
  63.     Style = csDropDownList
  64.     PropField = 'Editor SpeedSetting'
  65.     PropSet = EnvironmentOptions.EditorOptions
  66.     ItemHeight = 13
  67.     Items.Strings = (
  68.       'Default keymapping'
  69.       'IDE classic'
  70.       'BRIEF emulation'
  71.       'Epsilon emulation')
  72.     TabOrder = 0
  73.     OnClick = SpeedSettingClick
  74.   end
  75.   object GroupBox5: TGroupBox
  76.     Left = 8
  77.     Top = 32
  78.     Width = 403
  79.     Height = 175
  80.     Caption = ' Editor options: '
  81.     TabOrder = 1
  82.     object eoIndent: TPropCheckBox
  83.       Left = 7
  84.       Top = 17
  85.       Width = 150
  86.       Height = 17
  87.       Caption = '&Auto indent mode'
  88.       PropField = 'Auto Indent'
  89.       PropSet = EnvironmentOptions.EditorOptions
  90.       TabOrder = 0
  91.       ValueChecked = 'True;Yes;1'
  92.       ValueUnchecked = 'False;No;0'
  93.     end
  94.     object eoInsert: TPropCheckBox
  95.       Left = 7
  96.       Top = 34
  97.       Width = 150
  98.       Height = 17
  99.       TabStop = False
  100.       Caption = '&Insert mode'
  101.       PropField = 'Insert'
  102.       PropSet = EnvironmentOptions.EditorOptions
  103.       TabOrder = 1
  104.       ValueChecked = 'True;Yes;1'
  105.       ValueUnchecked = 'False;No;0'
  106.     end
  107.     object eoUseTabChar: TPropCheckBox
  108.       Left = 7
  109.       Top = 51
  110.       Width = 150
  111.       Height = 17
  112.       TabStop = False
  113.       Caption = 'Use tab cha&racter'
  114.       PropField = 'Tab Character'
  115.       PropSet = EnvironmentOptions.EditorOptions
  116.       TabOrder = 2
  117.       ValueChecked = 'True;Yes;1'
  118.       ValueUnchecked = 'False;No;0'
  119.       OnClick = eoUseTabCharClick
  120.     end
  121.     object eoOptimalFill: TPropCheckBox
  122.       Left = 7
  123.       Top = 85
  124.       Width = 150
  125.       Height = 17
  126.       TabStop = False
  127.       Caption = '&Optimal fill'
  128.       PropField = 'Optimal Fill'
  129.       PropSet = EnvironmentOptions.EditorOptions
  130.       TabOrder = 4
  131.       ValueChecked = 'True;Yes;1'
  132.       ValueUnchecked = 'False;No;0'
  133.     end
  134.     object eoOutdent: TPropCheckBox
  135.       Left = 7
  136.       Top = 102
  137.       Width = 150
  138.       Height = 17
  139.       TabStop = False
  140.       Caption = 'Backspace &unindents'
  141.       PropField = 'Backspace Unindents'
  142.       PropSet = EnvironmentOptions.EditorOptions
  143.       TabOrder = 5
  144.       ValueChecked = 'True;Yes;1'
  145.       ValueUnchecked = 'False;No;0'
  146.     end
  147.     object eoCursorInTabs: TPropCheckBox
  148.       Left = 7
  149.       Top = 119
  150.       Width = 150
  151.       Height = 17
  152.       TabStop = False
  153.       Caption = '&Cursor through tabs'
  154.       PropField = 'Cursor Through Tabs'
  155.       PropSet = EnvironmentOptions.EditorOptions
  156.       TabOrder = 6
  157.       ValueChecked = 'True;Yes;1'
  158.       ValueUnchecked = 'False;No;0'
  159.     end
  160.     object eoGroupUndo: TPropCheckBox
  161.       Left = 7
  162.       Top = 136
  163.       Width = 150
  164.       Height = 17
  165.       TabStop = False
  166.       Caption = '&Group undo'
  167.       PropField = 'Group Undo'
  168.       PropSet = EnvironmentOptions.EditorOptions
  169.       TabOrder = 7
  170.       ValueChecked = 'True;Yes;1'
  171.       ValueUnchecked = 'False;No;0'
  172.     end
  173.     object eoCursorBeyondEOF: TPropCheckBox
  174.       Left = 7
  175.       Top = 153
  176.       Width = 150
  177.       Height = 17
  178.       TabStop = False
  179.       Caption = 'Cursor beyond &EOF'
  180.       PropField = 'Cursor Beyond EOF'
  181.       PropSet = EnvironmentOptions.EditorOptions
  182.       TabOrder = 8
  183.       ValueChecked = 'True;Yes;1'
  184.       ValueUnchecked = 'False;No;0'
  185.     end
  186.     object eoUndoAfterSave: TPropCheckBox
  187.       Left = 191
  188.       Top = 17
  189.       Width = 150
  190.       Height = 17
  191.       TabStop = False
  192.       Caption = 'Undo after sa&ve'
  193.       PropField = 'Undo After Save'
  194.       PropSet = EnvironmentOptions.EditorOptions
  195.       TabOrder = 9
  196.       ValueChecked = 'True;Yes;1'
  197.       ValueUnchecked = 'False;No;0'
  198.     end
  199.     object eoKeepTrailingBlanks: TPropCheckBox
  200.       Left = 191
  201.       Top = 34
  202.       Width = 150
  203.       Height = 17
  204.       TabStop = False
  205.       Caption = '&Keep trailing blanks'
  206.       PropField = 'Keep Trailing Blanks'
  207.       PropSet = EnvironmentOptions.EditorOptions
  208.       TabOrder = 10
  209.       ValueChecked = 'True;Yes;1'
  210.       ValueUnchecked = 'False;No;0'
  211.     end
  212.     object eoBriefRegExp: TPropCheckBox
  213.       Left = 191
  214.       Top = 51
  215.       Width = 174
  216.       Height = 17
  217.       TabStop = False
  218.       Caption = '&BRIEF regular expressions'
  219.       PropField = 'BRIEF RegEx'
  220.       PropSet = EnvironmentOptions.EditorOptions
  221.       TabOrder = 11
  222.       ValueChecked = 'True;Yes;1'
  223.       ValueUnchecked = 'False;No;0'
  224.     end
  225.     object eoPersistentBlocks: TPropCheckBox
  226.       Left = 191
  227.       Top = 68
  228.       Width = 150
  229.       Height = 17
  230.       TabStop = False
  231.       Caption = '&Persistent blocks'
  232.       PropField = 'Persistent Blocks'
  233.       PropSet = EnvironmentOptions.EditorOptions
  234.       TabOrder = 12
  235.       ValueChecked = 'True;Yes;1'
  236.       ValueUnchecked = 'False;No;0'
  237.     end
  238.     object eoOverwriteBlocks: TPropCheckBox
  239.       Left = 191
  240.       Top = 85
  241.       Width = 150
  242.       Height = 17
  243.       TabStop = False
  244.       Caption = 'Over&write blocks'
  245.       PropField = 'Overwrite Blocks'
  246.       PropSet = EnvironmentOptions.EditorOptions
  247.       TabOrder = 13
  248.       ValueChecked = 'True;Yes;1'
  249.       ValueUnchecked = 'False;No;0'
  250.     end
  251.     object eoDoubleClickLine: TPropCheckBox
  252.       Left = 191
  253.       Top = 102
  254.       Width = 150
  255.       Height = 17
  256.       TabStop = False
  257.       Caption = '&Double click line'
  258.       PropField = 'Double Click Line'
  259.       PropSet = EnvironmentOptions.EditorOptions
  260.       TabOrder = 14
  261.       ValueChecked = 'True;Yes;1'
  262.       ValueUnchecked = 'False;No;0'
  263.     end
  264.     object eoFindTextAtCursor: TPropCheckBox
  265.       Left = 191
  266.       Top = 119
  267.       Width = 150
  268.       Height = 17
  269.       TabStop = False
  270.       Caption = 'Find te&xt at cursor'
  271.       PropField = 'Find Text At Cursor'
  272.       PropSet = EnvironmentOptions.EditorOptions
  273.       TabOrder = 15
  274.       ValueChecked = 'True;Yes;1'
  275.       ValueUnchecked = 'False;No;0'
  276.     end
  277.     object eoHighlight: TPropCheckBox
  278.       Left = 191
  279.       Top = 153
  280.       Width = 178
  281.       Height = 17
  282.       TabStop = False
  283.       Caption = 'Use &syntax highlight'
  284.       PropField = 'Use Syntax Highlight'
  285.       PropSet = EnvironmentOptions.EditorOptions
  286.       TabOrder = 17
  287.       ValueChecked = 'True;Yes;1'
  288.       ValueUnchecked = 'False;No;0'
  289.     end
  290.     object eoForceCutCopyEnabled: TPropCheckBox
  291.       Left = 191
  292.       Top = 136
  293.       Width = 182
  294.       Height = 17
  295.       TabStop = False
  296.       Caption = '&Force cut and copy enabled'
  297.       PropField = 'Force Cut Copy Enabled'
  298.       PropSet = EnvironmentOptions.EditorOptions
  299.       TabOrder = 16
  300.       ValueChecked = 'True;Yes;1'
  301.       ValueUnchecked = 'False;No;0'
  302.     end
  303.     object eoSmartTab: TPropCheckBox
  304.       Left = 7
  305.       Top = 68
  306.       Width = 150
  307.       Height = 17
  308.       TabStop = False
  309.       Caption = 'S&mart tab'
  310.       PropField = 'Smart Tab'
  311.       PropSet = EnvironmentOptions.EditorOptions
  312.       TabOrder = 3
  313.       ValueChecked = 'True;Yes;1'
  314.       ValueUnchecked = 'False;No;0'
  315.       OnClick = eoSmartTabClick
  316.     end
  317.   end
  318.   object eoBlockIndent: THistoryPropComboBox
  319.     Left = 136
  320.     Top = 214
  321.     Width = 81
  322.     Height = 21
  323.     PropField = 'Block Indent'
  324.     PropSet = EnvironmentOptions.EditorOptions
  325.     ItemHeight = 13
  326.     TabOrder = 2
  327.     HistoryManager = EnvironmentOptions.HistoryLists
  328.     HistoryList = 'hlBlockIndent'
  329.   end
  330.   object eoUndoLimit: THistoryPropComboBox
  331.     Left = 303
  332.     Top = 214
  333.     Width = 106
  334.     Height = 21
  335.     PropField = 'Undo Limit'
  336.     PropSet = EnvironmentOptions.EditorOptions
  337.     ItemHeight = 13
  338.     TabOrder = 3
  339.     HistoryManager = EnvironmentOptions.HistoryLists
  340.     HistoryList = 'hlUndoLimit'
  341.   end
  342.   object eoTabRack: THistoryPropComboBox
  343.     Left = 136
  344.     Top = 242
  345.     Width = 275
  346.     Height = 21
  347.     PropField = 'Tab Stops'
  348.     PropSet = EnvironmentOptions.EditorOptions
  349.     ItemHeight = 13
  350.     TabOrder = 4
  351.     HistoryManager = EnvironmentOptions.HistoryLists
  352.     HistoryList = 'hlTabStops'
  353.   end
  354.   object eoHighlightExts: THistoryPropComboBox
  355.     Left = 136
  356.     Top = 270
  357.     Width = 275
  358.     Height = 21
  359.     PropField = 'Syntax Extensions'
  360.     PropSet = EnvironmentOptions.EditorOptions
  361.     ItemHeight = 13
  362.     TabOrder = 5
  363.     HistoryManager = EnvironmentOptions.HistoryLists
  364.     HistoryList = 'hlSyntaxExtensions'
  365.   end
  366. end
  367.