From 8ceae370cc25f78f1934c65046d380d90387aae4 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 29 Apr 2019 16:34:09 -0700 Subject: [PATCH] Add WPF app skeleton Just some XAML for the main work area. --- SourceGenWPF/App.config | 6 + SourceGenWPF/App.xaml | 24 ++ SourceGenWPF/App.xaml.cs | 30 +++ SourceGenWPF/ProjWin/MainWindow.xaml | 247 ++++++++++++++++++ SourceGenWPF/ProjWin/MainWindow.xaml.cs | 45 ++++ SourceGenWPF/Properties/AssemblyInfo.cs | 55 ++++ SourceGenWPF/Properties/Resources.Designer.cs | 62 +++++ SourceGenWPF/Properties/Resources.resx | 117 +++++++++ SourceGenWPF/Properties/Settings.Designer.cs | 26 ++ SourceGenWPF/Properties/Settings.settings | 7 + SourceGenWPF/Res/Logo.png | Bin 0 -> 350770 bytes SourceGenWPF/SourceGenWPF.csproj | 102 ++++++++ WorkBench.sln | 6 + 13 files changed, 727 insertions(+) create mode 100644 SourceGenWPF/App.config create mode 100644 SourceGenWPF/App.xaml create mode 100644 SourceGenWPF/App.xaml.cs create mode 100644 SourceGenWPF/ProjWin/MainWindow.xaml create mode 100644 SourceGenWPF/ProjWin/MainWindow.xaml.cs create mode 100644 SourceGenWPF/Properties/AssemblyInfo.cs create mode 100644 SourceGenWPF/Properties/Resources.Designer.cs create mode 100644 SourceGenWPF/Properties/Resources.resx create mode 100644 SourceGenWPF/Properties/Settings.Designer.cs create mode 100644 SourceGenWPF/Properties/Settings.settings create mode 100644 SourceGenWPF/Res/Logo.png create mode 100644 SourceGenWPF/SourceGenWPF.csproj diff --git a/SourceGenWPF/App.config b/SourceGenWPF/App.config new file mode 100644 index 0000000..b50c74f --- /dev/null +++ b/SourceGenWPF/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SourceGenWPF/App.xaml b/SourceGenWPF/App.xaml new file mode 100644 index 0000000..7037803 --- /dev/null +++ b/SourceGenWPF/App.xaml @@ -0,0 +1,24 @@ + + + + + Consolas + + diff --git a/SourceGenWPF/App.xaml.cs b/SourceGenWPF/App.xaml.cs new file mode 100644 index 0000000..844f918 --- /dev/null +++ b/SourceGenWPF/App.xaml.cs @@ -0,0 +1,30 @@ +/* + * Copyright 2019 faddenSoft + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace SourceGenWPF { + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application { + } +} diff --git a/SourceGenWPF/ProjWin/MainWindow.xaml b/SourceGenWPF/ProjWin/MainWindow.xaml new file mode 100644 index 0000000..2d569b0 --- /dev/null +++ b/SourceGenWPF/ProjWin/MainWindow.xaml @@ -0,0 +1,247 @@ + + + + + + + + Ctrl+Shift+A + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +