Home
last modified time | relevance | path

Searched refs:m_hkAutoTypePassword (Results 1 – 2 of 2) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DOptionsForm.Designer.cs79 this.m_hkAutoTypePassword = new KeePass.UI.HotKeyControlEx(); in InitializeComponent()
617 this.m_grpHotKeys.Controls.Add(this.m_hkAutoTypePassword); in InitializeComponent()
643 this.m_hkAutoTypePassword.Location = new System.Drawing.Point(175, 44); in InitializeComponent()
644 this.m_hkAutoTypePassword.Name = "m_hkAutoTypePassword"; in InitializeComponent()
645 this.m_hkAutoTypePassword.Size = new System.Drawing.Size(166, 20); in InitializeComponent()
646 this.m_hkAutoTypePassword.TabIndex = 4; in InitializeComponent()
841 private KeePass.UI.HotKeyControlEx m_hkAutoTypePassword; field in KeePass.Forms.OptionsForm
H A DOptionsForm.cs243 m_hkAutoTypePassword.TextNone = KPRes.External; in OnFormLoad()
247 m_hkAutoType.Enabled = m_hkAutoTypePassword.Enabled = in OnFormLoad()
586 m_hkAutoTypePassword.HotKey = kATP; in LoadIntegrationOptions()
587 m_kPrevATP = m_hkAutoTypePassword.HotKey; // Adjusted one in LoadIntegrationOptions()
589 m_hkAutoTypePassword.Enabled = false; in LoadIntegrationOptions()
739 if(fAltMod(m_hkAutoType) || fAltMod(m_hkAutoTypePassword) || in ValidateOptions()
801 ChangeHotKey(ref m_kPrevATP, m_hkAutoTypePassword, in SaveOptions()