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

📄 synunidesignerform.dfm

📁 SynEditStudio delphi 代码编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            328
            180)
          object lbDelimitersRange: TLabel
            Left = 0
            Top = 134
            Width = 46
            Height = 13
            Caption = '&Delimiters'
            FocusControl = edDelimitersRange
          end
          object lbRangeFrom: TLabel
            Left = 0
            Top = 20
            Width = 28
            Height = 13
            Caption = '&From:'
          end
          object lbRangeTo: TLabel
            Left = 0
            Top = 42
            Width = 16
            Height = 13
            Caption = '&To:'
          end
          object edDelimitersRange: TEdit
            Left = 70
            Top = 131
            Width = 257
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 12
            OnChange = RangeChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object chEnabledRange: TCheckBox
            Left = 266
            Top = 0
            Width = 60
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            Caption = '&Enabled'
            TabOrder = 2
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chCaseRange: TCheckBox
            Left = 30
            Top = 0
            Width = 200
            Height = 17
            Caption = '&Case Sensitive'
            TabOrder = 1
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object pRangeButtons: TPanel
            Left = 0
            Top = 156
            Width = 329
            Height = 24
            BevelOuter = bvNone
            TabOrder = 13
            object btAddRange: TButton
              Left = 0
              Top = 0
              Width = 108
              Height = 24
              Caption = 'Add &Range'
              TabOrder = 0
              OnClick = DoAddRange
            end
            object btAddKeywords: TButton
              Left = 110
              Top = 0
              Width = 109
              Height = 24
              Caption = 'Add &Keywords'
              TabOrder = 1
              OnClick = DoAddKeyword
            end
            object btAddSet: TButton
              Left = 221
              Top = 0
              Width = 108
              Height = 24
              Caption = 'Add &Set'
              TabOrder = 2
              OnClick = DoAddSet
            end
          end
          object btMultiTags: TButton
            Left = 0
            Top = 0
            Width = 27
            Height = 16
            Caption = '7'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Marlett'
            Font.Style = []
            ParentFont = False
            PopupMenu = popMultiTags
            TabOrder = 0
            OnClick = btTagMenuClick
          end
          object edFrom: TEdit
            Left = 30
            Top = 18
            Width = 241
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            AutoSelect = False
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 3
            OnChange = RangeChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edTo: TEdit
            Left = 30
            Top = 40
            Width = 241
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            AutoSelect = False
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 6
            OnChange = RangeChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object chFromEOL: TCheckBox
            Left = 301
            Top = 19
            Width = 25
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            TabOrder = 5
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object btToMenu: TButton
            Left = 279
            Top = 40
            Width = 19
            Height = 19
            Anchors = [akTop, akRight]
            Caption = 'u'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Marlett'
            Font.Style = []
            ParentFont = False
            PopupMenu = popCloseTagMenu
            TabOrder = 7
            OnClick = btTagMenuClick
          end
          object btFromMenu: TButton
            Left = 279
            Top = 18
            Width = 19
            Height = 19
            Anchors = [akTop, akRight]
            Caption = 'u'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Marlett'
            Font.Style = []
            ParentFont = False
            PopupMenu = popOpenTagMenu
            TabOrder = 4
            OnClick = btTagMenuClick
          end
          object chToEOL: TCheckBox
            Left = 301
            Top = 41
            Width = 25
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            TabOrder = 8
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chCloseOnWord: TCheckBox
            Left = 0
            Top = 61
            Width = 225
            Height = 17
            Caption = 'Close on &delimiter'
            TabOrder = 9
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chCloseOnEOL: TCheckBox
            Left = 0
            Top = 77
            Width = 225
            Height = 17
            Caption = 'Close on end of &line'
            TabOrder = 10
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chCloseParent: TCheckBox
            Left = 0
            Top = 93
            Width = 225
            Height = 17
            Caption = 'Close &parent if same close tag'
            TabOrder = 11
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object CheckBox8: TCheckBox
            Left = 0
            Top = 109
            Width = 225
            Height = 17
            Caption = 'Close &parent if same close tag'
            TabOrder = 14
            Visible = False
            OnClick = RangeChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object Button3: TButton
            Left = 232
            Top = 64
            Width = 97
            Height = 25
            Caption = 'Add link to range'
            TabOrder = 15
            Visible = False
            OnClick = DoAddRangeLink
          end
        end
        object tabKeywords: TTabSheet
          Caption = 'tabKeywords'
          ImageIndex = 2
          PopupMenu = popKeywordsMenu
          TabVisible = False
          OnShow = tabKeywordsShow
          object pProp: TPanel
            Left = 254
            Top = 0
            Width = 74
            Height = 180
            Align = alRight
            BevelOuter = bvNone
            Constraints.MinWidth = 70
            TabOrder = 1
            DesignSize = (
              74
              180)
            object lbKeywordCount: TLabel
              Left = 3
              Top = 166
              Width = 37
              Height = 13
              Anchors = [akLeft, akBottom]
              Caption = 'Lines: 0'
            end
            object btSort: TSpeedButton
              Left = 3
              Top = 24
              Width = 23
              Height = 22
              Hint = 'Sort strings'
              Glyph.Data = {
                F6000000424DF600000000000000760000002800000010000000100000000100
                04000000000080000000C40E0000C40E00001000000000000000000000000000
                8000008000000080800080000000800080008080000080808000C0C0C0000000
                FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
                DDDDDDCCCCDDDD0DDDDDDDCDDDDDD707DDDDDDDCCDDDD000DDDDDDDDDCDD7000
                7DDDDDCDDCDD00000DDDDDDCCDDDDD0DDDDDDDDDDDDDDD0DDDDDDDDD9DDDDD0D
                DDDDDDDD9DDDDD0DDDDDDDDD9DDDDD0DDDDDDD9D9DDDDD0DDDDDDDD99DDDDD0D
                DDDDDDDD9DDDDD0DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
              ParentShowHint = False
              ShowHint = True
              OnClick = btSort_oldClick
            end
            object btLowerCase: TSpeedButton
              Left = 27
              Top = 24
              Width = 23
              Height = 22
              Hint = 'Lower case'
              Glyph.Data = {
                F6000000424DF600000000000000760000002800000010000000100000000100
                0400000000008000000000000000000000001000000000000000000000000000
                8000008000000080800080000000800080008080000080808000C0C0C0000000
                FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
                DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
                DDDD0DDDDD0DDD0DDD0D0DDDDD00DD0DDD0DD00000D00DD000DDD0DDD0D000D0
                D0DDDD0D0DD00DDD0DDDDD0D0DD0DDDD0DDDDDD0DDDDDDDDDDDDDDD0DDDDDDDD
                DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
              ParentShowHint = False
              ShowHint = True
              OnClick = btLowerCase_oldClick
            end
            object btSpacesToEol: TSpeedButton
              Left = 51
              Top = 24
              Width = 23
              Height = 22
              Hint = 'Spaces to EOL'
              Glyph.Data = {
                F6000000424DF600000000000000760000002800000010000000100000000100
                0400000000008000000000000000000000001000000000000000000000000000
                8000008000000080800080000000800080008080000080808000C0C0C0000000
                FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
                DDDDDDDDDDDDDDDDDDDDDDDDDD0DD0DDDDDDDDDDDD0DD0DDDDDDDDDDDD0DD0DD
                DDDDDDDDDD0DD0DDDDDDDDDDDD0DD0DDDDDDDDDD000DD0DDDDDDDDD0000DD0DD
                DDDDDD00000DD0DDDDDDDD00000DD0DDDDDDDD00000DD0DDDDDDDDD0000DD0DD
                DDDDDDDD00000000DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD}
              ParentShowHint = False
              ShowHint = True
              OnClick = btSpacesToEol_oldClick
            end
            object chEnabledKeyList: TCheckBox
              Left = 12
              Top = 0
              Width = 60
              Height = 17
              Alignment = taLeftJustify
              Anchors = [akTop, akRight]
              Caption = '&Enabled'
              TabOrder = 0
              OnClick = KeywordsChange
              OnContextPopup = DontNeedContextPopup
              OnMouseDown = CheckBoxMouseDown
            end
            object btSort_old: TButton
              Left = 3
              Top = 84
              Width = 67
              Height = 23
              Caption = '&Sort'
              TabOrder = 1
              Visible = False
              OnClick = btSort_oldClick
            end
            object btLowerCase_old: TButton
              Left = 3
              Top = 108
              Width = 67
              Height = 23
              Caption = '&Lower Case'
              TabOrder = 2
              Visible = False
              OnClick = btLowerCase_oldClick
            end
            object btSpacesToEol_old: TButton
              Left = 3
              Top = 132
              Width = 67
              Height = 23
              Caption = 'S&paces -> '
              TabOrder = 3
              Visible = False
              OnClick = btSpacesToEol_oldClick
            end
          end
          object Memo: TMemo
            Left = 0
            Top = 0
            Width = 254
            Height = 180
            Align = alClient
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            ScrollBars = ssBoth
            TabOrder = 0
            OnChange = KeywordsChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
        end
        object tabSet: TTabSheet
          Caption = 'tabSet'
          ImageIndex = 3
          PopupMenu = popSetMenu
          TabVisible = False
          OnShow = tabSetShow
          DesignSize = (
            328
            180)
          object lbSymbSet: TLabel
            Left = 0
            Top = 22
            Width = 74
            Height = 13
            Caption = '&Set of symbols:'
            FocusControl = edSymbSet

⌨️ 快捷键说明

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