资源简介
财务凭证管理系统主要由【系统管理】、【凭证管理】、【科目信息】、【账目查询】和【报表】等模块组成。进入该系统后,用户可以对系统中的财务信息进行添加、修改、删除、查询以及打印等操作。
代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行库版本:2.0.50727.42
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
namespace property {
using System;
using System.ComponentModel;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportSource;
using CrystalDecisions.CrystalReports.Engine;
public class Customer : ReportClass {
public Customer() {
}
public override string ResourceName {
get {
return “Customer.rpt“;
}
set {
// Do nothing
}
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public CrystalDecisions.CrystalReports.Engine.Section Section1 {
get {
return this.ReportDefinition.Sections[0];
}
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public CrystalDecisions.CrystalReports.Engine.Section Section2 {
get {
return this.ReportDefinition.Sections[1];
}
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public CrystalDecisions.CrystalReports.Engine.Section Section3 {
get {
return this.ReportDefinition.Sections[2];
}
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public CrystalDecisions.CrystalReports.Engine.Section Section4 {
get {
return this.ReportDefinition.Sections[3];
}
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public CrystalDecisions.CrystalReports.Engine.Section Section5 {
get {
return this.ReportDefinition.Sections[4];
}
}
}
[System.Drawing.ToolboxBitmapAttribute(typeof(CrystalDecisions.Shared.ExportOptions) “report.bmp“)]
public class CachedCustomer : Component ICachedReport {
public CachedCustomer() {
}
[Browsable(false)]
[DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool IsCacheable {
get {
return true;
}
set {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2069 2006-12-16 08:41 财务凭证管理系统\property\Backup\property\control\LogInfo\GetLogin.cs
文件 14958 2006-12-16 09:24 财务凭证管理系统\property\Backup\property\control\Subject\FinSubject.cs
文件 22883 2006-12-16 09:25 财务凭证管理系统\property\Backup\property\control\Subject\GetSubject.cs
文件 6866 2006-12-06 09:58 财务凭证管理系统\property\Backup\property\control\SystemInfo\GetAdminInfo.cs
文件 2123 2006-12-08 13:55 财务凭证管理系统\property\Backup\property\control\SystemInfo\GetUserJob.cs
文件 1117 2006-11-28 09:38 财务凭证管理系统\property\Backup\property\control\SystemInfo\log.cs
文件 23582 2006-12-18 09:26 财务凭证管理系统\property\Backup\property\control\warrantInfo\GetWarInfo.cs
文件 4802 2006-12-18 15:21 财务凭证管理系统\property\Backup\property\Customer.cs
文件 16384 2006-12-18 09:10 财务凭证管理系统\property\Backup\property\Customer.rpt
文件 11881 2006-12-16 08:36 财务凭证管理系统\property\Backup\property\frmLogin.cs
文件 47165 2006-12-12 11:55 财务凭证管理系统\property\Backup\property\frmLogin.resx
文件 13524 2006-12-20 10:19 财务凭证管理系统\property\Backup\property\frmMain.cs
文件 23193 2006-12-20 10:19 财务凭证管理系统\property\Backup\property\frmMain.Designer.cs
文件 6186 2006-12-20 10:19 财务凭证管理系统\property\Backup\property\frmMain.resx
文件 1235 2006-12-18 09:09 财务凭证管理系统\property\Backup\property\frmReport.cs
文件 2461 2006-12-18 09:06 财务凭证管理系统\property\Backup\property\frmReport.Designer.cs
文件 5814 2006-12-18 09:06 财务凭证管理系统\property\Backup\property\frmReport.resx
文件 782 2006-12-19 09:53 财务凭证管理系统\property\Backup\property\model\GetConnection\GetConnection.cs
文件 1190 2006-11-25 20:15 财务凭证管理系统\property\Backup\property\model\SubjectInfo\SubInfo.cs
文件 1798 2006-11-25 10:48 财务凭证管理系统\property\Backup\property\model\SystemInfo\AdmInfo.cs
文件 1302 2006-11-25 10:45 财务凭证管理系统\property\Backup\property\model\SystemInfo\UserJob .cs
文件 743 2006-11-28 09:18 财务凭证管理系统\property\Backup\property\model\tb_logInfo\tb_logInfo.cs
文件 1948 2006-12-18 09:23 财务凭证管理系统\property\Backup\property\model\Warrant\wait.cs
文件 1998 2006-12-11 15:11 财务凭证管理系统\property\Backup\property\model\Warrant\Warrant.cs
文件 2222 2006-12-18 09:16 财务凭证管理系统\property\Backup\property\model\WarrantInfo\Warrant3.cs
文件 636 2006-12-19 09:25 财务凭证管理系统\property\Backup\property\Program.cs
文件 1164 2006-11-20 10:13 财务凭证管理系统\property\Backup\property\Properties\AssemblyInfo.cs
文件 21410 2006-12-18 15:21 财务凭证管理系统\property\Backup\property\Properties\Resources.Designer.cs
文件 23975 2006-12-06 16:47 财务凭证管理系统\property\Backup\property\Properties\Resources.resx
文件 1104 2006-12-18 15:21 财务凭证管理系统\property\Backup\property\Properties\Settings.Designer.cs
............此处省略521个文件信息
相关资源
- 用vs做的留言板。很实用很实用,不会
- 点餐系统内含数据库.rar
- 加班管理系统本人自己写的.net 本人新
- 仿360安全桌面源码 程序管理工具源码
- 在线考试系统学生 老师 管理员
- 在线投票系统源代码+数据库设计+E-
- 爱普生打印demo
- CadLib v4.0.35.21 特别版本支持CAD2000-20
- CLRInsideOut2008_01
- 支持语法高亮的快速着色文本框「源
- 豆瓣FM源码
- .net商品销售管理系统完整源码(进销
- 奖学金评定系统
- 房产在线销售系统
- webapi + mongodb 基础 代码简单易懂 直接
- 伍华聪公共类源码-WHC.OrderWater.Common
- 基于gis的唐山旅游信息系统
- Nlog的使用测试
- Spire.Doc API 帮助文档
- OCRTessnet与Data
- 健身管理网站visual studio 2005
- 宿舍管理系统毕业设计全套
- .NET企业人事管理系统源码--完整经典
-
海康威视视频 windows media pla
yer播放 - SharpSvn.dll亲测可用
- 在线投票系统229581
- Unity3D平衡类游戏--平衡小球Demo解析(
- NPOI读写EXCEL相关dll支持xls及xlsx
- Visual Studio 2017 官方安装包
- 完整流水线追溯系统
评论
共有 条评论