toolbar.ascx

来自「高校 学籍管理、成绩、收费、网上教学」· ASCX 代码 · 共 51 行

ASCX
51
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ToolBar.ascx.cs" Inherits="UserControl_ToolBar" %>
<%@ Register Assembly="Infragistics.WebUI.UltraWebToolbar.v5.1, Version=5.1.20051.37, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
    Namespace="Infragistics.WebUI.UltraWebToolbar" TagPrefix="igtbar" %>
<igtbar:ultrawebtoolbar id="UltraWebToolbar1" runat="server" backcolor="White" backgroundimage="blueexplorer.gif"
    borderstyle="None" font-names="Arial" font-size="8pt" forecolor="Black" height="22px"
    imagedirectory="../img/" itemspacing="0" itemwidthdefault="80px" movable="True"
    movableimage="ig_tb_move03.gif" width="2000px" JavaScriptFileName="js/ig_webtoolbar2_2.js" JavaScriptFileNameCommon="js/ig_shared.js">
				<HoverStyle Cursor="Default" BorderWidth="1px" Font-Size="8pt" Font-Names="Arial" BorderColor="Navy"
					BorderStyle="Solid" ForeColor="Black" BackgroundImage="None" BackColor="Bisque" TextAlign="Center"></HoverStyle>
				<ClientSideEvents Click="OnClick"></ClientSideEvents>
				<SelectedStyle Cursor="Default" BorderWidth="1px" Font-Size="8pt" Font-Names="Arial" BorderColor="Navy"
					BorderStyle="Solid" ForeColor="Black" BackgroundImage="OrangeExplorer.gif" BackColor="Orange" TextAlign="Center"></SelectedStyle>
				<Items>
					<igtbar:TBarButton Tag="" AutoPostBack="False" Key="NewCity" HoverImage="" ToolTip="" SelectedImage=""
						Text="新建" TargetURL="" DisabledImage="" TargetFrame="" Image="../img/iNew.gif">
						<DefaultStyle Font-Size="8pt" Font-Names="Arial"></DefaultStyle>
                        <HoverStyle TextAlign="Center">
                        </HoverStyle>
                        <SelectedStyle TextAlign="Center">
                        </SelectedStyle>
					</igtbar:TBarButton>
					<igtbar:TBarButton Tag="" AutoPostBack="False" Key="ModifyCity" HoverImage="" ToolTip="" SelectedImage=""
						Text="修改" TargetURL="" DisabledImage="" TargetFrame="" Image="../img/iEdit.gif">
						<DefaultStyle Width="120px" Height="25px" TextAlign="Center"></DefaultStyle>
                        <HoverStyle TextAlign="Center">
                        </HoverStyle>
                        <SelectedStyle TextAlign="Center">
                        </SelectedStyle>
					</igtbar:TBarButton>
					<igtbar:TBSeparator Key="Separaotor1"></igtbar:TBSeparator>
					<igtbar:TBarButton AutoPostBack="False" Key="DelCity" Text="删除" Image="../img/idelete.gif">
                        <HoverStyle TextAlign="Center">
                        </HoverStyle>
                        <SelectedStyle TextAlign="Center">
                        </SelectedStyle>
                        <DefaultStyle TextAlign="Center">
                        </DefaultStyle>
                    </igtbar:TBarButton>
					<igtbar:TBarButton AutoPostBack="False" Key="Refresh" Text="刷新" Image="../img/irefresh.gif">
                        <HoverStyle TextAlign="Center">
                        </HoverStyle>
                        <SelectedStyle TextAlign="Center">
                        </SelectedStyle>
                        <DefaultStyle TextAlign="Center">
                        </DefaultStyle>
                    </igtbar:TBarButton>
				</Items>
				<DefaultStyle BorderWidth="0px" Font-Size="8pt" Font-Names="Arial" BorderColor="Menu" BorderStyle="Solid"
					ForeColor="Black" BackgroundImage="blueexplorer.gif" TextAlign="Center"></DefaultStyle>
			</igtbar:ultrawebtoolbar>

⌨️ 快捷键说明

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