摘要:private System.ComponentModel.Container components = null;private Microsoft.Ink.InkOverlay m_InkOverlay;private System.Windows.Forms.GroupBox groupBox1;private System.Windows.Forms.RadioButton InkIt;private System.Windows.Forms.RadioButton DelIt;private System.Windows.Forms.RadioButton SelectIt;priv
阅读全文
摘要:/// /// 初始left距离 /// int initx = 0; /// /// 初始top距离 /// int inity = 0; /// /// 初始left距离 /// int initx1 = 0; /// /// 初始top距离 /// int inity1 = 0; /// /// 界面初始化 /// public WriteForm() { InitializeComponent(); initx = this.Left; inity = this.Top; initx1 = form2.Left; inity1 = form2.Top; SetSt...
阅读全文
摘要:Cursor myCursor = new Cursor(Cursor.Current.Handle); System.Resources.ResourceManager rs = new System.Resources.ResourceManager(typeof(form)); rs.GetObject("pen"); string appPath = System.IO.Directory.GetCurrentDirectory(); IntPtr colorCursorHandle = LoadCursorFromFile(appPath + "鼠标图标
阅读全文