This commit is contained in:
parent
e70bbe7d08
commit
02936395ac
@ -29,10 +29,10 @@
|
||||
</td>
|
||||
<td style="text-align: right;">
|
||||
<f:Button runat="server" CssClass="" Text="企业版(MVC)" IconAlign="Top" Icon="Lightning"
|
||||
EnablePostBack="false" OnClientClick="window.location.href='http://fineui.com/demo_mvc';">
|
||||
EnablePostBack="false" OnClientClick="window.location.href='http://mvc.fineui.com/';">
|
||||
</f:Button>
|
||||
<f:Button runat="server" CssClass="" Text="专业版(WebForms)" IconAlign="Top" Icon="Star"
|
||||
EnablePostBack="false" OnClientClick="window.location.href='http://fineui.com/demo_pro';">
|
||||
EnablePostBack="false" OnClientClick="window.location.href='http://pro.fineui.com/';">
|
||||
</f:Button>
|
||||
<f:Button runat="server" CssClass="" Text="加载动画" IconAlign="Top" Icon="Hourglass"
|
||||
EnablePostBack="false">
|
||||
@ -93,11 +93,13 @@
|
||||
</f:MenuButton>
|
||||
<f:MenuSeparator runat="server">
|
||||
</f:MenuSeparator>
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(专业版)示例" NavigateUrl="http://fineui.com/demo_pro/" Target="_blank">
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(专业版)示例" NavigateUrl="http://pro.fineui.com/" Target="_blank">
|
||||
</f:MenuHyperLink>
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(MVC版)示例" NavigateUrl="http://fineui.com/demo_mvc/" Target="_blank">
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(MVC版)示例" NavigateUrl="http://mvc.fineui.com/" Target="_blank">
|
||||
</f:MenuHyperLink>
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(JS版)示例" NavigateUrl="http://fineui.com/demo_js/" Target="_blank">
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(Core版)示例" NavigateUrl="http://core.fineui.com/" Target="_blank">
|
||||
</f:MenuHyperLink>
|
||||
<f:MenuHyperLink runat="server" Text="FineUI(JS版)示例" NavigateUrl="http://js.fineui.com/" Target="_blank">
|
||||
</f:MenuHyperLink>
|
||||
</Menu>
|
||||
</f:Button>
|
||||
@ -153,13 +155,11 @@
|
||||
<h2>相关链接</h2>
|
||||
首页:<a target="_blank" href="http://fineui.com/">http://fineui.com/</a>
|
||||
<br />
|
||||
示例:<a target="_blank" href="http://demo.fineui.com/">http://demo.fineui.com/</a>
|
||||
<br />
|
||||
论坛:<a target="_blank" href="http://fineui.com/bbs/">http://fineui.com/bbs/</a>
|
||||
<br />
|
||||
示例:<a target="_blank" href="http://fineui.com/demo/">http://fineui.com/demo/</a>
|
||||
<br />
|
||||
文档:<a target="_blank" href="http://fineui.com/doc/">http://fineui.com/doc/</a>
|
||||
<br />
|
||||
下载:<a target="_blank" href="https://gitee.com/sanshi/FineUI">https://gitee.com/sanshi/FineUI</a>
|
||||
源代码下载:<a target="_blank" href="https://gitee.com/sanshi/FineUI">https://gitee.com/sanshi/FineUI</a>
|
||||
<br />
|
||||
<br />
|
||||
注:FineUI 不再内置 ExtJS 库,请手工添加 ExtJS 库:<a target="_blank" href="http://fineui.com/bbs/forum.php?mod=viewthread&tid=3218">http://fineui.com/bbs/forum.php?mod=viewthread&tid=3218</a>
|
||||
@ -487,5 +487,8 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=64203702" charset="UTF-8"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
注:ExtJS这个地方有问题,可能会有横向滚动体出来。<a href="http://fineui.com/demo_pro/#/demo_pro/dropdownlist/dropdownlist_matchfieldwidth.aspx">查看专业版示例</a>
|
||||
注:ExtJS这个地方有问题,可能会有横向滚动体出来。<a href="http://pro.fineui.com/#/dropdownlist/dropdownlist_matchfieldwidth.aspx">查看专业版示例</a>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <自动生成>
|
||||
// 此代码由工具生成。
|
||||
// <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 FineUI.Examples.dropdownlist {
|
||||
@ -13,65 +13,65 @@ namespace FineUI.Examples.dropdownlist {
|
||||
public partial class dropdownlist_matchfieldwidth {
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// form1 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.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// PageManager1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// SimpleForm1 控件。
|
||||
/// SimpleForm1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.SimpleForm SimpleForm1;
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList1 控件。
|
||||
/// DropDownList1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.DropDownList DropDownList1;
|
||||
|
||||
/// <summary>
|
||||
/// btnSelectItem6 控件。
|
||||
/// btnSelectItem6 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button btnSelectItem6;
|
||||
|
||||
/// <summary>
|
||||
/// btnGetSelection 控件。
|
||||
/// btnGetSelection control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button btnGetSelection;
|
||||
|
||||
/// <summary>
|
||||
/// labResult 控件。
|
||||
/// labResult control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Label labResult;
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ namespace FineUI.Examples.form
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
HtmlEditor1.Text = "FineUI(开源版)<br>基于 ExtJS 的开源 ASP.NET 控件库。<br><br>FineUI的使命<br>创建 No JavaScript,No CSS,No UpdatePanel,No ViewState,No WebServices 的网站应用程序。<br><br>支持的浏览器<br>Chrome、Firefox、Safari、IE 8.0+<br><br>授权协议<br>Apache License v2.0<br>注:ExtJS 库在 GPL v3 协议下发布(http://www.sencha.com/license)。<br><br>相关链接<br>论坛:<a href=\"http://fineui.com/bbs/\">http://fineui.com/bbs/</a><br>示例:<a href=\"http://fineui.com/demo/\">http://fineui.com/demo/</a><br>文档:<a href=\"http://fineui.com/doc/\">http://fineui.com/doc/</a><br>下载:<a href=\"http://fineui.codeplex.com/\">http://fineui.codeplex.com/</a><br><br>";
|
||||
HtmlEditor1.Text = "FineUI(开源版)<br>基于 ExtJS 的开源 ASP.NET 控件库。<br><br>FineUI的使命<br>创建 No JavaScript,No CSS,No UpdatePanel,No ViewState,No WebServices 的网站应用程序。<br><br>支持的浏览器<br>Chrome、Firefox、Safari、IE 8.0+<br><br>授权协议<br>Apache License v2.0<br>注:ExtJS 库在 GPL v3 协议下发布(http://www.sencha.com/license)。<br><br>相关链接<br>论坛:<a href=\"http://fineui.com/bbs/\">http://fineui.com/bbs/</a><br>示例:<a href=\"http://demo.fineui.com/\">http://demo.fineui.com/</a><br>文档:<a href=\"http://fineui.com/doc/\">http://fineui.com/doc/</a><br>下载:<a href=\"http://fineui.codeplex.com/\">http://fineui.codeplex.com/</a><br><br>";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
</f:Grid>
|
||||
<br />
|
||||
<br />
|
||||
<%--注:如果你尝试扩大“所学专业”列的宽度,你会发现右侧的列看不到了,而横向滚动条却没有出来,这是 ExtJS 的BUG。查看<a href="http://fineui.com/demo_pro/#/demo_pro/grid/grid.aspx" target="_blank">专业版示例</a>。--%>
|
||||
<%--注:如果你尝试扩大“所学专业”列的宽度,你会发现右侧的列看不到了,而横向滚动条却没有出来,这是 ExtJS 的BUG。查看<a href="http://pro.fineui.com/#/grid/grid.aspx" target="_blank">专业版示例</a>。--%>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <自动生成>
|
||||
// 此代码由工具生成。
|
||||
// <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 FineUI.Examples.grid {
|
||||
@ -13,38 +13,38 @@ namespace FineUI.Examples.grid {
|
||||
public partial class grid_backup {
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// form1 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.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// PageManager1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// Grid1 控件。
|
||||
/// Grid1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Grid Grid1;
|
||||
|
||||
/// <summary>
|
||||
/// Label3 控件。
|
||||
/// Label3 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 Label3;
|
||||
}
|
||||
|
@ -78,7 +78,7 @@
|
||||
</f:Label>
|
||||
<br />
|
||||
<br />
|
||||
注:由于 extjs 本身限制,无法在单元格编辑时同时选中一行或者多行。专业版无此限制,<a target="_blank" href="http://fineui.com/demo_pro/#/demo_pro/grid/grid_editor_cell_delete.aspx">查看专业版示例</a>。
|
||||
注:由于 extjs 本身限制,无法在单元格编辑时同时选中一行或者多行。专业版无此限制,<a target="_blank" href="http://pro.fineui.com/#/grid/grid_editor_cell_delete.aspx">查看专业版示例</a>。
|
||||
</form>
|
||||
<script>
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <自动生成>
|
||||
// 此代码由工具生成。
|
||||
// <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 FineUI.Examples.grid {
|
||||
@ -13,110 +13,110 @@ namespace FineUI.Examples.grid {
|
||||
public partial class grid_editor_cell_delete {
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// form1 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.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// PageManager1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// Grid1 控件。
|
||||
/// Grid1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Grid Grid1;
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar1 控件。
|
||||
/// Toolbar1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Toolbar Toolbar1;
|
||||
|
||||
/// <summary>
|
||||
/// btnDelete 控件。
|
||||
/// btnDelete control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button btnDelete;
|
||||
|
||||
/// <summary>
|
||||
/// Label1 控件。
|
||||
/// Label1 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 Label1;
|
||||
|
||||
/// <summary>
|
||||
/// tbxEditorName 控件。
|
||||
/// tbxEditorName control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.TextBox tbxEditorName;
|
||||
|
||||
/// <summary>
|
||||
/// tbxEditorEntranceYear 控件。
|
||||
/// tbxEditorEntranceYear control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.NumberBox tbxEditorEntranceYear;
|
||||
|
||||
/// <summary>
|
||||
/// DatePicker1 控件。
|
||||
/// DatePicker1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.DatePicker DatePicker1;
|
||||
|
||||
/// <summary>
|
||||
/// tbxEditorMajor 控件。
|
||||
/// tbxEditorMajor control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.TextBox tbxEditorMajor;
|
||||
|
||||
/// <summary>
|
||||
/// Button2 控件。
|
||||
/// Button2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button Button2;
|
||||
|
||||
/// <summary>
|
||||
/// labResult 控件。
|
||||
/// labResult control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Label labResult;
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
<br>
|
||||
相关链接<br>
|
||||
论坛:http://fineui.com/bbs/<br>
|
||||
示例:http://fineui.com/demo/<br>
|
||||
示例:http://demo.fineui.com/<br>
|
||||
文档:http://fineui.com/doc/<br>
|
||||
下载:http://fineui.codeplex.com/
|
||||
</p>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<br>
|
||||
相关链接<br>
|
||||
论坛:http://fineui.com/bbs/<br>
|
||||
示例:http://fineui.com/demo/<br>
|
||||
示例:http://demo.fineui.com/<br>
|
||||
文档:http://fineui.com/doc/<br>
|
||||
下载:http://fineui.codeplex.com/
|
||||
</p>
|
||||
|
@ -28,7 +28,7 @@
|
||||
<br>
|
||||
相关链接<br>
|
||||
论坛:http://fineui.com/bbs/<br>
|
||||
示例:http://fineui.com/demo/<br>
|
||||
示例:http://demo.fineui.com/<br>
|
||||
文档:http://fineui.com/doc/<br>
|
||||
下载:http://fineui.codeplex.com/
|
||||
</p>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<br>
|
||||
相关链接<br>
|
||||
论坛:http://fineui.com/bbs/<br>
|
||||
示例:http://fineui.com/demo/<br>
|
||||
示例:http://demo.fineui.com/<br>
|
||||
文档:http://fineui.com/doc/<br>
|
||||
下载:http://fineui.codeplex.com/
|
||||
</p>
|
||||
|
@ -28,7 +28,7 @@ Apache License 2.0 (Apache)<br>
|
||||
<br>
|
||||
相关链接<br>
|
||||
论坛:http://fineui.com/bbs/<br>
|
||||
示例:http://fineui.com/demo/<br>
|
||||
示例:http://demo.fineui.com/<br>
|
||||
文档:http://fineui.com/doc/<br>
|
||||
下载:http://fineui.codeplex.com/
|
||||
</p>
|
||||
|
@ -57,7 +57,7 @@
|
||||
</f:Button>
|
||||
<br />
|
||||
<br />
|
||||
注:ExtJS这个地方有问题,第二个GroupPanel面板是有工具栏的,但是没有显示出来。查看<a href="http://fineui.com/demo_pro/#/demo_pro/window/group_panel.aspx" target="_blank">专业版示例</a>。
|
||||
注:ExtJS这个地方有问题,第二个GroupPanel面板是有工具栏的,但是没有显示出来。查看<a href="http://pro.fineui.com/#/window/group_panel.aspx" target="_blank">专业版示例</a>。
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <自动生成>
|
||||
// 此代码由工具生成。
|
||||
// <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 FineUI.Examples.window {
|
||||
@ -13,128 +13,128 @@ namespace FineUI.Examples.window {
|
||||
public partial class group_panel {
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// form1 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.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// PageManager1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// Panel1 控件。
|
||||
/// Panel1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Panel Panel1;
|
||||
|
||||
/// <summary>
|
||||
/// GroupPanel1 控件。
|
||||
/// GroupPanel1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.GroupPanel GroupPanel1;
|
||||
|
||||
/// <summary>
|
||||
/// SimpleForm1 控件。
|
||||
/// SimpleForm1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.SimpleForm SimpleForm1;
|
||||
|
||||
/// <summary>
|
||||
/// TextBox1 控件。
|
||||
/// TextBox1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.TextBox TextBox1;
|
||||
|
||||
/// <summary>
|
||||
/// TextArea1 控件。
|
||||
/// TextArea1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.TextArea TextArea1;
|
||||
|
||||
/// <summary>
|
||||
/// GroupPanel2 控件。
|
||||
/// GroupPanel2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.GroupPanel GroupPanel2;
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar1 控件。
|
||||
/// Toolbar1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Toolbar Toolbar1;
|
||||
|
||||
/// <summary>
|
||||
/// Button3 控件。
|
||||
/// Button3 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button Button3;
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarFill1 控件。
|
||||
/// ToolbarFill1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.ToolbarFill ToolbarFill1;
|
||||
|
||||
/// <summary>
|
||||
/// Button1 控件。
|
||||
/// Button1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button Button1;
|
||||
|
||||
/// <summary>
|
||||
/// ContentPanel1 控件。
|
||||
/// ContentPanel1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.ContentPanel ContentPanel1;
|
||||
|
||||
/// <summary>
|
||||
/// Button2 控件。
|
||||
/// Button2 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::FineUI.Button Button2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user