10 2013 档案

摘要:/* * Created by SharpDevelop. * User: Administrator * Date: 2013/10/23 * Time: 8:57 * author zibet */using System;using System.Net;using System.Windows.Forms;using System.Runtime.InteropServices;namespace SyncTime{ /// /// Description of MainForm. /// public partial class MainForm : Form { [Struc... 阅读全文
posted @ 2013-10-31 10:47 oszhouzhb 阅读(238) 评论(0) 推荐(0)
摘要:Class TBoundlabel not foundwhen you put a labeledit into a panel of CategoryPanel then you'll found..no need to worry,step1,put the labeledit into a panelstep2,put the panel into the panel of CategoryPanel.About Image ComponentImage1.Picture.LoadFromFile(OpenDialog1.FileName);// this can only lo 阅读全文
posted @ 2013-10-30 12:21 oszhouzhb 阅读(530) 评论(0) 推荐(0)