⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 imageinfocontrol.ascx

📁 Telerik是很大的第三方软件制造商
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ImageInfoControl.ascx.cs" Inherits="Telerik.WebControls.EditorControls.ImageInfoControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table cellpadding="3" cellspacing="0">
	<tr>
		<td nowrap class="Label">
			<script>localization.showText('FileName');</script>
		</td>
		<td id="radEditorImageSrc" class="Text"></td>					
	</tr>
	<tr>
		<td nowrap class="Label">
			<script>localization.showText('ImageSize');</script>
		</td>
		<td id="radEditorImageSize" class="Text"></td>
	</tr>
	<tr>
		<td nowrap class="Label">
			<script>localization.showText('ImageWidth');</script>
		</td>
		<td id="radEditorOriginalWidth" class="Text"></td>
	</tr>
	<tr>
		<td height="5"></td>
	</tr>
	<tr>
		<td width="80" class="Label">
			<script>localization.showText('ImageHeight');</script>
		</td>
		<td id="radEditorOriginalHeight" class="Text"></td>
	</tr>
</table>
<script language="javascript">
	var <%=this.ClientID%> = new ImageInfoControl();
</script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -