Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DEcasTriggerForm.Designer.cs62 this.m_lblConditionsIntro = new System.Windows.Forms.Label(); in InitializeComponent()
346 this.m_tabConditions.Controls.Add(this.m_lblConditionsIntro); in InitializeComponent()
416 this.m_lblConditionsIntro.AutoSize = true; in InitializeComponent()
417 this.m_lblConditionsIntro.Location = new System.Drawing.Point(6, 10); in InitializeComponent()
418 this.m_lblConditionsIntro.Name = "m_lblConditionsIntro"; in InitializeComponent()
419 this.m_lblConditionsIntro.Size = new System.Drawing.Size(329, 13); in InitializeComponent()
420 this.m_lblConditionsIntro.TabIndex = 0; in InitializeComponent()
421 …this.m_lblConditionsIntro.Text = "&The trigger actions are only performed if all conditions below … in InitializeComponent()
601 private System.Windows.Forms.Label m_lblConditionsIntro; field in KeePass.Forms.EcasTriggerForm