嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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