winform语句
文章平均质量分 79
WangBurn
这个作者很懒,什么都没留下…
展开
-
绑定数据显示到 GridView
public void DrugCategoryInit() { dgvDrugCategoryList.Rows.Clear(); int DrugCategoryCode=0; //初始化数据 if (txbDrugCategory原创 2016-08-29 11:51:41 · 559 阅读 · 0 评论 -
spell拼音码的写法及语句
namespace DrugSaleSystem.Components{ using System; using System.Text; public sealed class Spell { #region 字段和属性 //拼音代码表 readonly static string[] _spellMusicCo原创 2016-09-02 13:40:35 · 2446 阅读 · 0 评论 -
绑定数据 获取值,修改,新增 。记录日志及 获取拼音码及键 回车换行
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;using DrugSaleSy原创 2016-08-31 16:55:16 · 473 阅读 · 0 评论 -
界面对应字段,绑定数据到gridview 显示 及删除功能 窗体事件 分页及键
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;using DevCompone原创 2016-08-31 16:50:49 · 855 阅读 · 0 评论 -
增加 修改,装载状态(父品类)
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;using DrugSaleSy原创 2016-08-30 09:50:18 · 507 阅读 · 0 评论 -
三层及winform前台页面 XmlHelper.cs Sqlhelper.cs AbstractSqlHelper.cs Com.cs 分页控件的后台代码
using System;namespace TSMS.Model{ /// /// 描述员工的在职状态 /// [Serializable] public partial class tb_potential { public tb_potential() {} #region Model private int _po原创 2015-09-13 09:50:55 · 1049 阅读 · 0 评论 -
SqlHelper
using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.IO;using System.Reflection;using System.Runtime.Serializ原创 2015-11-05 11:44:28 · 438 阅读 · 0 评论 -
三层架构
Model层using System;namespace TSMS.Model{ /// /// 描述员工的在职状态 /// [Serializable] public partial class tb_potential { public tb_potential() {} #region Model private int _原创 2015-11-05 11:47:39 · 583 阅读 · 0 评论 -
XmlHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml;namespace TSMS.Common{ public class XmlHelper { #region 对节点操作原创 2015-11-05 11:51:30 · 442 阅读 · 0 评论 -
AbstractSqlHelper
using System;using System.Collections.Generic;using System.Data.SqlClient;using System.Linq;using System.Text;using System.Data;using System.Data.Common;using System.Configuration;原创 2015-11-05 11:52:45 · 716 阅读 · 0 评论 -
变量,常量,引用类型,值类型,枚举类型, 值类型和引用类型的简单区别,类型转换,装箱与拆箱
变量using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace BianLiang{ class Program { static void Main(string[] args) {原创 2015-12-09 22:11:48 · 1194 阅读 · 0 评论 -
表达式与运算符
表 达 式using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace BiaoDaShi{ class Program { static void Main(string[] args)原创 2015-12-09 22:14:10 · 473 阅读 · 0 评论 -
DAL层,新增一条分页查询语句 DepartmentName
/// /// 获取一个分页列表 /// /// 班次号 /// 门店编号 /// 是否同步 /// 班次开始日期 /// 班次结束日期 /// 每页记录数 /// 当前页码 /// public static Pag原创 2016-11-23 17:05:34 · 1062 阅读 · 0 评论