Fetch the repository succeeded.
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
CodeBehind="FixedForm.aspx.cs" Inherits="ControlExplorer.FixedForm" %>
<%@ Register Assembly="FarPoint.Web.Spread"
Namespace="FarPoint.Web.Spread" TagPrefix="FarPoint" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<script type="text/javascript" language="javascript">
function SpreadCallBack() {
var spread1 = document.getElementById("<%=FpSpread1.ClientID %>");
spread1.EndEdit();
spread1.UpdatePostbackData();
}
</script>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="HeaderTitle" runat="server">
<asp:Label ID="lTitle" runat="server" Text="Label"></asp:Label>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:HiddenField ID="hfHistoryID" runat="server" />
<asp:HiddenField ID="hfTemplateID" runat="server" />
<div class="options">
<asp:Button ID="btnNew" runat="server" Text="新 建" UseSubmitBehavior="false" CssClass="options_button"
OnClientClick="SpreadCallBack()" OnClick="btnNew_Click" />
<asp:Button ID="btnEdit" runat="server" Text="修 改"
UseSubmitBehavior="false" CssClass="options_button"
OnClientClick="SpreadCallBack()" onclick="btnEdit_Click" Visible="false" />
<asp:Button ID="btnSave" runat="server" Text="保 存" UseSubmitBehavior="false" CssClass="options_button"
OnClientClick="SpreadCallBack()" OnClick="btnSave_Click" />
<asp:Button ID="btnHistory" runat="server" Text="历 史" UseSubmitBehavior="false"
CssClass="options_button" OnClientClick="SpreadCallBack()" OnClick="btnHistory_Click" />
</div>
<asp:Panel ID="Panel1" runat="server" Style="display: block; height: 35px;">
<table>
<tr>
<td>
部 门:
</td>
<td>
<asp:DropDownList ID="lstCategoryID" runat="server" Width="200px" Height="25px">
<asp:ListItem>工程部</asp:ListItem>
<asp:ListItem>人事部</asp:ListItem>
<asp:ListItem>财务部</asp:ListItem>
<asp:ListItem>管理部</asp:ListItem>
</asp:DropDownList>
</td>
<td style="width:20px;"></td>
<td>
姓 名:
</td>
<td>
<asp:TextBox ID="txtName" runat="server" Width="200px" Height="25px" Text="葡萄城控件" Style="font-family: Microsoft YaHei;
font-size: 0.9em;"></asp:TextBox>
</td>
<td style="width:20px;"></td>
<td>
日 期:
</td>
<td><asp:TextBox ID="txtDate" runat="server" Width="200px" Height="25px" Text="" Style="font-family: Microsoft YaHei;
font-size: 0.9em;" ReadOnly="True"></asp:TextBox></td>
</tr>
</table>
</asp:Panel>
<FarPoint:FpSpread ID="FpSpread1" runat="server" BorderColor="Black" BorderStyle="Solid"
BorderWidth="1px" Height="600px" Width="1034px" OnButtonCommand="FpSpread1_ButtonCommand">
<TouchInfo SelectionGripperLineColor="" />
<CommandBar BackColor="Control" ButtonFaceColor="Control" ButtonHighlightColor="ControlLightLight"
ButtonShadowColor="ControlDark">
<Background BackgroundImageUrl="SPREADCLIENTPATH:/img/cbbg.gif" />
</CommandBar>
<Sheets>
<FarPoint:SheetView SheetName="Sheet1"
DesignString="<?xml version="1.0" encoding="utf-8"?><Sheet><Data><RowHeader class="FarPoint.Web.Spread.Model.DefaultSheetDataModel" rows="3" columns="1"><AutoCalculation>True</AutoCalculation><AutoGenerateColumns>True</AutoGenerateColumns><ReferenceStyle>A1</ReferenceStyle><Iteration>False</Iteration><MaximumIterations>1</MaximumIterations><MaximumChange>0.001</MaximumChange></RowHeader><ColumnHeader class="FarPoint.Web.Spread.Model.DefaultSheetDataModel" rows="1" columns="4"><AutoCalculation>True</AutoCalculation><AutoGenerateColumns>True</AutoGenerateColumns><ReferenceStyle>A1</ReferenceStyle><Iteration>False</Iteration><MaximumIterations>1</MaximumIterations><MaximumChange>0.001</MaximumChange></ColumnHeader><DataArea class="FarPoint.Web.Spread.Model.DefaultSheetDataModel" rows="3" columns="4"><AutoCalculation>True</AutoCalculation><AutoGenerateColumns>True</AutoGenerateColumns><ReferenceStyle>A1</ReferenceStyle><Iteration>False</Iteration><MaximumIterations>1</MaximumIterations><MaximumChange>0.001</MaximumChange><SheetName>Sheet1</SheetName></DataArea><SheetCorner class="FarPoint.Web.Spread.Model.DefaultSheetDataModel" rows="1" columns="1"><AutoCalculation>True</AutoCalculation><AutoGenerateColumns>True</AutoGenerateColumns><ReferenceStyle>A1</ReferenceStyle><Iteration>False</Iteration><MaximumIterations>1</MaximumIterations><MaximumChange>0.001</MaximumChange></SheetCorner><ColumnFooter class="FarPoint.Web.Spread.Model.DefaultSheetDataModel" rows="1" columns="4"><AutoCalculation>True</AutoCalculation><AutoGenerateColumns>True</AutoGenerateColumns><ReferenceStyle>A1</ReferenceStyle><Iteration>False</Iteration><MaximumIterations>1</MaximumIterations><MaximumChange>0.001</MaximumChange></ColumnFooter></Data><Presentation><ActiveSkin class="dm"><Name>Office2013</Name><BackColor>Empty</BackColor><CellBackColor>Empty</CellBackColor><CellForeColor>#00003a</CellForeColor><CellSpacing>0</CellSpacing><GridLines>Both</GridLines><GridLineColor>#d0d7e5</GridLineColor><HeaderBackColor>White</HeaderBackColor><HeaderForeColor>Empty</HeaderForeColor><FlatColumnHeader>False</FlatColumnHeader><FooterBackColor>Empty</FooterBackColor><FooterForeColor>Empty</FooterForeColor><FlatColumnFooter>False</FlatColumnFooter><FlatRowHeader>False</FlatRowHeader><HeaderFontBold>False</HeaderFontBold><FooterFontBold>False</FooterFontBold><SelectionBackColor>#c6c6c6</SelectionBackColor><SelectionForeColor>#2d0000</SelectionForeColor><EvenRowBackColor>Empty</EvenRowBackColor><OddRowBackColor>Empty</OddRowBackColor><ShowColumnHeader>True</ShowColumnHeader><ShowColumnFooter>False</ShowColumnFooter><ShowRowHeader>True</ShowRowHeader><ColumnHeaderBackground class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/chm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>left bottom</BackgroundPosition></ColumnHeaderBackground><RowHeaderBackground class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/rhm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>right top</BackgroundPosition></RowHeaderBackground><SheetCornerBackground class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/hm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>left bottom</BackgroundPosition></SheetCornerBackground><HeaderGrayAreaColor>White</HeaderGrayAreaColor><FilterBarBackColor>White</FilterBarBackColor><FilterBarForeColor>Empty</FilterBarForeColor><FilterBarHeaderBackColor>White</FilterBarHeaderBackColor><FilterBarHeaderForeColor>Empty</FilterBarHeaderForeColor><ShowFilterBar>False</ShowFilterBar><FilterBarHeaderParent>RowHeaderDefault</FilterBarHeaderParent><FilterBarParent>FilterBarDefault</FilterBarParent></ActiveSkin><HeaderGrayAreaColor>White</HeaderGrayAreaColor><AxisModels><Column class="FarPoint.Web.Spread.Model.DefaultSheetAxisModel" orientation="Horizontal" count="4"><Items><Item index="-1"><SortIndicator>Ascending</SortIndicator></Item></Items></Column><RowHeaderColumn class="FarPoint.Web.Spread.Model.DefaultSheetAxisModel" defaultSize="40" orientation="Horizontal" count="1"><Items><Item index="-1"><SortIndicator>Ascending</SortIndicator><Size>40</Size></Item></Items></RowHeaderColumn><ColumnHeaderRow class="FarPoint.Web.Spread.Model.DefaultSheetAxisModel" defaultSize="22" orientation="Vertical" count="1"><Items><Item index="-1"><Size>22</Size></Item></Items></ColumnHeaderRow><ColumnFooterRow class="FarPoint.Web.Spread.Model.DefaultSheetAxisModel" defaultSize="22" orientation="Vertical" count="1"><Items><Item index="-1"><Size>22</Size></Item></Items></ColumnFooterRow></AxisModels><StyleModels><RowHeader class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="3" Columns="1"><AltRowCount>2</AltRowCount><DefaultStyle class="FarPoint.Web.Spread.NamedStyle" Parent="RowHeaderDefault"><BackColor>White</BackColor><Background class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/rhm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>right top</BackgroundPosition></Background></DefaultStyle><ConditionalFormatCollections /></RowHeader><ColumnHeader class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="1" Columns="4"><AltRowCount>2</AltRowCount><DefaultStyle class="FarPoint.Web.Spread.NamedStyle" Parent="ColumnHeaderDefault"><BackColor>White</BackColor><Background class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/chm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>left bottom</BackgroundPosition></Background></DefaultStyle><ConditionalFormatCollections /></ColumnHeader><DataArea class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="3" Columns="4"><AltRowCount>2</AltRowCount><DefaultStyle class="FarPoint.Web.Spread.NamedStyle" Parent="DataAreaDefault"><ForeColor>#00003a</ForeColor></DefaultStyle><ConditionalFormatCollections /></DataArea><SheetCorner class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="1" Columns="1"><AltRowCount>2</AltRowCount><DefaultStyle class="FarPoint.Web.Spread.NamedStyle" Parent="CornerDefault"><BackColor>White</BackColor><Border class="FarPoint.Web.Spread.Border" Size="1" Style="Solid"><Bottom Color="ControlDark" /><Left Size="0" /><Right Color="ControlDark" /><Top Size="0" /></Border><Background class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/hm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>left bottom</BackgroundPosition></Background></DefaultStyle><ConditionalFormatCollections /></SheetCorner><ColumnFooter class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="1" Columns="4"><AltRowCount>2</AltRowCount><DefaultStyle class="FarPoint.Web.Spread.NamedStyle" Parent="ColumnFooterDefault"><BackColor>White</BackColor></DefaultStyle><ConditionalFormatCollections /></ColumnFooter></StyleModels><MessageRowStyle class="FarPoint.Web.Spread.Appearance"><BackColor>LightYellow</BackColor><ForeColor>Red</ForeColor></MessageRowStyle><SheetCornerStyle class="FarPoint.Web.Spread.NamedStyle" Parent="CornerDefault"><BackColor>White</BackColor><Border class="FarPoint.Web.Spread.Border" Size="1" Style="Solid"><Bottom Color="ControlDark" /><Left Size="0" /><Right Color="ControlDark" /><Top Size="0" /></Border><Background class="FarPoint.Web.Spread.Background"><BackgroundImageUrl>SPREADCLIENTPATH:/img/tp.png</BackgroundImageUrl><SelectedBackgroundImageUrl>SPREADCLIENTPATH:/img/hm13.gif</SelectedBackgroundImageUrl><BackgroundPosition>left bottom</BackgroundPosition></Background></SheetCornerStyle><AllowLoadOnDemand>false</AllowLoadOnDemand><LoadRowIncrement >10</LoadRowIncrement ><LoadInitRowCount >30</LoadInitRowCount ><LoadOnDemandMode >Standard</LoadOnDemandMode ><LoadOnDemandInterval >500</LoadOnDemandInterval ><LoadOnDemandTriggerMode >Timed</LoadOnDemandTriggerMode ><LoadOffsetFromBottom >0</LoadOffsetFromBottom ><AllowVirtualScrollPaging>false</AllowVirtualScrollPaging><VirtualScrollPagingPrevRowCount>0</VirtualScrollPagingPrevRowCount><VirtualScrollPagingFormatString>第{page}页 共{count}页</VirtualScrollPagingFormatString><TopRow>0</TopRow><PreviewRowStyle class="FarPoint.Web.Spread.PreviewRowInfo" /><FilterBar class="FarPoint.Web.Spread.FilterBar"><Height>22</Height><IndicatorCssClass /><Style class="FarPoint.Web.Spread.Model.DefaultSheetStyleModel" Rows="2" Columns="4"><AltRowCount>2</AltRowCount><RowStyles><RowStyle Index="0" class="FarPoint.Web.Spread.FilterBarStyleInfo" Parent="FilterBarDefault"><BackColor>White</BackColor></RowStyle><RowStyle Index="1" class="FarPoint.Web.Spread.FilterBarStyleInfo" Parent="RowHeaderDefault"><BackColor>White</BackColor></RowStyle></RowStyles><ConditionalFormatCollections /></Style></FilterBar></Presentation><Settings><Name>Sheet1</Name><Categories><Appearance><SelectionForeColor>#2d0000</SelectionForeColor><GridLineColor>#d0d7e5</GridLineColor><HeaderGrayAreaColor>White</HeaderGrayAreaColor><SelectionBackColor>#c6c6c6</SelectionBackColor><SelectionForeColor>#2d0000</SelectionForeColor><SelectionBorder class="FarPoint.Web.Spread.Border" /></Appearance><Behavior><EditTemplateColumnCount>2</EditTemplateColumnCount><GroupBarText>拖放一个列以便按照该列进行分组。</GroupBarText></Behavior><Layout><RowHeaderColumnCount>1</RowHeaderColumnCount><ColumnHeaderRowCount>1</ColumnHeaderRowCount></Layout></Categories><ColumnHeaderRowCount>1</ColumnHeaderRowCount><ColumnFooterRowCount>1</ColumnFooterRowCount><PrintInfo><Header /><Footer /><ZoomFactor>0</ZoomFactor><FirstPageNumber>1</FirstPageNumber><Orientation>Auto</Orientation><PrintType>All</PrintType><PageOrder>Auto</PageOrder><BestFitCols>False</BestFitCols><BestFitRows>False</BestFitRows><PageStart>-1</PageStart><PageEnd>-1</PageEnd><ColStart>-1</ColStart><ColEnd>-1</ColEnd><RowStart>-1</RowStart><RowEnd>-1</RowEnd><ShowBorder>True</ShowBorder><ShowGrid>True</ShowGrid><ShowColor>True</ShowColor><ShowColumnHeader>Inherit</ShowColumnHeader><ShowRowHeader>Inherit</ShowRowHeader><ShowFilterBar>Inherit</ShowFilterBar><ShowColumnFooter>Inherit</ShowColumnFooter><ShowColumnFooterEachPage>True</ShowColumnFooterEachPage><ShowTitle>True</ShowTitle><ShowSubtitle>True</ShowSubtitle><UseMax>True</UseMax><UseSmartPrint>False</UseSmartPrint><Opacity>255</Opacity><PrintNotes>None</PrintNotes><Centering>None</Centering><RepeatColStart>-1</RepeatColStart><RepeatColEnd>-1</RepeatColEnd><RepeatRowStart>-1</RepeatRowStart><RepeatRowEnd>-1</RepeatRowEnd><SmartPrintPagesTall>1</SmartPrintPagesTall><SmartPrintPagesWide>1</SmartPrintPagesWide><HeaderHeight>-1</HeaderHeight><FooterHeight>-1</FooterHeight></PrintInfo><TitleInfo class="FarPoint.Web.Spread.TitleInfo"><Style class="FarPoint.Web.Spread.StyleInfo"><BackColor>#e7eff7</BackColor><HorizontalAlign>Right</HorizontalAlign></Style></TitleInfo><LayoutMode>CellLayoutMode</LayoutMode><AutoFilterMode>FilterGadget</AutoFilterMode><CurrentPageIndex type="System.Int32">0</CurrentPageIndex></Settings></Sheet>"
SelectionBackColor="#C6C6C6" SelectionForeColor="#2D0000">
</FarPoint:SheetView>
</Sheets>
<TouchStrips>
<FarPoint:TouchStrip Area="Chart" NoTouchStrip="True">
</FarPoint:TouchStrip>
</TouchStrips>
<TitleInfo BackColor="#E7EFF7" Font-Size="X-Large" ForeColor="" HorizontalAlign="Center"
VerticalAlign="NotSet">
</TitleInfo>
</FarPoint:FpSpread>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。