Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedDetailControl.ascx.designer.cs @ 6084

Last change on this file since 6084 was 6084, checked in by gschwarz, 13 years ago

#1433 added UserControls

File size: 2.4 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//
5//     Changes to this file may cause incorrect behavior and will be lost if
6//     the code is regenerated.
7// </auto-generated>
8//------------------------------------------------------------------------------
9
10namespace WebControls {
11   
12   
13    public partial class OKBNamedDetailControl {
14       
15        /// <summary>
16        /// Panel1 control.
17        /// </summary>
18        /// <remarks>
19        /// Auto-generated field.
20        /// To modify move field declaration from designer file to code-behind file.
21        /// </remarks>
22        protected global::System.Web.UI.WebControls.Panel Panel1;
23       
24        /// <summary>
25        /// btnStore control.
26        /// </summary>
27        /// <remarks>
28        /// Auto-generated field.
29        /// To modify move field declaration from designer file to code-behind file.
30        /// </remarks>
31        protected global::System.Web.UI.WebControls.Button btnStore;
32       
33        /// <summary>
34        /// lbName0 control.
35        /// </summary>
36        /// <remarks>
37        /// Auto-generated field.
38        /// To modify move field declaration from designer file to code-behind file.
39        /// </remarks>
40        protected global::System.Web.UI.WebControls.Label lbName0;
41       
42        /// <summary>
43        /// tbName control.
44        /// </summary>
45        /// <remarks>
46        /// Auto-generated field.
47        /// To modify move field declaration from designer file to code-behind file.
48        /// </remarks>
49        protected global::System.Web.UI.WebControls.TextBox tbName;
50       
51        /// <summary>
52        /// lbDescription0 control.
53        /// </summary>
54        /// <remarks>
55        /// Auto-generated field.
56        /// To modify move field declaration from designer file to code-behind file.
57        /// </remarks>
58        protected global::System.Web.UI.WebControls.Label lbDescription0;
59       
60        /// <summary>
61        /// tbDescription control.
62        /// </summary>
63        /// <remarks>
64        /// Auto-generated field.
65        /// To modify move field declaration from designer file to code-behind file.
66        /// </remarks>
67        protected global::System.Web.UI.WebControls.TextBox tbDescription;
68    }
69}
Note: See TracBrowser for help on using the repository browser.