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

📄 accidenceeditfrm.dfm

📁 一个可以把源代码以语法高亮的形式转换成HTML格式或RTF格式。
💻 DFM
字号:
inherited FrmAccidenceEdit: TFrmAccidenceEdit
  Left = 285
  Top = 107
  BorderStyle = bsDialog
  Caption = #35789#27861#32534#36753#22120
  ClientHeight = 428
  ClientWidth = 452
  OldCreateOrder = True
  ShowHint = True
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl: TPageControl
    Left = 10
    Top = 8
    Width = 429
    Height = 385
    ActivePage = TSGeneral
    TabOrder = 0
    object TSGeneral: TTabSheet
      Caption = #24120#35268
      object lblBGColor: TLabel
        Left = 248
        Top = 32
        Width = 56
        Height = 13
        Caption = #32972#26223#39068#33394
      end
      object Bevel1: TBevel
        Left = 40
        Top = 88
        Width = 353
        Height = 17
        Shape = bsBottomLine
      end
      object Bevel3: TBevel
        Left = 40
        Top = 8
        Width = 353
        Height = 18
        Shape = bsBottomLine
      end
      object lblBaseInfo: TLabel
        Left = 8
        Top = 16
        Width = 56
        Height = 13
        Caption = #22522#26412#20449#24687
      end
      object lblFont: TLabel
        Left = 8
        Top = 96
        Width = 56
        Height = 13
        Caption = #23383#20307#20449#24687
      end
      object cbBGColor: TColorBox
        Left = 248
        Top = 48
        Width = 113
        Height = 22
        DefaultColorColor = clWhite
        Selected = clWhite
        Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
        Ctl3D = True
        ItemHeight = 16
        ParentCtl3D = False
        TabOrder = 2
      end
      object chkShowLine: TCheckBox
        Left = 136
        Top = 48
        Width = 97
        Height = 17
        Caption = #26174#31034#34892#21495
        TabOrder = 1
      end
      object chkIgnoreCase: TCheckBox
        Left = 24
        Top = 48
        Width = 97
        Height = 17
        Caption = #24573#30053#22823#23567#20889
        TabOrder = 0
      end
      inline GelFontFrame: TFrameFont
        Left = 9
        Top = 120
        Width = 377
        Height = 123
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
      end
    end
    object TSKeyWord: TTabSheet
      Caption = #20851#38190#23383
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 421
        Height = 49
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 0
        object btnDelKeyWord: TButton
          Left = 160
          Top = 8
          Width = 145
          Height = 23
          Caption = #21024#38500#24403#21069#20851#38190#23383'...'
          TabOrder = 1
          OnClick = btnDelKeyWordClick
        end
        object btnAddKeyWord: TButton
          Left = 8
          Top = 8
          Width = 125
          Height = 23
          Caption = #26032#22686#20851#38190#23383'...'
          Default = True
          TabOrder = 0
          OnClick = btnAddKeyWordClick
        end
      end
    end
    object TSSymbols: TTabSheet
      Caption = #31526#21495
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 421
        Height = 49
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 0
        object btnDelSymbol: TButton
          Left = 160
          Top = 8
          Width = 145
          Height = 23
          Caption = #21024#38500#24403#21069#31526#21495'...'
          TabOrder = 1
          OnClick = btnDelSymbolClick
        end
        object btnAddSymbol: TButton
          Left = 8
          Top = 8
          Width = 125
          Height = 23
          Caption = #26032#22686#31526#21495'...'
          Default = True
          TabOrder = 0
          OnClick = btnAddSymbolClick
        end
      end
    end
    object TSNumber: TTabSheet
      Caption = #25968#23383
      object Bevel5: TBevel
        Left = 48
        Top = 18
        Width = 345
        Height = 10
        Shape = bsBottomLine
      end
      object lblFont2: TLabel
        Left = 16
        Top = 18
        Width = 56
        Height = 13
        Caption = #23383#20307#20449#24687
      end
      inline NumFontFrame: TFrameFont
        Left = 9
        Top = 42
        Width = 409
        Height = 129
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
        inherited lblFontColor: TLabel
          Left = 256
        end
        inherited lblFontSize: TLabel
          Left = 200
        end
        inherited Bevel1: TBevel
          Width = 185
        end
        inherited cbFontColor: TColorBox
          Left = 256
        end
        inherited cbFontSize: TComboBox
          Left = 200
        end
        inherited cbFontName: TComboBox
          Width = 185
        end
        inherited chkItalic: TCheckBox
          Left = 18
        end
        inherited chkStrikethrough: TCheckBox
          Left = 87
        end
        inherited chkBold: TCheckBox
          Left = 18
        end
        inherited chkUnderline: TCheckBox
          Left = 87
        end
        inherited pnlFontTest: TPanel
          Left = 200
        end
      end
    end
  end
  object btnCancel: TButton
    Left = 346
    Top = 400
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
  end
  object btnOK: TButton
    Left = 248
    Top = 400
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 1
    OnClick = btnOKClick
  end
end

⌨️ 快捷键说明

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