登录
首页 » Others » GOLDPRINT

GOLDPRINT

于 2020-06-26 发布 文件大小:1387KB
0 273
下载积分: 1 下载次数: 5499

代码说明:

  这是一个很好用的打印报表程序,可以自己定义打印格式.设计报表模板.可以直接打印表格中的数据.(This is a very good program with print statements, you can print their own definition format. Design Report Template. Can directly print the table data.)

文件列表:

GoldPrinterV2.5源码
...................\GoldPrinter
...................\...........\AssemblyInfo.cs
...................\...........\bin
...................\...........\...\Debug
...................\...........\...\.....\GoldPrinter.dll
...................\...........\...\.....\GoldPrinter.pdb
...................\...........\...\.....\GoldPrinter.xml
...................\...........\...\.....\Interop.Excel.dll
...................\...........\...\.....\Interop.Microsoft.Office.Core.dll
...................\...........\...\.....\Interop.VBIDE.dll
...................\...........\ChineseMoney.cs
...................\...........\Excel
...................\...........\.....\Enum
...................\...........\.....\....\Enum.cs
...................\...........\.....\ExcelAccess.cs
...................\...........\.....\ExcelBase.cs
...................\...........\.....\ExcelBin
...................\...........\.....\........\Excel2000
...................\...........\.....\........\.........\Interop.Excel.dll
...................\...........\.....\........\.........\Interop.Office.dll
...................\...........\.....\........\.........\Interop.VBIDE.dll
...................\...........\.....\........\Excel2003
...................\...........\.....\........\.........\Interop.Excel.dll
...................\...........\.....\........\.........\Interop.Microsoft.Office.Core.dll
...................\...........\.....\........\.........\Interop.VBIDE.dll
...................\...........\.....\........\Interop.Excel.dll
...................\...........\.....\........\Interop.Microsoft.Office.Core.dll
...................\...........\.....\........\Interop.VBIDE.dll
...................\...........\.....\Exception
...................\...........\.....\.........\Exception.cs
...................\...........\GoldPrinter.csproj
...................\...........\GoldPrinter.csproj.user
...................\...........\GoldPrinter.sln
...................\...........\GoldPrinter.vsd
...................\...........\MisGoldPrinter.cs
...................\...........\PrinterPageSetting
...................\...........\..................\Delegate.cs
...................\...........\..................\Enum
...................\...........\..................\....\Enum.cs
...................\...........\..................\Exception
...................\...........\..................\.........\Exception.cs
...................\...........\..................\IPrinterPageSetting.cs
...................\...........\..................\PrinterPageSetting.cs
...................\...........\..................\WebPrinterPageSetting.cs
...................\...........\..................\WinPrinterPageSetting.cs
...................\...........\Service
...................\...........\.......\Base
...................\...........\.......\....\DrawBase.cs
...................\...........\.......\....\DrawRectangle.cs
...................\...........\.......\....\DrawText.cs
...................\...........\.......\....\IDraw.cs
...................\...........\.......\....\Printer.cs
...................\...........\.......\....\PrinterBase.cs
...................\...........\.......\....\PrinterMargins.cs
...................\...........\.......\....\PrinterSingleton.cs
...................\...........\.......\....\Sewing.cs
...................\...........\.......\Grid
...................\...........\.......\....\CellRectangle.cs
...................\...........\.......\....\DrawGrid.cs
...................\...........\.......\....\GoldGrid.cs
...................\...........\.......\....\GridBase.cs
...................\...........\.......\....\GridEnum.cs
...................\...........\.......\....\IGrid.cs
...................\...........\.......\....\PrinterTabStops.cs
...................\...........\SysObject
...................\...........\.........\Body.cs
...................\...........\.........\Bottom.cs
...................\...........\.........\Caption.cs
...................\...........\.........\Footer.cs
...................\...........\.........\Header.cs
...................\...........\.........\MultiHeader.cs
...................\...........\.........\Outer.cs
...................\...........\.........\Title.cs
...................\...........\.........\Top.cs
...................\...........\TimeDef.cs
...................\...........\Vs2005DataGridView打印
...................\...........\......................\DataGridViewListViewHelper.cs
...................\MISGoldPrinter.sln
...................\MISGoldPrinterV2.5
...................\..................\CS
...................\..................\..\App.config

...................\..................\..\AssemblyInfo.cs
...................\..................\..\ExcelTemplate
...................\..................\..\.............\example.xlt
...................\..................\..\.............\invoice.xlt
...................\..................\..\.............\invoiceCase.xlt
...................\..................\..\frmAbout.cs
...................\..................\..\frmAbout.resx
...................\..................\..\frmCompletePrint.cs
...................\..................\..\frmCompletePrint.resx
...................\..................\..\frmEasyPrint.cs
...................\..................\..\frmEasyPrint.resx
...................\..................\..\frmExcelPrint.cs
...................\..................\..\frmExcelPrint.resx
...................\..................\..\frmInvoice.cs
...................\..................\..\frmInvoice.resx
...................\..................\..\MISGoldPrinter(CS版).csproj
...................\..................\..\MISGoldPrinter(CS版).csproj.user

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Print
    该程序用MFC实现打印机的功能,对初学并口编程的学习者具有很好的指导意义(The program with MFC realize the function of the printer on parallel port programming novice learners with a good guide)
    2008-02-25 14:41:50下载
    积分:1
  • measurementSrvDbgPrint
    brief This file include variuos measurement SRV debug print facilities.
    2013-05-24 18:00:38下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • printmachine
    print machine print machine print machine(print machine print machine)
    2013-09-11 15:36:43下载
    积分:1
  • udc
    图片打印控件的例子,可以利用打印机实现图片的打印(Examples of picture print controls, you can realize the use of the printer to print pictures)
    2008-04-06 11:14:20下载
    积分:1
  • PCL5
    HP PCL5 打印机打印语法(HP PCL5 printer grammar)
    2008-03-06 19:52:48下载
    积分:1
  • printmachine
    print machine print machine print machine(print machine print machine)
    2013-09-11 15:36:43下载
    积分:1
  • RTFPrintPreview
    基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
    2013-08-09 11:40:10下载
    积分:1
  • 1122
    监测系统 ,空转齿轮箱监测系统,包括 数据采集,报表打印,历史记录回放等等(Auto monitoring system)
    2020-12-19 15:29:10下载
    积分:1
  • wind-resource-assessment
    Weibull 风速分布数学模型 主要包括原始数据表格登陆、原始数据导入以及编辑、风能资源评估及报表显示和输出模块(Weibull wind speed distribution mathematical model includes raw data tables landing, import and edit the raw data, wind resource assessment and the report display and output modules.)
    2013-11-03 18:40:46下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 3今日下载