forked from DNN-Connect/CKEditorProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Options.aspx.designer.cs
37 lines (31 loc) · 1.01 KB
/
Options.aspx.designer.cs
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
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
namespace DNNConnect.CKEditorProvider {
public partial class Options {
/// <summary>
/// favicon control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected PlaceHolder favicon;
/// <summary>
/// ckOptionsForm control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected HtmlForm ckOptionsForm;
/// <summary>
/// phControls control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected PlaceHolder phControls;
}
}