Skip to content

Commit

Permalink
Merge pull request #1 from asankaSovis/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
asankaSovis committed Oct 17, 2022
2 parents 5e8024c + d3adf32 commit 87bdd89
Show file tree
Hide file tree
Showing 56 changed files with 281 additions and 218 deletions.
1 change: 1 addition & 0 deletions Muragala Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}"; ValueType: string; Value
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\{#MyAppExeName},0"
Root: HKA; Subkey: "Software\Classes\{#MyAppAssocKey}\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""
Root: HKA; Subkey: "Software\Classes\Applications\{#MyAppExeName}\SupportedTypes"; ValueType: string; ValueName: ".myp"; ValueData: ""
Root: HKCU; Subkey: "Environment"; ValueType:string; ValueName: "Path"; ValueData: {commonpf64}\{#MyAppName}; Flags: preservestringtype

[Icons]
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Expand Down
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions password-manager-CSharpGUI/password-manager-CSharpGUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Debug|Any CPU.Build.0 = Release|Any CPU
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7FFE39B-C62C-4DA0-B06B-BAE6D72BFE5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ public void SetIcons(Image[] _checkIcons)
checkIcons = _checkIcons;
}

public string Text()
public new string Text()
{
return lblString.Text;
}

public void Text(string text)
public new void Text(string text)
{
lblString.Text = text;
}
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class PasswordGenerator : UserControl
// 20: Strong, 21: Very strong
string[] text = new string[22]; // Display text strings

int passwordLength = 12;
int passwordLength = 1;
int[] lengthRange = { 0, 32 };

// Colour pallette of the meter
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 87bdd89

Please sign in to comment.