-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
227 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
Class MainWindow | ||
|
||
Private Sub btnNewFile_Click(sender As Object, e As RoutedEventArgs) | ||
If txtCode.Text <> "" Then | ||
If MessageBox.Show("Create a new file? All unsaved changes will be lost.", "", MessageBoxButton.YesNo, MessageBoxImage.Question) = MessageBoxResult.Yes Then | ||
txtCode.Clear() | ||
End If | ||
End If | ||
End Sub | ||
|
||
Private Sub btnSave_Click(sender As Object, e As RoutedEventArgs) | ||
|
||
End Sub | ||
|
||
Private Sub btnInput_Click(sender As Object, e As RoutedEventArgs) | ||
If tgbReturn.IsChecked = True Then | ||
txtCode.AppendText("DigiKeyboard.println("""");") | ||
Else | ||
txtCode.AppendText("DigiKeyboard.print("""");") | ||
End If | ||
End Sub | ||
|
||
Private Sub btnDelay_Click(sender As Object, e As RoutedEventArgs) | ||
txtCode.AppendText("DigiKeyboard.delay();") | ||
End Sub | ||
End Class |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 19 additions & 10 deletions
29
Automator/Automator/obj/Debug/Automator.vbproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator1.exe.config | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator1.exe | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator1.pdb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator1.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.vbprojResolveAssemblyReference.cache | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\MainWindow.g.vb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Application.g.vb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1_MarkupCompile.cache | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1_MarkupCompile.lref | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\MainWindow.baml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1.g.resources | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.Resources.resources | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.vbproj.GenerateResource.cache | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.vbproj.CoreCompileInputs.cache | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1.exe | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator1.pdb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\MaterialDesignColors.dll | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\MaterialDesignThemes.Wpf.dll | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Newtonsoft.Json.dll | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\MaterialDesignColors.pdb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\MaterialDesignThemes.Wpf.pdb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\MaterialDesignThemes.Wpf.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Newtonsoft.Json.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Application.baml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.vbproj.CopyComplete | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator.exe.config | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator.exe | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator.pdb | ||
C:\Users\me\source\repos\Automator\Automator\Automator\bin\Debug\Automator.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator_MarkupCompile.cache | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator_MarkupCompile.lref | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.g.resources | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.exe | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.xml | ||
C:\Users\me\source\repos\Automator\Automator\Automator\obj\Debug\Automator.pdb |
Binary file modified
BIN
+62.6 KB
(530%)
Automator/Automator/obj/Debug/Automator.vbprojResolveAssemblyReference.cache
Binary file not shown.
Binary file modified
BIN
+439 Bytes
(110%)
Automator/Automator/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="MaterialDesignColors" version="1.1.3" targetFramework="net45" /> | ||
<package id="MaterialDesignThemes" version="2.4.0.1044" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" /> | ||
</packages> |