object EditorDisplay: TEditorDisplay Left = 0 Top = 0 Width = 419 Height = 298 HelpContext = 1900 Caption = 'Display' OnShow = EditorDisplayShow OnCreate = EditorDisplayCreate OnDestroy = EditorDisplayDestroy object Label4: TLabel Left = 8 Top = 189 Width = 51 Height = 13 Caption = 'Editor &font:' FocusControl = FontName end object Label7: TLabel Left = 278 Top = 189 Width = 23 Height = 13 Caption = '&Size:' FocusControl = FontSize end object Label11: TLabel Left = 216 Top = 8 Width = 150 Height = 17 AutoSize = False Caption = '&Keystroke mapping:' FocusControl = eoBindingList end object Label16: TLabel Left = 8 Top = 210 Width = 38 Height = 13 Caption = 'Sample:' end object GroupBox11: TGroupBox Left = 8 Top = 105 Width = 403 Height = 72 TabOrder = 2 object lbRightMargin: TLabel Left = 239 Top = 20 Width = 62 Height = 13 Caption = 'Right &margin:' FocusControl = eoRightMargin end object lbGutterWidth: TLabel Left = 241 Top = 46 Width = 60 Height = 13 Caption = 'Gutter &width:' FocusControl = eoGutterWidth end object eoLineOnMargin: TPropCheckBox Left = 7 Top = 16 Width = 138 Height = 20 Caption = '&Visible right margin' PropField = 'Visible Right Margin' PropSet = EnvironmentOptions.EditorOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' OnClick = eoLineOnMarginClick end object eoRightMargin: THistoryPropComboBox Left = 314 Top = 16 Width = 65 Height = 21 PropField = 'Right Margin' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 2 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlRightMargin' end object eoGutterWidth: THistoryPropComboBox Left = 314 Top = 42 Width = 65 Height = 21 PropField = 'Gutter Width' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 3 HistoryManager = EnvironmentOptions.HistoryLists HistoryList = 'hlGutterWidth' end object eoVisibleGutter: TPropCheckBox Left = 7 Top = 44 Width = 97 Height = 17 Caption = 'Visible &gutter' PropField = 'Visible Gutter' PropSet = EnvironmentOptions.EditorOptions TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' OnClick = eoVisibleGutterClick end end object GroupBox10: TGroupBox Left = 8 Top = 8 Width = 198 Height = 92 Caption = ' Display and file options: ' TabOrder = 0 object eoBriefCursors: TPropCheckBox Left = 7 Top = 16 Width = 150 Height = 17 Caption = 'BRIEF &cursor shapes' PropField = 'BRIEF Cursor Shapes' PropSet = EnvironmentOptions.EditorOptions TabOrder = 0 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoCreateBackup: TPropCheckBox Left = 7 Top = 34 Width = 150 Height = 17 TabStop = False Caption = 'Create &backup file' PropField = 'Create Backup File' PropSet = EnvironmentOptions.EditorOptions TabOrder = 1 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoPreserveLineEnds: TPropCheckBox Left = 7 Top = 52 Width = 150 Height = 17 TabStop = False Caption = '&Preserve line ends' PropField = 'Preserve Line Ends' PropSet = EnvironmentOptions.EditorOptions TabOrder = 2 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end object eoFullZoom: TPropCheckBox Left = 7 Top = 70 Width = 150 Height = 17 TabStop = False Caption = '&Zoom to full screen' PropField = 'Zoom To Full Screen' PropSet = EnvironmentOptions.EditorOptions TabOrder = 3 ValueChecked = 'True;Yes;1' ValueUnchecked = 'False;No;0' end end object FontName: TPropComboBox Left = 78 Top = 185 Width = 186 Height = 21 Style = csDropDownList PropField = 'Editor Font' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 3 OnChange = FontNameChange end object FontSize: TPropComboBox Left = 312 Top = 185 Width = 63 Height = 21 PropField = 'Font Size' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 TabOrder = 4 OnClick = FontSizeChange OnExit = FontSizeExit end object eoBindingList: TPropListBox Left = 216 Top = 26 Width = 192 Height = 56 PropField = 'Editor Keymapping' PropSet = EnvironmentOptions.EditorOptions ItemHeight = 13 Items.Strings = ( 'Default' 'Classic' 'Brief' 'Epsilon') TabOrder = 1 end object FontSample: TPanel Left = 8 Top = 225 Width = 403 Height = 64 BevelOuter = bvLowered Caption = 'AaBbYyZz' TabOrder = 5 end end