代码搜索:

找到约 10,000 项符合「」的源代码

代码结果 10,000
www.eeworm.com/read/192685/8363861

txt 使用datareport 设计很宽的报表,设置printer的width 和height 属性不起作用.txt

应该是因为该打印机不支持这么宽的报表的纸张。换台能打印很宽报表的打印机即可!(与程序设计无关,以前俺也碰到过,呵呵!) 1、设置好打印机 2、将DataReport的BorderStyle=1,再设置报表的宽度即可。 更换打印机驱动程序即可。无须有实际的宽行打印机。 其原因可能是DataReport使用自己的打印机设 ...
www.eeworm.com/read/392071/8363862

c mailsend.c

#include "mailsend.h" int sockfd; int ret; char *send_data; char *recv_data; char buffer[1024]; char CharSet[65]= { 'A','B','C','D','E','F','G','H', 'I','J','K','L','M','N','O','
www.eeworm.com/read/192685/8363863

txt 用printer.print来打印输出时如何控制行距.txt

你 可 以 利 用 修 改 Printer.CurrentY属 性 调 整 行 距 。 例 如 : Printer.ScaleMode = 3 Printer.Print "Line 1" Printer.CurrentY = Printer.CurrentY + 10 Printer.Print "Line 2"
www.eeworm.com/read/392071/8363864

h mailsend.h

#include "grs_warning_module.h" #include #include #include #include #include #define SOCKET_ERROR -1 int connectHost(const
www.eeworm.com/read/392071/8363865

c mail.c

#include #include #include #include #include #include #include #include #include "send.h" #def
www.eeworm.com/read/192685/8363866

txt 支持自动换行的数据库浏览网格控件.txt

如 果 你 的 DBGrid的 行 高 足 够 大 , DBGrid也 支 持 换 行 。 如 果 你 需 要 一 个 比 较 好 的 支 持 自 动 换 行 的 控 件 (这 样 的 控 件 不 可 能 是 免 费 的 ), 你 可 以 使 用 True DBGrid(http://www.apexsc.com/)或 Far Point Spread(http://www.f-point.com
www.eeworm.com/read/292260/8363868

asp admin_invoice.asp