摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace file{ /// <summary> /// FTP参数类 /// </summary> public class FtpParams { private static bool m_IsInit = false; private static string m_ServerIP = "127.0.0.1"; private static ... 阅读全文
posted @ 2013-05-31 11:39 之远 阅读(165) 评论(0) 推荐(0)
摘要: ///RadioGroup添加项public void intit() {esriGeoAnalysisSlopeEnum m_SlopeType1 = esriGeoAnalysisSlopeEnum.esriGeoAnalysisSlopeDegrees; esriGeoAnalysisSlopeEnum m_SlopeType2 = esriGeoAnalysisSlopeEnum.esriGeoAnalysisSlopePercentrise; DevExpress.XtraEditors.Controls.RadioGroup... 阅读全文
posted @ 2013-05-31 11:25 之远 阅读(1073) 评论(0) 推荐(0)