搜索资源列表
barcode39
- 一个在vc6下打印code39 code128的实例-one in the next print code39 vc6 examples code128
PrintExample
- 报表打印实例,包括如何打印页头,页尾,如何设置打印字体,如何设置上下左右间隔等。-statements Print examples, including how to print the first page, page 30, how to set up a print fonts, about how to set up next interval.
BARPRINT
- 表格线打印算法C语言源程序。并可以在表格线的上下左右打印文本。-form lines Print algorithm C language source code. And in the next line forms around print.
Prew
- 打印预览例程源码,如何用VB制作打印预览,含放大、缩小、上一页、下一页等-Print Preview routine source code, how to use VB production print preview, with amplified, narrow, Previous, Next, etc.
WeatherReport
- 这是我自己做得一个天气预报的小软件,可以在线查询未来三天内中外几十个国家以及一百多个省的天气情况!-This is done my own forecast of a small software, online inquiries within the next three days dozens of foreign countries, as well as more than 100 Province of weather conditions!
TestSolution
- 一个打印程序 具备打印和预览 能够自动检测数据,安排数据打印到下一页-A print program with print and preview can automatically detect the data and arrange data printing to the next page
200692718467196
- 好多财务报表 中要求打印有转下页,承上页的效果,现在我做了一个,现与大家共享一下,也请大家指点. -Require a lot of the financial statements are printed on next page, bearing on the results page, and now I made one, now share and even try to please everyone pointing.
Calendarprinting
- 日历打印,大家觉的有用的话,就下吧,好好享用。-Calendar printing, we feel useful, then, on the next bar, enjoy.
yuesefu
- 编号为1,2,3,4…,n的n个人按顺时针方向围坐一圈,每人 持有一个密码(正整数).一开始任选一个正整数作为报数的上 限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m 时停止.报m的人出列,将他的密码作为新的m值,从他在顺时针 方向上的下一人开始重新从1报数,如此下去,直到所有人全部 出列为止.编程打印出列顺序. -Numbered 1,2,3,4 ..., n of n individuals sitting around the circle
printBarCode-TSPL2-JAVA
- TSC条码打印机如何在JAVA下调用打印 -JAVA TSC barcode printer how to print the next call
PRINTROTATEDATA
- 设计的一个打印出旋转数字的小程序,学习c语言的同学可以借鉴下。-Design of a small number of printed rotation program, students learn c language can learn the next.
plPrev
- 一款打印预览控件,全源码,可以参考下,精确到CM,并在程序中统一单位-A print preview control, full source code, can refer to the next, accurate to CM, and in the process of unity
bresnham
- the line-drawing routine so that it always increments x as it plots, it becomes clear that, having plotted a point at (x,y), the routine has a severely limited range of options as to where it may put the next point on the line: It may plot the p
小票自定义打印
- 软件功能: 1.自定义功能:菜单-自定义,增加、保存、撤销,保存后下次启动为本次增加的项; 2.软件启动时检测可用串口,并将串口名加载到打印机菜单中; 3.打印机菜单中分普通打印机和串口打印机,串口打印机以COM打头; 4.不管是哪种打印机被选择后,都会存储为下次启动默认打印机; 5.点打印按钮时,检测当前选择的打印机并打印; 6.快捷键ALT+X清空,ALT+C打印; 7.支持芯烨X80串口打印机。(Software function: 1., custom funct
E267_打印对话框的实例
- 打印对话框,建一个项目,将其命名为工程1,默认窗体为Form1。command1 单击打印(form print Private Sub Command1_Click() CommonDialog1.ShowPrinter For i = 1 To CommonDialog1.Copies Printer.Print Text1.Text Next i Printer.EndDoc End Sub)