PowerToys/src/modules/powerrename/PowerRenameUILib
Niels Laute d2c6148662
[PowerRename] Resolve UI focus issue (#14605)
* UI tweaks

* Fixed 0 margins

* Fixed height for button

* Update MainWindow.xaml
2021-11-24 18:45:31 +00:00
..
Assets [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
Strings/en-us [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
app.base.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.idl [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
App.xaml [PowerRename] Resolve UI focus issue (#14605) 2021-11-24 18:45:31 +00:00
ExplorerItem.cpp [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
ExplorerItem.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
ExplorerItem.idl [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
LocProject.json [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
MainWindow.cpp [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.idl [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
MainWindow.xaml [PowerRename] Resolve UI focus issue (#14605) 2021-11-24 18:45:31 +00:00
Package.appxmanifest [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
packages.config [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PatternSnippet.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PatternSnippet.h [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PatternSnippet.idl [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
pch.cpp [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
pch.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
placeholder.exe [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PowerRenameUILib.filters [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
PowerRenameUILib.vcxproj [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
PropertySheet.props [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
readme.txt [PowerRename] Fluent UX (#13678) 2021-10-25 14:40:19 +01:00
UIUpdates.cpp [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00
UIUpdates.h [PowerRename] Tweak UI and fix performance issues (#14365) 2021-11-17 10:57:22 +01:00

========================================================================
    C++/WinRT PowerRenameUILib Project Overview
========================================================================

This project demonstrates how to get started writing XAML apps directly
with standard C++, using the C++/WinRT SDK component and XAML compiler 
support to generate implementation headers from interface (IDL) files.
These headers can then be used to implement the local Windows Runtime 
classes referenced in the app's XAML pages.

Steps:
1. Create an interface (IDL) file to define any local Windows Runtime 
    classes referenced in the app's XAML pages.
2. Build the project once to generate implementation templates under 
    the "Generated Files" folder, as well as skeleton class definitions 
    under "Generated Files\sources".  
3. Use the skeleton class definitions for reference to implement your
    Windows Runtime classes.

========================================================================
Learn more about C++/WinRT here:
http://aka.ms/cppwinrt/
========================================================================