Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DOptionsForm.Designer.cs39 this.m_lblSecOpt = new System.Windows.Forms.Label(); in InitializeComponent()
155 this.m_tabSecurity.Controls.Add(this.m_lblSecOpt); in InitializeComponent()
197 this.m_lblSecOpt.AutoSize = true; in InitializeComponent()
198 this.m_lblSecOpt.Location = new System.Drawing.Point(3, 316); in InitializeComponent()
199 this.m_lblSecOpt.Name = "m_lblSecOpt"; in InitializeComponent()
200 this.m_lblSecOpt.Size = new System.Drawing.Size(110, 13); in InitializeComponent()
201 this.m_lblSecOpt.TabIndex = 9; in InitializeComponent()
202 this.m_lblSecOpt.Text = "More security options:"; in InitializeComponent()
843 private System.Windows.Forms.Label m_lblSecOpt; field in KeePass.Forms.OptionsForm