资源简介
可拖动打印的内容,自定义打印内容
代码片段和文件信息
/******************************************************************
* 创 建 人: SamWang
* 创建时间: 2012-5-10 17:00
* 描 述:
* 在控件外部加上边框,用于拖拉,以改变内部控件的大小
* 原 理:
* 版 本: V1.0
* 环 境: VS2010
******************************************************************/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace DragControl
{
public class frameControl : UserControl
{
#region Constructors
///
/// 构造函数
///
public frameControl(Control ctrl)
{
baseControl = ctrl;
AddEvents();
CreateBounds();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-23 15:51 DragControl\
文件 4491 2018-01-17 14:18 DragControl\DragControl.csproj
文件 15729 2018-01-16 10:21 DragControl\fr
文件 5817 2018-01-16 10:19 DragControl\fr
文件 13283 2018-01-16 10:33 DragControl\MainForm.Designer.cs
文件 15447 2018-01-23 15:51 DragControl\MainForm.cs
文件 5817 2018-01-16 10:33 DragControl\MainForm.resx
文件 4652 2018-01-16 10:21 DragControl\MoveControl.cs
文件 495 2018-01-12 18:19 DragControl\Program.cs
目录 0 2018-01-23 15:35 DragControl\Properties\
文件 1362 2012-05-10 09:55 DragControl\Properties\AssemblyInfo.cs
文件 2862 2018-01-16 13:45 DragControl\Properties\Resources.Designer.cs
文件 5612 2012-05-10 09:55 DragControl\Properties\Resources.resx
文件 1111 2018-01-16 13:45 DragControl\Properties\Settings.Designer.cs
文件 249 2012-05-10 09:55 DragControl\Properties\Settings.settings
文件 5152 2018-01-15 17:30 DragControl\xm
文件 161 2018-01-16 13:45 DragControl\app.config
目录 0 2018-01-23 15:35 DragControl\bin\
目录 0 2018-01-23 17:03 DragControl\bin\Debug\
目录 0 2018-01-23 15:35 DragControl\bin\Debug\Data\
文件 4944 2018-01-17 17:34 DragControl\bin\Debug\Data\PrintTpls.xm
文件 30720 2018-12-01 16:37 DragControl\bin\Debug\DragControl.exe
文件 161 2018-01-16 13:45 DragControl\bin\Debug\DragControl.exe.config
文件 60928 2018-12-01 16:37 DragControl\bin\Debug\DragControl.pdb
文件 24224 2018-01-23 15:52 DragControl\bin\Debug\DragControl.vshost.exe
文件 161 2018-01-16 13:45 DragControl\bin\Debug\DragControl.vshost.exe.config
文件 490 2017-09-29 21:43 DragControl\bin\Debug\DragControl.vshost.exe.manifest
文件 504320 2016-01-28 14:22 DragControl\bin\Debug\Newtonsoft.Json.dll
文件 440219 2017-06-20 15:54 DragControl\bin\Debug\Newtonsoft.Json.xm
文件 9728 2018-12-01 16:37 DragControl\bin\Debug\PrintManage.dll
文件 24064 2018-12-01 16:37 DragControl\bin\Debug\PrintManage.pdb
............此处省略45个文件信息
- 上一篇:wpf 连接ACCESS增/删/改/查
- 下一篇:c#路径规划及算法
相关资源
- C# 调用BarTender打印条码DEMO
- Teigha读取DWG测试程序
- 大型比赛竞赛抽签系统 可打印 c# vs
- PDF文件 阅读控件 (VeryPDF PDFView OCX)
- C#文件流读取CSV文件
- c#读写PDF文件sql
- C# winform Socket大文件传输
- U3D 简化版跳一跳小游戏新手入门 源码
- vb调用c#编写的串口DLL文件(vb源码
- 验证EXCEL导入模板是否符合标准
- C#多文件打包
- C# 斑马标签打印 WEBWINFORM
- c#使用openoffice组件操作文件
- Winform可视化打印模板设计
- delta机器人运动学算法正向逆向求解
- 查找硬盘里的文件中的关键词含源码
- c# 生成 bt种子 文件 bt 源码
- dwg文件预览
- QQ高仿版 GG2014
- ASP.NET(c#) 从零动态生成Word文件用程
- C#读取DXF文件并显示dxf转hpgl
-
C#中操作xm
l文件插入节点、修改、删 -
C# 读写xm
l类 -
读写xm
l源码 - C#利用Zxing.NET生成条形码和二维码并实
- 用c#将pdf文件转换成图片文件
- c#winform做的hosts文件管理
- C# 斑马打印机USB接口ZPL条码打印
- C#调用USB接口斑马打印机
- 01 STM32F205 多功能LCD时钟-原理图PCB文件
评论
共有 条评论