基本信息
源码名称:windows窗体控件实现对文本的打开、打印和保存
源码大小:0.04M
文件格式:.zip
开发语言:C#
更新时间:2022-05-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

windows窗体控件实现对文本的打开、打印和保存

打开文档,并可以在显示框中打印出来改变字体颜色及大小,并可以将其保存为文档

.
├── Windows窗体控件
│   ├── Windows窗体控件
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Windows窗体控件.csproj
│   │   ├── bin
│   │   │   └── Debug
│   │   │       ├── Windows窗体控件.exe
│   │   │       ├── Windows窗体控件.pdb
│   │   │       ├── Windows窗体控件.vshost.exe
│   │   │       └── Windows窗体控件.vshost.exe.manifest
│   │   └── obj
│   │       └── x86
│   │           └── Debug
│   │               ├── DesignTimeResolveAssemblyReferences.cache
│   │               ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │               ├── TempPE
│   │               ├── Windows窗体控件.Form1.resources
│   │               ├── Windows窗体控件.Properties.Resources.resources
│   │               ├── Windows窗体控件.csproj.FileListAbsolute.txt
│   │               ├── Windows窗体控件.csproj.GenerateResource.Cache
│   │               ├── Windows窗体控件.exe
│   │               └── Windows窗体控件.pdb
│   ├── Windows窗体控件.sln
│   └── Windows窗体控件.suo
└── windows窗体控件实现对文本的打开、打印和保存.zip

9 directories, 25 files