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

  1. object EditorDisplay: TEditorDisplay
  2.   Left = 0
  3.   Top = 0
  4.   Width = 419
  5.   Height = 317
  6.   HelpContext = 1900
  7.   Caption = 'Display'
  8.   OnShow = EditorDisplayShow
  9.   OnCreate = EditorDisplayCreate
  10.   OnDestroy = EditorDisplayDestroy
  11.   object Label4: TLabel
  12.     Left = 69
  13.     Top = 149
  14.     Width = 51
  15.     Height = 13
  16.     Caption = 'Editor &font:'
  17.     FocusControl = FontName
  18.   end
  19.   object Label7: TLabel
  20.     Left = 303
  21.     Top = 149
  22.     Width = 23
  23.     Height = 13
  24.     Caption = '&Size:'
  25.     FocusControl = FontSize
  26.   end
  27.   object Label16: TLabel
  28.     Left = 8
  29.     Top = 188
  30.     Width = 38
  31.     Height = 13
  32.     Caption = 'Sample:'
  33.   end
  34.   object GroupBox11: TGroupBox
  35.     Left = 8
  36.     Top = 72
  37.     Width = 403
  38.     Height = 65
  39.     Caption = ' Margin and gutter '
  40.     TabOrder = 1
  41.     object lbRightMargin: TLabel
  42.       Left = 183
  43.       Top = 16
  44.       Width = 62
  45.       Height = 13
  46.       Caption = 'Right &margin:'
  47.       FocusControl = eoRightMargin
  48.     end
  49.     object lbGutterWidth: TLabel
  50.       Left = 295
  51.       Top = 16
  52.       Width = 60
  53.       Height = 13
  54.       Caption = 'Gutter &width:'
  55.       FocusControl = eoGutterWidth
  56.     end
  57.     object eoLineOnMargin: TPropCheckBox
  58.       Left = 8
  59.       Top = 18
  60.       Width = 138
  61.       Height = 20
  62.       Caption = '&Visible right margin'
  63.       PropField = 'Visible Right Margin'
  64.       PropSet = EnvironmentOptions.EditorOptions
  65.       TabOrder = 0
  66.       ValueChecked = 'True;Yes;1'
  67.       ValueUnchecked = 'False;No;0'
  68.       OnClick = eoLineOnMarginClick
  69.     end
  70.     object eoRightMargin: THistoryPropComboBox
  71.       Left = 183
  72.       Top = 32
  73.       Width = 65
  74.       Height = 21
  75.       PropField = 'Right Margin'
  76.       PropSet = EnvironmentOptions.EditorOptions
  77.       ItemHeight = 13
  78.       TabOrder = 2
  79.       HistoryManager = EnvironmentOptions.HistoryLists
  80.       HistoryList = 'hlRightMargin'
  81.     end
  82.     object eoGutterWidth: THistoryPropComboBox
  83.       Left = 295
  84.       Top = 32
  85.       Width = 65
  86.       Height = 21
  87.       PropField = 'Gutter Width'
  88.       PropSet = EnvironmentOptions.EditorOptions
  89.       ItemHeight = 13
  90.       TabOrder = 3
  91.       HistoryManager = EnvironmentOptions.HistoryLists
  92.       HistoryList = 'hlGutterWidth'
  93.     end
  94.     object eoVisibleGutter: TPropCheckBox
  95.       Left = 8
  96.       Top = 38
  97.       Width = 97
  98.       Height = 17
  99.       Caption = 'Visible &gutter'
  100.       PropField = 'Visible Gutter'
  101.       PropSet = EnvironmentOptions.EditorOptions
  102.       TabOrder = 1
  103.       ValueChecked = 'True;Yes;1'
  104.       ValueUnchecked = 'False;No;0'
  105.       OnClick = eoVisibleGutterClick
  106.     end
  107.   end
  108.   object GroupBox10: TGroupBox
  109.     Left = 8
  110.     Top = 8
  111.     Width = 402
  112.     Height = 59
  113.     Caption = ' Display and file options '
  114.     TabOrder = 0
  115.     object eoBriefCursors: TPropCheckBox
  116.       Left = 8
  117.       Top = 18
  118.       Width = 150
  119.       Height = 17
  120.       Caption = 'BRIEF &cursor shapes'
  121.       PropField = 'BRIEF Cursor Shapes'
  122.       PropSet = EnvironmentOptions.EditorOptions
  123.       TabOrder = 0
  124.       ValueChecked = 'True;Yes;1'
  125.       ValueUnchecked = 'False;No;0'
  126.     end
  127.     object eoCreateBackup: TPropCheckBox
  128.       Left = 8
  129.       Top = 36
  130.       Width = 150
  131.       Height = 17
  132.       TabStop = False
  133.       Caption = 'Create &backup file'
  134.       PropField = 'Create Backup File'
  135.       PropSet = EnvironmentOptions.EditorOptions
  136.       TabOrder = 1
  137.       ValueChecked = 'True;Yes;1'
  138.       ValueUnchecked = 'False;No;0'
  139.     end
  140.     object eoPreserveLineEnds: TPropCheckBox
  141.       Left = 200
  142.       Top = 18
  143.       Width = 150
  144.       Height = 17
  145.       TabStop = False
  146.       Caption = '&Preserve line ends'
  147.       PropField = 'Preserve Line Ends'
  148.       PropSet = EnvironmentOptions.EditorOptions
  149.       TabOrder = 2
  150.       ValueChecked = 'True;Yes;1'
  151.       ValueUnchecked = 'False;No;0'
  152.     end
  153.     object eoFullZoom: TPropCheckBox
  154.       Left = 200
  155.       Top = 36
  156.       Width = 150
  157.       Height = 17
  158.       TabStop = False
  159.       Caption = '&Zoom to full screen'
  160.       PropField = 'Zoom To Full Screen'
  161.       PropSet = EnvironmentOptions.EditorOptions
  162.       TabOrder = 3
  163.       ValueChecked = 'True;Yes;1'
  164.       ValueUnchecked = 'False;No;0'
  165.     end
  166.   end
  167.   object FontName: TPropComboBox
  168.     Left = 69
  169.     Top = 166
  170.     Width = 186
  171.     Height = 21
  172.     Style = csDropDownList
  173.     PropField = 'Editor Font'
  174.     PropSet = EnvironmentOptions.EditorOptions
  175.     ItemHeight = 13
  176.     TabOrder = 2
  177.     OnChange = FontNameChange
  178.   end
  179.   object FontSize: TPropComboBox
  180.     Left = 303
  181.     Top = 166
  182.     Width = 63
  183.     Height = 21
  184.     PropField = 'Font Size'
  185.     PropSet = EnvironmentOptions.EditorOptions
  186.     ItemHeight = 13
  187.     TabOrder = 3
  188.     OnClick = FontSizeChange
  189.     OnExit = FontSizeExit
  190.   end
  191.   object FontSample: TPanel
  192.     Left = 8
  193.     Top = 204
  194.     Width = 403
  195.     Height = 101
  196.     BevelOuter = bvLowered
  197.     Caption = 'AaBbYyZz'
  198.     TabOrder = 4
  199.   end
  200. end
  201.