diff --git a/Annotations/Custom_stamp/App.xaml b/Annotations/Custom_stamp/App.xaml new file mode 100644 index 0000000..12c8307 --- /dev/null +++ b/Annotations/Custom_stamp/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/Annotations/Custom_stamp/App.xaml.cs b/Annotations/Custom_stamp/App.xaml.cs new file mode 100644 index 0000000..4c4b785 --- /dev/null +++ b/Annotations/Custom_stamp/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace Custom_Stamp +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/Annotations/Custom_stamp/AssemblyInfo.cs b/Annotations/Custom_stamp/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/Annotations/Custom_stamp/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/Annotations/Custom_stamp/Custom_Stamp.slnx b/Annotations/Custom_stamp/Custom_Stamp.slnx new file mode 100644 index 0000000..07e0568 --- /dev/null +++ b/Annotations/Custom_stamp/Custom_Stamp.slnx @@ -0,0 +1,3 @@ + + + diff --git a/Annotations/Custom_stamp/Custom_stamp.csproj b/Annotations/Custom_stamp/Custom_stamp.csproj new file mode 100644 index 0000000..15e353e --- /dev/null +++ b/Annotations/Custom_stamp/Custom_stamp.csproj @@ -0,0 +1,12 @@ + + + + WinExe + + + + + + + + diff --git a/Annotations/Custom_stamp/Data/Approved.png b/Annotations/Custom_stamp/Data/Approved.png new file mode 100644 index 0000000..79d6257 Binary files /dev/null and b/Annotations/Custom_stamp/Data/Approved.png differ diff --git a/Annotations/Custom_stamp/Data/Input.pdf b/Annotations/Custom_stamp/Data/Input.pdf new file mode 100644 index 0000000..45e5cb8 Binary files /dev/null and b/Annotations/Custom_stamp/Data/Input.pdf differ diff --git a/Annotations/Custom_stamp/MainWindow.xaml b/Annotations/Custom_stamp/MainWindow.xaml new file mode 100644 index 0000000..1bbfbec --- /dev/null +++ b/Annotations/Custom_stamp/MainWindow.xaml @@ -0,0 +1,19 @@ + + + + + + + + +