资源简介
FastReport_1.9.9_OK.rar
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using FastReport;
namespace CustomDesigner
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
// create a new empty report and attach it to the designer
Report report = new Report();
designerControl1.Report = report;
// restore the design layout. Without this code the designer tool windows will be unavailable
designerControl1.RefreshLayout();
}
private void designerControl1_UIStateChanged(object sender EventArgs e)
{
// update Enabled state of our buttons
btnSave.Enabled = designerControl1.cmdSave.Enabled;
btnUndo.Enabled = designerControl1.cmdUndo.Enabled;
btnRedo.Enabled = designerControl1.cmdRedo.Enabled;
}
private void btnNew_Click(object sender EventArgs e)
{
designerControl1.cmdNew.Invoke();
}
private void btnOpen_Click(object sender EventArgs e)
{
designerControl1.cmdOpen.Invoke();
}
private void btnSave_Click(object sender EventArgs e)
{
designerControl1.cmdSave.Invoke();
}
private void btnUndo_Click(object sender EventArgs e)
{
designerControl1.cmdUndo.Invoke();
}
private void btnRedo_Click(object sender EventArgs e)
{
designerControl1.cmdRedo.Invoke();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 51200 2012-08-07 11:06 Demo.exe
文件 19456 2012-08-07 11:06 Designer.exe
文件 3226624 2012-08-07 11:06 FastReport.Bars.dll
文件 2921472 2012-08-17 16:43 FastReport.dll
文件 1006080 2012-08-07 11:06 FastReport.Editor.dll
文件 10752 2012-08-07 11:06 FastReport.Install.dll
文件 27136 2012-08-07 11:06 FastReport.VSDesign.dll
文件 81920 2012-08-07 11:06 FastReport.Web.dll
文件 52377 2012-08-02 22:57 FastReport.Web.xm
文件 1569795 2012-08-02 22:57 FastReport.xm
文件 54656 2012-07-12 11:43 license.rtf
文件 19456 2012-08-07 11:06 Viewer.exe
文件 2696 2012-07-12 11:40 Demos\C#\CustomDesigner\CustomDesigner.csproj
文件 916 2012-07-12 11:40 Demos\C#\CustomDesigner\CustomDesigner.sln
文件 1607 2012-07-12 11:40 Demos\C#\CustomDesigner\Form1.cs
文件 5833 2012-07-12 11:40 Demos\C#\CustomDesigner\Form1.Designer.cs
文件 10479 2012-07-12 11:40 Demos\C#\CustomDesigner\Form1.resx
文件 429 2012-07-12 11:40 Demos\C#\CustomDesigner\Program.cs
文件 1284 2012-07-12 11:40 Demos\C#\CustomDesigner\Properties\AssemblyInfo.cs
文件 4004 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.csproj
文件 930 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\CustomOpenSaveDialogs.sln
文件 3032 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\databa
文件 5056 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\Form1.cs
文件 2152 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\Form1.Designer.cs
文件 5814 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\Form1.resx
文件 870 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.cs
文件 3843 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.Designer.cs
文件 5814 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\OpenDialogForm.resx
文件 436 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\Program.cs
文件 1298 2012-07-12 11:40 Demos\C#\CustomOpenSaveDialogs\Properties\AssemblyInfo.cs
............此处省略451个文件信息
- 上一篇:高精度UWB定位系统
- 下一篇:数据结构代码
相关资源
- 通过变化的电磁耦合,大型强子对撞
- Delphi XE10.3 破解文件
- Delphi XE10.2.3破解 破解
- 剖析Linux系统下基于NUMA构建的服务
- zend studio 12 破解 注册码 key 绿色版
- CCLicenseService
- WinRAR 4.0 简体中文破解版
- 单片机仿真软件proteus6.7免安装绿色版
- UltraEdit 26.x版本 激活工具
- 一种基于LM3150 Buck型开关电源设计.p
- 百度文库、豆丁、道客巴巴文件免费
- 改善分数分频锁相环合成器中的整数
- 233网校视频器2018最新绿色版
- OdooHotelManagementSystem 基于Odoo的酒店管
- SecureCRT-6.0.2安装包和SecureCRT-6.0.2注册
- 数据结构与算法课件ppt
- 方正超粗黑简体 FZCCHJW—GB1-0 字体
- FZCCHJW-GB10
- Dr. Cleaner Pro mac破解版
- kindle epub 电子书大全
- 迅雷敏感资源限制解除小工具.zip
- Eclipse编程技术与附CD-ROM光盘
- HEU_KMS_Activator_j
- pzs_44217116_06.aia
- Git汉化资源
- digital字体
- 浪潮英信服务器NP120D用户手册
- 看门狗复位的应用技巧
- Hillstone SA-2003高性能纯硬件安全网关产
- Hillstone ARP防护——StoneOS如何保
评论
共有 条评论