枚举
摘要: //定义type Colors = (Red, Yellow, Green, Cyan, Blue, Violet); Suit = (Club, Diamond, Heart, Spade);//举例:type Colors = (Red, Yellow, Green, Cyan, Blue, Violet);var C: Colors;begin C := Red; ShowMes...
阅读全文
posted @
2007-11-30 18:00 万一 阅读(2426) |
评论 (6) 编辑
标记汉语拼音
摘要: 这是万一的博客Zhe Shi Wan Yi De Bo Ke//代码(只在IE下有效):这是万一的博客Zhe Shi Wan Yi De Bo Ke
阅读全文
posted @
2007-11-27 16:27 万一 阅读(1278) |
评论 (0) 编辑
防止程序重复执行的单元
摘要: //工程引用此单元就能防止同时出现多个实例unit MultInst;interfaceuses Windows ,Messages, SysUtils, Classes, Forms;implementationconst STR_UNIQUE = '{2BE6D96E-827F-4BF9-B33E-8740412CDE96}'; MI_ACTIVEAPP = 1; {激活应用程序} MI_...
阅读全文
posted @
2007-11-21 13:38 万一 阅读(3391) |
评论 (12) 编辑