From 0cc5f6d9072c5a1831190bbfdc43cd7dcf379ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E7=94=9F=E7=9F=B3=E4=B8=8A?= Date: Wed, 6 Jun 2018 11:12:02 +0800 Subject: [PATCH] =?UTF-8?q?-=E6=9B=B4=E6=96=B0=E7=A4=BA=E4=BE=8B=EF=BC=9A?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=8E=A7=E4=BB=B6->=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E5=B8=83=E5=B1=80->=E6=8C=89=E9=92=AE=E5=92=8C=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FineUI.Examples/FineUI.Examples.csproj | 8 + FineUI_v6/FineUI.Examples/default.aspx | 8 +- .../FineUI.Examples/form/layout_checkout.aspx | 27 ++- .../form/layout_checkout.aspx.designer.cs | 202 +++++++++--------- .../FineUI.Examples/form/layout_panel.aspx | 98 +++++---- .../form/layout_panel.aspx.designer.cs | 103 ++++----- FineUI_v6/FineUI/release_history.txt | 1 + 7 files changed, 231 insertions(+), 216 deletions(-) diff --git a/FineUI_v6/FineUI.Examples/FineUI.Examples.csproj b/FineUI_v6/FineUI.Examples/FineUI.Examples.csproj index 5c510c2..14c516a 100644 --- a/FineUI_v6/FineUI.Examples/FineUI.Examples.csproj +++ b/FineUI_v6/FineUI.Examples/FineUI.Examples.csproj @@ -191,6 +191,7 @@ + @@ -1433,6 +1434,13 @@ tree2.aspx + + WebForm1.aspx + ASPXCodeBehind + + + WebForm1.aspx + inline_window.aspx ASPXCodeBehind diff --git a/FineUI_v6/FineUI.Examples/default.aspx b/FineUI_v6/FineUI.Examples/default.aspx index cdd30ef..91877d6 100644 --- a/FineUI_v6/FineUI.Examples/default.aspx +++ b/FineUI_v6/FineUI.Examples/default.aspx @@ -28,10 +28,10 @@ - - - +
diff --git a/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx b/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx index c6c22d5..02f99bb 100644 --- a/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx +++ b/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx @@ -9,11 +9,11 @@
- + - + @@ -104,20 +104,17 @@ - - - - - - - - + + + + + + + + -
-
- 注:已经设置了Form1的AutoScroll="true",尝试缩小窗体的高度,使其出现纵向滚动条。 diff --git a/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx.designer.cs b/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx.designer.cs index a17b9eb..097aae4 100644 --- a/FineUI_v6/FineUI.Examples/form/layout_checkout.aspx.designer.cs +++ b/FineUI_v6/FineUI.Examples/form/layout_checkout.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.form { @@ -13,290 +13,290 @@ namespace FineUI.Examples.form { public partial class layout_checkout { /// - /// Head1 控件。 + /// Head1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.HtmlControls.HtmlHead Head1; /// - /// _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; /// - /// Window1 控件。 + /// Window1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Window Window1; /// - /// Form1 控件。 + /// Form1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Form Form1; /// - /// Panel2 控件。 + /// Panel2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Panel Panel2; /// - /// TextBox2 控件。 + /// TextBox2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox2; /// - /// TextBox4 控件。 + /// TextBox4 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox4; /// - /// Panel1 控件。 + /// Panel1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Panel Panel1; /// - /// TextBox1 控件。 + /// TextBox1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox1; /// - /// TextBox6 控件。 + /// TextBox6 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox6; /// - /// GroupPanel1 控件。 + /// GroupPanel1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.GroupPanel GroupPanel1; /// - /// TextBox7 控件。 + /// TextBox7 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox7; /// - /// Panel4 控件。 + /// Panel4 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Panel Panel4; /// - /// TextBox9 控件。 + /// TextBox9 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox9; /// - /// TextBox5 控件。 + /// TextBox5 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox5; /// - /// TextBox8 控件。 + /// TextBox8 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox8; /// - /// GroupPanel2 控件。 + /// GroupPanel2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.GroupPanel GroupPanel2; /// - /// cbxSameAsContactAddress 控件。 + /// cbxSameAsContactAddress control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.CheckBox cbxSameAsContactAddress; /// - /// tbxBillingAddress 控件。 + /// tbxBillingAddress control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox tbxBillingAddress; /// - /// Panel3 控件。 + /// Panel3 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Panel Panel3; /// - /// tbxBillingProvince 控件。 + /// tbxBillingProvince control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox tbxBillingProvince; /// - /// tbxBillingCity 控件。 + /// tbxBillingCity control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox tbxBillingCity; /// - /// tbxBillingPostCode 控件。 + /// tbxBillingPostCode control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox tbxBillingPostCode; /// - /// GroupPanel3 控件。 + /// GroupPanel3 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.GroupPanel GroupPanel3; /// - /// RadioButtonList1 控件。 + /// RadioButtonList1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.RadioButtonList RadioButtonList1; /// - /// TextBox3 控件。 + /// TextBox3 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox3; /// - /// Panel5 控件。 + /// Panel5 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Panel Panel5; /// - /// TextBox14 控件。 + /// TextBox14 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox14; /// - /// TextBox16 控件。 + /// TextBox16 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.NumberBox TextBox16; /// - /// Toolbar1 控件。 + /// Toolbar1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Toolbar Toolbar1; /// - /// Button1 控件。 + /// Button1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Button Button1; } diff --git a/FineUI_v6/FineUI.Examples/form/layout_panel.aspx b/FineUI_v6/FineUI.Examples/form/layout_panel.aspx index 624a5eb..683c3da 100644 --- a/FineUI_v6/FineUI.Examples/form/layout_panel.aspx +++ b/FineUI_v6/FineUI.Examples/form/layout_panel.aspx @@ -5,53 +5,71 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FineUI_v6/FineUI.Examples/form/layout_panel.aspx.designer.cs b/FineUI_v6/FineUI.Examples/form/layout_panel.aspx.designer.cs index b3995d7..356c967 100644 --- a/FineUI_v6/FineUI.Examples/form/layout_panel.aspx.designer.cs +++ b/FineUI_v6/FineUI.Examples/form/layout_panel.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.form { @@ -13,137 +13,128 @@ namespace FineUI.Examples.form { public partial class layout_panel { /// - /// 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; /// - /// SimpleForm1 控件。 + /// SimpleForm1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Form SimpleForm1; /// - /// FormRow5 控件。 + /// TextBox1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 - /// - protected global::FineUI.FormRow FormRow5; - - /// - /// TextBox1 控件。 - /// - /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox1; /// - /// Button4 控件。 + /// Button4 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Button Button4; /// - /// FormRow6 控件。 + /// FormRow6 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.FormRow FormRow6; /// - /// TextBox2 控件。 + /// TextBox2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox2; /// - /// Button3 控件。 + /// Button3 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Button Button3; /// - /// FormRow7 控件。 + /// FormRow7 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.FormRow FormRow7; /// - /// TextBox3 控件。 + /// TextBox3 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox3; /// - /// Button1 控件。 + /// Button1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Button Button1; /// - /// FormRow8 控件。 + /// FormRow8 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.FormRow FormRow8; /// - /// TextBox4 控件。 + /// TextBox4 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.TextBox TextBox4; /// - /// Button2 控件。 + /// Button2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUI.Button Button2; } diff --git a/FineUI_v6/FineUI/release_history.txt b/FineUI_v6/FineUI/release_history.txt index 0e247a1..8adf7d6 100644 --- a/FineUI_v6/FineUI/release_history.txt +++ b/FineUI_v6/FineUI/release_history.txt @@ -31,6 +31,7 @@ FineUI 严格遵守 ExtJS 对开源软件的规定,不再内置 ExtJS 库, -增加示例:表格控件->行与列样式->行样式(列锁定)(vt4u-21458)。 -增加示例:表格控件->排序->排序(服务器端改变排序列)(PLEaglefly-21456)。 + -更新示例:表单控件->表单布局->按钮和表单。