/*
* Created by SharpDevelop.
* 编 制 员: 圣斗士
* 文 件: ListViewClass.cs
* 概 要: ListView基本功能
* 组成结构:
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
//1.ListView格线形式,并且可选
//this.lsvRecord.FullRowSelect = true;
//2.ListView带复选框的形式,不可选
//this.lsvRecord.CheckBoxes = true;
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using System.Windows.Forms;