forked from ventrian/Simple-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EditTemplate.ascx.designer.vb
executable file
·152 lines (134 loc) · 5.98 KB
/
EditTemplate.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
'------------------------------------------------------------------------------
' <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.SimpleGallery
Partial Public Class EditTemplate
'''<summary>
'''Controllo rptBreadCrumbs.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents rptBreadCrumbs As Global.System.Web.UI.WebControls.Repeater
'''<summary>
'''Controllo dshEditTemplate.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents dshEditTemplate As Global.System.Web.UI.UserControl
'''<summary>
'''Controllo tblEditTemplate.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents tblEditTemplate As Global.System.Web.UI.HtmlControls.HtmlTable
'''<summary>
'''Controllo plTemplate.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents plTemplate As Global.System.Web.UI.UserControl
'''<summary>
'''Controllo drpTemplates.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents drpTemplates As Global.System.Web.UI.WebControls.DropDownList
'''<summary>
'''Controllo txtTemplateHeader.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents txtTemplateHeader As Global.System.Web.UI.WebControls.TextBox
'''<summary>
'''Controllo plTemplateBody.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents plTemplateBody As Global.System.Web.UI.UserControl
'''<summary>
'''Controllo txtTemplate.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents txtTemplate As Global.System.Web.UI.WebControls.TextBox
'''<summary>
'''Controllo txtTemplateFooter.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents txtTemplateFooter As Global.System.Web.UI.WebControls.TextBox
'''<summary>
'''Controllo cmdUpdate.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents cmdUpdate As Global.System.Web.UI.WebControls.LinkButton
'''<summary>
'''Controllo cmdCancel.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents cmdCancel As Global.System.Web.UI.WebControls.LinkButton
'''<summary>
'''Controllo cmdRestoreDefault.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents cmdRestoreDefault As Global.System.Web.UI.WebControls.LinkButton
'''<summary>
'''Controllo dshTokens.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents dshTokens As Global.System.Web.UI.UserControl
'''<summary>
'''Controllo tblTokens.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents tblTokens As Global.System.Web.UI.HtmlControls.HtmlTable
'''<summary>
'''Controllo rptTemplateTokens.
'''</summary>
'''<remarks>
'''Campo generato automaticamente.
'''Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
'''</remarks>
Protected WithEvents rptTemplateTokens As Global.System.Web.UI.WebControls.Repeater
End Class
End Namespace