摘要: public class CheckBoxTemplate : ITemplate { private string mField=""; private int mIndex=-1; public CheckBoxTemplate(string _field) { mField=_field; ... 阅读全文
posted @ 2006-12-21 01:54 Hawk_Yuan 阅读(221) 评论(0) 推荐(0) 编辑
摘要: function SelectAll() { for(i=0;i <window.document.forms[0].length;i++) if(window.document.forms[0].elements[i].type.toString()='checkbox' window.document.forms[0].elements[i].checked='true... 阅读全文
posted @ 2006-12-21 01:46 Hawk_Yuan 阅读(622) 评论(0) 推荐(0) 编辑
摘要: private void SetParameters (float startValue, float endValue, int discreteValue1, int discreteValue2, int minValue,int maxValue){ // 宣告必要的變數 ParameterDiscreteValue discreteParam = new Paramete... 阅读全文
posted @ 2006-12-21 01:42 Hawk_Yuan 阅读(224) 评论(0) 推荐(0) 编辑