摘要:
        阅读全文
        | 03 2013 档案
摘要:iPad塔防的防守兵的效果很炫,2个小时用WPF模拟了一个。效果图:关键代码: <Grid> <Grid.Background> <ImageBrush ImageSource="Koala.jpg"/> </Grid.Background> <Button Content="Button1" HorizontalAlignment="Left" Margin="187,107,0,0" VerticalAlignment="Top" Wid
        阅读全文
 
摘要:今天做GridControl中的全部选中,由于长时间没有做过了,两点让我好生郁闷。效果:1、关键点在最后一排Sex,其实按照以下写法会自动生成CheckBox DataTable dt = new DataTable(); DataColumn dataColumn = new DataColumn("Id", typeof(String)); dt.Columns.Add(dataColumn); dataColumn = new DataColumn("Name", typeof(String)); ...
        阅读全文
 
 |