From cb2d49e0d279277fcaf6d919e3e0c29aaa8be424 Mon Sep 17 00:00:00 2001 From: PeterZhong Date: Thu, 5 Dec 2024 23:57:27 +0800 Subject: [PATCH] Query UI --- .../.idea/indexLayout.xml | 10 + GisDevelop_Exp/AttributeQuery.xaml | 28 +++ GisDevelop_Exp/AttributeQuery.xaml.cs | 190 ++++++++++++++++++ .../ExtentLocationQueryResultsWindow.xaml | 16 ++ .../ExtentLocationQueryResultsWindow.xaml.cs | 100 +++++++++ GisDevelop_Exp/GisDevelop_Exp.csproj | 15 ++ .../LocationQueryResultsWindow.xaml | 17 ++ .../LocationQueryResultsWindow.xaml.cs | 97 +++++++++ GisDevelop_Exp/MainWindow.xaml | 4 +- GisDevelop_Exp/MainWindow.xaml.cs | 98 ++++++++- GisDevelop_Exp/QueryResult.cs | 28 +++ GisDevelop_Exp/QueryResultWindow.xaml | 14 ++ GisDevelop_Exp/QueryResultWindow.xaml.cs | 69 +++++++ 13 files changed, 677 insertions(+), 9 deletions(-) create mode 100644 .idea/.idea.GisDevelop_Exp/.idea/indexLayout.xml create mode 100644 GisDevelop_Exp/AttributeQuery.xaml create mode 100644 GisDevelop_Exp/AttributeQuery.xaml.cs create mode 100644 GisDevelop_Exp/ExtentLocationQueryResultsWindow.xaml create mode 100644 GisDevelop_Exp/ExtentLocationQueryResultsWindow.xaml.cs create mode 100644 GisDevelop_Exp/LocationQueryResultsWindow.xaml create mode 100644 GisDevelop_Exp/LocationQueryResultsWindow.xaml.cs create mode 100644 GisDevelop_Exp/QueryResult.cs create mode 100644 GisDevelop_Exp/QueryResultWindow.xaml create mode 100644 GisDevelop_Exp/QueryResultWindow.xaml.cs diff --git a/.idea/.idea.GisDevelop_Exp/.idea/indexLayout.xml b/.idea/.idea.GisDevelop_Exp/.idea/indexLayout.xml new file mode 100644 index 0000000..c9bbc2f --- /dev/null +++ b/.idea/.idea.GisDevelop_Exp/.idea/indexLayout.xml @@ -0,0 +1,10 @@ + + + + + ../../GisDevelop + + + + + \ No newline at end of file diff --git a/GisDevelop_Exp/AttributeQuery.xaml b/GisDevelop_Exp/AttributeQuery.xaml new file mode 100644 index 0000000..d5c96d8 --- /dev/null +++ b/GisDevelop_Exp/AttributeQuery.xaml @@ -0,0 +1,28 @@ + + +