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

📄 synunidesignerform.dfm

📁 SynEditStudio delphi 代码编辑器
💻 DFM
📖 第 1 页 / 共 5 页
字号:
            Font.Style = []
            ParentFont = False
          end
          object Label26: TLabel
            Left = 2
            Top = 57
            Width = 38
            Height = 13
            Caption = 'Version:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object Label28: TLabel
            Left = 161
            Top = 57
            Width = 44
            Height = 13
            Caption = 'Revision:'
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
          end
          object edName: TEdit
            Left = 64
            Top = 4
            Width = 261
            Height = 21
            PopupMenu = popStandard
            TabOrder = 0
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edExtensions: TEdit
            Left = 64
            Top = 29
            Width = 261
            Height = 21
            PopupMenu = popStandard
            TabOrder = 1
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edAuthor: TEdit
            Left = 64
            Top = 79
            Width = 261
            Height = 21
            PopupMenu = popStandard
            TabOrder = 2
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edEmail: TEdit
            Left = 40
            Top = 129
            Width = 115
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 3
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edWeb: TEdit
            Left = 40
            Top = 154
            Width = 115
            Height = 21
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 4
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edCopyright: TEdit
            Left = 212
            Top = 129
            Width = 113
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 5
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edCompany: TEdit
            Left = 212
            Top = 154
            Width = 113
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 6
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edRemark: TEdit
            Left = 64
            Top = 104
            Width = 261
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            PopupMenu = popStandard
            TabOrder = 7
            OnChange = InfoChange
            OnContextPopup = EditContextPopup
            OnKeyDown = EditKeyDown
          end
          object edVersion: TEdit
            Left = 64
            Top = 54
            Width = 59
            Height = 21
            BiDiMode = bdLeftToRight
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentBiDiMode = False
            ParentFont = False
            TabOrder = 8
            Text = '0'
          end
          object edRevision: TEdit
            Left = 212
            Top = 54
            Width = 59
            Height = 21
            BiDiMode = bdLeftToRight
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentBiDiMode = False
            ParentFont = False
            TabOrder = 9
            Text = '0'
          end
          object udVersion: TUpDown
            Left = 123
            Top = 54
            Width = 16
            Height = 21
            Associate = edVersion
            TabOrder = 10
            OnClick = udVersionClick
          end
          object udRevision: TUpDown
            Left = 271
            Top = 54
            Width = 16
            Height = 21
            Associate = edRevision
            TabOrder = 11
            OnClick = udVersionClick
          end
        end
        object tabStyles: TTabSheet
          Caption = 'tabStyles'
          ImageIndex = 8
          TabVisible = False
          DesignSize = (
            328
            180)
          object Label3: TLabel
            Left = 0
            Top = 80
            Width = 74
            Height = 13
            Caption = 'File with styles:'
            Enabled = False
            Visible = False
          end
          object Label5: TLabel
            Left = 0
            Top = 104
            Width = 68
            Height = 13
            Caption = 'Color scheme:'
            Enabled = False
            Visible = False
          end
          object edStylesFile: TEdit
            Left = 70
            Top = 76
            Width = 234
            Height = 21
            Anchors = [akLeft, akTop, akRight]
            Color = clBtnFace
            Enabled = False
            PopupMenu = popStandard
            TabOrder = 0
            Text = 'Standart.clr'
            Visible = False
            OnChange = RootChange
          end
          object btStylesFile: TButton
            Left = 308
            Top = 76
            Width = 20
            Height = 20
            Anchors = [akTop, akRight]
            Caption = '...'
            Enabled = False
            TabOrder = 1
            TabStop = False
            Visible = False
            OnClick = btStylesFileClick
          end
          object ComboBox2: TComboBox
            Left = 68
            Top = 100
            Width = 260
            Height = 21
            Style = csDropDownList
            Anchors = [akLeft, akTop, akRight]
            Color = clBtnFace
            Enabled = False
            ItemHeight = 13
            TabOrder = 2
            Visible = False
            Items.Strings = (
              'Standard'
              'Twinight'
              'FAR'
              'Visual Studio')
          end
          object Button4: TButton
            Left = 232
            Top = 48
            Width = 97
            Height = 25
            Caption = 'Add link to range'
            TabOrder = 3
            Visible = False
            OnClick = DoAddRangeLink
          end
        end
        object tabCustomData: TTabSheet
          Caption = 'tabCustomData'
          ImageIndex = 9
          TabVisible = False
          OnShow = tabCustomDataShow
          object lbEntryCount: TLabel
            Left = 0
            Top = 152
            Width = 50
            Height = 13
            Caption = 'Options: 0'
            OnClick = lbEntryCountClick
          end
          object mmCustomData: TMemo
            Left = 0
            Top = 0
            Width = 328
            Height = 145
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'Courier'
            Font.Style = []
            Lines.Strings = (
              'Options')
            ParentFont = False
            ScrollBars = ssBoth
            TabOrder = 0
            WordWrap = False
            OnChange = CustomDataChange
            OnKeyDown = mmCustomDataKeyDown
          end
          object btAdd: TButton
            Left = 173
            Top = 152
            Width = 75
            Height = 25
            Caption = '&Add'
            TabOrder = 1
            OnClick = btAddClick
          end
          object btDelete: TButton
            Left = 253
            Top = 152
            Width = 75
            Height = 25
            Caption = '&Delete'
            TabOrder = 2
            OnClick = btDeleteClick
          end
        end
        object tabSkipRegion: TTabSheet
          Caption = 'tabSkipRegion'
          ImageIndex = 10
          TabVisible = False
          OnShow = tabSkipRegionShow
          object Label27: TLabel
            Left = 24
            Top = 55
            Width = 26
            Height = 13
            Caption = 'Close'
          end
          object Label29: TLabel
            Left = 24
            Top = 83
            Width = 34
            Height = 13
            Caption = 'Escape'
          end
          object Label30: TLabel
            Left = 152
            Top = 88
            Width = 37
            Height = 13
            Caption = 'Label30'
          end
          object Label31: TLabel
            Left = 24
            Top = 27
            Width = 26
            Height = 13
            Caption = 'Open'
          end
          object Label32: TLabel
            Left = 24
            Top = 111
            Width = 57
            Height = 13
            Caption = 'RegionType'
          end
          object SREdit2: TEdit
            Left = 91
            Top = 23
            Width = 180
            Height = 21
            TabOrder = 0
            OnChange = SREdit3Change
          end
          object SREdit3: TEdit
            Left = 91
            Top = 51
            Width = 180
            Height = 21
            TabOrder = 1
            OnChange = SREdit3Change
          end
          object SREdit4: TEdit
            Left = 91
            Top = 79
            Width = 180
            Height = 21
            TabOrder = 2
            OnChange = SREdit3Change
          end
          object SRComboBox1: TComboBox
            Left = 91
            Top = 107
            Width = 180
            Height = 21
            Style = csDropDownList
            ItemHeight = 13
            ItemIndex = 0
            TabOrder = 3
            Text = 'String'
            OnChange = SREdit3Change
            Items.Strings = (
              'String'
              'MultiLineComment'
              'SingleLineComment')
          end
        end
      end
    end
  end
  object pBottom: TPanel
    Left = 0
    Top = 213
    Width = 630
    Height = 153
    Align = alClient
    BevelInner = bvLowered
    BevelOuter = bvLowered
    Constraints.MinHeight = 17
    TabOrder = 2
    object Bevel5: TBevel
      Left = 2
      Top = 17

⌨️ 快捷键说明

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