Commit aa7eca8
committed
Improve Copy, add Save commands to LVG
List_Var_Gui:
- Remove header
- Remove Clear button/function
- Move inline algorithm for generating a String of UPS information and variables out of the Btn_Clip click handler, and into its own function SerializeUPSData.
- Modify algorithm to use `StringBuilder` instead of string concatenations
- Modify Btn_Clip click subroutine to use standard .NET clipboard class instead of VB-specific class
- Add Exception handling for Clipboard set call, fixes #198
- Add new function to save UPS info to file, in case clipboard is not available (or user prefers)
- Add MessageBox alerts and visual error log lines for exceptions encountered in copy and save ops
- Update tab stops for Form
- Add ToolTip control and strings
- Add resource strings for localization
- Multilingual App Toolkit changing whitespace again1 parent b1c4c69 commit aa7eca8
File tree
17 files changed
+935
-368
lines changed- WinNUT_V2/WinNUT-Client
- MultilingualResources
- My Project
17 files changed
+935
-368
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
42 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
42 | 60 | | |
0 commit comments