搜索资源列表
WebPrintx.FR
- web中使用Fastreport在ActiveX调用打印例子说明: 1.需要安装fastreport控件 2.执行regsvr32 printx.dll,在delphi环境下就执行run菜单=>register ActiveX Server。 3.执行regsvr32 ocxceshi.ocx,在delphi环境下就执行run菜单=>register ActiveX Server。 请先更改
PrintX
- Windows定点位置打印程序-Windows Print
PrintX
- Windows定点位置打印程序-Windows Print
PrintControl
- 可用于在网页上打印的控件,调用控件画线和输出文字-can be used to print on the website of the controls, call control line drawing and text output
WebPrintx.FR
- web中使用Fastreport在ActiveX调用打印例子说明: 1.需要安装fastreport控件 2.执行regsvr32 printx.dll,在delphi环境下就执行run菜单=>register ActiveX Server。 3.执行regsvr32 ocxceshi.ocx,在delphi环境下就执行run菜单=>register ActiveX Server。 请先更改
TextSquare
- 1) 定义接口PrintX,其中包括一个方法printMyWay(),这个方法没有形参,返回值为空。 2) 编写矩形类,矩形类要求实现PrintX接口,有求面积、求周长的方法,printMyWay()方法要能显示矩形的边长、面积和周长。 3) 编写正方形类作为矩形类的子类,正方形类继承了矩形类求面积和周长的方法,新增加求对角线长的方法,重写printMyWay()方法,要求该方法能显示正方形的边长、面积、周长和对角线长。 -