stuff
This commit is contained in:
18
Password Manager/MainForm.Designer.cs
generated
18
Password Manager/MainForm.Designer.cs
generated
@@ -31,9 +31,9 @@
|
||||
SearchBox = new TextBox();
|
||||
ResultList = new PasswordListBox();
|
||||
ProfileSelection = new ComboBox();
|
||||
addProfile = new Button();
|
||||
removeProfile = new Button();
|
||||
generatePassword = new Button();
|
||||
AddProfile = new Button();
|
||||
DeleteProfile = new Button();
|
||||
GeneratePassword = new Button();
|
||||
SuspendLayout();
|
||||
//
|
||||
// searchBox
|
||||
@@ -123,11 +123,11 @@
|
||||
|
||||
#endregion
|
||||
|
||||
protected override TextBox SearchBox { get; }
|
||||
protected override PasswordListBox ResultList { get; }
|
||||
protected override ComboBox ProfileSelection { get; }
|
||||
protected override Button AddProfile { get; }
|
||||
protected override Button DeleteProfile { get; }
|
||||
protected override Button GeneratePassword { get; }
|
||||
protected override TextBox SearchBox { get; set; }
|
||||
protected override PasswordListBox ResultList { get; set; }
|
||||
protected override ComboBox ProfileSelection { get; set; }
|
||||
protected override Button AddProfile { get; set; }
|
||||
protected override Button DeleteProfile { get; set; }
|
||||
protected override Button GeneratePassword { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user