Initial commit
This commit is contained in:
108
Button/ButtonFeatures.aspx.designer.cs
generated
Normal file
108
Button/ButtonFeatures.aspx.designer.cs
generated
Normal file
@@ -0,0 +1,108 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
namespace QW2021C {
|
||||
public partial class ButtonFeatures {
|
||||
/// <summary>
|
||||
/// Start control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.Button Start;
|
||||
/// <summary>
|
||||
/// Play control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.ToggleButton Play;
|
||||
/// <summary>
|
||||
/// Save control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.SplitButton Save;
|
||||
/// <summary>
|
||||
/// RepeatButton control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.Button RepeatButton;
|
||||
/// <summary>
|
||||
/// CheckBox control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.CheckBox CheckBox;
|
||||
/// <summary>
|
||||
/// Radio1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.RadioButton Radio1;
|
||||
/// <summary>
|
||||
/// Radio2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.RadioButton Radio2;
|
||||
/// <summary>
|
||||
/// Radio3 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.RadioButton Radio3;
|
||||
/// <summary>
|
||||
/// ToggleButtonChange control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.ToggleButton ToggleButtonChange;
|
||||
/// <summary>
|
||||
/// UpdatePanelProp control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel UpdatePanelProp;
|
||||
/// <summary>
|
||||
/// EventLog control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl EventLog;
|
||||
/// <summary>
|
||||
/// ClearButton control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::Syncfusion.JavaScript.Web.Button ClearButton;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user