• 大小: 1.63M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: Xml  文件  打印  界面  模板  

资源简介

可拖动打印的内容,自定义打印内容

资源截图

代码片段和文件信息

/******************************************************************
 * 创 建 人:  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\frameControl.cs
     文件        5817  2018-01-16 10:19  DragControl\frameControl.resx
     文件       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\xmlHelper.cs
     文件         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.xml
     文件       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.xml
     文件        9728  2018-12-01 16:37  DragControl\bin\Debug\PrintManage.dll
     文件       24064  2018-12-01 16:37  DragControl\bin\Debug\PrintManage.pdb
............此处省略45个文件信息

评论

共有 条评论