20241016
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
|
||||
<Items>
|
||||
<f:HiddenField ID="hdID" runat="server"></f:HiddenField>
|
||||
<f:HiddenField ID="hdID" runat="server"></f:HiddenField>
|
||||
<f:HiddenField runat="server" ID="hdItemsString"></f:HiddenField>
|
||||
<f:HiddenField runat="server" ID="hdConstRecords"></f:HiddenField>
|
||||
<f:HiddenField runat="server" ID="hdFoNo"></f:HiddenField>
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
<f:TextBox ID="txtFO" runat="server" Label="FO" EmptyText="Search by FO." LabelAlign="Right" NextFocusControl="btnFind" LabelWidth="140px"></f:TextBox>
|
||||
<f:DropDownList ID="drpContractor" runat="server" Label="Contractor" EnableEdit="true" LabelAlign="Right" NextFocusControl="btnFind"></f:DropDownList>
|
||||
<f:Button ID="btnFind" runat="server" OnClick="btnFind_Click" Hidden="true"></f:Button>
|
||||
<f:Button ID="btnFind" runat="server" OnClick="btnFind_Click" Hidden="true"></f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
|
||||
|
||||
<f:Button ID="btnNew" ToolTip="Add" Text="Add" Icon="Add" EnablePostBack="false" runat="server" Hidden="true">
|
||||
@@ -68,31 +68,31 @@
|
||||
<f:Button ID="btnDelete" ToolTip="Delete" Text="Delete" Icon="Delete" ConfirmText="Make sure to delete the current data?" OnClick="btnDelete_Click"
|
||||
runat="server" Hidden="true">
|
||||
</f:Button>
|
||||
<f:Button ID="btnSendEmail" Icon="Email" runat="server" CssClass="marginr" Text="Send"
|
||||
OnClick="btnSendEmail_Click" Hidden="true">
|
||||
<f:Button ID="btnSendEmail" Icon="Email" runat="server" CssClass="marginr" Text="Send"
|
||||
OnClick="btnSendEmail_Click" Hidden="true">
|
||||
</f:Button>
|
||||
<f:Button ID="btnSearch" runat="server" Icon="SystemSearch" Text="Search" OnClick="btnSearch_Click"></f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
<f:Toolbar ID="Toolbar6" Position="Top" runat="server">
|
||||
<Items>
|
||||
|
||||
<f:DropDownList ID="drpDownloadType" runat="server" Label="Select Download" LabelWidth="140px" Width="330px"
|
||||
|
||||
<f:DropDownList ID="drpDownloadType" runat="server" Label="Select Download" LabelWidth="140px" Width="330px"
|
||||
LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpDownloadType_SelectedIndexChanged">
|
||||
<f:ListItem Text="-请选择-" Value="0"/>
|
||||
<f:ListItem Text="Signed Contracts" Value="1"/>
|
||||
<f:ListItem Text="Contract Management" Value="2"/>
|
||||
<f:ListItem Text="-请选择-" Value="0" />
|
||||
<f:ListItem Text="Signed Contracts" Value="1" />
|
||||
<f:ListItem Text="Contract Management" Value="2" />
|
||||
</f:DropDownList>
|
||||
<f:Button ID="btnBatchDownload" ToolTip="Batch Download" Text="Batch Download" Icon="ArrowDown" EnableAjax="false" OnClick="btnBatchDownload_Click" runat="server" Hidden="true">
|
||||
</f:Button>
|
||||
<f:Button ID="btnBatchDownload" ToolTip="Batch Download" Text="Batch Download" Icon="ArrowDown" EnableAjax="false" OnClick="btnBatchDownload_Click" runat="server" Hidden="true">
|
||||
</f:Button>
|
||||
<f:ToolbarFill ID="ToolbarFill4" runat="server"></f:ToolbarFill>
|
||||
<f:DropDownList ID="drpExportFileType" runat="server" Label="Exported File Type" LabelWidth="150px" Width="300px"
|
||||
<f:DropDownList ID="drpExportFileType" runat="server" Label="Exported File Type" LabelWidth="150px" Width="300px"
|
||||
LabelAlign="Right">
|
||||
</f:DropDownList>
|
||||
<f:Button ID="btnNCRExport" OnClick="btnNCRExport_Click" runat="server" Text="Export" ToolTip="Export"
|
||||
<f:Button ID="btnNCRExport" OnClick="btnNCRExport_Click" runat="server" Text="Export" ToolTip="Export"
|
||||
Icon="DoorOut" EnableAjax="false" DisableControlBeforePostBack="false" Hidden="true">
|
||||
</f:Button>
|
||||
|
||||
|
||||
<f:Button ID="btnExport" OnClick="btnExport_Click" runat="server" Text="FCExport" ToolTip="FCExport"
|
||||
Icon="DoorOut" EnableAjax="false" DisableControlBeforePostBack="false" Hidden="true">
|
||||
</f:Button>
|
||||
@@ -102,7 +102,7 @@
|
||||
<f:Button ID="btnFoExport" OnClick="btnFoExport_Click" runat="server" Text="FoExport" ToolTip="FO Report Export"
|
||||
Icon="DoorOut" EnableAjax="false" DisableControlBeforePostBack="false" Hidden="true">
|
||||
</f:Button>
|
||||
|
||||
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
@@ -407,8 +407,8 @@
|
||||
</Filter>
|
||||
</f:RenderField>
|
||||
|
||||
<f:RenderField Width="140px" ColumnID="ExceedLimit" DataField="ExceedLimit"
|
||||
FieldType="String" HeaderText="Exceed limit(day)" HeaderTextAlign="Center" >
|
||||
<f:RenderField Width="140px" ColumnID="ExceedLimit" DataField="ExceedLimit"
|
||||
FieldType="String" HeaderText="Exceed limit(day)" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
|
||||
<f:RenderField Width="120px" ColumnID="CheckedValue" DataField="CheckedValue"
|
||||
@@ -615,11 +615,11 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Top" runat="server">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpFileType2" runat="server" Label="FileType Select" LabelWidth="150px"
|
||||
<f:DropDownList ID="drpFileType2" runat="server" Label="FileType Select" LabelWidth="150px"
|
||||
LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpFileType2_OnSelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
<f:ToolbarFill ID="ToolbarFill2" runat="server"></f:ToolbarFill>
|
||||
<f:DropDownList ID="drpFileType2Select" runat="server" EmptyText="Select FileType" LabelWidth="150px" LabelAlign="Right" >
|
||||
<f:DropDownList ID="drpFileType2Select" runat="server" EmptyText="Select FileType" LabelWidth="150px" LabelAlign="Right">
|
||||
</f:DropDownList>
|
||||
<f:Button ID="btnAddFile2" ToolTip="Upload" Text="Upload" Icon="Add" OnClick="btnAddFile2_Click" runat="server">
|
||||
</f:Button>
|
||||
@@ -636,19 +636,19 @@
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="FileType" DataField="FileType" FieldType="String" HeaderText="文件类型" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<%-- <f:RenderField Width="150px" ColumnID="FileTypeCode" DataField="FileTypeCode" FieldType="String" HeaderText="文件类型编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
<%-- <f:RenderField Width="150px" ColumnID="FileTypeCode" DataField="FileTypeCode" FieldType="String" HeaderText="文件类型编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>--%>
|
||||
<f:RenderField Width="150px" ColumnID="UploadManName" DataField="UploadManName" FieldType="String" HeaderText="上传人" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="UploadDate" DataField="UploadDate" FieldType="Date" Renderer="Date" HeaderText="上传日期" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:TemplateField HeaderText="附件查看" Width="500px" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
|
||||
<f:TemplateField HeaderText="附件查看" Width="500px" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="lbtnUrl1" runat="server" CommandArgument='<%# Bind("AttachUrl") %>'
|
||||
ToolTip="附件查看" EnableAjax="false" Height="20px"></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
<%-- <f:RenderField Width="240px" ColumnID="Remark" DataField="Remark" ExpandUnusedSpace="true"
|
||||
</f:TemplateField>
|
||||
<%-- <f:RenderField Width="240px" ColumnID="Remark" DataField="Remark" ExpandUnusedSpace="true"
|
||||
FieldType="String" HeaderText="备注" HeaderTextAlign="Center" TextAlign="Left" >
|
||||
</f:RenderField>--%>
|
||||
</Columns>
|
||||
@@ -659,54 +659,74 @@
|
||||
</Items>
|
||||
</f:Tab>
|
||||
<f:Tab ID="TabManagement" Title="Contract Management" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items>
|
||||
<f:Grid ID="Grid3" ShowBorder="true" ShowHeader="false" Title="Contract Management" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="FileId" AllowCellEditing="true" EnableColumnLines="true"
|
||||
ClicksToEdit="2" DataIDField="FileId" EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid3_RowDoubleClick">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar3" Position="Top" runat="server">
|
||||
<Items>
|
||||
<f:TabStrip ID="TabStrip2" ShowBorder="false" TabPosition="Top"
|
||||
EnableTabCloseMenu="false" ActiveTabIndex="0" runat="server">
|
||||
<Tabs>
|
||||
<f:Tab ID="Tab1" Title="合同续签" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items>
|
||||
<f:DropDownList ID="drpFileType3" runat="server" Label="FileType Select" LabelWidth="150px"
|
||||
LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpFileType3_OnSelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
<f:ToolbarFill ID="ToolbarFill3" runat="server"></f:ToolbarFill>
|
||||
<%--<f:DropDownList ID="drpFileType3Select" runat="server" EmptyText="Select FileType" LabelWidth="150px" LabelAlign="Right" >
|
||||
</f:DropDownList>--%>
|
||||
<f:Button ID="btnAddFile3" ToolTip="Upload" Text="Add" Icon="Add" OnClick="btnAddFile3_Click" runat="server">
|
||||
</f:Button>
|
||||
<f:Grid ID="Grid3" ShowBorder="true" ShowHeader="false" Title="Contract Management" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="FileId" AllowCellEditing="true" EnableColumnLines="true"
|
||||
ClicksToEdit="2" DataIDField="FileId" EnableRowDoubleClickEvent="true" OnRowDoubleClick="Grid3_RowDoubleClick">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar3" Position="Top" runat="server">
|
||||
<Items>
|
||||
<%--<f:DropDownList ID="drpFileType3" runat="server" Label="FileType Select" LabelWidth="150px"
|
||||
LabelAlign="Right" AutoPostBack="true" OnSelectedIndexChanged="drpFileType3_OnSelectedIndexChanged">
|
||||
</f:DropDownList>--%>
|
||||
<f:ToolbarFill ID="ToolbarFill3" runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnAddFile3" ToolTip="Upload" Text="Add" Icon="Add" OnClick="btnAddFile3_Click" runat="server">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
<Columns>
|
||||
<f:TemplateField Width="50px" TextAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="Label2" runat="server" Text='<%# Container.DataItemIndex + 1 %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
<f:RenderField Width="400px" ColumnID="FileName" DataField="FileName" FieldType="String" HeaderText="文件编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="FileType" DataField="FileType" FieldType="String" HeaderText="文件类型" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<%--<f:RenderField Width="150px" ColumnID="FileTypeCode" DataField="FileTypeCode" FieldType="String" HeaderText="文件类型编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>--%>
|
||||
<f:RenderField Width="150px" ColumnID="UploadManName" DataField="UploadManName" FieldType="String" HeaderText="上传人" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="UploadDate" DataField="UploadDate" FieldType="Date" Renderer="Date" HeaderText="上传日期" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<%--<f:RenderField Width="200px" ColumnID="Remark" DataField="Remark"
|
||||
FieldType="String" HeaderText="备注" HeaderTextAlign="Center" TextAlign="Left" >
|
||||
</f:RenderField>--%>
|
||||
<f:TemplateField HeaderText="附件查看" Width="500px" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="lbtnUrl2" runat="server" CommandArgument='<%# Bind("AttachUrl") %>'
|
||||
ToolTip="附件查看" EnableAjax="false" Height="20px"></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
</Columns>
|
||||
<Listeners>
|
||||
<f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu3" />
|
||||
</Listeners>
|
||||
</f:Grid>
|
||||
</Items>
|
||||
</f:Toolbar>
|
||||
</Toolbars>
|
||||
<Columns>
|
||||
<f:TemplateField Width="50px" TextAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="Label2" runat="server" Text='<%# Container.DataItemIndex + 1 %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
<f:RenderField Width="400px" ColumnID="FileName" DataField="FileName" FieldType="String" HeaderText="文件编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="FileType" DataField="FileType" FieldType="String" HeaderText="文件类型" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<%--<f:RenderField Width="150px" ColumnID="FileTypeCode" DataField="FileTypeCode" FieldType="String" HeaderText="文件类型编号" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>--%>
|
||||
<f:RenderField Width="150px" ColumnID="UploadManName" DataField="UploadManName" FieldType="String" HeaderText="上传人" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="150px" ColumnID="UploadDate" DataField="UploadDate" FieldType="Date" Renderer="Date" HeaderText="上传日期" HeaderTextAlign="Center" TextAlign="Left">
|
||||
</f:RenderField>
|
||||
<%--<f:RenderField Width="200px" ColumnID="Remark" DataField="Remark"
|
||||
FieldType="String" HeaderText="备注" HeaderTextAlign="Center" TextAlign="Left" >
|
||||
</f:RenderField>--%>
|
||||
<f:TemplateField HeaderText="附件查看" Width="500px" HeaderTextAlign="Center" TextAlign="Left" ExpandUnusedSpace="true">
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="lbtnUrl2" runat="server" CommandArgument='<%# Bind("AttachUrl") %>'
|
||||
ToolTip="附件查看" EnableAjax="false" Height="20px"></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
</Columns>
|
||||
<Listeners>
|
||||
<f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu3" />
|
||||
</Listeners>
|
||||
</f:Grid>
|
||||
</f:Tab>
|
||||
<f:Tab ID="Tab2" Title="费用增补" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items></Items>
|
||||
</f:Tab>
|
||||
<f:Tab ID="Tab3" Title="份额变更" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items></Items>
|
||||
</f:Tab>
|
||||
<f:Tab ID="Tab4" Title="短期续延" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items></Items>
|
||||
</f:Tab>
|
||||
<f:Tab ID="Tab5" Title="承包商EHSQ审计报告" BodyPadding="1px" Layout="VBox" runat="server" AutoScroll="true">
|
||||
<Items></Items>
|
||||
</f:Tab>
|
||||
</Tabs>
|
||||
</f:TabStrip>
|
||||
|
||||
</Items>
|
||||
</f:Tab>
|
||||
</Tabs>
|
||||
@@ -731,7 +751,7 @@
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px" OnClose="WindowAtt_Close"
|
||||
Height="500px">
|
||||
</f:Window>
|
||||
<%-- <f:Window ID="Window4" Title="Signed Contracts" Hidden="true" EnableIFrame="true" EnableMaximize="false"
|
||||
<%-- <f:Window ID="Window4" Title="Signed Contracts" Hidden="true" EnableIFrame="true" EnableMaximize="false"
|
||||
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="900px"
|
||||
Height="420px" OnClose="Window4_Close">
|
||||
</f:Window>--%>
|
||||
@@ -749,13 +769,13 @@
|
||||
<f:MenuButton ID="btnMenuView" OnClick="btnMenuView_Click" EnablePostBack="true"
|
||||
Icon="Find" runat="server" Text="View">
|
||||
</f:MenuButton>
|
||||
<%-- <f:MenuButton ID="btnSignedContracts" OnClick="btnSignedContracts_Click" EnablePostBack="true"
|
||||
<%-- <f:MenuButton ID="btnSignedContracts" OnClick="btnSignedContracts_Click" EnablePostBack="true"
|
||||
Icon="DiskUpload" runat="server" Text="Signed Contracts" Hidden="true">
|
||||
</f:MenuButton>
|
||||
<f:MenuButton ID="btnContractManagement" OnClick="btnContractManagement_Click" EnablePostBack="true"
|
||||
Icon="DiskUpload" runat="server" Text="Contract Management" Hidden="true">
|
||||
</f:MenuButton>--%>
|
||||
</f:Menu>
|
||||
</f:Menu>
|
||||
<f:Menu ID="Menu2" runat="server">
|
||||
<f:MenuButton ID="btnMenuEdit2" OnClick="btnMenuEdit2_Click" EnablePostBack="true"
|
||||
Icon="BulletEdit" runat="server" Text="Modify" Hidden="true">
|
||||
@@ -763,7 +783,7 @@
|
||||
<f:MenuButton ID="btnMenuDelete2" OnClick="btnMenuDelete2_Click" EnablePostBack="true"
|
||||
Icon="Delete" ConfirmText="Delete selected row?" ConfirmTarget="Top" runat="server" Text="Delete" Hidden="true">
|
||||
</f:MenuButton>
|
||||
</f:Menu>
|
||||
</f:Menu>
|
||||
<f:Menu ID="Menu3" runat="server">
|
||||
<f:MenuButton ID="btnMenuEdit3" OnClick="btnMenuEdit3_Click" EnablePostBack="true"
|
||||
Icon="BulletEdit" runat="server" Text="Modify" Hidden="true">
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace FineUIPro.Web.SES
|
||||
Funs.FineUIPleaseSelect(this.drpFileType2Select);
|
||||
|
||||
//文件类型
|
||||
BLL.FileTypeService.InitFileTypeDropDownList(this.drpFileType3, true);
|
||||
//BLL.FileTypeService.InitFileTypeDropDownList(this.drpFileType3, true);
|
||||
//BLL.FileTypeService.InitFileTypeDropDownList(this.drpFileType3Select, true);
|
||||
BLL.FileTypeService.InitFileTypeDropDownList(this.drpExportFileType, true);
|
||||
|
||||
@@ -2348,11 +2348,11 @@ namespace FineUIPro.Web.SES
|
||||
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
listStr.Add(new SqlParameter("@id", id));
|
||||
if (drpFileType3.SelectedValue != Const._Null)
|
||||
{
|
||||
strSql += " AND con.FileTypeId=@FileType";
|
||||
listStr.Add(new SqlParameter("@FileType", drpFileType3.SelectedValue));
|
||||
}
|
||||
//if (drpFileType3.SelectedValue != Const._Null)
|
||||
//{
|
||||
// strSql += " AND con.FileTypeId=@FileType";
|
||||
// listStr.Add(new SqlParameter("@FileType", drpFileType3.SelectedValue));
|
||||
//}
|
||||
strSql += " ORDER BY con.UploadDate DESC";
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
|
||||
@@ -2604,10 +2604,10 @@ namespace FineUIPro.Web.SES
|
||||
}
|
||||
}
|
||||
|
||||
protected void drpFileType3_OnSelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid3(this.hdID.Text);
|
||||
}
|
||||
//protected void drpFileType3_OnSelectedIndexChanged(object sender, EventArgs e)
|
||||
//{
|
||||
// BindGrid3(this.hdID.Text);
|
||||
//}
|
||||
|
||||
/// <summary>
|
||||
/// 关闭弹出窗体
|
||||
@@ -2841,5 +2841,10 @@ namespace FineUIPro.Web.SES
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected void TabStrip2_TabIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+174
-127
@@ -7,11 +7,13 @@
|
||||
// </自动生成>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace FineUIPro.Web.SES {
|
||||
|
||||
|
||||
public partial class SESRelatedData {
|
||||
|
||||
namespace FineUIPro.Web.SES
|
||||
{
|
||||
|
||||
|
||||
public partial class SESRelatedData
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// form1 控件。
|
||||
/// </summary>
|
||||
@@ -20,7 +22,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// </summary>
|
||||
@@ -29,7 +31,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.PageManager PageManager1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Panel1 控件。
|
||||
/// </summary>
|
||||
@@ -38,7 +40,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel Panel1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// panelTopRegion 控件。
|
||||
/// </summary>
|
||||
@@ -47,7 +49,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel panelTopRegion;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Grid1 控件。
|
||||
/// </summary>
|
||||
@@ -56,7 +58,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Grid Grid1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar2 控件。
|
||||
/// </summary>
|
||||
@@ -65,7 +67,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Toolbar Toolbar2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdID 控件。
|
||||
/// </summary>
|
||||
@@ -74,7 +76,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdID;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdItemsString 控件。
|
||||
/// </summary>
|
||||
@@ -83,7 +85,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdItemsString;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdConstRecords 控件。
|
||||
/// </summary>
|
||||
@@ -92,7 +94,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdConstRecords;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdFoNo 控件。
|
||||
/// </summary>
|
||||
@@ -101,7 +103,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdFoNo;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdDiscipline 控件。
|
||||
/// </summary>
|
||||
@@ -110,7 +112,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdDiscipline;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdContractor 控件。
|
||||
/// </summary>
|
||||
@@ -119,7 +121,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdContractor;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdContractAdmin 控件。
|
||||
/// </summary>
|
||||
@@ -128,7 +130,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdContractAdmin;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdBuyer 控件。
|
||||
/// </summary>
|
||||
@@ -137,7 +139,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdBuyer;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdMainCoord 控件。
|
||||
/// </summary>
|
||||
@@ -146,7 +148,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdMainCoord;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdMCDepartment 控件。
|
||||
/// </summary>
|
||||
@@ -155,7 +157,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdMCDepartment;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdFCStatus 控件。
|
||||
/// </summary>
|
||||
@@ -164,7 +166,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdFCStatus;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// hdFoType 控件。
|
||||
/// </summary>
|
||||
@@ -173,7 +175,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.HiddenField hdFoType;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// txtFO 控件。
|
||||
/// </summary>
|
||||
@@ -182,7 +184,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox txtFO;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// drpContractor 控件。
|
||||
/// </summary>
|
||||
@@ -191,7 +193,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpContractor;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnFind 控件。
|
||||
/// </summary>
|
||||
@@ -200,7 +202,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnFind;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarFill1 控件。
|
||||
/// </summary>
|
||||
@@ -209,7 +211,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnNew 控件。
|
||||
/// </summary>
|
||||
@@ -218,7 +220,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnNew;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnEdit 控件。
|
||||
/// </summary>
|
||||
@@ -227,7 +229,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnEdit;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnDelete 控件。
|
||||
/// </summary>
|
||||
@@ -236,7 +238,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnDelete;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnSendEmail 控件。
|
||||
/// </summary>
|
||||
@@ -245,7 +247,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnSendEmail;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnSearch 控件。
|
||||
/// </summary>
|
||||
@@ -254,7 +256,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnSearch;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar6 控件。
|
||||
/// </summary>
|
||||
@@ -263,7 +265,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Toolbar Toolbar6;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// drpDownloadType 控件。
|
||||
/// </summary>
|
||||
@@ -272,7 +274,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpDownloadType;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnBatchDownload 控件。
|
||||
/// </summary>
|
||||
@@ -281,7 +283,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnBatchDownload;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarFill4 控件。
|
||||
/// </summary>
|
||||
@@ -290,7 +292,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarFill ToolbarFill4;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// drpExportFileType 控件。
|
||||
/// </summary>
|
||||
@@ -299,7 +301,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpExportFileType;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnNCRExport 控件。
|
||||
/// </summary>
|
||||
@@ -308,7 +310,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnNCRExport;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnExport 控件。
|
||||
/// </summary>
|
||||
@@ -317,7 +319,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnExport;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnExport1 控件。
|
||||
/// </summary>
|
||||
@@ -326,7 +328,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnExport1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnFoExport 控件。
|
||||
/// </summary>
|
||||
@@ -335,7 +337,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnFoExport;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList4 控件。
|
||||
/// </summary>
|
||||
@@ -344,7 +346,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList4;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList26 控件。
|
||||
/// </summary>
|
||||
@@ -353,7 +355,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList26;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList23 控件。
|
||||
/// </summary>
|
||||
@@ -362,7 +364,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList23;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList3 控件。
|
||||
/// </summary>
|
||||
@@ -371,7 +373,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList2 控件。
|
||||
/// </summary>
|
||||
@@ -380,7 +382,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList9 控件。
|
||||
/// </summary>
|
||||
@@ -389,7 +391,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList9;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList5 控件。
|
||||
/// </summary>
|
||||
@@ -398,7 +400,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList5;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList11 控件。
|
||||
/// </summary>
|
||||
@@ -407,7 +409,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList11;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList10 控件。
|
||||
/// </summary>
|
||||
@@ -416,7 +418,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList10;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList6 控件。
|
||||
/// </summary>
|
||||
@@ -425,7 +427,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList6;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList7 控件。
|
||||
/// </summary>
|
||||
@@ -434,7 +436,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList7;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList8 控件。
|
||||
/// </summary>
|
||||
@@ -443,7 +445,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList8;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList12 控件。
|
||||
/// </summary>
|
||||
@@ -452,7 +454,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList12;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList13 控件。
|
||||
/// </summary>
|
||||
@@ -461,7 +463,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList13;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList1 控件。
|
||||
/// </summary>
|
||||
@@ -470,7 +472,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList14 控件。
|
||||
/// </summary>
|
||||
@@ -479,7 +481,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList14;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList15 控件。
|
||||
/// </summary>
|
||||
@@ -488,7 +490,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList15;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList17 控件。
|
||||
/// </summary>
|
||||
@@ -497,7 +499,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList17;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList16 控件。
|
||||
/// </summary>
|
||||
@@ -506,7 +508,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList16;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList18 控件。
|
||||
/// </summary>
|
||||
@@ -515,7 +517,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList18;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList19 控件。
|
||||
/// </summary>
|
||||
@@ -524,7 +526,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList19;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList20 控件。
|
||||
/// </summary>
|
||||
@@ -533,7 +535,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList20;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList21 控件。
|
||||
/// </summary>
|
||||
@@ -542,7 +544,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList21;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList22 控件。
|
||||
/// </summary>
|
||||
@@ -551,7 +553,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList22;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList24 控件。
|
||||
/// </summary>
|
||||
@@ -560,7 +562,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList24;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList25 控件。
|
||||
/// </summary>
|
||||
@@ -569,7 +571,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList25;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList27 控件。
|
||||
/// </summary>
|
||||
@@ -578,7 +580,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList27;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList28 控件。
|
||||
/// </summary>
|
||||
@@ -587,7 +589,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList28;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList29 控件。
|
||||
/// </summary>
|
||||
@@ -596,7 +598,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList29;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList30 控件。
|
||||
/// </summary>
|
||||
@@ -605,7 +607,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList30;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList31 控件。
|
||||
/// </summary>
|
||||
@@ -614,7 +616,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList31;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList32 控件。
|
||||
/// </summary>
|
||||
@@ -623,7 +625,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList32;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList34 控件。
|
||||
/// </summary>
|
||||
@@ -632,7 +634,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList34;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList35 控件。
|
||||
/// </summary>
|
||||
@@ -641,7 +643,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList35;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList36 控件。
|
||||
/// </summary>
|
||||
@@ -650,7 +652,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList36;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList37 控件。
|
||||
/// </summary>
|
||||
@@ -659,7 +661,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList37;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList38 控件。
|
||||
/// </summary>
|
||||
@@ -668,7 +670,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList38;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList39 控件。
|
||||
/// </summary>
|
||||
@@ -677,7 +679,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList39;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList40 控件。
|
||||
/// </summary>
|
||||
@@ -686,7 +688,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList40;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList41 控件。
|
||||
/// </summary>
|
||||
@@ -695,7 +697,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList41;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList42 控件。
|
||||
/// </summary>
|
||||
@@ -704,7 +706,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList42;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// DropDownList33 控件。
|
||||
/// </summary>
|
||||
@@ -713,7 +715,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList DropDownList33;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarSeparator1 控件。
|
||||
/// </summary>
|
||||
@@ -722,7 +724,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarText1 控件。
|
||||
/// </summary>
|
||||
@@ -731,7 +733,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarText ToolbarText1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ddlPageSize 控件。
|
||||
/// </summary>
|
||||
@@ -740,7 +742,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList ddlPageSize;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// panelBottomRegion 控件。
|
||||
/// </summary>
|
||||
@@ -749,7 +751,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel panelBottomRegion;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TabStrip1 控件。
|
||||
/// </summary>
|
||||
@@ -758,7 +760,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TabStrip TabStrip1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TabSigned 控件。
|
||||
/// </summary>
|
||||
@@ -767,7 +769,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab TabSigned;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Grid2 控件。
|
||||
/// </summary>
|
||||
@@ -776,7 +778,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Grid Grid2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar1 控件。
|
||||
/// </summary>
|
||||
@@ -785,7 +787,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Toolbar Toolbar1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// drpFileType2 控件。
|
||||
/// </summary>
|
||||
@@ -794,7 +796,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpFileType2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarFill2 控件。
|
||||
/// </summary>
|
||||
@@ -803,7 +805,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// drpFileType2Select 控件。
|
||||
/// </summary>
|
||||
@@ -812,7 +814,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpFileType2Select;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnAddFile2 控件。
|
||||
/// </summary>
|
||||
@@ -821,7 +823,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnAddFile2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Label1 控件。
|
||||
/// </summary>
|
||||
@@ -830,7 +832,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label Label1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// lbtnUrl1 控件。
|
||||
/// </summary>
|
||||
@@ -839,7 +841,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtnUrl1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TabManagement 控件。
|
||||
/// </summary>
|
||||
@@ -848,7 +850,25 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab TabManagement;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TabStrip2 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TabStrip TabStrip2;
|
||||
|
||||
/// <summary>
|
||||
/// Tab1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab Tab1;
|
||||
|
||||
/// <summary>
|
||||
/// Grid3 控件。
|
||||
/// </summary>
|
||||
@@ -857,7 +877,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Grid Grid3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Toolbar3 控件。
|
||||
/// </summary>
|
||||
@@ -866,16 +886,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Toolbar Toolbar3;
|
||||
|
||||
/// <summary>
|
||||
/// drpFileType3 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.DropDownList drpFileType3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// ToolbarFill3 控件。
|
||||
/// </summary>
|
||||
@@ -884,7 +895,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.ToolbarFill ToolbarFill3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnAddFile3 控件。
|
||||
/// </summary>
|
||||
@@ -893,7 +904,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnAddFile3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Label2 控件。
|
||||
/// </summary>
|
||||
@@ -902,7 +913,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label Label2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// lbtnUrl2 控件。
|
||||
/// </summary>
|
||||
@@ -911,7 +922,43 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtnUrl2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Tab2 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab Tab2;
|
||||
|
||||
/// <summary>
|
||||
/// Tab3 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab Tab3;
|
||||
|
||||
/// <summary>
|
||||
/// Tab4 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab Tab4;
|
||||
|
||||
/// <summary>
|
||||
/// Tab5 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Tab Tab5;
|
||||
|
||||
/// <summary>
|
||||
/// Window1 控件。
|
||||
/// </summary>
|
||||
@@ -920,7 +967,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window Window1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window2 控件。
|
||||
/// </summary>
|
||||
@@ -929,7 +976,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window Window2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window3 控件。
|
||||
/// </summary>
|
||||
@@ -938,7 +985,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window Window3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// WindowAtt 控件。
|
||||
/// </summary>
|
||||
@@ -947,7 +994,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window WindowAtt;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Window5 控件。
|
||||
/// </summary>
|
||||
@@ -956,7 +1003,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Window Window5;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Menu1 控件。
|
||||
/// </summary>
|
||||
@@ -965,7 +1012,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Menu Menu1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuEdit 控件。
|
||||
/// </summary>
|
||||
@@ -974,7 +1021,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuEdit;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuDelete 控件。
|
||||
/// </summary>
|
||||
@@ -983,7 +1030,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuDelete;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuView 控件。
|
||||
/// </summary>
|
||||
@@ -992,7 +1039,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuView;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Menu2 控件。
|
||||
/// </summary>
|
||||
@@ -1001,7 +1048,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Menu Menu2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuEdit2 控件。
|
||||
/// </summary>
|
||||
@@ -1010,7 +1057,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuEdit2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuDelete2 控件。
|
||||
/// </summary>
|
||||
@@ -1019,7 +1066,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuDelete2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Menu3 控件。
|
||||
/// </summary>
|
||||
@@ -1028,7 +1075,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Menu Menu3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuEdit3 控件。
|
||||
/// </summary>
|
||||
@@ -1037,7 +1084,7 @@ namespace FineUIPro.Web.SES {
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.MenuButton btnMenuEdit3;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// btnMenuDelete3 控件。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user