登录
首页 » C# » 联系人管理实例源码下载

联系人管理实例源码下载

于 2014-07-29 发布
0 193
下载积分: 1 下载次数: 0

代码说明:

联系人管理实例源码下载

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • html 视频音频播放插件 实例源码下载(jplayer)
    html 视频音频播放插件 实例源码下载(jplayer)
    2015-03-24下载
    积分:1
  • sina授权登录
    sina授权登录
    2014-03-31下载
    积分:1
  • C# 通过正则表达式 从网页中 提取Email 示例源码下载
    从网页中 提取Email
    2013-09-28下载
    积分:1
  • MVC+EF+架构设计 实例源码
    整个项目主要采用三层架构,面向接口的编程方式。界面层:User Interface  CinDou.Web主要放我们的Web页面,CinDou.Route主要放置MVC中Controller,这里我采用把Controller分离出来。个人考虑的原因是:项目比较清晰,职责比较单一。逻辑层:Business Logic Layer  CinDou.BFactory 是逻辑工厂层,用于创建逻辑层的接口,便于界面层调用。CinDou.IBLL 逻辑接口层CinDou.BLL 逻辑业务层 主要负责逻辑层中的业务。CinDou.Model 逻辑业务类数据库层:Data Accss LayerCinDou.DFacoty:数据工厂层,用于创建数据库层的接口,从而让逻辑层调用CinDou.IDAL : 数据库接口层CinDou.DAL : 数据库持久层CinDou.EFramework: Entity Framework层工具层:ToolKitCinDou.Tools 常用的工具类方法层Component :控件层
    2015-07-16下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • QQ所有图标图片资源下载(含gft文件以及jpg文件)
    QQ所有图标图片资源下载(含gft文件以及jpg文件)
    2015-04-20下载
    积分:1
  • Visual C++ 2013入门经典 中文第7版 完整版 pdf + 源码
    Visual C 2013入门经典 中文第7版 完整版 pdf 源码 Gerald M Weinberg编著,韩江、陈玉翻译,电子工业出版社出版
    2019-07-21下载
    积分:1
  • c# 给图片添加文字水印 实例源码下载
    c# 给图片添加文字水印 实例源码下载
    2015-01-07下载
    积分:1
  • html解析-AngleSharp
    html解析-AngleSharp
    2015-02-26下载
    积分:1
  • C# POP3接收邮件程序
    C# POP3接收邮件程序
    2015-02-04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载