1473 lines
54 KiB
C#
1473 lines
54 KiB
C#
namespace SimPas2_Windows
|
|
{
|
|
partial class SimPas2
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimPas2));
|
|
PasswordMenu = new TabControl();
|
|
passwordTab = new TabPage();
|
|
pwCopyLabel = new Label();
|
|
pwSearchTextbox = new TextBox();
|
|
pwSearchLabel = new Label();
|
|
pwDoneButton = new Button();
|
|
pwShowButton = new Button();
|
|
pwNotesTextbox = new TextBox();
|
|
pwPasswordTextbox = new TextBox();
|
|
pwUsernameTextbox = new TextBox();
|
|
pwNotesLabel = new Label();
|
|
pwPasswordLabel = new Label();
|
|
pwUsernameLabel = new Label();
|
|
pwWebsiteLabel = new Label();
|
|
pwEditButton = new Button();
|
|
pwCopyPasswordButton = new Button();
|
|
pwCopyUsernameButton = new Button();
|
|
pwDeleteButton = new Button();
|
|
pwAddButton = new Button();
|
|
pwWebsiteTextbox = new TextBox();
|
|
pwListbox = new ListBox();
|
|
otpTab = new TabPage();
|
|
otpSearchLabel = new Label();
|
|
otpSearchTextbox = new TextBox();
|
|
otpCountdownProgress = new ProgressBar();
|
|
otpCountdownLabel = new Label();
|
|
tabControl1 = new TabControl();
|
|
otpAddNew = new TabPage();
|
|
otpDoneButton = new Button();
|
|
otpAlgorithmCombobox = new ComboBox();
|
|
otpDurationLabel = new Label();
|
|
otpDurationNumeric = new NumericUpDown();
|
|
otpAlgorithmLabel = new Label();
|
|
otpSecretTextbox = new TextBox();
|
|
otpDigitsLabel = new Label();
|
|
otpEditButton = new Button();
|
|
otpAddButton = new Button();
|
|
otpIssuerLabel = new Label();
|
|
otpSecretLabel = new Label();
|
|
otpIssuerTextbox = new TextBox();
|
|
otpDigitsNumeric = new NumericUpDown();
|
|
otpWebsiteTextbox1 = new TextBox();
|
|
otpWebsiteLabel1 = new Label();
|
|
otpAddOld = new TabPage();
|
|
otpWebsiteTextbox2 = new TextBox();
|
|
otpWebsiteLabel2 = new Label();
|
|
otpAuthLabel = new Label();
|
|
otpAuthTextbox = new TextBox();
|
|
otpAddLegacyButton = new Button();
|
|
otpCopyButton = new Button();
|
|
otpDeleteButton = new Button();
|
|
otpCodeLabel = new Label();
|
|
otpListbox = new ListBox();
|
|
pinTab = new TabPage();
|
|
pinSearchTextbox = new TextBox();
|
|
pinSearchLabel = new Label();
|
|
pinShowButton = new Button();
|
|
pinNoteTextbox = new TextBox();
|
|
pinNoteLabel = new Label();
|
|
pinCodeLabel = new Label();
|
|
pinWebsiteTextbox = new TextBox();
|
|
pinWebsiteLabel = new Label();
|
|
pinDoneButton = new Button();
|
|
pinCopyButton = new Button();
|
|
pinCodeTextbox = new TextBox();
|
|
pinEditButton = new Button();
|
|
pinDeleteButton = new Button();
|
|
pinAddButton = new Button();
|
|
pinListbox = new ListBox();
|
|
qaTab = new TabPage();
|
|
qaNoteTextbox = new TextBox();
|
|
qaNoteLabel = new Label();
|
|
qaWebsiteTextbox = new TextBox();
|
|
qaWebsiteLabel = new Label();
|
|
qaDoneButton = new Button();
|
|
qaShowButton = new Button();
|
|
qaCopyButton = new Button();
|
|
qaEditButton = new Button();
|
|
qaDeleteButton = new Button();
|
|
qaAddButton = new Button();
|
|
qaAnswerTextbox = new TextBox();
|
|
qaQuestionTextbox = new TextBox();
|
|
qaSearchTextbox = new TextBox();
|
|
qaListbox = new ListBox();
|
|
qaAnswerLabel = new Label();
|
|
qaQuestionLabel = new Label();
|
|
qaSearchLabel = new Label();
|
|
ccTab = new TabPage();
|
|
ccHolderLabel = new Label();
|
|
ccHolderTextbox = new TextBox();
|
|
ccDoneButton = new Button();
|
|
ccShowButton = new Button();
|
|
ccEditButton = new Button();
|
|
ccDeleteButton = new Button();
|
|
ccAddButton = new Button();
|
|
ccNotesTextbox = new TextBox();
|
|
ccNotesLabel = new Label();
|
|
ccCvcLabel = new Label();
|
|
ccExpirationLabel = new Label();
|
|
ccNumberLabel = new Label();
|
|
ccCvcTextbox = new TextBox();
|
|
ccExpirationTextbox = new TextBox();
|
|
ccNumberTextbox = new TextBox();
|
|
ccBrandLabel = new Label();
|
|
ccBrandCombobox = new ComboBox();
|
|
ccListbox = new ListBox();
|
|
ccSearchLabel = new Label();
|
|
ccSearchTextbox = new TextBox();
|
|
cryptoTab = new TabPage();
|
|
cryptoPasswordLabel = new Label();
|
|
cryptoPasswordTextbox = new TextBox();
|
|
cryptoHeightLabel = new Label();
|
|
cryptoHeightTextbox = new TextBox();
|
|
cryptoSpendkeyLabel = new Label();
|
|
cryptoSpendkeyTextbox = new TextBox();
|
|
cryptoAddressLabel = new Label();
|
|
cryptoAddressTextbox = new TextBox();
|
|
cryptoDoneButton = new Button();
|
|
cryptoShowButton = new Button();
|
|
cryptoEditButton = new Button();
|
|
cryptoDeleteButton = new Button();
|
|
cryptoAddButton = new Button();
|
|
cryptoNotesTextbox = new TextBox();
|
|
cryptoNotesLabel = new Label();
|
|
cryptoViewkeyLabel = new Label();
|
|
cryptoSeedLabel = new Label();
|
|
cryptoNameLabel = new Label();
|
|
cryptoViewkeyTextbox = new TextBox();
|
|
cryptoSeedTextbox = new TextBox();
|
|
cryptoNameTextbox = new TextBox();
|
|
cryptoCurrencyLabel = new Label();
|
|
cryptoCurrencyCombobox = new ComboBox();
|
|
cryptoListbox = new ListBox();
|
|
cryptoSearchLabel = new Label();
|
|
cryptoSearchTextbox = new TextBox();
|
|
generateTab = new TabPage();
|
|
genCopyButton = new Button();
|
|
genPasswordTextbox = new TextBox();
|
|
genPassLabel = new Label();
|
|
genGenerateButton = new Button();
|
|
genSecureCheckbox = new CheckBox();
|
|
genNumeric = new NumericUpDown();
|
|
genLengthLabel = new Label();
|
|
noteTab = new TabPage();
|
|
noteTextbox = new TextBox();
|
|
noteSaveButton = new Button();
|
|
noteDoneButton = new Button();
|
|
noteFileLabel = new Label();
|
|
noteTitleTextbox = new TextBox();
|
|
noteSearchLabel = new Label();
|
|
noteSearchTextbox = new TextBox();
|
|
noteListbox = new ListBox();
|
|
noteDeleteButton = new Button();
|
|
noteAddEditButton = new Button();
|
|
settingsTab = new TabPage();
|
|
PasswordMenu.SuspendLayout();
|
|
passwordTab.SuspendLayout();
|
|
otpTab.SuspendLayout();
|
|
tabControl1.SuspendLayout();
|
|
otpAddNew.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)otpDurationNumeric).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)otpDigitsNumeric).BeginInit();
|
|
otpAddOld.SuspendLayout();
|
|
pinTab.SuspendLayout();
|
|
qaTab.SuspendLayout();
|
|
ccTab.SuspendLayout();
|
|
cryptoTab.SuspendLayout();
|
|
generateTab.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)genNumeric).BeginInit();
|
|
noteTab.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// PasswordMenu
|
|
//
|
|
resources.ApplyResources(PasswordMenu, "PasswordMenu");
|
|
PasswordMenu.Controls.Add(passwordTab);
|
|
PasswordMenu.Controls.Add(otpTab);
|
|
PasswordMenu.Controls.Add(pinTab);
|
|
PasswordMenu.Controls.Add(qaTab);
|
|
PasswordMenu.Controls.Add(ccTab);
|
|
PasswordMenu.Controls.Add(cryptoTab);
|
|
PasswordMenu.Controls.Add(generateTab);
|
|
PasswordMenu.Controls.Add(noteTab);
|
|
PasswordMenu.Controls.Add(settingsTab);
|
|
PasswordMenu.Name = "PasswordMenu";
|
|
PasswordMenu.SelectedIndex = 0;
|
|
//
|
|
// passwordTab
|
|
//
|
|
resources.ApplyResources(passwordTab, "passwordTab");
|
|
passwordTab.Controls.Add(pwCopyLabel);
|
|
passwordTab.Controls.Add(pwSearchTextbox);
|
|
passwordTab.Controls.Add(pwSearchLabel);
|
|
passwordTab.Controls.Add(pwDoneButton);
|
|
passwordTab.Controls.Add(pwShowButton);
|
|
passwordTab.Controls.Add(pwNotesTextbox);
|
|
passwordTab.Controls.Add(pwPasswordTextbox);
|
|
passwordTab.Controls.Add(pwUsernameTextbox);
|
|
passwordTab.Controls.Add(pwNotesLabel);
|
|
passwordTab.Controls.Add(pwPasswordLabel);
|
|
passwordTab.Controls.Add(pwUsernameLabel);
|
|
passwordTab.Controls.Add(pwWebsiteLabel);
|
|
passwordTab.Controls.Add(pwEditButton);
|
|
passwordTab.Controls.Add(pwCopyPasswordButton);
|
|
passwordTab.Controls.Add(pwCopyUsernameButton);
|
|
passwordTab.Controls.Add(pwDeleteButton);
|
|
passwordTab.Controls.Add(pwAddButton);
|
|
passwordTab.Controls.Add(pwWebsiteTextbox);
|
|
passwordTab.Controls.Add(pwListbox);
|
|
passwordTab.Name = "passwordTab";
|
|
passwordTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// pwCopyLabel
|
|
//
|
|
resources.ApplyResources(pwCopyLabel, "pwCopyLabel");
|
|
pwCopyLabel.Name = "pwCopyLabel";
|
|
//
|
|
// pwSearchTextbox
|
|
//
|
|
resources.ApplyResources(pwSearchTextbox, "pwSearchTextbox");
|
|
pwSearchTextbox.Name = "pwSearchTextbox";
|
|
pwSearchTextbox.KeyPress += pwSearchTextbox_KeyPress;
|
|
//
|
|
// pwSearchLabel
|
|
//
|
|
resources.ApplyResources(pwSearchLabel, "pwSearchLabel");
|
|
pwSearchLabel.Name = "pwSearchLabel";
|
|
//
|
|
// pwDoneButton
|
|
//
|
|
resources.ApplyResources(pwDoneButton, "pwDoneButton");
|
|
pwDoneButton.Name = "pwDoneButton";
|
|
pwDoneButton.UseVisualStyleBackColor = true;
|
|
pwDoneButton.Click += pwDoneButton_Click;
|
|
//
|
|
// pwShowButton
|
|
//
|
|
resources.ApplyResources(pwShowButton, "pwShowButton");
|
|
pwShowButton.Name = "pwShowButton";
|
|
pwShowButton.UseVisualStyleBackColor = true;
|
|
pwShowButton.Click += pwShowButton_Click;
|
|
//
|
|
// pwNotesTextbox
|
|
//
|
|
pwNotesTextbox.AcceptsReturn = true;
|
|
pwNotesTextbox.AcceptsTab = true;
|
|
resources.ApplyResources(pwNotesTextbox, "pwNotesTextbox");
|
|
pwNotesTextbox.Name = "pwNotesTextbox";
|
|
//
|
|
// pwPasswordTextbox
|
|
//
|
|
resources.ApplyResources(pwPasswordTextbox, "pwPasswordTextbox");
|
|
pwPasswordTextbox.Name = "pwPasswordTextbox";
|
|
pwPasswordTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// pwUsernameTextbox
|
|
//
|
|
resources.ApplyResources(pwUsernameTextbox, "pwUsernameTextbox");
|
|
pwUsernameTextbox.Name = "pwUsernameTextbox";
|
|
//
|
|
// pwNotesLabel
|
|
//
|
|
resources.ApplyResources(pwNotesLabel, "pwNotesLabel");
|
|
pwNotesLabel.Name = "pwNotesLabel";
|
|
//
|
|
// pwPasswordLabel
|
|
//
|
|
resources.ApplyResources(pwPasswordLabel, "pwPasswordLabel");
|
|
pwPasswordLabel.Name = "pwPasswordLabel";
|
|
//
|
|
// pwUsernameLabel
|
|
//
|
|
resources.ApplyResources(pwUsernameLabel, "pwUsernameLabel");
|
|
pwUsernameLabel.Name = "pwUsernameLabel";
|
|
//
|
|
// pwWebsiteLabel
|
|
//
|
|
resources.ApplyResources(pwWebsiteLabel, "pwWebsiteLabel");
|
|
pwWebsiteLabel.Name = "pwWebsiteLabel";
|
|
//
|
|
// pwEditButton
|
|
//
|
|
resources.ApplyResources(pwEditButton, "pwEditButton");
|
|
pwEditButton.Name = "pwEditButton";
|
|
pwEditButton.UseVisualStyleBackColor = true;
|
|
pwEditButton.Click += pwEditButton_Click;
|
|
//
|
|
// pwCopyPasswordButton
|
|
//
|
|
resources.ApplyResources(pwCopyPasswordButton, "pwCopyPasswordButton");
|
|
pwCopyPasswordButton.Name = "pwCopyPasswordButton";
|
|
pwCopyPasswordButton.UseVisualStyleBackColor = true;
|
|
pwCopyPasswordButton.Click += pwCopyPasswordButton_Click;
|
|
//
|
|
// pwCopyUsernameButton
|
|
//
|
|
resources.ApplyResources(pwCopyUsernameButton, "pwCopyUsernameButton");
|
|
pwCopyUsernameButton.Name = "pwCopyUsernameButton";
|
|
pwCopyUsernameButton.UseVisualStyleBackColor = true;
|
|
pwCopyUsernameButton.Click += pwCopyUsernameButton_Click;
|
|
//
|
|
// pwDeleteButton
|
|
//
|
|
resources.ApplyResources(pwDeleteButton, "pwDeleteButton");
|
|
pwDeleteButton.Name = "pwDeleteButton";
|
|
pwDeleteButton.UseVisualStyleBackColor = true;
|
|
pwDeleteButton.Click += pwDeleteButton_Click;
|
|
//
|
|
// pwAddButton
|
|
//
|
|
resources.ApplyResources(pwAddButton, "pwAddButton");
|
|
pwAddButton.Name = "pwAddButton";
|
|
pwAddButton.UseVisualStyleBackColor = true;
|
|
pwAddButton.Click += pwAddButton_Click;
|
|
//
|
|
// pwWebsiteTextbox
|
|
//
|
|
resources.ApplyResources(pwWebsiteTextbox, "pwWebsiteTextbox");
|
|
pwWebsiteTextbox.Name = "pwWebsiteTextbox";
|
|
//
|
|
// pwListbox
|
|
//
|
|
resources.ApplyResources(pwListbox, "pwListbox");
|
|
pwListbox.FormattingEnabled = true;
|
|
pwListbox.Name = "pwListbox";
|
|
pwListbox.SelectedIndexChanged += pwListbox_SelectedIndexChanged;
|
|
//
|
|
// otpTab
|
|
//
|
|
resources.ApplyResources(otpTab, "otpTab");
|
|
otpTab.Controls.Add(otpSearchLabel);
|
|
otpTab.Controls.Add(otpSearchTextbox);
|
|
otpTab.Controls.Add(otpCountdownProgress);
|
|
otpTab.Controls.Add(otpCountdownLabel);
|
|
otpTab.Controls.Add(tabControl1);
|
|
otpTab.Controls.Add(otpCopyButton);
|
|
otpTab.Controls.Add(otpDeleteButton);
|
|
otpTab.Controls.Add(otpCodeLabel);
|
|
otpTab.Controls.Add(otpListbox);
|
|
otpTab.Name = "otpTab";
|
|
otpTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// otpSearchLabel
|
|
//
|
|
resources.ApplyResources(otpSearchLabel, "otpSearchLabel");
|
|
otpSearchLabel.Name = "otpSearchLabel";
|
|
//
|
|
// otpSearchTextbox
|
|
//
|
|
resources.ApplyResources(otpSearchTextbox, "otpSearchTextbox");
|
|
otpSearchTextbox.Name = "otpSearchTextbox";
|
|
otpSearchTextbox.KeyPress += otpSearchTextbox_KeyPress;
|
|
//
|
|
// otpCountdownProgress
|
|
//
|
|
resources.ApplyResources(otpCountdownProgress, "otpCountdownProgress");
|
|
otpCountdownProgress.Maximum = 30;
|
|
otpCountdownProgress.Name = "otpCountdownProgress";
|
|
//
|
|
// otpCountdownLabel
|
|
//
|
|
resources.ApplyResources(otpCountdownLabel, "otpCountdownLabel");
|
|
otpCountdownLabel.Name = "otpCountdownLabel";
|
|
//
|
|
// tabControl1
|
|
//
|
|
resources.ApplyResources(tabControl1, "tabControl1");
|
|
tabControl1.Controls.Add(otpAddNew);
|
|
tabControl1.Controls.Add(otpAddOld);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
//
|
|
// otpAddNew
|
|
//
|
|
resources.ApplyResources(otpAddNew, "otpAddNew");
|
|
otpAddNew.Controls.Add(otpDoneButton);
|
|
otpAddNew.Controls.Add(otpAlgorithmCombobox);
|
|
otpAddNew.Controls.Add(otpDurationLabel);
|
|
otpAddNew.Controls.Add(otpDurationNumeric);
|
|
otpAddNew.Controls.Add(otpAlgorithmLabel);
|
|
otpAddNew.Controls.Add(otpSecretTextbox);
|
|
otpAddNew.Controls.Add(otpDigitsLabel);
|
|
otpAddNew.Controls.Add(otpEditButton);
|
|
otpAddNew.Controls.Add(otpAddButton);
|
|
otpAddNew.Controls.Add(otpIssuerLabel);
|
|
otpAddNew.Controls.Add(otpSecretLabel);
|
|
otpAddNew.Controls.Add(otpIssuerTextbox);
|
|
otpAddNew.Controls.Add(otpDigitsNumeric);
|
|
otpAddNew.Controls.Add(otpWebsiteTextbox1);
|
|
otpAddNew.Controls.Add(otpWebsiteLabel1);
|
|
otpAddNew.Name = "otpAddNew";
|
|
otpAddNew.UseVisualStyleBackColor = true;
|
|
//
|
|
// otpDoneButton
|
|
//
|
|
resources.ApplyResources(otpDoneButton, "otpDoneButton");
|
|
otpDoneButton.Name = "otpDoneButton";
|
|
otpDoneButton.UseVisualStyleBackColor = true;
|
|
otpDoneButton.Click += otpDoneButton_Click;
|
|
//
|
|
// otpAlgorithmCombobox
|
|
//
|
|
resources.ApplyResources(otpAlgorithmCombobox, "otpAlgorithmCombobox");
|
|
otpAlgorithmCombobox.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
otpAlgorithmCombobox.FormattingEnabled = true;
|
|
otpAlgorithmCombobox.Items.AddRange(new object[] { resources.GetString("otpAlgorithmCombobox.Items"), resources.GetString("otpAlgorithmCombobox.Items1"), resources.GetString("otpAlgorithmCombobox.Items2") });
|
|
otpAlgorithmCombobox.Name = "otpAlgorithmCombobox";
|
|
//
|
|
// otpDurationLabel
|
|
//
|
|
resources.ApplyResources(otpDurationLabel, "otpDurationLabel");
|
|
otpDurationLabel.Name = "otpDurationLabel";
|
|
//
|
|
// otpDurationNumeric
|
|
//
|
|
resources.ApplyResources(otpDurationNumeric, "otpDurationNumeric");
|
|
otpDurationNumeric.Name = "otpDurationNumeric";
|
|
otpDurationNumeric.Value = new decimal(new int[] { 30, 0, 0, 0 });
|
|
//
|
|
// otpAlgorithmLabel
|
|
//
|
|
resources.ApplyResources(otpAlgorithmLabel, "otpAlgorithmLabel");
|
|
otpAlgorithmLabel.Name = "otpAlgorithmLabel";
|
|
//
|
|
// otpSecretTextbox
|
|
//
|
|
resources.ApplyResources(otpSecretTextbox, "otpSecretTextbox");
|
|
otpSecretTextbox.Name = "otpSecretTextbox";
|
|
//
|
|
// otpDigitsLabel
|
|
//
|
|
resources.ApplyResources(otpDigitsLabel, "otpDigitsLabel");
|
|
otpDigitsLabel.Name = "otpDigitsLabel";
|
|
//
|
|
// otpEditButton
|
|
//
|
|
resources.ApplyResources(otpEditButton, "otpEditButton");
|
|
otpEditButton.Name = "otpEditButton";
|
|
otpEditButton.UseVisualStyleBackColor = true;
|
|
otpEditButton.Click += otpEditButton_Click;
|
|
//
|
|
// otpAddButton
|
|
//
|
|
resources.ApplyResources(otpAddButton, "otpAddButton");
|
|
otpAddButton.Name = "otpAddButton";
|
|
otpAddButton.UseVisualStyleBackColor = true;
|
|
otpAddButton.Click += otpAddButton_Click;
|
|
//
|
|
// otpIssuerLabel
|
|
//
|
|
resources.ApplyResources(otpIssuerLabel, "otpIssuerLabel");
|
|
otpIssuerLabel.Name = "otpIssuerLabel";
|
|
//
|
|
// otpSecretLabel
|
|
//
|
|
resources.ApplyResources(otpSecretLabel, "otpSecretLabel");
|
|
otpSecretLabel.Name = "otpSecretLabel";
|
|
//
|
|
// otpIssuerTextbox
|
|
//
|
|
resources.ApplyResources(otpIssuerTextbox, "otpIssuerTextbox");
|
|
otpIssuerTextbox.Name = "otpIssuerTextbox";
|
|
//
|
|
// otpDigitsNumeric
|
|
//
|
|
resources.ApplyResources(otpDigitsNumeric, "otpDigitsNumeric");
|
|
otpDigitsNumeric.Name = "otpDigitsNumeric";
|
|
otpDigitsNumeric.Value = new decimal(new int[] { 6, 0, 0, 0 });
|
|
//
|
|
// otpWebsiteTextbox1
|
|
//
|
|
resources.ApplyResources(otpWebsiteTextbox1, "otpWebsiteTextbox1");
|
|
otpWebsiteTextbox1.Name = "otpWebsiteTextbox1";
|
|
//
|
|
// otpWebsiteLabel1
|
|
//
|
|
resources.ApplyResources(otpWebsiteLabel1, "otpWebsiteLabel1");
|
|
otpWebsiteLabel1.Name = "otpWebsiteLabel1";
|
|
//
|
|
// otpAddOld
|
|
//
|
|
resources.ApplyResources(otpAddOld, "otpAddOld");
|
|
otpAddOld.Controls.Add(otpWebsiteTextbox2);
|
|
otpAddOld.Controls.Add(otpWebsiteLabel2);
|
|
otpAddOld.Controls.Add(otpAuthLabel);
|
|
otpAddOld.Controls.Add(otpAuthTextbox);
|
|
otpAddOld.Controls.Add(otpAddLegacyButton);
|
|
otpAddOld.Name = "otpAddOld";
|
|
otpAddOld.UseVisualStyleBackColor = true;
|
|
//
|
|
// otpWebsiteTextbox2
|
|
//
|
|
resources.ApplyResources(otpWebsiteTextbox2, "otpWebsiteTextbox2");
|
|
otpWebsiteTextbox2.Name = "otpWebsiteTextbox2";
|
|
//
|
|
// otpWebsiteLabel2
|
|
//
|
|
resources.ApplyResources(otpWebsiteLabel2, "otpWebsiteLabel2");
|
|
otpWebsiteLabel2.Name = "otpWebsiteLabel2";
|
|
//
|
|
// otpAuthLabel
|
|
//
|
|
resources.ApplyResources(otpAuthLabel, "otpAuthLabel");
|
|
otpAuthLabel.Name = "otpAuthLabel";
|
|
//
|
|
// otpAuthTextbox
|
|
//
|
|
resources.ApplyResources(otpAuthTextbox, "otpAuthTextbox");
|
|
otpAuthTextbox.Name = "otpAuthTextbox";
|
|
//
|
|
// otpAddLegacyButton
|
|
//
|
|
resources.ApplyResources(otpAddLegacyButton, "otpAddLegacyButton");
|
|
otpAddLegacyButton.Name = "otpAddLegacyButton";
|
|
otpAddLegacyButton.UseVisualStyleBackColor = true;
|
|
otpAddLegacyButton.Click += otpAddLegacyButton_Click;
|
|
//
|
|
// otpCopyButton
|
|
//
|
|
resources.ApplyResources(otpCopyButton, "otpCopyButton");
|
|
otpCopyButton.Name = "otpCopyButton";
|
|
otpCopyButton.UseVisualStyleBackColor = true;
|
|
otpCopyButton.Click += otpCopyButton_Click;
|
|
//
|
|
// otpDeleteButton
|
|
//
|
|
resources.ApplyResources(otpDeleteButton, "otpDeleteButton");
|
|
otpDeleteButton.Name = "otpDeleteButton";
|
|
otpDeleteButton.UseVisualStyleBackColor = true;
|
|
otpDeleteButton.Click += otpDeleteButton_Click;
|
|
//
|
|
// otpCodeLabel
|
|
//
|
|
resources.ApplyResources(otpCodeLabel, "otpCodeLabel");
|
|
otpCodeLabel.Name = "otpCodeLabel";
|
|
//
|
|
// otpListbox
|
|
//
|
|
resources.ApplyResources(otpListbox, "otpListbox");
|
|
otpListbox.FormattingEnabled = true;
|
|
otpListbox.Name = "otpListbox";
|
|
otpListbox.SelectedIndexChanged += otpListbox_SelectedIndexChanged;
|
|
//
|
|
// pinTab
|
|
//
|
|
resources.ApplyResources(pinTab, "pinTab");
|
|
pinTab.Controls.Add(pinSearchTextbox);
|
|
pinTab.Controls.Add(pinSearchLabel);
|
|
pinTab.Controls.Add(pinShowButton);
|
|
pinTab.Controls.Add(pinNoteTextbox);
|
|
pinTab.Controls.Add(pinNoteLabel);
|
|
pinTab.Controls.Add(pinCodeLabel);
|
|
pinTab.Controls.Add(pinWebsiteTextbox);
|
|
pinTab.Controls.Add(pinWebsiteLabel);
|
|
pinTab.Controls.Add(pinDoneButton);
|
|
pinTab.Controls.Add(pinCopyButton);
|
|
pinTab.Controls.Add(pinCodeTextbox);
|
|
pinTab.Controls.Add(pinEditButton);
|
|
pinTab.Controls.Add(pinDeleteButton);
|
|
pinTab.Controls.Add(pinAddButton);
|
|
pinTab.Controls.Add(pinListbox);
|
|
pinTab.Name = "pinTab";
|
|
pinTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// pinSearchTextbox
|
|
//
|
|
resources.ApplyResources(pinSearchTextbox, "pinSearchTextbox");
|
|
pinSearchTextbox.Name = "pinSearchTextbox";
|
|
pinSearchTextbox.KeyPress += pinSearchTextbox_KeyPress;
|
|
//
|
|
// pinSearchLabel
|
|
//
|
|
resources.ApplyResources(pinSearchLabel, "pinSearchLabel");
|
|
pinSearchLabel.Name = "pinSearchLabel";
|
|
//
|
|
// pinShowButton
|
|
//
|
|
resources.ApplyResources(pinShowButton, "pinShowButton");
|
|
pinShowButton.Name = "pinShowButton";
|
|
pinShowButton.UseVisualStyleBackColor = true;
|
|
pinShowButton.Click += pinShowButton_Click;
|
|
//
|
|
// pinNoteTextbox
|
|
//
|
|
resources.ApplyResources(pinNoteTextbox, "pinNoteTextbox");
|
|
pinNoteTextbox.Name = "pinNoteTextbox";
|
|
//
|
|
// pinNoteLabel
|
|
//
|
|
resources.ApplyResources(pinNoteLabel, "pinNoteLabel");
|
|
pinNoteLabel.Name = "pinNoteLabel";
|
|
//
|
|
// pinCodeLabel
|
|
//
|
|
resources.ApplyResources(pinCodeLabel, "pinCodeLabel");
|
|
pinCodeLabel.Name = "pinCodeLabel";
|
|
//
|
|
// pinWebsiteTextbox
|
|
//
|
|
resources.ApplyResources(pinWebsiteTextbox, "pinWebsiteTextbox");
|
|
pinWebsiteTextbox.Name = "pinWebsiteTextbox";
|
|
//
|
|
// pinWebsiteLabel
|
|
//
|
|
resources.ApplyResources(pinWebsiteLabel, "pinWebsiteLabel");
|
|
pinWebsiteLabel.Name = "pinWebsiteLabel";
|
|
//
|
|
// pinDoneButton
|
|
//
|
|
resources.ApplyResources(pinDoneButton, "pinDoneButton");
|
|
pinDoneButton.Name = "pinDoneButton";
|
|
pinDoneButton.UseVisualStyleBackColor = true;
|
|
pinDoneButton.Click += pinDoneButton_Click;
|
|
//
|
|
// pinCopyButton
|
|
//
|
|
resources.ApplyResources(pinCopyButton, "pinCopyButton");
|
|
pinCopyButton.Name = "pinCopyButton";
|
|
pinCopyButton.UseVisualStyleBackColor = true;
|
|
pinCopyButton.Click += pinCopyButton_Click;
|
|
//
|
|
// pinCodeTextbox
|
|
//
|
|
resources.ApplyResources(pinCodeTextbox, "pinCodeTextbox");
|
|
pinCodeTextbox.Name = "pinCodeTextbox";
|
|
pinCodeTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// pinEditButton
|
|
//
|
|
resources.ApplyResources(pinEditButton, "pinEditButton");
|
|
pinEditButton.Name = "pinEditButton";
|
|
pinEditButton.UseVisualStyleBackColor = true;
|
|
pinEditButton.Click += pinEditButton_Click;
|
|
//
|
|
// pinDeleteButton
|
|
//
|
|
resources.ApplyResources(pinDeleteButton, "pinDeleteButton");
|
|
pinDeleteButton.Name = "pinDeleteButton";
|
|
pinDeleteButton.UseVisualStyleBackColor = true;
|
|
pinDeleteButton.Click += pinDeleteButton_Click;
|
|
//
|
|
// pinAddButton
|
|
//
|
|
resources.ApplyResources(pinAddButton, "pinAddButton");
|
|
pinAddButton.Name = "pinAddButton";
|
|
pinAddButton.UseVisualStyleBackColor = true;
|
|
pinAddButton.Click += pinAddButton_Click;
|
|
//
|
|
// pinListbox
|
|
//
|
|
resources.ApplyResources(pinListbox, "pinListbox");
|
|
pinListbox.FormattingEnabled = true;
|
|
pinListbox.Name = "pinListbox";
|
|
pinListbox.SelectedIndexChanged += pinListbox_SelectedIndexChanged;
|
|
//
|
|
// qaTab
|
|
//
|
|
resources.ApplyResources(qaTab, "qaTab");
|
|
qaTab.Controls.Add(qaNoteTextbox);
|
|
qaTab.Controls.Add(qaNoteLabel);
|
|
qaTab.Controls.Add(qaWebsiteTextbox);
|
|
qaTab.Controls.Add(qaWebsiteLabel);
|
|
qaTab.Controls.Add(qaDoneButton);
|
|
qaTab.Controls.Add(qaShowButton);
|
|
qaTab.Controls.Add(qaCopyButton);
|
|
qaTab.Controls.Add(qaEditButton);
|
|
qaTab.Controls.Add(qaDeleteButton);
|
|
qaTab.Controls.Add(qaAddButton);
|
|
qaTab.Controls.Add(qaAnswerTextbox);
|
|
qaTab.Controls.Add(qaQuestionTextbox);
|
|
qaTab.Controls.Add(qaSearchTextbox);
|
|
qaTab.Controls.Add(qaListbox);
|
|
qaTab.Controls.Add(qaAnswerLabel);
|
|
qaTab.Controls.Add(qaQuestionLabel);
|
|
qaTab.Controls.Add(qaSearchLabel);
|
|
qaTab.Name = "qaTab";
|
|
qaTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// qaNoteTextbox
|
|
//
|
|
qaNoteTextbox.AcceptsReturn = true;
|
|
qaNoteTextbox.AcceptsTab = true;
|
|
resources.ApplyResources(qaNoteTextbox, "qaNoteTextbox");
|
|
qaNoteTextbox.Name = "qaNoteTextbox";
|
|
//
|
|
// qaNoteLabel
|
|
//
|
|
resources.ApplyResources(qaNoteLabel, "qaNoteLabel");
|
|
qaNoteLabel.Name = "qaNoteLabel";
|
|
//
|
|
// qaWebsiteTextbox
|
|
//
|
|
resources.ApplyResources(qaWebsiteTextbox, "qaWebsiteTextbox");
|
|
qaWebsiteTextbox.Name = "qaWebsiteTextbox";
|
|
//
|
|
// qaWebsiteLabel
|
|
//
|
|
resources.ApplyResources(qaWebsiteLabel, "qaWebsiteLabel");
|
|
qaWebsiteLabel.Name = "qaWebsiteLabel";
|
|
//
|
|
// qaDoneButton
|
|
//
|
|
resources.ApplyResources(qaDoneButton, "qaDoneButton");
|
|
qaDoneButton.Name = "qaDoneButton";
|
|
qaDoneButton.UseVisualStyleBackColor = true;
|
|
qaDoneButton.Click += qaDoneButton_Click;
|
|
//
|
|
// qaShowButton
|
|
//
|
|
resources.ApplyResources(qaShowButton, "qaShowButton");
|
|
qaShowButton.Name = "qaShowButton";
|
|
qaShowButton.UseVisualStyleBackColor = true;
|
|
qaShowButton.Click += qaShowButton_Click;
|
|
//
|
|
// qaCopyButton
|
|
//
|
|
resources.ApplyResources(qaCopyButton, "qaCopyButton");
|
|
qaCopyButton.Name = "qaCopyButton";
|
|
qaCopyButton.UseVisualStyleBackColor = true;
|
|
qaCopyButton.Click += qaCopyButton_Click;
|
|
//
|
|
// qaEditButton
|
|
//
|
|
resources.ApplyResources(qaEditButton, "qaEditButton");
|
|
qaEditButton.Name = "qaEditButton";
|
|
qaEditButton.UseVisualStyleBackColor = true;
|
|
qaEditButton.Click += qaEditButton_Click;
|
|
//
|
|
// qaDeleteButton
|
|
//
|
|
resources.ApplyResources(qaDeleteButton, "qaDeleteButton");
|
|
qaDeleteButton.Name = "qaDeleteButton";
|
|
qaDeleteButton.UseVisualStyleBackColor = true;
|
|
qaDeleteButton.Click += qaDeleteButton_Click;
|
|
//
|
|
// qaAddButton
|
|
//
|
|
resources.ApplyResources(qaAddButton, "qaAddButton");
|
|
qaAddButton.Name = "qaAddButton";
|
|
qaAddButton.UseVisualStyleBackColor = true;
|
|
qaAddButton.Click += qaAddButton_Click;
|
|
//
|
|
// qaAnswerTextbox
|
|
//
|
|
resources.ApplyResources(qaAnswerTextbox, "qaAnswerTextbox");
|
|
qaAnswerTextbox.Name = "qaAnswerTextbox";
|
|
//
|
|
// qaQuestionTextbox
|
|
//
|
|
resources.ApplyResources(qaQuestionTextbox, "qaQuestionTextbox");
|
|
qaQuestionTextbox.Name = "qaQuestionTextbox";
|
|
//
|
|
// qaSearchTextbox
|
|
//
|
|
resources.ApplyResources(qaSearchTextbox, "qaSearchTextbox");
|
|
qaSearchTextbox.Name = "qaSearchTextbox";
|
|
qaSearchTextbox.KeyPress += qaSearchTextbox_KeyPress;
|
|
//
|
|
// qaListbox
|
|
//
|
|
resources.ApplyResources(qaListbox, "qaListbox");
|
|
qaListbox.FormattingEnabled = true;
|
|
qaListbox.Name = "qaListbox";
|
|
qaListbox.SelectedIndexChanged += qaListbox_SelectedIndexChanged;
|
|
//
|
|
// qaAnswerLabel
|
|
//
|
|
resources.ApplyResources(qaAnswerLabel, "qaAnswerLabel");
|
|
qaAnswerLabel.Name = "qaAnswerLabel";
|
|
//
|
|
// qaQuestionLabel
|
|
//
|
|
resources.ApplyResources(qaQuestionLabel, "qaQuestionLabel");
|
|
qaQuestionLabel.Name = "qaQuestionLabel";
|
|
//
|
|
// qaSearchLabel
|
|
//
|
|
resources.ApplyResources(qaSearchLabel, "qaSearchLabel");
|
|
qaSearchLabel.Name = "qaSearchLabel";
|
|
//
|
|
// ccTab
|
|
//
|
|
resources.ApplyResources(ccTab, "ccTab");
|
|
ccTab.Controls.Add(ccHolderLabel);
|
|
ccTab.Controls.Add(ccHolderTextbox);
|
|
ccTab.Controls.Add(ccDoneButton);
|
|
ccTab.Controls.Add(ccShowButton);
|
|
ccTab.Controls.Add(ccEditButton);
|
|
ccTab.Controls.Add(ccDeleteButton);
|
|
ccTab.Controls.Add(ccAddButton);
|
|
ccTab.Controls.Add(ccNotesTextbox);
|
|
ccTab.Controls.Add(ccNotesLabel);
|
|
ccTab.Controls.Add(ccCvcLabel);
|
|
ccTab.Controls.Add(ccExpirationLabel);
|
|
ccTab.Controls.Add(ccNumberLabel);
|
|
ccTab.Controls.Add(ccCvcTextbox);
|
|
ccTab.Controls.Add(ccExpirationTextbox);
|
|
ccTab.Controls.Add(ccNumberTextbox);
|
|
ccTab.Controls.Add(ccBrandLabel);
|
|
ccTab.Controls.Add(ccBrandCombobox);
|
|
ccTab.Controls.Add(ccListbox);
|
|
ccTab.Controls.Add(ccSearchLabel);
|
|
ccTab.Controls.Add(ccSearchTextbox);
|
|
ccTab.Name = "ccTab";
|
|
ccTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// ccHolderLabel
|
|
//
|
|
resources.ApplyResources(ccHolderLabel, "ccHolderLabel");
|
|
ccHolderLabel.Name = "ccHolderLabel";
|
|
//
|
|
// ccHolderTextbox
|
|
//
|
|
resources.ApplyResources(ccHolderTextbox, "ccHolderTextbox");
|
|
ccHolderTextbox.Name = "ccHolderTextbox";
|
|
//
|
|
// ccDoneButton
|
|
//
|
|
resources.ApplyResources(ccDoneButton, "ccDoneButton");
|
|
ccDoneButton.Name = "ccDoneButton";
|
|
ccDoneButton.UseVisualStyleBackColor = true;
|
|
ccDoneButton.Click += ccDoneButton_Click;
|
|
//
|
|
// ccShowButton
|
|
//
|
|
resources.ApplyResources(ccShowButton, "ccShowButton");
|
|
ccShowButton.Name = "ccShowButton";
|
|
ccShowButton.UseVisualStyleBackColor = true;
|
|
ccShowButton.Click += ccShowButton_Click;
|
|
//
|
|
// ccEditButton
|
|
//
|
|
resources.ApplyResources(ccEditButton, "ccEditButton");
|
|
ccEditButton.Name = "ccEditButton";
|
|
ccEditButton.UseVisualStyleBackColor = true;
|
|
ccEditButton.Click += ccEditButton_Click;
|
|
//
|
|
// ccDeleteButton
|
|
//
|
|
resources.ApplyResources(ccDeleteButton, "ccDeleteButton");
|
|
ccDeleteButton.Name = "ccDeleteButton";
|
|
ccDeleteButton.UseVisualStyleBackColor = true;
|
|
ccDeleteButton.Click += ccDeleteButton_Click;
|
|
//
|
|
// ccAddButton
|
|
//
|
|
resources.ApplyResources(ccAddButton, "ccAddButton");
|
|
ccAddButton.Name = "ccAddButton";
|
|
ccAddButton.UseVisualStyleBackColor = true;
|
|
ccAddButton.Click += ccAddButton_Click;
|
|
//
|
|
// ccNotesTextbox
|
|
//
|
|
resources.ApplyResources(ccNotesTextbox, "ccNotesTextbox");
|
|
ccNotesTextbox.Name = "ccNotesTextbox";
|
|
//
|
|
// ccNotesLabel
|
|
//
|
|
resources.ApplyResources(ccNotesLabel, "ccNotesLabel");
|
|
ccNotesLabel.Name = "ccNotesLabel";
|
|
//
|
|
// ccCvcLabel
|
|
//
|
|
resources.ApplyResources(ccCvcLabel, "ccCvcLabel");
|
|
ccCvcLabel.Name = "ccCvcLabel";
|
|
//
|
|
// ccExpirationLabel
|
|
//
|
|
resources.ApplyResources(ccExpirationLabel, "ccExpirationLabel");
|
|
ccExpirationLabel.Name = "ccExpirationLabel";
|
|
//
|
|
// ccNumberLabel
|
|
//
|
|
resources.ApplyResources(ccNumberLabel, "ccNumberLabel");
|
|
ccNumberLabel.Name = "ccNumberLabel";
|
|
//
|
|
// ccCvcTextbox
|
|
//
|
|
resources.ApplyResources(ccCvcTextbox, "ccCvcTextbox");
|
|
ccCvcTextbox.Name = "ccCvcTextbox";
|
|
ccCvcTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// ccExpirationTextbox
|
|
//
|
|
resources.ApplyResources(ccExpirationTextbox, "ccExpirationTextbox");
|
|
ccExpirationTextbox.Name = "ccExpirationTextbox";
|
|
//
|
|
// ccNumberTextbox
|
|
//
|
|
resources.ApplyResources(ccNumberTextbox, "ccNumberTextbox");
|
|
ccNumberTextbox.Name = "ccNumberTextbox";
|
|
ccNumberTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// ccBrandLabel
|
|
//
|
|
resources.ApplyResources(ccBrandLabel, "ccBrandLabel");
|
|
ccBrandLabel.Name = "ccBrandLabel";
|
|
//
|
|
// ccBrandCombobox
|
|
//
|
|
resources.ApplyResources(ccBrandCombobox, "ccBrandCombobox");
|
|
ccBrandCombobox.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
ccBrandCombobox.FormattingEnabled = true;
|
|
ccBrandCombobox.Items.AddRange(new object[] { resources.GetString("ccBrandCombobox.Items"), resources.GetString("ccBrandCombobox.Items1"), resources.GetString("ccBrandCombobox.Items2") });
|
|
ccBrandCombobox.Name = "ccBrandCombobox";
|
|
//
|
|
// ccListbox
|
|
//
|
|
resources.ApplyResources(ccListbox, "ccListbox");
|
|
ccListbox.FormattingEnabled = true;
|
|
ccListbox.Name = "ccListbox";
|
|
ccListbox.SelectedIndexChanged += ccListbox_SelectedIndexChanged;
|
|
//
|
|
// ccSearchLabel
|
|
//
|
|
resources.ApplyResources(ccSearchLabel, "ccSearchLabel");
|
|
ccSearchLabel.Name = "ccSearchLabel";
|
|
//
|
|
// ccSearchTextbox
|
|
//
|
|
resources.ApplyResources(ccSearchTextbox, "ccSearchTextbox");
|
|
ccSearchTextbox.Name = "ccSearchTextbox";
|
|
ccSearchTextbox.KeyPress += ccSearchTextbox_KeyPress;
|
|
//
|
|
// cryptoTab
|
|
//
|
|
resources.ApplyResources(cryptoTab, "cryptoTab");
|
|
cryptoTab.Controls.Add(cryptoPasswordLabel);
|
|
cryptoTab.Controls.Add(cryptoPasswordTextbox);
|
|
cryptoTab.Controls.Add(cryptoHeightLabel);
|
|
cryptoTab.Controls.Add(cryptoHeightTextbox);
|
|
cryptoTab.Controls.Add(cryptoSpendkeyLabel);
|
|
cryptoTab.Controls.Add(cryptoSpendkeyTextbox);
|
|
cryptoTab.Controls.Add(cryptoAddressLabel);
|
|
cryptoTab.Controls.Add(cryptoAddressTextbox);
|
|
cryptoTab.Controls.Add(cryptoDoneButton);
|
|
cryptoTab.Controls.Add(cryptoShowButton);
|
|
cryptoTab.Controls.Add(cryptoEditButton);
|
|
cryptoTab.Controls.Add(cryptoDeleteButton);
|
|
cryptoTab.Controls.Add(cryptoAddButton);
|
|
cryptoTab.Controls.Add(cryptoNotesTextbox);
|
|
cryptoTab.Controls.Add(cryptoNotesLabel);
|
|
cryptoTab.Controls.Add(cryptoViewkeyLabel);
|
|
cryptoTab.Controls.Add(cryptoSeedLabel);
|
|
cryptoTab.Controls.Add(cryptoNameLabel);
|
|
cryptoTab.Controls.Add(cryptoViewkeyTextbox);
|
|
cryptoTab.Controls.Add(cryptoSeedTextbox);
|
|
cryptoTab.Controls.Add(cryptoNameTextbox);
|
|
cryptoTab.Controls.Add(cryptoCurrencyLabel);
|
|
cryptoTab.Controls.Add(cryptoCurrencyCombobox);
|
|
cryptoTab.Controls.Add(cryptoListbox);
|
|
cryptoTab.Controls.Add(cryptoSearchLabel);
|
|
cryptoTab.Controls.Add(cryptoSearchTextbox);
|
|
cryptoTab.Name = "cryptoTab";
|
|
cryptoTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// cryptoPasswordLabel
|
|
//
|
|
resources.ApplyResources(cryptoPasswordLabel, "cryptoPasswordLabel");
|
|
cryptoPasswordLabel.Name = "cryptoPasswordLabel";
|
|
//
|
|
// cryptoPasswordTextbox
|
|
//
|
|
resources.ApplyResources(cryptoPasswordTextbox, "cryptoPasswordTextbox");
|
|
cryptoPasswordTextbox.Name = "cryptoPasswordTextbox";
|
|
//
|
|
// cryptoHeightLabel
|
|
//
|
|
resources.ApplyResources(cryptoHeightLabel, "cryptoHeightLabel");
|
|
cryptoHeightLabel.Name = "cryptoHeightLabel";
|
|
//
|
|
// cryptoHeightTextbox
|
|
//
|
|
resources.ApplyResources(cryptoHeightTextbox, "cryptoHeightTextbox");
|
|
cryptoHeightTextbox.Name = "cryptoHeightTextbox";
|
|
cryptoHeightTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// cryptoSpendkeyLabel
|
|
//
|
|
resources.ApplyResources(cryptoSpendkeyLabel, "cryptoSpendkeyLabel");
|
|
cryptoSpendkeyLabel.Name = "cryptoSpendkeyLabel";
|
|
//
|
|
// cryptoSpendkeyTextbox
|
|
//
|
|
resources.ApplyResources(cryptoSpendkeyTextbox, "cryptoSpendkeyTextbox");
|
|
cryptoSpendkeyTextbox.Name = "cryptoSpendkeyTextbox";
|
|
cryptoSpendkeyTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// cryptoAddressLabel
|
|
//
|
|
resources.ApplyResources(cryptoAddressLabel, "cryptoAddressLabel");
|
|
cryptoAddressLabel.Name = "cryptoAddressLabel";
|
|
//
|
|
// cryptoAddressTextbox
|
|
//
|
|
resources.ApplyResources(cryptoAddressTextbox, "cryptoAddressTextbox");
|
|
cryptoAddressTextbox.Name = "cryptoAddressTextbox";
|
|
//
|
|
// cryptoDoneButton
|
|
//
|
|
resources.ApplyResources(cryptoDoneButton, "cryptoDoneButton");
|
|
cryptoDoneButton.Name = "cryptoDoneButton";
|
|
cryptoDoneButton.UseVisualStyleBackColor = true;
|
|
cryptoDoneButton.Click += cryptoDoneButton_Click;
|
|
//
|
|
// cryptoShowButton
|
|
//
|
|
resources.ApplyResources(cryptoShowButton, "cryptoShowButton");
|
|
cryptoShowButton.Name = "cryptoShowButton";
|
|
cryptoShowButton.UseVisualStyleBackColor = true;
|
|
cryptoShowButton.Click += cryptoShowButton_Click;
|
|
//
|
|
// cryptoEditButton
|
|
//
|
|
resources.ApplyResources(cryptoEditButton, "cryptoEditButton");
|
|
cryptoEditButton.Name = "cryptoEditButton";
|
|
cryptoEditButton.UseVisualStyleBackColor = true;
|
|
cryptoEditButton.Click += cryptoEditButton_Click;
|
|
//
|
|
// cryptoDeleteButton
|
|
//
|
|
resources.ApplyResources(cryptoDeleteButton, "cryptoDeleteButton");
|
|
cryptoDeleteButton.Name = "cryptoDeleteButton";
|
|
cryptoDeleteButton.UseVisualStyleBackColor = true;
|
|
cryptoDeleteButton.Click += cryptoDeleteButton_Click;
|
|
//
|
|
// cryptoAddButton
|
|
//
|
|
resources.ApplyResources(cryptoAddButton, "cryptoAddButton");
|
|
cryptoAddButton.Name = "cryptoAddButton";
|
|
cryptoAddButton.UseVisualStyleBackColor = true;
|
|
cryptoAddButton.Click += cryptoAddButton_Click;
|
|
//
|
|
// cryptoNotesTextbox
|
|
//
|
|
resources.ApplyResources(cryptoNotesTextbox, "cryptoNotesTextbox");
|
|
cryptoNotesTextbox.Name = "cryptoNotesTextbox";
|
|
//
|
|
// cryptoNotesLabel
|
|
//
|
|
resources.ApplyResources(cryptoNotesLabel, "cryptoNotesLabel");
|
|
cryptoNotesLabel.Name = "cryptoNotesLabel";
|
|
//
|
|
// cryptoViewkeyLabel
|
|
//
|
|
resources.ApplyResources(cryptoViewkeyLabel, "cryptoViewkeyLabel");
|
|
cryptoViewkeyLabel.Name = "cryptoViewkeyLabel";
|
|
//
|
|
// cryptoSeedLabel
|
|
//
|
|
resources.ApplyResources(cryptoSeedLabel, "cryptoSeedLabel");
|
|
cryptoSeedLabel.Name = "cryptoSeedLabel";
|
|
//
|
|
// cryptoNameLabel
|
|
//
|
|
resources.ApplyResources(cryptoNameLabel, "cryptoNameLabel");
|
|
cryptoNameLabel.Name = "cryptoNameLabel";
|
|
//
|
|
// cryptoViewkeyTextbox
|
|
//
|
|
resources.ApplyResources(cryptoViewkeyTextbox, "cryptoViewkeyTextbox");
|
|
cryptoViewkeyTextbox.Name = "cryptoViewkeyTextbox";
|
|
cryptoViewkeyTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// cryptoSeedTextbox
|
|
//
|
|
resources.ApplyResources(cryptoSeedTextbox, "cryptoSeedTextbox");
|
|
cryptoSeedTextbox.Name = "cryptoSeedTextbox";
|
|
cryptoSeedTextbox.UseSystemPasswordChar = true;
|
|
//
|
|
// cryptoNameTextbox
|
|
//
|
|
resources.ApplyResources(cryptoNameTextbox, "cryptoNameTextbox");
|
|
cryptoNameTextbox.Name = "cryptoNameTextbox";
|
|
//
|
|
// cryptoCurrencyLabel
|
|
//
|
|
resources.ApplyResources(cryptoCurrencyLabel, "cryptoCurrencyLabel");
|
|
cryptoCurrencyLabel.Name = "cryptoCurrencyLabel";
|
|
//
|
|
// cryptoCurrencyCombobox
|
|
//
|
|
resources.ApplyResources(cryptoCurrencyCombobox, "cryptoCurrencyCombobox");
|
|
cryptoCurrencyCombobox.DropDownStyle = ComboBoxStyle.DropDownList;
|
|
cryptoCurrencyCombobox.FormattingEnabled = true;
|
|
cryptoCurrencyCombobox.Items.AddRange(new object[] { resources.GetString("cryptoCurrencyCombobox.Items"), resources.GetString("cryptoCurrencyCombobox.Items1"), resources.GetString("cryptoCurrencyCombobox.Items2"), resources.GetString("cryptoCurrencyCombobox.Items3"), resources.GetString("cryptoCurrencyCombobox.Items4"), resources.GetString("cryptoCurrencyCombobox.Items5"), resources.GetString("cryptoCurrencyCombobox.Items6"), resources.GetString("cryptoCurrencyCombobox.Items7"), resources.GetString("cryptoCurrencyCombobox.Items8"), resources.GetString("cryptoCurrencyCombobox.Items9"), resources.GetString("cryptoCurrencyCombobox.Items10"), resources.GetString("cryptoCurrencyCombobox.Items11") });
|
|
cryptoCurrencyCombobox.Name = "cryptoCurrencyCombobox";
|
|
//
|
|
// cryptoListbox
|
|
//
|
|
resources.ApplyResources(cryptoListbox, "cryptoListbox");
|
|
cryptoListbox.FormattingEnabled = true;
|
|
cryptoListbox.Name = "cryptoListbox";
|
|
cryptoListbox.SelectedIndexChanged += cryptoListbox_SelectedIndexChanged;
|
|
//
|
|
// cryptoSearchLabel
|
|
//
|
|
resources.ApplyResources(cryptoSearchLabel, "cryptoSearchLabel");
|
|
cryptoSearchLabel.Name = "cryptoSearchLabel";
|
|
//
|
|
// cryptoSearchTextbox
|
|
//
|
|
resources.ApplyResources(cryptoSearchTextbox, "cryptoSearchTextbox");
|
|
cryptoSearchTextbox.Name = "cryptoSearchTextbox";
|
|
cryptoSearchTextbox.KeyPress += cryptoSearchTextbox_KeyPress;
|
|
//
|
|
// generateTab
|
|
//
|
|
resources.ApplyResources(generateTab, "generateTab");
|
|
generateTab.Controls.Add(genCopyButton);
|
|
generateTab.Controls.Add(genPasswordTextbox);
|
|
generateTab.Controls.Add(genPassLabel);
|
|
generateTab.Controls.Add(genGenerateButton);
|
|
generateTab.Controls.Add(genSecureCheckbox);
|
|
generateTab.Controls.Add(genNumeric);
|
|
generateTab.Controls.Add(genLengthLabel);
|
|
generateTab.Name = "generateTab";
|
|
generateTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// genCopyButton
|
|
//
|
|
resources.ApplyResources(genCopyButton, "genCopyButton");
|
|
genCopyButton.Name = "genCopyButton";
|
|
genCopyButton.UseVisualStyleBackColor = true;
|
|
genCopyButton.Click += genCopyButton_Click;
|
|
//
|
|
// genPasswordTextbox
|
|
//
|
|
resources.ApplyResources(genPasswordTextbox, "genPasswordTextbox");
|
|
genPasswordTextbox.Name = "genPasswordTextbox";
|
|
genPasswordTextbox.ReadOnly = true;
|
|
//
|
|
// genPassLabel
|
|
//
|
|
resources.ApplyResources(genPassLabel, "genPassLabel");
|
|
genPassLabel.Name = "genPassLabel";
|
|
//
|
|
// genGenerateButton
|
|
//
|
|
resources.ApplyResources(genGenerateButton, "genGenerateButton");
|
|
genGenerateButton.Name = "genGenerateButton";
|
|
genGenerateButton.UseVisualStyleBackColor = true;
|
|
genGenerateButton.Click += genGenerateButton_Click;
|
|
//
|
|
// genSecureCheckbox
|
|
//
|
|
resources.ApplyResources(genSecureCheckbox, "genSecureCheckbox");
|
|
genSecureCheckbox.Checked = true;
|
|
genSecureCheckbox.CheckState = CheckState.Checked;
|
|
genSecureCheckbox.Name = "genSecureCheckbox";
|
|
genSecureCheckbox.UseVisualStyleBackColor = true;
|
|
//
|
|
// genNumeric
|
|
//
|
|
resources.ApplyResources(genNumeric, "genNumeric");
|
|
genNumeric.Name = "genNumeric";
|
|
genNumeric.Value = new decimal(new int[] { 64, 0, 0, 0 });
|
|
//
|
|
// genLengthLabel
|
|
//
|
|
resources.ApplyResources(genLengthLabel, "genLengthLabel");
|
|
genLengthLabel.Name = "genLengthLabel";
|
|
//
|
|
// noteTab
|
|
//
|
|
resources.ApplyResources(noteTab, "noteTab");
|
|
noteTab.Controls.Add(noteTextbox);
|
|
noteTab.Controls.Add(noteSaveButton);
|
|
noteTab.Controls.Add(noteDoneButton);
|
|
noteTab.Controls.Add(noteFileLabel);
|
|
noteTab.Controls.Add(noteTitleTextbox);
|
|
noteTab.Controls.Add(noteSearchLabel);
|
|
noteTab.Controls.Add(noteSearchTextbox);
|
|
noteTab.Controls.Add(noteListbox);
|
|
noteTab.Controls.Add(noteDeleteButton);
|
|
noteTab.Controls.Add(noteAddEditButton);
|
|
noteTab.Name = "noteTab";
|
|
noteTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// noteTextbox
|
|
//
|
|
noteTextbox.AcceptsReturn = true;
|
|
noteTextbox.AcceptsTab = true;
|
|
resources.ApplyResources(noteTextbox, "noteTextbox");
|
|
noteTextbox.Name = "noteTextbox";
|
|
//
|
|
// noteSaveButton
|
|
//
|
|
resources.ApplyResources(noteSaveButton, "noteSaveButton");
|
|
noteSaveButton.Name = "noteSaveButton";
|
|
noteSaveButton.UseVisualStyleBackColor = true;
|
|
noteSaveButton.Click += noteSaveButton_Click;
|
|
//
|
|
// noteDoneButton
|
|
//
|
|
resources.ApplyResources(noteDoneButton, "noteDoneButton");
|
|
noteDoneButton.Name = "noteDoneButton";
|
|
noteDoneButton.UseVisualStyleBackColor = true;
|
|
noteDoneButton.Click += noteDoneButton_Click;
|
|
//
|
|
// noteFileLabel
|
|
//
|
|
resources.ApplyResources(noteFileLabel, "noteFileLabel");
|
|
noteFileLabel.Name = "noteFileLabel";
|
|
//
|
|
// noteTitleTextbox
|
|
//
|
|
resources.ApplyResources(noteTitleTextbox, "noteTitleTextbox");
|
|
noteTitleTextbox.Name = "noteTitleTextbox";
|
|
//
|
|
// noteSearchLabel
|
|
//
|
|
resources.ApplyResources(noteSearchLabel, "noteSearchLabel");
|
|
noteSearchLabel.Name = "noteSearchLabel";
|
|
//
|
|
// noteSearchTextbox
|
|
//
|
|
resources.ApplyResources(noteSearchTextbox, "noteSearchTextbox");
|
|
noteSearchTextbox.Name = "noteSearchTextbox";
|
|
noteSearchTextbox.KeyPress += NoteSearchTextbox_KeyPress;
|
|
//
|
|
// noteListbox
|
|
//
|
|
resources.ApplyResources(noteListbox, "noteListbox");
|
|
noteListbox.FormattingEnabled = true;
|
|
noteListbox.Name = "noteListbox";
|
|
noteListbox.SelectedIndexChanged += noteListbox_SelectedIndexChanged;
|
|
//
|
|
// noteDeleteButton
|
|
//
|
|
resources.ApplyResources(noteDeleteButton, "noteDeleteButton");
|
|
noteDeleteButton.Name = "noteDeleteButton";
|
|
noteDeleteButton.UseVisualStyleBackColor = true;
|
|
noteDeleteButton.Click += noteDeleteButton_Click;
|
|
//
|
|
// noteAddEditButton
|
|
//
|
|
resources.ApplyResources(noteAddEditButton, "noteAddEditButton");
|
|
noteAddEditButton.Name = "noteAddEditButton";
|
|
noteAddEditButton.UseVisualStyleBackColor = true;
|
|
noteAddEditButton.Click += noteAddEditButton_Click;
|
|
//
|
|
// settingsTab
|
|
//
|
|
resources.ApplyResources(settingsTab, "settingsTab");
|
|
settingsTab.Name = "settingsTab";
|
|
settingsTab.UseVisualStyleBackColor = true;
|
|
//
|
|
// SimPas2
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
Controls.Add(PasswordMenu);
|
|
Name = "SimPas2";
|
|
PasswordMenu.ResumeLayout(false);
|
|
passwordTab.ResumeLayout(false);
|
|
passwordTab.PerformLayout();
|
|
otpTab.ResumeLayout(false);
|
|
otpTab.PerformLayout();
|
|
tabControl1.ResumeLayout(false);
|
|
otpAddNew.ResumeLayout(false);
|
|
otpAddNew.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)otpDurationNumeric).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)otpDigitsNumeric).EndInit();
|
|
otpAddOld.ResumeLayout(false);
|
|
otpAddOld.PerformLayout();
|
|
pinTab.ResumeLayout(false);
|
|
pinTab.PerformLayout();
|
|
qaTab.ResumeLayout(false);
|
|
qaTab.PerformLayout();
|
|
ccTab.ResumeLayout(false);
|
|
ccTab.PerformLayout();
|
|
cryptoTab.ResumeLayout(false);
|
|
cryptoTab.PerformLayout();
|
|
generateTab.ResumeLayout(false);
|
|
generateTab.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)genNumeric).EndInit();
|
|
noteTab.ResumeLayout(false);
|
|
noteTab.PerformLayout();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TabControl PasswordMenu;
|
|
private TabPage passwordTab;
|
|
private TabPage otpTab;
|
|
private TabPage pinTab;
|
|
private TabPage qaTab;
|
|
private TabPage ccTab;
|
|
private TabPage settingsTab;
|
|
private TextBox pwWebsiteTextbox;
|
|
private ListBox pwListbox;
|
|
private TabPage noteTab;
|
|
private Button pwEditButton;
|
|
private Button pwCopyUsernameButton;
|
|
private Button pwDeleteButton;
|
|
private Button pwAddButton;
|
|
private TabPage generateTab;
|
|
private ListBox noteListbox;
|
|
private Button noteDeleteButton;
|
|
private Button noteAddEditButton;
|
|
private Button otpEditButton;
|
|
private Button otpDeleteButton;
|
|
private Button otpAddButton;
|
|
private Label otpCodeLabel;
|
|
private ListBox otpListbox;
|
|
private Button otpCopyButton;
|
|
private ListBox pinListbox;
|
|
private Button pinEditButton;
|
|
private Button pinDeleteButton;
|
|
private Button pinAddButton;
|
|
private TextBox genPasswordTextbox;
|
|
private Label genPassLabel;
|
|
private Button genGenerateButton;
|
|
private CheckBox genSecureCheckbox;
|
|
private NumericUpDown genNumeric;
|
|
private Label genLengthLabel;
|
|
private TextBox pwNotesTextbox;
|
|
private TextBox pwPasswordTextbox;
|
|
private TextBox pwUsernameTextbox;
|
|
private Label pwNotesLabel;
|
|
private Label pwPasswordLabel;
|
|
private Label pwUsernameLabel;
|
|
private Label pwWebsiteLabel;
|
|
private Button pwShowButton;
|
|
private TabControl tabControl1;
|
|
private TabPage otpAddNew;
|
|
private TabPage otpAddOld;
|
|
private Button otpAddLegacyButton;
|
|
private TextBox otpIssuerTextbox;
|
|
private TextBox otpWebsiteTextbox1;
|
|
private TextBox otpAuthTextbox;
|
|
private TextBox otpSecretTextbox;
|
|
private Label otpDigitsLabel;
|
|
private NumericUpDown otpDigitsNumeric;
|
|
private Label otpIssuerLabel;
|
|
private Label otpAuthLabel;
|
|
private Label otpWebsiteLabel1;
|
|
private Label otpSecretLabel;
|
|
private TextBox otpWebsiteTextbox2;
|
|
private Label otpWebsiteLabel2;
|
|
private Label otpAlgorithmLabel;
|
|
private Label otpDurationLabel;
|
|
private NumericUpDown otpDurationNumeric;
|
|
private ComboBox otpAlgorithmCombobox;
|
|
private Label otpCountdownLabel;
|
|
private ProgressBar otpCountdownProgress;
|
|
private Button otpDoneButton;
|
|
private Button pwDoneButton;
|
|
private Button pinDoneButton;
|
|
private Button pinCopyButton;
|
|
private TextBox pinCodeTextbox;
|
|
private Label pinCodeLabel;
|
|
private TextBox pinWebsiteTextbox;
|
|
private Label pinWebsiteLabel;
|
|
private Button pinShowButton;
|
|
private TextBox pinNoteTextbox;
|
|
private Label pinNoteLabel;
|
|
private TextBox pwSearchTextbox;
|
|
private Label pwSearchLabel;
|
|
private Label otpSearchLabel;
|
|
private TextBox otpSearchTextbox;
|
|
private TextBox pinSearchTextbox;
|
|
private Label pinSearchLabel;
|
|
private TabPage cryptoTab;
|
|
private Label noteSearchLabel;
|
|
private TextBox noteSearchTextbox;
|
|
private TextBox noteTitleTextbox;
|
|
private Label noteFileLabel;
|
|
private Button noteSaveButton;
|
|
private Button noteDoneButton;
|
|
private TextBox noteTextbox;
|
|
private TextBox qaWebsiteTextbox;
|
|
private Label qaWebsiteLabel;
|
|
private Button qaDoneButton;
|
|
private Button qaShowButton;
|
|
private Button qaCopyButton;
|
|
private Button qaEditButton;
|
|
private Button qaDeleteButton;
|
|
private Button qaAddButton;
|
|
private TextBox qaAnswerTextbox;
|
|
private TextBox qaQuestionTextbox;
|
|
private TextBox qaSearchTextbox;
|
|
private ListBox qaListbox;
|
|
private Label qaAnswerLabel;
|
|
private Label qaQuestionLabel;
|
|
private Label qaSearchLabel;
|
|
private TextBox qaNoteTextbox;
|
|
private Label qaNoteLabel;
|
|
private Button genCopyButton;
|
|
private Label pwCopyLabel;
|
|
private Button pwCopyPasswordButton;
|
|
private ComboBox ccBrandCombobox;
|
|
private ListBox ccListbox;
|
|
private Label ccSearchLabel;
|
|
private TextBox ccSearchTextbox;
|
|
private TextBox ccNumberTextbox;
|
|
private Label ccBrandLabel;
|
|
private TextBox ccCvcTextbox;
|
|
private TextBox ccExpirationTextbox;
|
|
private Label ccNumberLabel;
|
|
private Label ccExpirationLabel;
|
|
private TextBox ccNotesTextbox;
|
|
private Label ccNotesLabel;
|
|
private Label ccCvcLabel;
|
|
private Button ccDoneButton;
|
|
private Button ccShowButton;
|
|
private Button ccEditButton;
|
|
private Button ccDeleteButton;
|
|
private Button ccAddButton;
|
|
private Label ccHolderLabel;
|
|
private TextBox ccHolderTextbox;
|
|
private Label cryptoAddressLabel;
|
|
private TextBox cryptoAddressTextbox;
|
|
private Button cryptoDoneButton;
|
|
private Button cryptoShowButton;
|
|
private Button cryptoEditButton;
|
|
private Button cryptoDeleteButton;
|
|
private Button cryptoAddButton;
|
|
private TextBox cryptoNotesTextbox;
|
|
private Label cryptoNotesLabel;
|
|
private Label cryptoViewkeyLabel;
|
|
private Label cryptoSeedLabel;
|
|
private Label cryptoNameLabel;
|
|
private TextBox cryptoViewkeyTextbox;
|
|
private TextBox cryptoSeedTextbox;
|
|
private TextBox cryptoNameTextbox;
|
|
private Label cryptoCurrencyLabel;
|
|
private ComboBox cryptoCurrencyCombobox;
|
|
private ListBox cryptoListbox;
|
|
private Label cryptoSearchLabel;
|
|
private TextBox cryptoSearchTextbox;
|
|
private Label cryptoPasswordLabel;
|
|
private TextBox cryptoPasswordTextbox;
|
|
private Label cryptoHeightLabel;
|
|
private TextBox cryptoHeightTextbox;
|
|
private Label cryptoSpendkeyLabel;
|
|
private TextBox cryptoSpendkeyTextbox;
|
|
}
|
|
}
|