Skip to content

Commit

Permalink
Improved UI so that it didn't change position when resizing, or in ot…
Browse files Browse the repository at this point in the history
…her words, matched the initial size to use the resizing calculation.

No release for this change, not big enough
  • Loading branch information
40163650 committed Feb 26, 2023
1 parent 617be03 commit 49cd692
Show file tree
Hide file tree
Showing 84 changed files with 1,659 additions and 40 deletions.
Binary file modified .vs/ProjectEvaluation/songanalyser.metadata.v5.1
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/songanalyser.projects.v5.1
Binary file not shown.
Binary file modified .vs/SongAnalyser/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .vs/SongAnalyser/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/SongAnalyser/v17/.suo
Binary file not shown.
3 changes: 2 additions & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<History>True|2022-06-28T10:48:15.1521704Z;True|2022-05-28T23:25:28.5880553+01:00;True|2022-05-20T15:39:16.7593643+01:00;True|2022-05-19T11:51:33.2028250+01:00;True|2022-05-18T23:25:52.5439790+01:00;True|2022-05-17T22:40:34.9974871+01:00;False|2022-05-17T22:40:07.0001215+01:00;True|2022-05-17T22:35:55.7124069+01:00;False|2022-05-17T22:35:40.7185512+01:00;True|2022-05-17T22:30:40.3887842+01:00;False|2022-05-17T22:29:42.4052652+01:00;True|2022-05-17T22:24:01.6030290+01:00;</History>
<History>True|2023-02-26T02:20:41.4518513Z;True|2023-02-26T02:08:54.4115132+00:00;True|2023-02-26T01:45:56.3187653+00:00;False|2023-02-26T01:45:47.6956226+00:00;True|2023-02-26T01:41:45.5062380+00:00;True|2023-02-26T01:39:30.6417546+00:00;True|2023-02-26T01:35:07.6457339+00:00;True|2022-06-28T11:48:15.1521704+01:00;True|2022-05-28T23:25:28.5880553+01:00;True|2022-05-20T15:39:16.7593643+01:00;True|2022-05-19T11:51:33.2028250+01:00;True|2022-05-18T23:25:52.5439790+01:00;True|2022-05-17T22:40:34.9974871+01:00;False|2022-05-17T22:40:07.0001215+01:00;True|2022-05-17T22:35:55.7124069+01:00;False|2022-05-17T22:35:40.7185512+01:00;True|2022-05-17T22:30:40.3887842+01:00;False|2022-05-17T22:29:42.4052652+01:00;True|2022-05-17T22:24:01.6030290+01:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
14 changes: 7 additions & 7 deletions Results.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Results.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ private void Results_FormClosing(object sender, FormClosingEventArgs e)

