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

📄 comdczb.dfm

📁 delphi作得信息业进销存源码.功能全面,运行稳定.
💻 DFM
字号:
inherited frmComDczb: TfrmComDczb
  Caption = 'frmComDczb'
  PixelsPerInch = 96
  TextHeight = 15
  inherited Panel1: TPanel
    TabOrder = 2
  end
  inherited ControlBar1: TControlBar
    TabOrder = 3
  end
  inherited pnlDetail: TPanel
    TabOrder = 1
    OnExit = pnlDetailExit
  end
  inherited MainMenu1: TMainMenu
    inherited smnEdit: TMenuItem
      object smnView: TMenuItem [3]
        Action = aView
      end
    end
  end
  inherited ActionList1: TActionList
    object aView: TAction [7]
      Caption = '查看(&V)'
      ImageIndex = 9
      OnExecute = aViewExecute
    end
  end
end

⌨️ 快捷键说明

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