-
大小: 0.04M文件类型: .rar金币: 1下载: 0 次发布日期: 2020-12-14
- 语言: C#
- 标签:
资源简介
winform实现水印TextBox,亲测完美
代码片段和文件信息
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;
namespace _1.重写TextBox
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
this.waterTextBox1.WaterText = “用户名“;
this.waterTextBox2.WaterText = “密码“;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4080 2019-09-05 10:45 1.重写TextBox\1.重写TextBox.csproj
文件 9728 2019-09-19 13:54 1.重写TextBox\bin\Debug\1.重写TextBox.exe
文件 40448 2019-09-19 13:54 1.重写TextBox\bin\Debug\1.重写TextBox.pdb
文件 11600 2019-09-19 13:55 1.重写TextBox\bin\Debug\1.重写TextBox.vshost.exe
文件 490 2014-01-13 21:31 1.重写TextBox\bin\Debug\1.重写TextBox.vshost.exe.manifest
文件 562 2019-09-19 13:53 1.重写TextBox\Form1.cs
文件 2623 2019-09-19 13:53 1.重写TextBox\Form1.Designer.cs
文件 5817 2019-09-19 13:53 1.重写TextBox\Form1.resx
文件 1627 2019-09-19 13:55 1.重写TextBox\obj\x86\Debug\1.重写TextBox.csproj.FileListAbsolute.txt
文件 975 2019-09-19 13:53 1.重写TextBox\obj\x86\Debug\1.重写TextBox.csproj.GenerateResource.Cache
文件 13491 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\1.重写TextBox.csprojResolveAssemblyReference.cache
文件 9728 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\1.重写TextBox.exe
文件 40448 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\1.重写TextBox.pdb
文件 9942 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6471 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 180 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\_1.重写TextBox.Form1.resources
文件 180 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug\_1.重写TextBox.Properties.Resources.resources
文件 497 2019-09-05 10:40 1.重写TextBox\Program.cs
文件 1380 2019-09-05 10:40 1.重写TextBox\Properties\AssemblyInfo.cs
文件 2884 2019-09-05 10:40 1.重写TextBox\Properties\Resources.Designer.cs
文件 5612 2019-09-05 10:40 1.重写TextBox\Properties\Resources.resx
文件 1103 2019-09-05 10:40 1.重写TextBox\Properties\Settings.Designer.cs
文件 249 2019-09-05 10:40 1.重写TextBox\Properties\Settings.settings
文件 2675 2019-09-05 14:31 1.重写TextBox\WaterTextBox.cs
文件 1129 2019-09-05 10:45 1.重写TextBox\WaterTextBox.Designer.cs
目录 0 2019-09-05 10:40 1.重写TextBox\obj\x86\Debug\TempPE
目录 0 2019-09-19 13:54 1.重写TextBox\obj\x86\Debug
目录 0 2019-09-19 13:52 1.重写TextBox\bin\Debug
目录 0 2019-09-05 10:40 1.重写TextBox\bin\Release
目录 0 2019-09-05 10:40 1.重写TextBox\obj\x86
............此处省略7个文件信息
评论
共有 条评论