diff --git a/FineUI_v6/FineUI.Examples/other/addtab.aspx b/FineUI_v6/FineUI.Examples/other/addtab.aspx
index 22d75b9..9be13f9 100644
--- a/FineUI_v6/FineUI.Examples/other/addtab.aspx
+++ b/FineUI_v6/FineUI.Examples/other/addtab.aspx
@@ -32,11 +32,11 @@
var basePath = '<%= ResolveUrl("~/") %>';
function openHelloFineUI() {
- parent.addExampleTab.apply(null, ['hello_fineui_tab', basePath + 'basic/hello.aspx', '你好 FineUI', basePath + 'res/images/filetype/vs_aspx.png', true]);
+ parent.addExampleTab.apply(null, ['hello_fineui_tab', basePath + 'basic/hello.aspx', '你好 FineUI', basePath + 'res/images/filetype/vs_aspx.png', undefined, true]);
}
function openHelloFineUI2() {
- parent.addExampleTab.apply(null, ['hello_fineui_tab', basePath + 'basic/login.aspx', '登陆页面', basePath + 'res/images/filetype/vs_html.png', true]);
+ parent.addExampleTab.apply(null, ['hello_fineui_tab', basePath + 'basic/login.aspx', '登陆页面', basePath + 'res/images/filetype/vs_html.png', undefined, true]);
}
function closeActiveTab() {
diff --git a/FineUI_v6/FineUI.Examples/other/addtab.aspx.designer.cs b/FineUI_v6/FineUI.Examples/other/addtab.aspx.designer.cs
index 36346d2..52ae69b 100644
--- a/FineUI_v6/FineUI.Examples/other/addtab.aspx.designer.cs
+++ b/FineUI_v6/FineUI.Examples/other/addtab.aspx.designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
-// <自动生成>
-// 此代码由工具生成。
+//
+// This code was generated by a tool.
//
-// 对此文件的更改可能会导致不正确的行为,并且如果
-// 重新生成代码,这些更改将会丢失。
-// 自动生成>
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
//------------------------------------------------------------------------------
namespace FineUI.Examples.other {
@@ -13,56 +13,56 @@ namespace FineUI.Examples.other {
public partial class addtab {
///
- /// form1 控件。
+ /// form1 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
///
- /// PageManager1 控件。
+ /// PageManager1 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::FineUI.PageManager PageManager1;
///
- /// Button1 控件。
+ /// Button1 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::FineUI.Button Button1;
///
- /// Button4 控件。
+ /// Button4 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::FineUI.Button Button4;
///
- /// Button2 控件。
+ /// Button2 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::FineUI.Button Button2;
///
- /// Button3 控件。
+ /// Button3 control.
///
///
- /// 自动生成的字段。
- /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::FineUI.Button Button3;
}