资源简介
二维码.zip
![](http://www.nz998.com/pic/52813.jpg)
代码片段和文件信息
/****************************************
* 创 建 者:聂霖
* 创建时间:2016-07-12
* 修 改 者:聂霖
* 修改时间:2016-07-12
* 业务名称:Settlement.UI.Common.MsgBox
* 业务描述:弹出框通用类
****************************************/
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using DevExpress.XtraEditors;
using DevExpress.XtraSplashScreen;
namespace Com.MEP.UI
{
public class MsgBox
{
///
/// 弹出提示信息
///
/// 提示信息
/// DialogResult
public static DialogResult Info(string text)
{
return XtraMessageBox.Show(text “信息“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
///
/// 弹出提示信息
///
/// 所有者窗口句柄
/// 提示信息
/// DialogResult
public static DialogResult Info(IWin32Window owner string text)
{
return XtraMessageBox.Show(owner text “信息“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
///
/// 弹出错误提示信息
///
/// 提示信息
/// DialogResult
public static DialogResult Error(string text)
{
return XtraMessageBox.Show(text “错误“ MessageBoxButtons.OK MessageBoxIcon.Error);
}
///
/// 弹出错误提示信息
///
/// 所有者窗口句柄
/// 提示信息
/// DialogResult
public static DialogResult Error(IWin32Window owner string text)
{
return XtraMessageBox.Show(owner text “错误“ MessageBoxButtons.OK MessageBoxIcon.Error);
}
///
/// 弹出成功提示信息
///
/// 提示信息
/// DialogResult
public static DialogResult Sucess(string text)
{
return XtraMessageBox.Show(text “成功“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
///
/// 弹出成功提示信息
///
/// 所有者窗口句柄
/// 提示信息
/// DialogResult
public static DialogResult Sucess(IWin32Window owner string text)
{
return XtraMessageBox.Show(owner text “成功“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
///
/// 弹出警告提示信息
///
/// 提示信息
/// DialogResult
public static DialogResult Warning(string text)
{
return XtraMessageBox.Show(text “警告“ MessageBoxButtons.OK MessageBoxIcon.Wa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-11-24 09:59 二维码\
目录 0 2017-11-24 10:00 二维码\dll\
文件 1545728 2017-09-11 16:25 二维码\dll\SkinGridGreen.dll
文件 6209536 2013-09-12 14:46 二维码\dll\ThoughtWorks.QRCode.dll
目录 0 2017-11-24 10:34 二维码\二维码\
文件 8290 2017-11-24 10:05 二维码\二维码\MsgBox.cs
文件 1464 2017-11-24 09:30 二维码\二维码\Program.cs
目录 0 2017-11-24 09:42 二维码\二维码\Properties\
文件 1448 2017-11-24 09:22 二维码\二维码\Properties\AssemblyInfo.cs
文件 3238 2017-11-24 10:34 二维码\二维码\Properties\Resources.Designer.cs
文件 6217 2017-11-24 10:34 二维码\二维码\Properties\Resources.resx
文件 1096 2017-11-24 09:22 二维码\二维码\Properties\Settings.Designer.cs
文件 249 2017-11-24 09:22 二维码\二维码\Properties\Settings.settings
文件 390 2017-11-24 11:06 二维码\二维码\Properties\licenses.licx
目录 0 2017-11-24 10:34 二维码\二维码\Resources\
文件 12637 2017-11-24 10:34 二维码\二维码\Resources\我的二维码.jpg
文件 30177 2017-11-24 10:59 二维码\二维码\XtraForm1.Designer.cs
文件 6829 2017-11-24 11:05 二维码\二维码\XtraForm1.cs
文件 5817 2017-11-24 10:59 二维码\二维码\XtraForm1.resx
目录 0 2017-11-24 09:30 二维码\二维码\bin\
目录 0 2017-11-24 10:03 二维码\二维码\bin\Debug\
文件 1545728 2017-09-11 16:25 二维码\二维码\bin\Debug\SkinGridGreen.dll
文件 6209536 2013-09-12 14:46 二维码\二维码\bin\Debug\ThoughtWorks.QRCode.dll
文件 37376 2017-11-24 11:06 二维码\二维码\bin\Debug\二维码.exe
文件 38400 2017-11-24 11:06 二维码\二维码\bin\Debug\二维码.pdb
文件 11600 2017-11-24 11:10 二维码\二维码\bin\Debug\二维码.vshost.exe
目录 0 2017-11-24 11:13 二维码\二维码\bin\Release\
目录 0 2017-11-24 09:22 二维码\二维码\obj\
目录 0 2017-11-24 09:22 二维码\二维码\obj\x86\
目录 0 2017-11-24 11:06 二维码\二维码\obj\x86\Debug\
文件 2867 2017-11-24 09:22 二维码\二维码\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
............此处省略14个文件信息
相关资源
- 价值2k的H漫画小说系统
- Pythonamp;课堂amp;笔记(高淇amp;400;集第
- ddos压力测试工具99657
- UML建模大全
- 开源1A锂电池充电板TP4056原理图+PCB
- m1卡 ic卡可选择扇区初始化加密软件
- TSCC.exe
- FTP课程设计(服务端+客户端)
- 计算机图形学 边填充算法实现代码
- 电力系统潮流计算程序集合
- oracle数据迁移项目实施方案
- Web Api 通过文件流 文件到本地
- Visio图标-最新最全的网络通信图标库
- Spire API文档
- OpenGL参考手册
- Python中Numpy库最新教程
- SPD博士V5.3.exe
- 直流无刷电机方波驱动 stm32 例程代码
- layui后台管理模板
- 仿知乎界面小程序源代码
- 云平台-阿里云详细介绍
- photoshop经典1000例
- scratch垃圾分类源码(最终版本).sb
- IAR ARM 7.8破解
- TI CCS V5.4 安装步骤及破解文件
- 松下plc FP-XH的驱动
- 局域网硬件信息收集工具
- 加快Windows XP操作系统开机速度
- 联想启天M4350 BIOS升级文件
- 操作系统教程课后答案华中科技大学
评论
共有 条评论