Gavin.han

致力于移动开发 技术改变生活

导航

2012年10月18日

摘要: winform项目一、贴图为快二、源码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 System.Threading;using System.Drawing.Drawing2D;namespace SimulatedClock{ /// <summary> /// a 阅读全文

posted @ 2012-10-18 22:39 gavin.han 阅读(267) 评论(0) 推荐(0) 编辑

摘要: winform应用程序一、贴图为快二、源码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 System.IO;using System.Threading;namespace FilesplitDemo{ /// <summary> /// author:hanjun . 阅读全文

posted @ 2012-10-18 22:23 gavin.han 阅读(359) 评论(0) 推荐(0) 编辑

摘要: 一.贴图为快二.知识点1.文本2.键盘1>自动隐藏,方法1:Did End on Exit事件,添加hideKeyboard方法,调用resignFirstResponder让让输入对象放弃其获取输入的权利; 方法2:(主要针对数字键盘)触摸背景来隐藏键盘。2>Keyboard属性,默认,Number Pad,Email Address等。3.按钮1>给按钮添加背景图片,在视图加载时设置,- (void)viewDidLoad{//在视图加载时设置按钮模板 UIImage *normalImage = [[UIImage imageNamed:@"whiteButt 阅读全文

posted @ 2012-10-18 11:40 gavin.han 阅读(310) 评论(0) 推荐(0) 编辑