-
Notifications
You must be signed in to change notification settings - Fork 11
/
ContactForm.ascx.designer.vb
executable file
·98 lines (86 loc) · 3.78 KB
/
ContactForm.ascx.designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
'------------------------------------------------------------------------------
' <generato automaticamente>
' Codice generato da uno strumento.
'
' Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
' il codice viene rigenerato.
' </generato automaticamente>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace Ventrian.PropertyAgent
Partial Public Class ContactForm
'''<summary>
'''Controllo tblContactForm.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents tblContactForm As Global.System.Web.UI.WebControls.Table
'''<summary>
'''Controllo phContactForm.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents phContactForm As Global.System.Web.UI.WebControls.PlaceHolder
'''<summary>
'''Controllo rptDetails.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents rptDetails As Global.System.Web.UI.WebControls.Repeater
'''<summary>
'''Controllo trCaptcha.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents trCaptcha As Global.System.Web.UI.HtmlControls.HtmlTableRow
'''<summary>
'''Controllo plCaptcha.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents plCaptcha As Global.System.Web.UI.UserControl
'''<summary>
'''Controllo mlFlexCaptcha.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents mlFlexCaptcha As Global.Menulab.FlexCaptcha
'''<summary>
'''Controllo cmdSubmit.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents cmdSubmit As Global.System.Web.UI.WebControls.LinkButton
'''<summary>
'''Controllo lblRequireFields.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents lblRequireFields As Global.System.Web.UI.WebControls.Label
'''<summary>
'''Controllo lblSubmitResults.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents lblSubmitResults As Global.System.Web.UI.WebControls.Label
End Class
End Namespace