
ProductManager
文章平均质量分 79
美好晨光
专业:计算机软件
展开
-
FormProductCheck.Designer.cs
namespace ProductManager{ partial class FormProductCheck { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null;原创 2009-12-01 21:55:00 · 363 阅读 · 0 评论 -
ExtensionMethod.cs
using System;using System.Data;using System.Data.SqlClient;using System.Drawing;using System.Linq;using System.Text.RegularExpressions;using System.Windows.Forms;using Excel = Microsoft.原创 2010-01-01 00:09:00 · 397 阅读 · 0 评论 -
ProductManager.sql
use mastergoif DB_ID(ProductSet) is not null --判断指定的数据库是否存在 drop database ProductSetgocreate database ProductSetgouse ProductSetgocreate table UserLogin --用户表(UserID varchar(10) constraint PK_User原创 2009-12-01 21:59:00 · 502 阅读 · 0 评论 -
Client.designer.cs
namespace ProductManager.Model{ using System; using System.ComponentModel; using System.Data.Linq.Mapping; [Table(Name = "dbo.Client")] public partial class Client : INotifyPropertyCh原创 2009-12-01 21:59:00 · 445 阅读 · 0 评论 -
DBConnection.cs
using System;using System.Data.SqlClient;using System.ServiceProcess;using System.Windows.Forms;namespace ProductManager{ static class DBConnection { private static SqlConnection sql;原创 2009-12-01 21:56:00 · 420 阅读 · 0 评论 -
FormProductCheck.cs
using System;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Windows.Forms;namespace ProductManager{ public partial class FormProductCheck : Form { private原创 2009-12-01 21:54:00 · 377 阅读 · 0 评论 -
FormWorker.Designer.cs
namespace ProductManager{ partial class FormWorker { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; //原创 2009-12-01 21:52:00 · 703 阅读 · 0 评论 -
FormWorker.cs
using System;using System.Data;using System.Data.SqlClient;using System.IO;using System.Linq;using System.Windows.Forms;namespace ProductManager{ public partial class FormWorker : Form {原创 2009-12-01 21:50:00 · 708 阅读 · 0 评论 -
FormProduct.Designer.cs
namespace ProductManager{ partial class FormProduct { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /原创 2009-12-01 21:48:00 · 383 阅读 · 0 评论 -
FormProduct.cs
using System;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Windows.Forms;namespace ProductManager{ public partial class FormProduct : Form { #region 自定义属性原创 2009-12-01 21:47:00 · 438 阅读 · 0 评论 -
FormMain.Designer.cs
namespace ProductManager{ partial class FormMain { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) {原创 2009-12-01 21:46:00 · 519 阅读 · 0 评论 -
FormMain.cs
using System;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace ProductManager{ public partial class FormMain : Form { #region 自定义对象 pr原创 2009-12-01 21:44:00 · 636 阅读 · 0 评论 -
FormLogin.cs
using System;using System.Windows.Forms;using ProductManager.Model;using Microsoft.Win32;namespace ProductManager{ public partial class FormLogin : Form { #region 自定义对象 private U原创 2009-12-01 21:43:00 · 458 阅读 · 0 评论 -
ProductSet.cs
using System.Data.Linq;using System.Data.Linq.Mapping;using System.Data.SqlClient;using System.Reflection;namespace ProductManager.Model{ /* *声明一个强类型化的 DataContext 将所有 Table 集合声明为上下文的成员。原创 2009-12-01 21:58:00 · 455 阅读 · 0 评论 -
DBTable.cs
using System;using System.Data;namespace ProductManager{ static class DBTable { private static DataSet dataSet; private static DataTable worker, provider, product, productBuy, pr原创 2009-12-01 21:57:00 · 434 阅读 · 0 评论 -
FormClient.cs
using System;using System.ComponentModel;using System.Data.Linq;using System.Linq;using System.Windows.Forms;using ProductManager.Model;namespace ProductManager{ public partial class FormClient :原创 2010-01-01 00:16:00 · 514 阅读 · 0 评论