摘要: 在控制台转到目录D:\Program Files\DevExpress 2010.2\Components\Tools(安装目录)下,执行下面的命令:ToolboxCreator.exe /ini:toolboxcreator.ini如果要删除:ToolboxCreator.exe /ini:toolboxcreator.ini /remove 阅读全文
posted @ 2012-04-12 10:10 寒門飛雪 阅读(432) 评论(0) 推荐(0)
摘要: 此操作界面可以實現的功能如下:1. 可以將左邊窗體中選取數據移動到右邊窗體,並且在右邊窗體可以實現自動排序功能。2. 同樣可以將右邊的數據移動到左邊窗體,也可實現自動排序功能。3. 在左邊窗體和右邊窗體中可以實現全部選擇和全部取消的功能。4. 這些窗體在一些軟件當中是一些很基本的操作界面,其實現的功能也不是很複雜,其中在實現自動排序的過程中運用到了冒泡排序法。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using 阅读全文
posted @ 2011-10-13 08:46 寒門飛雪 阅读(189) 评论(0) 推荐(0)
摘要: 計算器程序是自己開始學習c#時自己編寫的一小程序,自己開始一直在摸索,在這其中也遇到了很多問題,比如正負號的問題,清零的操作等等。后來在同事的幫忙下順利完成了。畫面有些粗糙,望大家見諒哈~~~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;namespace WindowsFormsApplic 阅读全文
posted @ 2011-10-12 18:05 寒門飛雪 阅读(235) 评论(0) 推荐(0)