home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TEDITOROPTIONS / TEDITOROPTIONS.txt
Text File  |  1999-08-11  |  9KB  |  361 lines

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