⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qsyneditoptionsdialog.dfm

📁 一个mwEdit控件原码,比mwCuuEdit0.92a功能先进.
💻 DFM
📖 第 1 页 / 共 2 页
字号:
          Left = 176
          Top = 129
          Width = 130
          Height = 17
          Hint = 'Converts a tab character to the number of spaces in Tab Width'
          Caption = 'Tabs to spaces'
          TabOrder = 17
        end
        object ckTrimTrailingSpaces: TCheckBox
          Left = 176
          Top = 148
          Width = 130
          Height = 17
          Hint = 'Spaces at the end of lines will be trimmed and not saved'
          Caption = 'Trim trailing spaces'
          TabOrder = 18
        end
        object ckWantTabs: TCheckBox
          Left = 9
          Top = 110
          Width = 130
          Height = 17
          Hint = 
            'Let the editor accept tab characters instead of going to the nex' +
            't control'
          Caption = 'Want tabs'
          TabOrder = 5
        end
        object ckAltSetsColumnMode: TCheckBox
          Left = 9
          Top = 72
          Width = 130
          Height = 17
          Hint = 
            'Holding down the Alt Key will put the selection mode into column' +
            'ar format'
          Caption = 'Alt sets column mode'
          TabOrder = 3
        end
        object ckKeepCaretX: TCheckBox
          Left = 9
          Top = 91
          Width = 130
          Height = 17
          Hint = 
            'When moving through lines the X position will always stay the sa' +
            'me'
          Caption = 'Maintain caret column'
          TabOrder = 4
        end
        object ckScrollHintFollows: TCheckBox
          Left = 176
          Top = 110
          Width = 152
          Height = 17
          Hint = 'The scroll hint follows the mouse when scrolling vertically'
          Caption = 'Scroll hint follows mouse'
          TabOrder = 16
        end
        object ckGroupUndo: TCheckBox
          Left = 176
          Top = 167
          Width = 130
          Height = 17
          Hint = 
            'When undoing/redoing actions, handle all continous changes of th' +
            'e same kind in one call instead undoing/redoing each command sep' +
            'arately'
          Caption = 'Group undo'
          TabOrder = 19
        end
        object ckSmartTabDelete: TCheckBox
          Left = 9
          Top = 148
          Width = 130
          Height = 17
          Hint = 'similar to Smart Tabs, but when you delete characters'
          Caption = 'Smart tab delete'
          TabOrder = 7
        end
        object ckRightMouseMoves: TCheckBox
          Left = 9
          Top = 167
          Width = 146
          Height = 17
          Hint = 
            'When clicking with the right mouse for a popup menu, move the cu' +
            'rsor to that location'
          Caption = 'Right mouse moves cursor'
          TabOrder = 8
        end
        object ckEnhanceHomeKey: TCheckBox
          Left = 9
          Top = 186
          Width = 146
          Height = 17
          Hint = 'enhances home key positioning, similar to visual studio'
          Caption = 'Enhance Home Key'
          TabOrder = 9
        end
        object ckHideShowScrollbars: TCheckBox
          Left = 9
          Top = 205
          Width = 160
          Height = 17
          Hint = 
            'if enabled, then the scrollbars will only show when necessary.  ' +
            'If you have ScrollPastEOL, then it the horizontal bar will alway' +
            's be there (it uses MaxLength instead)'
          Caption = 'Hide scrollbars as necessary'
          TabOrder = 10
        end
        object ckDisableScrollArrows: TCheckBox
          Left = 176
          Top = 186
          Width = 130
          Height = 17
          Hint = 
            'Disables the scroll bar arrow buttons when you can'#39't scroll in t' +
            'hat direction any more'
          Caption = 'Disable scroll arrows'
          TabOrder = 22
        end
        object ckShowSpecialChars: TCheckBox
          Left = 176
          Top = 205
          Width = 130
          Height = 17
          Hint = 'Shows linebreaks, spaces and tabs using special symbols'
          Caption = 'Show special chars'
          TabOrder = 23
        end
      end
      object gbCaret: TGroupBox
        Left = 8
        Top = 249
        Width = 330
        Height = 62
        Caption = 'Caret'
        TabOrder = 1
        object Label2: TLabel
          Left = 16
          Top = 17
          Width = 56
          Height = 13
          Caption = 'Insert caret:'
        end
        object Label4: TLabel
          Left = 16
          Top = 41
          Width = 75
          Height = 13
          Caption = 'Overwrite caret:'
        end
        object cInsertCaret: TComboBox
          Left = 120
          Top = 13
          Width = 186
          Height = 21
          Style = csDropDownList
          ItemHeight = 15
          Items.Strings = (
            'Vertical Line'
            'Horizontal Line'
            'Half Block'
            'Block')
          TabOrder = 0
        end
        object cOverwriteCaret: TComboBox
          Left = 120
          Top = 37
          Width = 186
          Height = 21
          Style = csDropDownList
          ItemHeight = 15
          Items.Strings = (
            'Vertical Line'
            'Horizontal Line'
            'Half Block'
            'Block')
          TabOrder = 1
        end
      end
    end
    object Keystrokes: TTabSheet
      Caption = 'Keystrokes'
      ImageIndex = 2
      object btnAddKey: TButton
        Left = 96
        Top = 152
        Width = 75
        Height = 25
        Caption = '&Add'
        TabOrder = 2
        OnClick = btnAddKeyClick
      end
      object btnRemKey: TButton
        Left = 176
        Top = 152
        Width = 75
        Height = 25
        Caption = '&Remove'
        TabOrder = 3
        OnClick = btnRemKeyClick
      end
      object gbKeyStrokes: TGroupBox
        Left = 8
        Top = 192
        Width = 330
        Height = 119
        Caption = 'Keystroke Options'
        TabOrder = 4
        object Label5: TLabel
          Left = 16
          Top = 28
          Width = 50
          Height = 13
          Caption = 'Command:'
        end
        object Label6: TLabel
          Left = 16
          Top = 91
          Width = 50
          Height = 13
          Caption = 'Keystroke:'
        end
        object Label7: TLabel
          Left = 16
          Top = 59
          Width = 50
          Height = 13
          Caption = 'Keystroke:'
        end
        object cKeyCommand: TComboBox
          Left = 120
          Top = 23
          Width = 186
          Height = 21
          ItemHeight = 15
          TabOrder = 0
          OnExit = cKeyCommandExit
          OnKeyPress = cKeyCommandKeyPress
          OnKeyUp = cKeyCommandKeyUp
        end
      end
      object btnUpdateKey: TButton
        Left = 16
        Top = 152
        Width = 75
        Height = 25
        Caption = '&Update'
        TabOrder = 1
        OnClick = btnUpdateKeyClick
      end
      object pnlCommands: TPanel
        Left = 8
        Top = 13
        Width = 330
        Height = 132
        Anchors = [akLeft, akTop, akRight, akBottom]
        BevelInner = bvRaised
        BevelOuter = bvLowered
        Caption = 'pnlCommands'
        TabOrder = 0
        object KeyList: TListView
          Left = 2
          Top = 2
          Width = 326
          Height = 128
          Align = alClient
          BorderStyle = bsNone
          ColumnClick = False
          ColumnMove = False
          Columns = <
            item
              AllowClick = False
              Caption = 'Command'
              Tag = 0
              Width = 167
            end
            item
              AllowClick = False
              Caption = 'Keystroke'
              Tag = 0
              Width = 142
            end>
          RowSelect = True
          ReadOnly = True
          TabOrder = 0
          ViewStyle = vsReport
          OnChanging = KeyListChanging
          OnEditing = KeyListEditing
          OnSelectItem = KeyListSelectItem
        end
      end
    end
  end
  object btnOk: TButton
    Left = 200
    Top = 362
    Width = 75
    Height = 25
    Caption = '&OK'
    ModalResult = 1
    TabOrder = 1
    OnClick = btnOkClick
  end
  object btnCancel: TButton
    Left = 280
    Top = 362
    Width = 75
    Height = 25
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object ColorDialog: TColorDialog
    Left = 8
    Top = 368
  end
  object ColorPopup: TPopupMenu
    Images = ImageList1
    Left = 40
    Top = 368
    object None1: TMenuItem
      Tag = -1
      Caption = 'None'
      OnClick = PopupMenuClick
    end
    object Scrollbar1: TMenuItem
      Caption = 'Scrollbar'
      OnClick = PopupMenuClick
    end
    object Background1: TMenuItem
      Tag = 1
      Caption = 'Background'
      OnClick = PopupMenuClick
    end
    object ActiveCaption1: TMenuItem
      Tag = 2
      Caption = 'Active Caption'
      OnClick = PopupMenuClick
    end
    object InactiveCaption1: TMenuItem
      Tag = 3
      Caption = 'Inactive Caption'
      OnClick = PopupMenuClick
    end
    object Menu1: TMenuItem
      Tag = 4
      Caption = 'Menu'
      OnClick = PopupMenuClick
    end
    object Window1: TMenuItem
      Tag = 5
      Caption = 'Window'
      OnClick = PopupMenuClick
    end
    object WindowFrame1: TMenuItem
      Tag = 6
      Caption = 'Window Frame'
      OnClick = PopupMenuClick
    end
    object MEnu2: TMenuItem
      Tag = 7
      Caption = 'Menu Text'
      OnClick = PopupMenuClick
    end
    object WindowText1: TMenuItem
      Tag = 8
      Caption = 'Window Text'
      OnClick = PopupMenuClick
    end
    object CaptionText1: TMenuItem
      Tag = 9
      Caption = 'Caption Text'
      OnClick = PopupMenuClick
    end
    object ActiveBorder1: TMenuItem
      Tag = 10
      Caption = 'Active Border'
      OnClick = PopupMenuClick
    end
    object InactiveBorder1: TMenuItem
      Tag = 11
      Caption = 'Inactive Border'
      OnClick = PopupMenuClick
    end
    object ApplicationWorkspace1: TMenuItem
      Tag = 12
      Caption = 'Application Workspace'
      OnClick = PopupMenuClick
    end
    object Highlight1: TMenuItem
      Tag = 13
      Caption = 'Highlight'
      OnClick = PopupMenuClick
    end
    object HighlightText1: TMenuItem
      Tag = 14
      Caption = 'Highlight Text'
      OnClick = PopupMenuClick
    end
    object ButtonFace1: TMenuItem
      Tag = 15
      Caption = 'Button Face'
      OnClick = PopupMenuClick
    end
    object ButtonShadow1: TMenuItem
      Tag = 16
      Caption = 'Button Shadow'
      OnClick = PopupMenuClick
    end
    object GrayText1: TMenuItem
      Tag = 17
      Caption = 'Gray Text'
      OnClick = PopupMenuClick
    end
    object ButtonText1: TMenuItem
      Tag = 18
      Caption = 'Button Text'
      OnClick = PopupMenuClick
    end
    object InactiveCaptionText1: TMenuItem
      Tag = 19
      Caption = 'Inactive Caption Text'
      OnClick = PopupMenuClick
    end
    object Highlight2: TMenuItem
      Tag = 20
      Caption = 'Highlight'
      OnClick = PopupMenuClick
    end
    object N3dDarkShadow1: TMenuItem
      Tag = 21
      Caption = '3D Dark Shadow'
      OnClick = PopupMenuClick
    end
    object N3DLight1: TMenuItem
      Tag = 22
      Caption = '3D Light'
      OnClick = PopupMenuClick
    end
    object InfoTipText1: TMenuItem
      Tag = 23
      Caption = 'Info Tip Text'
      OnClick = PopupMenuClick
    end
    object InfoTipBackground1: TMenuItem
      Tag = 24
      Caption = 'Info Tip Background'
      OnClick = PopupMenuClick
    end
  end
  object ImageList1: TImageList
    Left = 72
    Top = 368
  end
  object FontDialog: TFontDialog
    Font.Color = clText
    Font.Height = 11
    Font.Name = 'MS Sans Serif'
    Font.Pitch = fpVariable
    Font.Style = []
    Font.Weight = 40
    Left = 104
    Top = 368
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -