You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
3.5 KiB
103 lines
3.5 KiB
//------------------------------------------------------------------------------ |
|
// <auto-generated> |
|
// This code was generated by a tool. |
|
// Runtime Version:2.0.50727.312 |
|
// |
|
// Changes to this file may cause incorrect behavior and will be lost if |
|
// the code is regenerated. |
|
// </auto-generated> |
|
//------------------------------------------------------------------------------ |
|
|
|
namespace CCSite { |
|
|
|
|
|
/// <summary> |
|
/// FormatCode class. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated class. |
|
/// </remarks> |
|
public partial class FormatCode { |
|
|
|
/// <summary> |
|
/// languageChoice control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.DropDownList languageChoice; |
|
|
|
/// <summary> |
|
/// inputTextBox control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.TextBox inputTextBox; |
|
|
|
/// <summary> |
|
/// ShowLineNumbers control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.CheckBox ShowLineNumbers; |
|
|
|
/// <summary> |
|
/// UseAlternatingBackground control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.CheckBox UseAlternatingBackground; |
|
|
|
/// <summary> |
|
/// convertCode control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.Button convertCode; |
|
|
|
/// <summary> |
|
/// OutputLabel control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.Label OutputLabel; |
|
|
|
/// <summary> |
|
/// outputTextBox control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.TextBox outputTextBox; |
|
|
|
/// <summary> |
|
/// PreviewPane 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 PreviewPane; |
|
|
|
/// <summary> |
|
/// inlineCodePreview control. |
|
/// </summary> |
|
/// <remarks> |
|
/// Auto-generated field. |
|
/// To modify move field declaration from designer file to code-behind file. |
|
/// </remarks> |
|
protected global::System.Web.UI.WebControls.Literal inlineCodePreview; |
|
} |
|
}
|
|
|