• 大小: 0.11M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: winform  C#  打印  控件  

资源简介

C#winform打印指定区域---控件拖动---控件设置颜色字体

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Printing;


namespace Print
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        /// 
        /// 打印
        /// 

        /// 
        /// 
        /// 
        /// 
        /// 
        /// 
        /// 
        /// 
        /// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        905  2013-01-25 09:53  Print.sln

     文件      15057  2013-01-25 17:29  Print\Form1.cs

     文件       8200  2013-01-25 17:16  Print\Form1.Designer.cs

     文件      67779  2013-01-25 17:16  Print\Form1.resx

     文件       4191  2013-01-25 09:54  Print\image\0.jpg

     文件      41098  2013-01-25 09:54  Print\image\2013-01-22_133417.jpg

     文件       4259  2013-01-25 09:54  Print\image\2013-01-23_174913.jpg

     文件       4911  2013-01-25 09:54  Print\image\2013-01-23_175021.jpg

     文件       6932  2013-01-25 09:54  Print\image\2013-01-23_175053.jpg

     文件       6343  2013-01-25 09:54  Print\image\2013-01-23_175136.jpg

     文件       4101  2013-01-25 09:58  Print\Print.csproj

     文件        527  2013-01-25 09:53  Print\Program.cs

     文件       1642  2013-01-25 09:53  Print\Properties\AssemblyInfo.cs

     文件       3285  2013-01-25 09:53  Print\Properties\Resources.Designer.cs

     文件       5612  2013-01-25 09:53  Print\Properties\Resources.resx

     文件       1090  2013-01-25 09:53  Print\Properties\Settings.Designer.cs

     文件        249  2013-01-25 09:53  Print\Properties\Settings.settings

     目录          0  2019-04-13 10:38  Print\image

     目录          0  2019-04-13 10:38  Print\Properties

     目录          0  2019-04-13 10:38  Print

----------- ---------  ---------- -----  ----

               176181                    20


评论

共有 条评论