comdczb.dfm

来自「IT业进销存管理系统源代码Delphi」· DFM 代码 · 共 30 行

DFM
30
字号
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 + =
减小字号Ctrl + -
显示快捷键?