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

📄 synunidesignerform.dfm

📁 SynEditStudio delphi 代码编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            TabVisible = False
            object CheckBox1: TCheckBox
              Left = 3
              Top = 93
              Width = 86
              Height = 17
              Caption = 'Strike&Out'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = [fsStrikeOut]
              ParentFont = False
              TabOrder = 0
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object CheckBox2: TCheckBox
              Left = 3
              Top = 77
              Width = 86
              Height = 17
              Caption = '&Underline'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = [fsUnderline]
              ParentFont = False
              TabOrder = 1
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object CheckBox3: TCheckBox
              Left = 3
              Top = 61
              Width = 86
              Height = 17
              Caption = '&Italic'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = [fsItalic]
              ParentFont = False
              TabOrder = 2
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object CheckBox4: TCheckBox
              Left = 3
              Top = 45
              Width = 86
              Height = 17
              Caption = '&Bold'
              Font.Charset = DEFAULT_CHARSET
              Font.Color = clWindowText
              Font.Height = -11
              Font.Name = 'MS Sans Serif'
              Font.Style = [fsBold]
              ParentFont = False
              TabOrder = 3
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object Panel2: TPanel
              Left = 2
              Top = 18
              Width = 41
              Height = 23
              TabOrder = 4
              object Panel3: TPanel
                Left = 2
                Top = 2
                Width = 28
                Height = 18
                BevelInner = bvLowered
                BevelOuter = bvNone
                TabOrder = 0
              end
              object Panel4: TPanel
                Left = 31
                Top = 2
                Width = 8
                Height = 18
                BevelOuter = bvNone
                Caption = 'u'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clWindowText
                Font.Height = -11
                Font.Name = 'Marlett'
                Font.Style = []
                ParentFont = False
                TabOrder = 1
              end
            end
            object Panel5: TPanel
              Left = 48
              Top = 18
              Width = 41
              Height = 22
              TabOrder = 5
              object Panel6: TPanel
                Left = 2
                Top = 2
                Width = 28
                Height = 18
                BevelInner = bvLowered
                BevelOuter = bvNone
                TabOrder = 0
              end
              object Panel7: TPanel
                Left = 31
                Top = 2
                Width = 8
                Height = 18
                BevelOuter = bvNone
                Caption = 'u'
                Font.Charset = DEFAULT_CHARSET
                Font.Color = clWindowText
                Font.Height = -11
                Font.Name = 'Marlett'
                Font.Style = []
                ParentFont = False
                TabOrder = 1
              end
            end
            object CheckBox5: TCheckBox
              Left = 2
              Top = 0
              Width = 41
              Height = 17
              Caption = 'D&FG'
              Checked = True
              State = cbChecked
              TabOrder = 6
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object CheckBox6: TCheckBox
              Left = 48
              Top = 0
              Width = 41
              Height = 17
              Caption = 'DB&G'
              Checked = True
              State = cbChecked
              TabOrder = 7
              OnClick = AttributesChanged
              OnMouseDown = CheckBoxMouseDown
            end
            object CheckBox7: TCheckBox
              Left = 0
              Top = 136
              Width = 90
              Height = 17
              Caption = 'Save defaults'
              TabOrder = 8
            end
            object Button1: TButton
              Left = 0
              Top = 155
              Width = 90
              Height = 21
              Caption = 'Get from Style'
              TabOrder = 9
            end
          end
        end
      end
    end
    object pMiddle: TPanel
      Left = 188
      Top = 1
      Width = 338
      Height = 208
      Align = alClient
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 1
      OnResize = pMiddleResize
      object Bevel4: TBevel
        Left = 1
        Top = 16
        Width = 336
        Height = 1
        Align = alTop
        Style = bsRaised
      end
      object pMiddleParentCapt: TPanel
        Left = 1
        Top = 1
        Width = 336
        Height = 15
        Align = alTop
        BevelOuter = bvNone
        Color = clActiveCaption
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clCaptionText
        Font.Height = -12
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        PopupMenu = popPanels
        TabOrder = 0
        object lbPropBack: TLabel
          Left = 0
          Top = 0
          Width = 16
          Height = 15
          Hint = 'Back'
          Align = alLeft
          Caption = '3'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBtnFace
          Font.Height = -15
          Font.Name = 'Marlett'
          Font.Style = [fsBold]
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          OnClick = lbPropBackClick
          OnContextPopup = LabelContextPopup
        end
        object lbRuleMenu: TLabel
          Left = 320
          Top = 0
          Width = 16
          Height = 15
          Hint = 'Rule Menu'
          Align = alRight
          Caption = 'u'
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBtnFace
          Font.Height = -15
          Font.Name = 'Marlett'
          Font.Style = [fsBold]
          ParentFont = False
          ParentShowHint = False
          ShowHint = True
          OnClick = lbRuleMenuClick
          OnContextPopup = LabelContextPopup
        end
        object pMiddleCapt: TPanel
          Left = 16
          Top = 0
          Width = 304
          Height = 15
          Align = alClient
          BevelOuter = bvNone
          Caption = 'Properties'
          Color = clActiveCaption
          TabOrder = 0
        end
      end
      object PageControl: TPageControl
        Left = 1
        Top = 17
        Width = 336
        Height = 190
        ActivePage = tabFoldRegion
        Align = alClient
        Constraints.MinWidth = 118
        Style = tsFlatButtons
        TabOrder = 1
        TabStop = False
        object tabRoot: TTabSheet
          Caption = 'tabRoot'
          PopupMenu = popRootMenu
          TabVisible = False
          OnShow = tabRootShow
          DesignSize = (
            328
            180)
          object lbDelimitersRoot: TLabel
            Left = 0
            Top = 134
            Width = 46
            Height = 13
            Caption = '&Delimiters'
            FocusControl = edDelimitersRoot
          end
          object chCaseRoot: TCheckBox
            Left = 0
            Top = 0
            Width = 200
            Height = 17
            Caption = '&Case Sensitive'
            TabOrder = 0
            OnClick = RootChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chEnabledRoot: TCheckBox
            Left = 266
            Top = 0
            Width = 60
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            Caption = '&Enabled'
            TabOrder = 1
            OnClick = RootChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object edDelimitersRoot: 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 = 2
            OnChange = RootChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object pRootButtons: TPanel
            Left = 0
            Top = 156
            Width = 329
            Height = 24
            BevelOuter = bvNone
            TabOrder = 3
            object btAddRangeRoot: TButton
              Left = 0
              Top = 0
              Width = 108
              Height = 24
              Caption = 'Add &Range'
              TabOrder = 0
              OnClick = DoAddRangeToRoot
            end
            object btAddKeywordsRoot: TButton
              Left = 110
              Top = 0
              Width = 109
              Height = 24
              Caption = 'Add &Keywords'
              TabOrder = 1
              OnClick = DoAddKeywordToRoot
            end
            object btAddSetRoot: TButton
              Left = 221
              Top = 0
              Width = 108
              Height = 24
              Caption = 'Add &Set'
              TabOrder = 2
              OnClick = DoAddSetToRoot
            end
          end
          object GroupBox2: TGroupBox
            Left = 2
            Top = 24
            Width = 325
            Height = 81
            Caption = ' Editor Properties '
            TabOrder = 4
            object Label18: TLabel
              Left = 54
              Top = 24
              Width = 102
              Height = 13
              Caption = 'Selection Foreground'
            end
            object Label19: TLabel
              Left = 54
              Top = 52
              Width = 102
              Height = 13
              Caption = 'Selection Background'
            end
            object Label20: TLabel
              Left = 218
              Top = 24
              Width = 80
              Height = 13
              Caption = 'Active Line Color'
            end
            inline frSelectBackColor: TFrameColor
              Left = 8
              Top = 48
              Width = 41
              Height = 23
              TabOrder = 0
              TabStop = True
              OnClick = RootChange
              ExplicitLeft = 8
              ExplicitTop = 48
              ExplicitWidth = 41
            end
            inline frSelectForeColor: TFrameColor
              Left = 8
              Top = 20
              Width = 41
              Height = 23
              TabOrder = 1
              TabStop = True
              OnClick = RootChange
              ExplicitLeft = 8
              ExplicitTop = 20
              ExplicitWidth = 41
            end
            inline frActiveLineColor: TFrameColor
              Left = 172
              Top = 20
              Width = 41
              Height = 23
              TabOrder = 2
              TabStop = True
              OnClick = RootChange
              ExplicitLeft = 172
              ExplicitTop = 20
              ExplicitWidth = 41
            end
          end
        end
        object tabRange: TTabSheet
          Caption = 'tabRange'
          ImageIndex = 1
          PopupMenu = popRangeMenu
          TabVisible = False
          OnShow = tabRangeShow
          DesignSize = (

⌨️ 快捷键说明

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