home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TEDITOROPTFORM / TEDITOROPTFORM.txt
Text File  |  2002-08-12  |  5KB  |  246 lines

  1. object EditorOptForm: TEditorOptForm
  2.   Left = 297
  3.   Top = 104
  4.   Width = 465
  5.   Height = 300
  6.   Caption = 'EditorOptForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BlockIndentLbl: TLabel
  17.     Left = 8
  18.     Top = 232
  19.     Width = 62
  20.     Height = 13
  21.     Caption = 'Block i&ndent:'
  22.     FocusControl = BlockIndentEdit
  23.   end
  24.   object TabStopLbl: TLabel
  25.     Left = 168
  26.     Top = 232
  27.     Width = 50
  28.     Height = 13
  29.     Caption = '&Tab stops:'
  30.     FocusControl = TabStopsEdit
  31.   end
  32.   object KeyMapLbl: TLabel
  33.     Left = 328
  34.     Top = 232
  35.     Width = 61
  36.     Height = 13
  37.     Caption = '&Keymapping:'
  38.     FocusControl = KeymapEdit
  39.   end
  40.   object EditOptGroup: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 441
  44.     Height = 221
  45.     Caption = 'Editor options:'
  46.     TabOrder = 0
  47.     object AutoIndentChk: TCheckBox
  48.       Left = 8
  49.       Top = 16
  50.       Width = 209
  51.       Height = 21
  52.       Caption = '&Auto indent mode'
  53.       TabOrder = 0
  54.       OnClick = ItemChange
  55.     end
  56.     object SmartTabChk: TCheckBox
  57.       Left = 8
  58.       Top = 36
  59.       Width = 209
  60.       Height = 21
  61.       Caption = 'S&mart tab'
  62.       TabOrder = 1
  63.       OnClick = SmartTabChkClick
  64.     end
  65.     object BackUnindentChk: TCheckBox
  66.       Left = 8
  67.       Top = 76
  68.       Width = 209
  69.       Height = 21
  70.       Caption = 'Backspace &unindents'
  71.       TabOrder = 3
  72.       OnClick = ItemChange
  73.     end
  74.     object PersistentBlockChk: TCheckBox
  75.       Left = 225
  76.       Top = 32
  77.       Width = 209
  78.       Height = 21
  79.       Caption = '&Persistent blocks'
  80.       TabOrder = 11
  81.       OnClick = ItemChange
  82.     end
  83.     object OverwriteBlockChk: TCheckBox
  84.       Left = 225
  85.       Top = 52
  86.       Width = 209
  87.       Height = 21
  88.       Caption = 'Over&write blocks'
  89.       TabOrder = 12
  90.       OnClick = ItemChange
  91.     end
  92.     object DblClickEdit: TCheckBox
  93.       Left = 225
  94.       Top = 72
  95.       Width = 209
  96.       Height = 21
  97.       Caption = '&Double click line'
  98.       TabOrder = 13
  99.       OnClick = ItemChange
  100.     end
  101.     object FindTextChk: TCheckBox
  102.       Left = 225
  103.       Top = 92
  104.       Width = 209
  105.       Height = 21
  106.       Caption = 'Find te&xt at cursor'
  107.       TabOrder = 14
  108.       OnClick = ItemChange
  109.     end
  110.     object CutCopyEnabledChk: TCheckBox
  111.       Left = 225
  112.       Top = 112
  113.       Width = 209
  114.       Height = 21
  115.       Caption = '&Force cut and copy enabled'
  116.       TabOrder = 15
  117.       OnClick = ItemChange
  118.     end
  119.     object SyntaxHighlightChk: TCheckBox
  120.       Left = 225
  121.       Top = 132
  122.       Width = 209
  123.       Height = 21
  124.       Caption = 'Use &syntax highlight'
  125.       TabOrder = 16
  126.       OnClick = ItemChange
  127.     end
  128.     object OverCaretChk: TCheckBox
  129.       Left = 225
  130.       Top = 152
  131.       Width = 209
  132.       Height = 21
  133.       Caption = '&Overwrite cursor as block'
  134.       TabOrder = 17
  135.       OnClick = ItemChange
  136.     end
  137.     object DisDragChk: TCheckBox
  138.       Left = 225
  139.       Top = 172
  140.       Width = 209
  141.       Height = 21
  142.       Caption = 'Disable dra&gging'
  143.       TabOrder = 18
  144.       OnClick = ItemChange
  145.     end
  146.     object MemoEnvOptions: TCheckBox
  147.       Left = 8
  148.       Top = 96
  149.       Width = 209
  150.       Height = 21
  151.       Caption = 'Show &line numbers'
  152.       TabOrder = 4
  153.       OnClick = MemoEnvOptionsClick
  154.     end
  155.     object MemoEnvOptions1: TCheckBox
  156.       Left = 8
  157.       Top = 116
  158.       Width = 209
  159.       Height = 21
  160.       Caption = 'S&how line numbers on gutter'
  161.       TabOrder = 5
  162.       OnClick = ItemChange
  163.     end
  164.     object GroupUndoChk: TCheckBox
  165.       Left = 8
  166.       Top = 136
  167.       Width = 209
  168.       Height = 21
  169.       Caption = '&Group undo'
  170.       TabOrder = 6
  171.       OnClick = ItemChange
  172.     end
  173.     object CursorEofChk: TCheckBox
  174.       Left = 8
  175.       Top = 156
  176.       Width = 209
  177.       Height = 21
  178.       Caption = 'Cursor beyond &EOF'
  179.       TabOrder = 7
  180.       OnClick = ItemChange
  181.     end
  182.     object BeyondEolChk: TCheckBox
  183.       Left = 8
  184.       Top = 176
  185.       Width = 209
  186.       Height = 21
  187.       Caption = '&Cursor beyond EOL'
  188.       TabOrder = 8
  189.       OnClick = ItemChange
  190.     end
  191.     object SelectEolChk: TCheckBox
  192.       Left = 8
  193.       Top = 196
  194.       Width = 209
  195.       Height = 21
  196.       Caption = '&Selection beyond EOL'
  197.       TabOrder = 9
  198.       OnClick = ItemChange
  199.     end
  200.     object KeepTrailingBlanksChk: TCheckBox
  201.       Left = 225
  202.       Top = 12
  203.       Width = 209
  204.       Height = 21
  205.       Caption = '&Keep trailing blanks'
  206.       TabOrder = 10
  207.       OnClick = ItemChange
  208.     end
  209.     object UseTabCharBox: TCheckBox
  210.       Left = 8
  211.       Top = 56
  212.       Width = 209
  213.       Height = 21
  214.       Caption = '&Use tab character'
  215.       TabOrder = 2
  216.       OnClick = UseTabCharBoxClick
  217.     end
  218.   end
  219.   object BlockIndentEdit: TEdit
  220.     Left = 8
  221.     Top = 248
  222.     Width = 113
  223.     Height = 21
  224.     TabOrder = 1
  225.     OnChange = ItemChange
  226.   end
  227.   object TabStopsEdit: TEdit
  228.     Left = 168
  229.     Top = 248
  230.     Width = 113
  231.     Height = 21
  232.     TabOrder = 2
  233.     OnChange = ItemChange
  234.   end
  235.   object KeymapEdit: TComboBox
  236.     Left = 328
  237.     Top = 248
  238.     Width = 121
  239.     Height = 21
  240.     Style = csDropDownList
  241.     ItemHeight = 13
  242.     TabOrder = 3
  243.     OnChange = ItemChange
  244.   end
  245. end
  246.