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

📄 synunidesignerform.dfm

📁 SynEditStudio delphi 代码编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          end
          object Label15: TLabel
            Left = 0
            Top = 48
            Width = 88
            Height = 13
            Caption = '&Symbols'#39' quantity:'
            FocusControl = edSymbSet
          end
          object Label16: TLabel
            Left = 160
            Top = 48
            Width = 136
            Height = 13
            Caption = '0 - for ignoring this property'
          end
          object chEnabledSet: TCheckBox
            Left = 266
            Top = 0
            Width = 60
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            Caption = '&Enabled'
            TabOrder = 1
            OnClick = SetChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object edSymbSet: TEdit
            Left = 88
            Top = 19
            Width = 239
            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 = SetChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object chAnyStart: TCheckBox
            Left = 0
            Top = 0
            Width = 200
            Height = 17
            TabStop = False
            Caption = 'AnyStart'
            Enabled = False
            TabOrder = 0
            OnClick = SetChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object RadioButton1: TRadioButton
            Left = 8
            Top = 72
            Width = 241
            Height = 17
            Caption = 'Symbol set can be part of term'
            TabOrder = 3
            Visible = False
          end
          object RadioButton2: TRadioButton
            Left = 8
            Top = 88
            Width = 241
            Height = 17
            Caption = 'Symbol set can be part of term (only right side)'
            TabOrder = 4
            Visible = False
          end
          object RadioButton3: TRadioButton
            Left = 8
            Top = 104
            Width = 241
            Height = 17
            Caption = 'Symbol set can be part of term (only left side)'
            TabOrder = 5
            Visible = False
          end
          object RadioButton4: TRadioButton
            Left = 8
            Top = 120
            Width = 241
            Height = 17
            Caption = 'Symbol set cannot be part of term'
            TabOrder = 6
            Visible = False
          end
          object Edit1: TEdit
            Left = 88
            Top = 44
            Width = 49
            Height = 21
            TabOrder = 7
            Text = '0'
          end
          object udQuantity: TUpDown
            Left = 137
            Top = 44
            Width = 15
            Height = 21
            Associate = Edit1
            TabOrder = 8
            OnClick = udQuantityClick
          end
        end
        object tabSeveralRules: TTabSheet
          Caption = 'tabSeveralRules'
          ImageIndex = 4
          TabVisible = False
          DesignSize = (
            328
            180)
          object Label1: TLabel
            Left = 4
            Top = 2
            Width = 319
            Height = 15
            Alignment = taCenter
            Anchors = [akLeft, akTop, akRight]
            AutoSize = False
            Caption = 'You have selected several rules...'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = 'Tahoma'
            Font.Style = [fsBold]
            ParentFont = False
          end
        end
        object tabFoldRoot: TTabSheet
          Caption = 'tabFoldRoot'
          ImageIndex = 5
          TabVisible = False
          OnShow = tabFoldRootShow
          object Label7: TLabel
            Left = 8
            Top = 56
            Width = 251
            Height = 13
            Alignment = taCenter
            Caption = 'You can select folding rules below to view properties'
          end
          object Label11: TLabel
            Left = 8
            Top = 88
            Width = 236
            Height = 13
            Alignment = taCenter
            Caption = 'Also you can add new folding rules to highlighter:'
          end
          object Button2: TButton
            Left = 12
            Top = 108
            Width = 109
            Height = 25
            Caption = 'Add &Fold Region'
            TabOrder = 0
            OnClick = DoAddFoldRegion
          end
          object Button5: TButton
            Left = 127
            Top = 107
            Width = 109
            Height = 25
            Caption = 'Add &Skip Region'
            TabOrder = 1
            OnClick = AddSkip1Click
          end
        end
        object tabFoldRegion: TTabSheet
          Caption = 'tabFoldRegion'
          ImageIndex = 6
          TabVisible = False
          OnShow = tabFoldRegionShow
          DesignSize = (
            328
            180)
          object Label8: TLabel
            Left = 3
            Top = 11
            Width = 28
            Height = 13
            Caption = 'Type:'
          end
          object Label9: TLabel
            Left = 2
            Top = 48
            Width = 30
            Height = 13
            Caption = 'Open:'
          end
          object Label10: TLabel
            Left = 3
            Top = 76
            Width = 30
            Height = 13
            Caption = 'Close:'
          end
          object rbChar: TRadioButton
            Left = 37
            Top = 1
            Width = 276
            Height = 17
            Caption = 'Character'
            TabOrder = 0
            OnClick = FoldRegionChange
          end
          object rbKeyword: TRadioButton
            Left = 37
            Top = 21
            Width = 288
            Height = 17
            Caption = 'Keyword'
            TabOrder = 1
            OnClick = FoldRegionChange
          end
          object edOpen: TEdit
            Left = 39
            Top = 44
            Width = 113
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            TabOrder = 2
            OnChange = FoldRegionChange
          end
          object edClose: TEdit
            Left = 40
            Top = 72
            Width = 113
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            TabOrder = 3
            OnChange = FoldRegionChange
          end
          object chAddKeyword: TCheckBox
            Left = 1
            Top = 101
            Width = 313
            Height = 17
            Caption = 'Add close keyword when collapsing'
            TabOrder = 4
            OnClick = FoldRegionChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chNoSubFolds: TCheckBox
            Left = 1
            Top = 117
            Width = 313
            Height = 17
            Caption = 'Allow no sub folds'
            TabOrder = 5
            OnClick = FoldRegionChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chWholeWords: TCheckBox
            Left = 1
            Top = 133
            Width = 313
            Height = 17
            Caption = 'Keywords must be whole words'
            TabOrder = 6
            OnClick = FoldRegionChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object edOpenRegExpr: TEdit
            Left = 159
            Top = 44
            Width = 109
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            TabOrder = 7
            OnChange = FoldRegionChange
          end
          object edCloseRegExpr: TEdit
            Left = 160
            Top = 72
            Width = 109
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            ParentFont = False
            TabOrder = 8
            OnChange = FoldRegionChange
          end
          object chUseOpenRegExpr: TCheckBox
            Left = 272
            Top = 46
            Width = 53
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            Caption = 'RegEx'
            TabOrder = 9
            OnClick = FoldRegionChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
          object chUseCloseRegExpr: TCheckBox
            Left = 273
            Top = 74
            Width = 53
            Height = 17
            Alignment = taLeftJustify
            Anchors = [akTop, akRight]
            Caption = 'RegEx'
            TabOrder = 10
            OnClick = FoldRegionChange
            OnContextPopup = DontNeedContextPopup
            OnMouseDown = CheckBoxMouseDown
          end
        end
        object tabInfo: TTabSheet
          Caption = 'tabInfo'
          ImageIndex = 7
          TabVisible = False
          OnShow = tabInfoShow
          DesignSize = (
            328
            180)
          object Label12: TLabel
            Left = 2
            Top = 8
            Width = 31
            Height = 13
            Caption = 'Name:'
          end
          object Label13: TLabel
            Left = 2
            Top = 33
            Width = 56
            Height = 13
            Caption = 'Extensions:'
          end
          object Label14: TLabel
            Left = 2
            Top = 83
            Width = 37
            Height = 13
            Caption = 'Author:'
          end
          object Label21: TLabel
            Left = 2
            Top = 133
            Width = 28
            Height = 13
            Caption = 'Email:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label22: TLabel
            Left = 2
            Top = 158
            Width = 26
            Height = 13
            Caption = 'Web:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label23: TLabel
            Left = 161
            Top = 133
            Width = 47
            Height = 13
            Caption = 'Copyright:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label24: TLabel
            Left = 161
            Top = 158
            Width = 47
            Height = 13
            Caption = 'Company:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label25: TLabel
            Left = 2
            Top = 109
            Width = 40
            Height = 13
            Caption = 'Remark:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'

⌨️ 快捷键说明

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