搜索资源列表
对话框中使用打印预览的演示代码3
- 对话框中使用打印预览的演示代码3.rar-demo code of print preview using in dialog box.rar
Delphi控制打印机
- 1、获取打印机状态信息 2、读取打印机状态 3、用API直接打印 4、获取打印页边距
CKXP网上书店 v1.0 正式版
- 模板功能,可以导入导出 2、小说收藏,可能收藏当前阅读的章节,并可以更新收藏章节 3、短信功能 4、昵称功能,发书评时只显示昵称,可保护真实帐号 5、发表评论功能 6、前台可以选择自已喜欢风格 7、作家功能 8、自由组合后台权限 9-template function, importing and exporting 2, fiction collection, the current reading may collection of chapters, collections can be
HBPrinterMon
- 多前年编的软件,比较成熟,N多个下载站收录,好久没有打理,现公布源码,功能列表:1、 监控本地打印机 2、 监控网络打印机 3、 部门设置(通过IP地址对应) 4、 费用设置(通过纸张对应) 5、 查询分析,查询分析包括打印监控现场,打印监控查询,打印费用分析 6、 数据维护(备份恢复和清空) 7、 打印纸张设置 用到vclskin.v2.60,cooltray等第三方控件
ListViewprinter
- 模块特点: 1、可对页面、表格和字体进行设置,可设置标题和页眉、页脚; 2、可在一个程序内为每个表设置独立的打印页面; 3、支持页面预览及页面缩放; 4、支持选页打印(暂时没有实现打印当前页)。
DerEnger1
- 本程序通过CView类的虚函数OnDraw以及CWnd的成员函数OnPaint实现如下功能: 1.使用OnDraw输出“written with OnDraw” 2.输出黑边灰底的椭圆,输出黑边黑底的正圆 3.使用OnPaint输出“written with OnPaint”
AClass2PrintRecordset
- 打印预览设计Few things to note.1. If you make rowheight too small the text will be printed in the cell one below that cell.2. If you want to print field names issue PrintFields method. This method should always be used before PrintOut method.3. Font is not
ESC-POS-Printer-COMMAND.tar
- 目 录 一、特点与性能 3 1.1 打印性能 3 1.2 打印纸 3 1.3 打印字符 3 1.4 接口形式 3 1.5 打印控制命令 4 1.6 电源要求 4 1.7 工作环境 4 二、接口定义和连接 4 2.1并行接口的定义和连接 4 2.2串行接口的定义和连接 8 2.3 RJ45引脚定义: 10 三、控制打印命令 10 3.1概述: 10 3.2命令详解 11 3.2.1打印命令 11
prt2file_v1.3
- PrintToFile打印,Delphi单元,能够打印任何组件到文件,更详细信息察看“Readme.txt”。-PrintToFile print, Delphi unit, able to print any of the components to the paper with more detailed information see
quickreport3.08
- QuickReport 3.08 full source code -QuickReport 3.08 full source code
triangle
- This a simple program that outputs the result of possibility to construct a triangle with the given 3 positive real numbers x, y, z, as a side lengths of the triangle. -This is a simple program that outputs the result of possibility to construct a
juzhenxiangcheng
- 将两个给定的距阵(3*3)相乘得到另一个距阵并将其打印出来 输入两个大小为3*3的距阵 输出一个大小为3*3的距阵,矩阵每一行相邻的的两个数字之间由一个空格隔开-The two given matrix (3* 3) multiplied by another matrix and print out the size of the input of two 3* 3 matrix for the output of a size 3* 3 matrix, each r
BIT_04_03
- 实现一个多项式的类(a+b*x+c*x^2+d*x^3+...+),要求输入该多项式的系数和x的值后打印出这个多项式的值。-Achieve a polynomial class (a+ b* x+ c* x ^ 2+ d* x ^ 3+...+), asked to enter the coefficients of the polynomial and the value of x after the number of print type of value.
Positive-integer-decomposition-
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer decomposition of the quality factor. For example: Type 90, print 90 = 2* 3* 3* 5.
struct_details
- 1.给结构体赋值,打印结果。2.打印结构体每个成员变量的地址。3.打印该结构体的长度。4.按字节打印该结构体-1. To structure body assignment, print the results. 2. Each member variables print structures of the address. 3. Print this structure of the length of the body. 4. According to print the structur
baobiaodayinkongjian(vb)
- 超级报表打印控件源码(VB) 1、软件主要功能: (1)可以自定义页面设置,边距设置,可以设置打印方向(本人在多台打印机上试验) (2)支持报表标题、页眉、页脚自定义。 (3)可以选择自动适应纸宽,系统根据表格的行高和纸张自动分页。 (4)对vsflexgrid支持表格的行、列隐藏。 (5)支持自动换行功能。 (6)支持对单元格的编辑:对齐方式,字体,字号等。 (7)预览时可以缩小和放大了。 (8)支持单元格的合并(手动设置合并的单元格) -Super s
glog-0.3.3
- C++中用于记录日志的源码.集成了多种记录方法,设置了优先级。还可以根据优先级设置字体颜色。-In C++ source code for logging. Integration of a variety of recording methods , the priority is set . You can also set the font color according to priority .
CPP-Findkth
- 如果某个整数x(x> 1)存在一个数组中,则2*x+1和3*x+1也必定在这个数组中,已知1为该数组中的元素,现给定一个整数k(k> 1),要求求出该数组中的第k大的数。例如a[3] {1,2,3},当k 1,则返回3;k 2,则返回2;k 3,则返回1;k> 4或k<1,输出错误。-If an integer x (x> 1) exists in an array, then 2* x+ 1 and 3* x+ 1 must also be in this a
emfprinter
- emfprinter 是一款开源的打印程序,能够实现对打印文件的监控,转换等 操作,版本为最新的0.3.3,支持Win7(EmfPrinter is a virtual printer driver)