// Called twice when resizing both width and height
// Even occurs for file explorer, I wouldn't worry about it
Point buttonRefreshLoc = new(25, 804); // Allocate once
Point buttonOpenLoc = new(106, 804);
Point buttonPlayLoc = new(216, 804);
Point buttonBackLoc = new(324, 804);
Point labelTracksLoc = new(405, 808);
Point buttonRefreshLoc = new(25, 815); // Allocate once
Point buttonOpenLoc = new(106, 815);
Point buttonPlayLoc = new(216, 815);
Point buttonBackLoc = new(324, 815);
Point labelTracksLoc = new(405, 819);
private void Results_Resize(object sender, EventArgs e)
{
lvResults.Width = Width - 75;
Expand Down
Binary file added bin/Debug/net6.0-windows/NAudio.Asio.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.Core.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.Midi.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.Vorbis.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.Wasapi.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.WinForms.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.WinMM.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NAudio.dll
Binary file not shown.
Binary file added bin/Debug/net6.0-windows/NVorbis.dll
Binary file not shown.
231 changes: 230 additions & 1 deletion bin/Debug/net6.0-windows/SongAnalyser.deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,144 @@
".NETCoreApp,Version=v6.0": {
"SongAnalyser/1.0.0": {
"dependencies": {
"NAudio": "2.1.0",
"NAudio.Vorbis": "1.5.0",
"NVorbis": "0.10.5",
"Newtonsoft.Json": "13.0.1"
},
"runtime": {
"SongAnalyser.dll": {}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.Win32.Registry/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"NAudio/2.1.0": {
"dependencies": {
"NAudio.Asio": "2.1.0",
"NAudio.Core": "2.1.0",
"NAudio.Midi": "2.1.0",
"NAudio.Wasapi": "2.1.0",
"NAudio.WinForms": "2.1.0",
"NAudio.WinMM": "2.1.0"
},
"runtime": {
"lib/net6.0-windows7.0/NAudio.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.Asio/2.1.0": {
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"NAudio.Core": "2.1.0"
},
"runtime": {
"lib/netstandard2.0/NAudio.Asio.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.Core/2.1.0": {
"runtime": {
"lib/netstandard2.0/NAudio.Core.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.Midi/2.1.0": {
"dependencies": {
"NAudio.Core": "2.1.0"
},
"runtime": {
"lib/netstandard2.0/NAudio.Midi.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.Vorbis/1.5.0": {
"dependencies": {
"NAudio.Core": "2.1.0",
"NVorbis": "0.10.5"
},
"runtime": {
"lib/netstandard2.0/NAudio.Vorbis.dll": {
"assemblyVersion": "1.5.0.0",
"fileVersion": "1.5.0.0"
}
}
},
"NAudio.Wasapi/2.1.0": {
"dependencies": {
"NAudio.Core": "2.1.0"
},
"runtime": {
"lib/netstandard2.0/NAudio.Wasapi.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.WinForms/2.1.0": {
"dependencies": {
"NAudio.WinMM": "2.1.0"
},
"runtime": {
"lib/netcoreapp3.1/NAudio.WinForms.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"NAudio.WinMM/2.1.0": {
"dependencies": {
"Microsoft.Win32.Registry": "4.7.0",
"NAudio.Core": "2.1.0"
},
"runtime": {
"lib/netstandard2.0/NAudio.WinMM.dll": {
"assemblyVersion": "2.1.0.0",
"fileVersion": "2.1.0.0"
}
}
},
"Newtonsoft.Json/13.0.1": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "13.0.0.0",
"fileVersion": "13.0.1.25517"
}
}
}
},
"NVorbis/0.10.5": {
"dependencies": {
"System.Memory": "4.5.3",
"System.ValueTuple": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/NVorbis.dll": {
"assemblyVersion": "0.10.5.0",
"fileVersion": "0.10.5.0"
}
}
},
"System.Memory/4.5.3": {},
"System.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"System.Security.Principal.Windows/4.7.0": {},
"System.ValueTuple/4.5.0": {}
}
},
"libraries": {
Expand All @@ -30,12 +154,117 @@
"serviceable": false,
"sha512": ""
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
"path": "microsoft.win32.registry/4.7.0",
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
},
"NAudio/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-iamDtIq4Tcq6BDEMatX7Wj6KI7rscECS72ZejjnL9RK8BgfrVRH2RlhlQVNxXNp9Up1eFESEiCILNBo7//Rr0g==",
"path": "naudio/2.1.0",
"hashPath": "naudio.2.1.0.nupkg.sha512"
},
"NAudio.Asio/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YMXffgqPTsQIjmXYyzLrXSpQZzC7ZH49mmdXaPW3o/5S+AhFKZeOrwUA2fkvphQdGhryObbZnPAq+u8uABkH5A==",
"path": "naudio.asio/2.1.0",
"hashPath": "naudio.asio.2.1.0.nupkg.sha512"
},
"NAudio.Core/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0iowfmolibU4KxjaC/s7lox/BeDg76UVvXtCuCzRiNpylVndqsxXxp+bVWFrpv0KzQDIKLxZrnDmYENlAI0u9g==",
"path": "naudio.core/2.1.0",
"hashPath": "naudio.core.2.1.0.nupkg.sha512"
},
"NAudio.Midi/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-m2ZunnyZ1p7OoAMh1scHRVle+GiFuIRrzkcxZJREUFHje8O2hcMGya3ZAjD+dV2FTcrbqNQUc4kJy9LOTuydUw==",
"path": "naudio.midi/2.1.0",
"hashPath": "naudio.midi.2.1.0.nupkg.sha512"
},
"NAudio.Vorbis/1.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-llJMmUnFf0FGf4G1FKNftxt+Vc1CvBCSul0Ugbv/RahGbpKF2p+ujSEJHybPjl9b4FjbK8O2vRFIcRGcVfAooA==",
"path": "naudio.vorbis/1.5.0",
"hashPath": "naudio.vorbis.1.5.0.nupkg.sha512"
},
"NAudio.Wasapi/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Zp/8l79aYQEu7/HfzXWVpqyIwRUPgsvCj/Qx+pR6ykJxvwjqOoUfMiEG9US1wW4d7PEzT5ZBIL+cp90t6HNNiw==",
"path": "naudio.wasapi/2.1.0",
"hashPath": "naudio.wasapi.2.1.0.nupkg.sha512"
},
"NAudio.WinForms/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-yoGCLidMVQmg66dNuEYusY1bttZJ5gxvufxRYFgxIw444dw4C70YsDgLeDugPd0rdwkSCQq5CtrVw6DSmxTxPA==",
"path": "naudio.winforms/2.1.0",
"hashPath": "naudio.winforms.2.1.0.nupkg.sha512"
},
"NAudio.WinMM/2.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-lUU5C+XNzKhFUIEafA/nJpbtjksFtbUd033fs27KeHlOM0r6rQFF3l75dqxg+rWkGu81MfkBbYrNpH9p8qmtBA==",
"path": "naudio.winmm/2.1.0",
"hashPath": "naudio.winmm.2.1.0.nupkg.sha512"
},
"Newtonsoft.Json/13.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
"path": "newtonsoft.json/13.0.1",
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
},
"NVorbis/0.10.5": {
"type": "package",
"serviceable": true,
"sha512": "sha512-o+IptCG4Avze39HrGeztC+xIp6fOOwGVAwkoa1J++4Ji1WmZ+KIKlFl5wsgxsXqBkmdpfs/vFSUproiLKYa2bw==",
"path": "nvorbis/0.10.5",
"hashPath": "nvorbis.0.10.5.nupkg.sha512"
},
"System.Memory/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
"path": "system.memory/4.5.3",
"hashPath": "system.memory.4.5.3.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.ValueTuple/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==",
"path": "system.valuetuple/4.5.0",
"hashPath": "system.valuetuple.4.5.0.nupkg.sha512"
}
}
}
Binary file modified bin/Debug/net6.0-windows/SongAnalyser.dll
Binary file not shown.
Binary file modified bin/Debug/net6.0-windows/SongAnalyser.pdb
Binary file not shown.
Binary file modified bin/Release/net6.0-windows/SongAnalyser.dll
Binary file not shown.
Binary file modified bin/Release/net6.0-windows/SongAnalyser.pdb
Binary file not shown.
Binary file modified bin/Release/net6.0-windows/publish/win-x64/SongAnalyser.exe
Binary file not shown.
Binary file modified bin/Release/net6.0-windows/publish/win-x64/SongAnalyser.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added bin/Release/net6.0-windows/win-x64/NAudio.dll
Binary file not shown.
Binary file added bin/Release/net6.0-windows/win-x64/NVorbis.dll
Binary file not shown.
Loading

0 comments on commit 49cd692

Please sign in to comment.