摘要: 1 2 3 4 5 6 ... 阅读全文
posted @ 2013-10-24 00:07 文刀三石 阅读(254) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-20 21:42 文刀三石 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1 8 9 10 11 12 13 14 15 16 17 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Net; 5 using System.Windows; 6 using System.Windows.Controls; 7 using System.Windows.Documents; 8 using System.Windows... 阅读全文
posted @ 2013-10-14 00:31 文刀三石 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 一、内联样式 点我二、页面样式 三、全局样式 四、文件样式(这种样式最为推荐,也是代码重用率最高的)新建一个字典文件,然后写如下代码引用它 阅读全文
posted @ 2013-10-14 00:24 文刀三石 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 一、Grid 最为常用二、StackPanel 最为重要的属性是Oritation三、Canvas 用坐标来指示空间的位置 点我 阅读全文
posted @ 2013-10-14 00:24 文刀三石 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1、以反斜杠开头的图片(Source=/images/DingosLogo.png)需要放在ClientBin目录下的相应文件夹中 2、不以反斜杠开头的图片(Source=images/DingosLogo.png)应该放在Silverlight 项目的目录下的相应文件夹里。 3、反斜杠开头的相对路径,代表的相对位置是应用程序运行的根目录,即.xap 压缩包内,若在这其中寻找不到要引用的 1、以反斜杠开头的图片(Source="/images/DingosLogo.png")需要放在ClientBin目录下的相应文件夹中 2、不以反斜杠开头的图片(Source=" 阅读全文
posted @ 2013-10-09 00:11 文刀三石 阅读(843) 评论(0) 推荐(0) 编辑
摘要: 1 //加载Mxd地图 2 public string OpenMxd() 3 { 4 string MxdPath = ""; 5 OpenFileDialog openMxd = new OpenFileDialog(); 6 openMxd.Title = "打开地图"; 7 openMxd.InitialDirectory = "E:"; 8 openMxd.Filter = "MapDocument (*.mxd)|*.mxd"... 阅读全文
posted @ 2013-10-07 11:36 文刀三石 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1 8 9 10 11 12 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32... 阅读全文
posted @ 2013-10-06 22:53 文刀三石 阅读(245) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-04 19:15 文刀三石 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-10-03 13:58 文刀三石 阅读(1) 评论(0) 推荐(0) 编辑