Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DOptionsForm.Designer.cs57 this.m_lblEscAction = new System.Windows.Forms.Label(); in InitializeComponent()
377 this.m_tabGui.Controls.Add(this.m_lblEscAction); in InitializeComponent()
407 this.m_lblEscAction.AutoSize = true; in InitializeComponent()
408 this.m_lblEscAction.Location = new System.Drawing.Point(3, 284); in InitializeComponent()
409 this.m_lblEscAction.Name = "m_lblEscAction"; in InitializeComponent()
410 this.m_lblEscAction.Size = new System.Drawing.Size(148, 13); in InitializeComponent()
411 this.m_lblEscAction.TabIndex = 7; in InitializeComponent()
412 this.m_lblEscAction.Text = "&Esc keypress in main window:"; in InitializeComponent()
838 private System.Windows.Forms.Label m_lblEscAction; field in KeePass.Forms.OptionsForm