pdrvinst.inc

来自「Async Professional 4.04」· INC 代码 · 共 18 行

INC
18
字号
{*********************************************************}
{*                   PDRVINST.INC 4.04                   *}
{*      COPYRIGHT (C) TURBOPOWER SOFTWARE 1996-2002      *} 
{*                 All rights reserved.                  *}
{*********************************************************}

{ This file is included by PDRVINST.PAS and by printer driver RC files }

const
  idDriverName      = 1;      {printer description - must be '1' for UniDrv}
  idPortName        = 15000;  {port name for printer driver}
  idComment         = 15001;  {brief description of print driver}
  idSepFile         = 15002;  {file used to create separator pages}
  idServerName      = 15003;  {'' = local printer}
  idPrintProcessor  = 15004;  {typically 'WinPrint'}
  idDataType        = 15005;  {typically 'RAW'}

⌨️ 快捷键说明

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