资源简介
主要用于Sql语句时快速生成
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace StringIn
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
///
/// 清空文本框
///
///
///
private void button2_Click(object sender EventArgs e)
{
textBox1.Text = null;
textBox2.Text = null;
label1.Visible = false;
}
private void Form1_Load(object sender EventArgs e)
{
label1.Visible = false;
Rb1.Checked = true;
textBox3.Enabled = false;
textBox1.ScrollBars = ScrollBars.Vertical;
textBox2.ScrollBars = ScrollB
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-08-11 11:25 StringIn\
文件 363566 2015-08-11 11:06 StringIn\9.ico
文件 184 2015-08-11 11:04 StringIn\App.config
目录 0 2015-08-11 11:07 StringIn\bin\
目录 0 2015-08-11 11:07 StringIn\bin\Debug\
文件 377344 2015-08-11 11:07 StringIn\bin\Debug\StringIn.exe
文件 184 2015-08-11 11:04 StringIn\bin\Debug\StringIn.exe.config
文件 26112 2015-08-11 11:07 StringIn\bin\Debug\StringIn.pdb
文件 24216 2015-08-11 11:04 StringIn\bin\Debug\StringIn.vshost.exe
文件 184 2015-08-11 11:04 StringIn\bin\Debug\StringIn.vshost.exe.config
文件 490 2010-03-18 12:39 StringIn\bin\Debug\StringIn.vshost.exe.manifest
目录 0 2015-08-11 11:04 StringIn\bin\Release\
文件 187 2015-08-11 08:55 StringIn\bin\Release\StringIn.exe.config
文件 24064 2015-08-11 10:50 StringIn\bin\Release\StringIn.pdb
文件 24224 2015-08-11 10:50 StringIn\bin\Release\StringIn.vshost.exe
文件 187 2015-08-11 08:55 StringIn\bin\Release\StringIn.vshost.exe.config
文件 490 2010-03-18 12:39 StringIn\bin\Release\StringIn.vshost.exe.manifest
目录 0 2015-08-11 11:07 StringIn\bin\x86\
目录 0 2015-08-14 14:33 StringIn\bin\x86\Debug\
文件 741888 2015-08-11 14:24 StringIn\bin\x86\Debug\StringIn.exe
文件 184 2015-08-11 11:04 StringIn\bin\x86\Debug\StringIn.exe.config
文件 28160 2015-08-11 14:24 StringIn\bin\x86\Debug\StringIn.pdb
文件 24224 2015-08-14 14:33 StringIn\bin\x86\Debug\StringIn.vshost.exe
文件 184 2015-08-11 11:04 StringIn\bin\x86\Debug\StringIn.vshost.exe.config
文件 490 2010-03-18 12:39 StringIn\bin\x86\Debug\StringIn.vshost.exe.manifest
文件 4284 2015-08-11 11:25 StringIn\Form1.cs
文件 11633 2015-08-11 11:16 StringIn\Form1.Designer.cs
文件 551669 2015-08-11 11:16 StringIn\Form1.resx
目录 0 2015-08-11 11:07 StringIn\obj\
目录 0 2015-08-11 11:07 StringIn\obj\Debug\
文件 865 2015-08-11 11:04 StringIn\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略46个文件信息
- 上一篇:通过Visual Studio项目预生成命令获取SVN版本号
- 下一篇:HTML压缩
相关资源
- gif图片转换成jpg文件格式
- NAudio实现mp3转换成wav
- 将小写金额转换为大写金额
- C# 文件编码转换工具(支持UTF-8/UTF-
- C# 内容繁简转换
- 全角半角转换/md5加密 等
- torrent 解析以及 magnet链接转换 (Bec
- C# 全角半角转换
- C# 位图转换
- 日历格式转换(阳历转农历)
- 利用Excel对数据进行格式转换
- 批量图像格式转换
- 数字大小写转换
- 全角半角转换
- WPF中将矢量转换为XAML
- RGISOneCoordTrans 能够实现各种坐标的转
- Images2AviCSharp 把jpg或bmp图片转换为AV
- 423563 坐标转换
- 7para 测绘小软件
- C# 高斯正反算,坐标转换源代码,W
- C# 按照IEEE 754标准对Float和Double类型进
- 搜狗提供的坐标转换调用
- C# 图片格式转换
- XYZ与BLH的转换.rar
- C#程序,载入图像,选取其中任意两点
- C# 百度转WGS坐标系源码及各种坐标系
- C#GPS坐标转百度地图坐标
- C#代码CIE1931色彩空间xyRGB转换及舌图马
- C#实现进程状态转换
- C#实体类转换为JSON字符串
评论
共有 条评论