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

📄 echmmain.dfm

📁 帮助编写程序
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object EchmForm: TEchmForm
  Left = 305
  Top = 169
  Width = 703
  Height = 513
  Caption = 'Echm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dxBarDockControl1: TdxBarDockControl
    Left = 0
    Top = 483
    Width = 695
    Height = 3
    Align = dalBottom
    AllowDocking = False
    BarManager = BarManager
    SunkenBorder = False
    UseOwnSunkenBorder = True
  end
  object dxStatusBar: TdxStatusBar
    Left = 0
    Top = 464
    Width = 695
    Height = 19
    Images = ilStatusBarImages
    Panels = <
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Width = 130
      end
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Fixed = False
        Width = 300
      end
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Width = 100
      end
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Width = 100
      end>
    PaintStyle = stpsXP
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
  end
  object PCT: TcxPageControl
    Left = 0
    Top = 122
    Width = 695
    Height = 342
    Align = alClient
    Options = [pcoCloseButton, pcoGradient, pcoGradientClientArea, pcoRedrawOnResize]
    Style = 9
    TabOrder = 2
    OnCanClose = PCTCanClose
    ClientRectBottom = 342
    ClientRectRight = 695
    ClientRectTop = 0
  end
  object BarManager: TdxBarManager
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Bars = <
      item
        Caption = 'Main Menu'
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 0
        DockingStyle = dsTop
        FloatLeft = 43
        FloatTop = 96
        FloatClientWidth = 132
        FloatClientHeight = 38
        IsMainMenu = True
        ItemLinks = <
          item
            Item = dxBarSubItemFile
            Visible = True
          end
          item
            Item = dxBarSubItemEdit
            Visible = True
          end
          item
            Item = dxBarSubItemInsert
            Visible = True
          end
          item
            Item = dxBarSubItemFormat
            Visible = True
          end
          item
            Item = dxBarSubItemTable
            Visible = True
          end
          item
            Item = dxBarSubItemWindow
            Visible = True
          end
          item
            Item = dxBarSubItemCHM
            Visible = True
          end
          item
            Item = dxBarSubItemHelp
            Visible = True
          end>
        MultiLine = True
        OneOnRow = True
        Row = 0
        UseOwnFont = False
        Visible = True
        WholeRow = True
      end
      item
        Caption = 'Standard'
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 22
        DockingStyle = dsTop
        FloatLeft = 122
        FloatTop = 175
        FloatClientWidth = 150
        FloatClientHeight = 50
        ItemLinks = <
          item
            Item = dxBarButtonNew
            Visible = True
          end
          item
            Item = dxBarButtonOpen
            Visible = True
          end
          item
            Item = dxBarButtonSave
            Visible = True
          end
          item
            BeginGroup = True
            Item = dxBarButtonPrint
            Visible = True
          end
          item
            BeginGroup = True
            Item = dxBarButtonCut
            Visible = True
          end
          item
            Item = dxBarButtonCopy
            Visible = True
          end
          item
            Item = dxBarButtonPaste
            Visible = True
          end
          item
            BeginGroup = True
            Item = dxBarButtonUndo
            Visible = True
          end>
        OneOnRow = False
        Row = 1
        UseOwnFont = False
        Visible = True
        WholeRow = False
      end
      item
        Caption = 'Format'
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 61
        DockingStyle = dsTop
        FloatLeft = 225
        FloatTop = 262
        FloatClientWidth = 248
        FloatClientHeight = 47
        ItemLinks = <
          item
            Item = dxBarButtonBold
            Visible = True
          end
          item
            Item = dxBarButtonItalic
            Visible = True
          end
          item
            Item = dxBarButtonUnderline
            Visible = True
          end
          item
            Item = dxBarButtonStrikeThrough
            Visible = True
          end
          item
            BeginGroup = True
            Item = dxBarButtonAlignLeft
            Visible = True
          end
          item
            Item = dxBarButtonCenter
            Visible = True
          end
          item
            Item = dxBarButtonAlignRight
            Visible = True
          end
          item
            Item = dxBarLargeButton1
            Visible = True
          end
          item
            Item = dxBarLargeButton3
            Visible = True
          end
          item
            BeginGroup = True
            Item = dxBarButtonBullets
            Visible = True
          end
          item
            Item = dxBarButtonNumberList
            Visible = True
          end>
        Name = 'Format'
        OneOnRow = True
        Row = 2
        UseOwnFont = False
        Visible = True
        WholeRow = False
      end
      item
        AllowClose = False
        AllowCustomizing = False
        AllowQuickCustomizing = False
        AllowReset = False
        Caption = 'Bars Style'
        DockedDockingStyle = dsTop
        DockedLeft = 443
        DockedTop = 22
        DockingStyle = dsTop
        FloatLeft = 646
        FloatTop = 370
        FloatClientWidth = 123
        FloatClientHeight = 72
        Hidden = True
        ItemLinks = <
          item
            Item = dxBarButtonStdStyle
            Visible = True
          end
          item
            Item = dxBarButtonEnhancedStyle
            Visible = True
          end
          item
            Item = dxBarButtonFlatStyle
            Visible = True
          end
          item
            Item = dxBarButtonXPStyle
            Visible = True
          end
          item
            Item = dxBarButtonOffice11Style
            Visible = True
          end>
        Name = 'Style'
        OneOnRow = False
        Row = 1
        UseOwnFont = False
        UseRecentItems = False
        Visible = True
        WholeRow = False
      end
      item
        Caption = 'Font and Colors'
        DockedDockingStyle = dsTop
        DockedLeft = 0
        DockedTop = 100
        DockingStyle = dsTop
        FloatLeft = 585
        FloatTop = 329
        FloatClientWidth = 160
        FloatClientHeight = 60
        ItemLinks = <
          item
            Item = dxBarComboStyle
            Visible = True
          end
          item
            Item = dxBarComboFontSize
            Visible = True
          end
          item
            Item = dxBarComboFontColor
            Visible = True
          end
          item
            Item = dxBarComboFontName
            Visible = True
          end>
        Name = 'Font and Colors'
        OneOnRow = True
        Row = 3
        UseOwnFont = False
        Visible = True
        WholeRow = False
      end>
    Categories.Strings = (
      'File'
      'Edit'
      'Insert'
      'Format'
      'Window and Help'
      'Menus'
      'Help'
      'Style'
      'chmItme'
      'Table')
    Categories.ItemsVisibles = (
      2
      2
      2
      2
      2
      2
      2
      2
      2
      2)
    Categories.Visibles = (
      True
      True
      True
      True
      True
      True
      True
      False
      True
      True)
    HotImages = ilHotImages
    Images = Images
    DisabledLargeImages = ilDisabledImages
    LargeImages = Images
    PopupMenuLinks = <>
    Style = bmsXP
    UseSystemFont = True
    Left = 14
    Top = 148
    DockControlHeights = (
      0
      0
      122
      0)
    object dxBarButtonNew: TdxBarLargeButton
      Caption = #26032#24314'(&N)'
      Category = 0
      Hint = #26032#24314'(N)'
      Visible = ivAlways
      OnClick = dxBarButtonNewClick
      HotImageIndex = 0
      LargeImageIndex = 0
    end
    object dxBarButtonOpen: TdxBarLargeButton
      Caption = #25171#24320'(&O)...'
      Category = 0
      Hint = #25171#24320'(O)'
      Visible = ivAlways
      ShortCut = 16463
      OnClick = dxBarButtonOpenClick
      HotImageIndex = 3
      LargeImageIndex = 3
    end
    object dxBarButtonClose: TdxBarLargeButton
      Caption = #20851#38381'(&C)'
      Category = 0
      Hint = #20851#38381'(C)'
      Visible = ivAlways
      HotImageIndex = 35
      LargeImageIndex = 35
    end
    object dxBarButtonSave: TdxBarLargeButton
      Tag = -1
      Caption = #20445#23384'(&S)'
      Category = 0
      Hint = #20445#23384'(S)'
      Visible = ivAlways
      ShortCut = 16467
      OnClick = dxBarButtonSaveClick
      HotImageIndex = 5
      LargeImageIndex = 5
    end
    object dxBarButtonSaveAs: TdxBarLargeButton
      Caption = #21478#23384'(&A)...'
      Category = 0
      Hint = #21478#23384'(A)'
      Visible = ivAlways
      OnClick = dxBarButtonSaveAsClick
      HotImageIndex = 36
      LargeImageIndex = 36
    end
    object dxBarSubItemFile: TdxBarSubItem
      Caption = #25991#20214'(&F)'
      Category = 5
      Visible = ivAlways
      ItemLinks = <
        item
          Item = dxBarButtonNew
          Visible = True
        end
        item
          Item = dxBarButtonOpen
          Visible = True
        end
        item
          Item = dxBarButtonClose

⌨️ 快捷键说明

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