| | |
| | | CommonProp.Owner = this; |
| | | CommonProp.Init(); |
| | | |
| | | //this.cbMetaType.ItemsSource= GetMetaTypes(); |
| | | //this.cbMetaType.SelectedIndex= 0; |
| | | this.btnLoad.IsEnabled = false; |
| | | this.btnImport.IsEnabled = false; |
| | | |
| | |
| | | LogOut.Info("************ 应用程序启动成功! ************"); |
| | | } |
| | | |
| | | private List<MetaType> GetMetaTypes() |
| | | { |
| | | List<MetaType> list = new List<MetaType>(); |
| | | list.Add(new MetaType("默认")); |
| | | list.Add(new MetaType("数字正射影像图")); |
| | | list.Add(new MetaType("数字高程模型")); |
| | | list.Add(new MetaType("单波段栅格数据")); |
| | | list.Add(new MetaType("多光谱栅格数据")); |
| | | list.Add(new MetaType("高光谱栅格数据")); |
| | | list.Add(new MetaType("矢量图层")); |
| | | list.Add(new MetaType("三维模型")); |
| | | |
| | | return list; |
| | | } |
| | | |
| | | // 设置 |
| | | private void Login_MouseLeftButtonDown(object sender, RoutedEventArgs e) |
| | | { |