?? aspnetpager.en.resx
字號:
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="cat_Navigation" xml:space="preserve">
<value>Navigation</value>
</data>
<data name="cat_Paging" xml:space="preserve">
<value>Paging</value>
</data>
<data name="checkinputscript" xml:space="preserve">
<value>function ANP_checkInput(bid,mv){var el=document.getElementById(bid);var r=new RegExp("^\\s*(\\d+)\\s*$");
if(r.test(el.value)){if(RegExp.$1<1||RegExp.$1>mv){alert("%PageIndexOutOfRangeErrorMessage%");el.focus();el.select();return false;}
return true;}alert("%InvalidPageIndexErrorMessage%");el.focus();el.select();return false;}</value>
</data>
<data name="clonefromexeption" xml:space="preserve">
<value>The control "%controlID%" does not exist or is not of type Wuqi.Webdiyer.AspNetPager!</value>
</data>
<data name="def_InvalidPIErrorMsg" xml:space="preserve">
<value>Invalid page index!</value>
</data>
<data name="def_NavigationToolTipTextFormatString" xml:space="preserve">
<value>Go to page {0}</value>
</data>
<data name="def_PIOutOfRangerMsg" xml:space="preserve">
<value>Page index out of range!</value>
</data>
<data name="desc_AlwaysShow" xml:space="preserve">
<value>Always display the control even if there's only one page. By default, AspNetPager will only render a line of comment when the total number of records to be paged less than or equal to the PageSize value.</value>
</data>
<data name="desc_AspNetPager" xml:space="preserve">
<value>Asp.net custom paging control.</value>
</data>
<data name="desc_CssClass" xml:space="preserve">
<value>CSS class name applied to the AspNetPager control.</value>
</data>
<data name="desc_CurrentPageIndex" xml:space="preserve">
<value>The index of the current page.</value>
</data>
<data name="desc_CustomInfoClass" xml:space="preserve">
<value>CSS class name applied to the custom information section.</value>
</data>
<data name="desc_CustomInfoHTML" xml:space="preserve">
<value>The HTML text to be shown on the custom information section.</value>
</data>
<data name="desc_CustomInfoSectionWidth" xml:space="preserve">
<value>The width of the custom information section.</value>
</data>
<data name="desc_CustomInfoStyle" xml:space="preserve">
<value>Style of the custom information section.</value>
</data>
<data name="desc_CustomInfoTextAlign" xml:space="preserve">
<value>The alignment of the text shown on the custom information section.</value>
</data>
<data name="desc_EnableUrlWriting" xml:space="preserve">
<value>Whether to use url rewriting technology.</value>
</data>
<data name="desc_EnableViewState" xml:space="preserve">
<value>Whether the control automatically saves its state for use in round-trip.</value>
</data>
<data name="desc_FirstPageText" xml:space="preserve">
<value>The text to be used on the first page button.</value>
</data>
<data name="desc_InvalidPIErrorMsg" xml:space="preserve">
<value>Error message to be displayed at the client when the page index user entered into the input box is invalid(not a number).</value>
</data>
<data name="desc_LastPageText" xml:space="preserve">
<value>The text to be used on the last page button.</value>
</data>
<data name="desc_MoreButtonType" xml:space="preserve">
<value>The type of more .. button. The values are Text and Image.</value>
</data>
<data name="desc_NavigationButtonType" xml:space="preserve">
<value>The type of the the first, last, previous and next buttons. The values are Text and Image.</value>
</data>
<data name="desc_NavigationToolTipTextFormatString" xml:space="preserve">
<value>The formatting to be applied to the navigation tooltip, for example "go to page {0}".</value>
</data>
<data name="desc_NBTFormatString" xml:space="preserve">
<value>The formatting to be applied to the text on the numeric paging buttons.</value>
</data>
<data name="desc_NextPageText" xml:space="preserve">
<value>The text to be used on the next page button.</value>
</data>
<data name="desc_NumericButtonCount" xml:space="preserve">
<value>Number of numeric paging buttons to show.</value>
</data>
<data name="desc_NumericButtonType" xml:space="preserve">
<value>The type of the numeric paging buttons.The values are Text and Image.</value>
</data>
<data name="desc_PageSize" xml:space="preserve">
<value>Number of records to display per page.</value>
</data>
<data name="desc_PagingButtonSpacing" xml:space="preserve">
<value>The spacing between paging buttons.</value>
</data>
<data name="desc_PagingButtonType" xml:space="preserve">
<value>The type of the paging buttons. The values are Text and Image.</value>
</data>
<data name="desc_PIOutOfRangeMsg" xml:space="preserve">
<value>Error message displayed at the client when the page index user entered into the input box out of range(either greater than the maximum page index or less than 1)</value>
</data>
<data name="desc_PrevPageText" xml:space="preserve">
<value>The text to be used on the previous page button.</value>
</data>
<data name="desc_RecordCount" xml:space="preserve">
<value>Total number of records to be paged.</value>
</data>
<data name="desc_ShowCustomInfoSection" xml:space="preserve">
<value>Display mode of the custom information section.The values are Never, Left and Right.</value>
</data>
<data name="desc_ShowDisabledButtons" xml:space="preserve">
<value>Whether or not to show disabled navigation buttons.</value>
</data>
<data name="desc_ShowFirstLast" xml:space="preserve">
<value>Whether or not to show the first and the last page buttons.</value>
</data>
<data name="desc_ShowNavigationToolTip" xml:space="preserve">
<value>whether or not to show tooltip when the mouse moves over navigation buttons.</value>
</data>
<data name="desc_ShowPageIndex" xml:space="preserve">
<value>Whether or not to show numeric paging buttons.</value>
</data>
<data name="desc_ShowPrevNext" xml:space="preserve">
<value>Whether or not to show previous and next page buttons.</value>
</data>
<data name="desc_UrlPageIndexName" xml:space="preserve">
<value>The parameter name of the current page index to be transfered via url when using Url Paging.</value>
</data>
<data name="desc_UrlPaging" xml:space="preserve">
<value>Whether to use url paging by transfering paging information from url parameter.</value>
</data>
<data name="desc_UrlRewritePatern" xml:space="preserve">
<value>The formatting of the url to be rewritten to, using %paramName% to represent the value of url parameter "paramName".</value>
</data>
<data name="keydownscript" xml:space="preserve">
<value>function ANP_keydown(e,btnId){
var kcode;
if(window.event){kcode=e.keyCode;}
else if(e.which){kcode=e.which;}
var validKey=(kcode==8||kcode==46||kcode==37||kcode==39||(kcode>=48&&kcode<=57)||(kcode>=96&&kcode<=105));
if(!validKey){
if(kcode==13) document.getElementById(btnId).click();
if(e.preventDefault) e.preventDefault();else{event.returnValue=false;}
}
}</value>
</data>
</root>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -