在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → BarTender相关dll与我的btw模版

BarTender相关dll与我的btw模版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:3.32M
  • 下载次数:51
  • 浏览次数:913
  • 发布时间:2020-10-23
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
模版以及相关dll示例
【实例截图】
【核心代码】
AboutBarTender
├── BarTender相关dll
│   ├── BarTender-net SDK
│   │   ├── Assemblies
│   │   │   ├── BarTenderPrintClient.dll
│   │   │   ├── Seagull.BarTender.Print.dll
│   │   │   └── Seagull.BarTender.Print.xml
│   │   ├── Print SDK Samples
│   │   │   ├── LabelPrint
│   │   │   │   ├── bin
│   │   │   │   │   └── LabelPrint.exe
│   │   │   │   ├── C#
│   │   │   │   │   ├── LabelPrint.cs
│   │   │   │   │   ├── LabelPrint.csproj
│   │   │   │   │   ├── LabelPrint.csproj.vspscc
│   │   │   │   │   ├── LabelPrint.Designer.cs
│   │   │   │   │   ├── LabelPrint.resx
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   └── Resources
│   │   │   │   │   ├── LoadingError.gif
│   │   │   │   │   ├── LoadingFormat.gif
│   │   │   │   │   └── updating.gif
│   │   │   │   └── VB
│   │   │   │   ├── LabelPrint.Designer.vb
│   │   │   │   ├── LabelPrint.resx
│   │   │   │   ├── LabelPrint.vb
│   │   │   │   ├── LabelPrint.vbproj
│   │   │   │   ├── My Project
│   │   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   │   ├── Resources.Designer.vb
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.vb
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── Program.vb
│   │   │   │   └── Resources
│   │   │   │   ├── LoadingError.gif
│   │   │   │   ├── LoadingFormat.gif
│   │   │   │   └── updating.gif
│   │   │   ├── PrintJobStatusMonitor
│   │   │   │   ├── bin
│   │   │   │   │   └── PrintJobStatusMonitor.exe
│   │   │   │   ├── C#
│   │   │   │   │   ├── PrintJobStatusMonitor.cs
│   │   │   │   │   ├── PrintJobStatusMonitor.csproj
│   │   │   │   │   ├── PrintJobStatusMonitor.csproj.vspscc
│   │   │   │   │   ├── PrintJobStatusMonitor.Designer.cs
│   │   │   │   │   ├── PrintJobStatusMonitor.resx
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   └── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── VB
│   │   │   │   ├── My Project
│   │   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   │   ├── Resources.Designer.vb
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.vb
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── PrintJobStatusMonitor.Designer.vb
│   │   │   │   ├── PrintJobStatusMonitor.resx
│   │   │   │   ├── PrintJobStatusMonitor.vb
│   │   │   │   ├── PrintJobStatusMonitor.vbproj
│   │   │   │   └── Program.vb
│   │   │   ├── PrintPreview
│   │   │   │   ├── bin
│   │   │   │   │   └── PrintPreview.exe
│   │   │   │   ├── C#
│   │   │   │   │   ├── PrintPreview.cs
│   │   │   │   │   ├── PrintPreview.csproj
│   │   │   │   │   ├── PrintPreview.csproj.vspscc
│   │   │   │   │   ├── PrintPreview.Designer.cs
│   │   │   │   │   ├── PrintPreview.resx
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   └── updating.gif
│   │   │   │   └── VB
│   │   │   │   ├── My Project
│   │   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   │   ├── Resources.Designer.vb
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.vb
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── PrintPreview.Designer.vb
│   │   │   │   ├── PrintPreview.resx
│   │   │   │   ├── PrintPreview.vb
│   │   │   │   ├── PrintPreview.vbproj
│   │   │   │   ├── Program.vb
│   │   │   │   └── updating.gif
│   │   │   ├── PrintToFileManager
│   │   │   │   ├── bin
│   │   │   │   │   ├── Interop.BarTenderPrintClient.dll
│   │   │   │   │   └── PrintToFileManager.exe
│   │   │   │   ├── C#
│   │   │   │   │   ├── PrintToFileManager.cs
│   │   │   │   │   ├── PrintToFileManager.csproj
│   │   │   │   │   ├── PrintToFileManager.csproj.vspscc
│   │   │   │   │   ├── PrintToFileManager.Designer.cs
│   │   │   │   │   ├── PrintToFileManager.resx
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   └── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── VB
│   │   │   │   ├── My Project
│   │   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   │   ├── Resources.Designer.vb
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.vb
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── PrintToFileManager.Designer.vb
│   │   │   │   ├── PrintToFileManager.resx
│   │   │   │   ├── PrintToFileManager.vb
│   │   │   │   ├── PrintToFileManager.vbproj
│   │   │   │   └── Program.vb
│   │   │   └── XMLScripter
│   │   │   ├── bin
│   │   │   │   ├── defaultss.xsl
│   │   │   │   └── XMLScripter.exe
│   │   │   ├── C#
│   │   │   │   ├── defaultss.xsl
│   │   │   │   ├── ISBN.BTW
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── updating.gif
│   │   │   │   ├── XMLScripter.cs
│   │   │   │   ├── XMLScripter.csproj
│   │   │   │   ├── XMLScripter.csproj.vspscc
│   │   │   │   ├── XMLScripter.Designer.cs
│   │   │   │   └── XMLScripter.resx
│   │   │   └── VB
│   │   │   ├── defaultss.xsl
│   │   │   ├── ISBN.BTW
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Program.vb
│   │   │   ├── updating.gif
│   │   │   ├── XMLScripter.Designer.vb
│   │   │   ├── XMLScripter.resx
│   │   │   ├── XMLScripter.vb
│   │   │   └── XMLScripter.vbproj
│   │   └── Print Server SDK Samples
│   │   ├── TaskMaster
│   │   │   ├── bin
│   │   │   │   └── TaskMaster.exe
│   │   │   ├── C#
│   │   │   │   ├── Address.btw
│   │   │   │   ├── ADDRESS.DAT
│   │   │   │   ├── Backup
│   │   │   │   │   ├── CustomTask.cs
│   │   │   │   │   ├── Program.cs
│   │   │   │   │   ├── Properties
│   │   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   │   ├── Resources.resx
│   │   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   │   └── Settings.settings
│   │   │   │   │   ├── TaskMaster.cs
│   │   │   │   │   ├── TaskMaster.csproj
│   │   │   │   │   ├── TaskMaster.Designer.cs
│   │   │   │   │   └── TaskMaster.resx
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── Interop.BarTender.dll
│   │   │   │   │   ├── Seagull.BarTender.Print.dll
│   │   │   │   │   ├── TaskMaster.exe
│   │   │   │   │   ├── TaskMaster.pdb
│   │   │   │   │   ├── TaskMaster.vshost.exe
│   │   │   │   │   └── TaskMaster.vshost.exe.manifest
│   │   │   │   ├── CustomTask.cs
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   │   ├── TaskMaster.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── TaskMaster.csproj.GenerateResource.Cache
│   │   │   │   │   ├── TaskMaster.csprojResolveAssemblyReference.cache
│   │   │   │   │   ├── TaskMaster.exe
│   │   │   │   │   ├── TaskMaster.pdb
│   │   │   │   │   ├── TaskMaster.Properties.Resources.resources
│   │   │   │   │   ├── TaskMaster.TaskMaster.resources
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── TaskMaster.cs
│   │   │   │   ├── TaskMaster.csproj
│   │   │   │   ├── TaskMaster.csproj.user
│   │   │   │   ├── TaskMaster.Designer.cs
│   │   │   │   ├── TaskMaster.resx
│   │   │   │   └── UpgradeLog.htm
│   │   │   └── VB
│   │   │   ├── Address.btw
│   │   │   ├── ADDRESS.DAT
│   │   │   ├── CustomTask.vb
│   │   │   ├── My Project
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── Resources.Designer.vb
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.vb
│   │   │   │   └── Settings.settings
│   │   │   ├── Program.vb
│   │   │   ├── TaskMaster.Designer.vb
│   │   │   ├── TaskMaster.resx
│   │   │   ├── TaskMaster.vb
│   │   │   └── TaskMaster.vbproj
│   │   └── WebLabelPrint
│   │   ├── BarTenderPrintClient
│   │   │   ├── BarTenderPrintClient.cab
│   │   │   └── BarTenderPrintClient.dll
│   │   ├── C#
│   │   │   ├── Alert.ascx
│   │   │   ├── Alert.ascx.cs
│   │   │   ├── App_Code
│   │   │   │   ├── JavaScriptSupport.cs
│   │   │   │   └── LabelFormatThumbnailImage.cs
│   │   │   ├── BarTenderPrintClient
│   │   │   │   ├── BarTenderPrintClient.cab
│   │   │   │   └── BarTenderPrintClient.dll
│   │   │   ├── CopyControl.ascx
│   │   │   ├── CopyControl.ascx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── FormatList.ascx
│   │   │   ├── FormatList.ascx.cs
│   │   │   ├── Global.asax
│   │   │   ├── Images
│   │   │   │   ├── contentShadow.gif
│   │   │   │   ├── ErrorSmall.png
│   │   │   │   ├── FirstDisabled.png
│   │   │   │   ├── First.png
│   │   │   │   ├── HeaderBg.png
│   │   │   │   ├── LastDisabled.png
│   │   │   │   ├── Last.png
│   │   │   │   ├── NextDisabled.png
│   │   │   │   ├── Next.png
│   │   │   │   ├── PreviousDisabled.png
│   │   │   │   ├── Previous.png
│   │   │   │   ├── Printer.png
│   │   │   │   ├── SeaBannerBG.gif
│   │   │   │   └── SeaBannerLeft.gif
│   │   │   ├── Javascript
│   │   │   │   ├── BarTenderPrintClient.js
│   │   │   │   ├── Validation.js
│   │   │   │   └── WebLabelPrintSample.js
│   │   │   ├── LabelThumbnail.ascx
│   │   │   ├── LabelThumbnail.ascx.cs
│   │   │   ├── ManageEngines.aspx
│   │   │   ├── ManageEngines.aspx.cs
│   │   │   ├── MasterPage.master
│   │   │   ├── MasterPage.master.cs
│   │   │   ├── Print.aspx
│   │   │   ├── Print.aspx.cs
│   │   │   ├── PrintControl.ascx
│   │   │   ├── PrintControl.ascx.cs
│   │   │   ├── PrinterListControl.ascx
│   │   │   ├── PrinterListControl.ascx.cs
│   │   │   ├── Printers.aspx
│   │   │   ├── Printers.aspx.cs
│   │   │   ├── PrintPreviewControl.ascx
│   │   │   ├── PrintPreviewControl.ascx.cs
│   │   │   ├── PromptControl.ascx
│   │   │   ├── PromptControl.ascx.cs
│   │   │   ├── QueryPromptsControl.ascx
│   │   │   ├── QueryPromptsControl.ascx.cs
│   │   │   ├── Repository
│   │   │   │   ├── Address.btw
│   │   │   │   ├── Address.dat
│   │   │   │   ├── Clothing.btw
│   │   │   │   ├── MIL129L5.DAT
│   │   │   │   ├── Military 129 L.BTW
│   │   │   │   ├── Mobile Device.btw
│   │   │   │   ├── MSDS.btw
│   │   │   │   ├── Nutritional.btw
│   │   │   │   ├── Prompt.btw
│   │   │   │   ├── Serialized.btw
│   │   │   │   └── Upc.btw
│   │   │   ├── SelectLabel.aspx
│   │   │   ├── SelectLabel.aspx.cs
│   │   │   ├── Style
│   │   │   │   ├── Reset.css
│   │   │   │   └── StyleSheet.css
│   │   │   ├── SubstringsControl.ascx
│   │   │   ├── SubstringsControl.ascx.cs
│   │   │   ├── Web.Config
│   │   │   └── XSL
│   │   │   └── prompt.xsl
│   │   └── VB
│   │   ├── Alert.ascx
│   │   ├── Alert.ascx.vb
│   │   ├── App_Code
│   │   │   ├── JavaScriptSupport.vb
│   │   │   └── LabelFormatThumbnailImage.vb
│   │   ├── BarTenderPrintClient
│   │   │   ├── BarTenderPrintClient.cab
│   │   │   └── BarTenderPrintClient.dll
│   │   ├── CopyControl.ascx
│   │   ├── CopyControl.ascx.vb
│   │   ├── Default.aspx
│   │   ├── Default.aspx.vb
│   │   ├── FormatList.ascx
│   │   ├── FormatList.ascx.vb
│   │   ├── FormatThumbnail.ascx
│   │   ├── FormatThumbnail.ascx.vb
│   │   ├── Global.asax
│   │   ├── Images
│   │   │   ├── contentShadow.gif
│   │   │   ├── ErrorSmall.png
│   │   │   ├── FirstDisabled.png
│   │   │   ├── First.png
│   │   │   ├── HeaderBg.png
│   │   │   ├── LastDisabled.png
│   │   │   ├── Last.png
│   │   │   ├── NextDisabled.png
│   │   │   ├── Next.png
│   │   │   ├── PreviousDisabled.png
│   │   │   ├── Previous.png
│   │   │   ├── Printer.png
│   │   │   ├── SeaBannerBG.gif
│   │   │   └── SeaBannerLeft.gif
│   │   ├── Javascript
│   │   │   ├── BarTenderPrintClient.js
│   │   │   ├── ClientPrinting.js
│   │   │   ├── Validation.js
│   │   │   └── WebLabelPrintSample.js
│   │   ├── LabelThumbnail.ascx
│   │   ├── LabelThumbnail.ascx.vb
│   │   ├── ManageEngines.aspx
│   │   ├── ManageEngines.aspx.vb
│   │   ├── MasterPage.master
│   │   ├── MasterPage.master.vb
│   │   ├── Print.aspx
│   │   ├── Print.aspx.vb
│   │   ├── PrintControl.ascx
│   │   ├── PrintControl.ascx.vb
│   │   ├── PrinterList.ascx
│   │   ├── PrinterList.ascx.vb
│   │   ├── PrinterListControl.ascx
│   │   ├── PrinterListControl.ascx.vb
│   │   ├── Printers.aspx
│   │   ├── Printers.aspx.vb
│   │   ├── PrintPreviewControl.ascx
│   │   ├── PrintPreviewControl.ascx.vb
│   │   ├── PromptControl.ascx
│   │   ├── PromptControl.ascx.vb
│   │   ├── QueryPromptsControl.ascx
│   │   ├── QueryPromptsControl.ascx.vb
│   │   ├── Repository
│   │   │   ├── Address.btw
│   │   │   ├── Address.dat
│   │   │   ├── Clothing.btw
│   │   │   ├── MIL129L5.DAT
│   │   │   ├── Military 129 L.BTW
│   │   │   ├── Mobile Device.btw
│   │   │   ├── MSDS.btw
│   │   │   ├── Nutritional.btw
│   │   │   ├── Prompt.btw
│   │   │   ├── Serialized.btw
│   │   │   ├── Upc.btw
│   │   │   ├── UPS Domestic.btw
│   │   │   └── UPSLabel.txt
│   │   ├── SelectLabel.aspx
│   │   ├── SelectLabel.aspx.vb
│   │   ├── Style
│   │   │   ├── Reset.css
│   │   │   └── StyleSheet.css
│   │   ├── SubstringsControl.ascx
│   │   ├── SubstringsControl.ascx.vb
│   │   ├── Web.Config
│   │   └── XSL
│   │   └── prompt.xsl
│   ├── Interop.BarTender.zip
│   └── Seagull.BarTender.Print.zip
└── 模版1.btw

68 directories, 335 files

标签:

实例下载地址

BarTender相关dll与我的btw模版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 那年的雨季 发表于: 2023-12-08 20:14 21
你好,我下载此实例,打开项目PrintToFileManager的时候BarTenderPrintClient.dll无法引用,可以把可运行的exe文件上传一下

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警