?? speak.aspx
字號:
<%@ Page language="c#" Inherits="MyChatRoom.WebLayer.Speak" CodeFile="Speak.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Speak</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<LINK href="Styles/Style.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<asp:TextBox id="TextBoxContent" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 16px"
runat="server" TextMode="MultiLine" Height="64px" Width="416px" EnableViewState="False"></asp:TextBox>
<asp:Button id="ButtonSpeak" style="Z-INDEX: 102; LEFT: 184px; POSITION: absolute; TOP: 96px"
runat="server" Text="發言" Width="72px" onclick="ButtonSpeak_Click"></asp:Button>
<asp:DropDownList id="DropDownListEmotion" style="Z-INDEX: 103; LEFT: 88px; POSITION: absolute; TOP: 96px"
runat="server">
<asp:ListItem Value="微笑著">微笑著</asp:ListItem>
<asp:ListItem Value="無奈地">無奈地</asp:ListItem>
<asp:ListItem Value="哭喪著臉">哭喪著臉</asp:ListItem>
</asp:DropDownList>
<asp:DropDownList id="DropDownListColor" style="Z-INDEX: 104; LEFT: 24px; POSITION: absolute; TOP: 96px"
runat="server">
<asp:ListItem Value="black" Selected="True">黑色</asp:ListItem>
<asp:ListItem Value="red">紅色</asp:ListItem>
<asp:ListItem Value="blue">藍色</asp:ListItem>
<asp:ListItem Value="green">綠色</asp:ListItem>
</asp:DropDownList>
<asp:Button id="ButtonExit" style="Z-INDEX: 105; LEFT: 272px; POSITION: absolute; TOP: 96px"
runat="server" Text="離開" Width="64px" onclick="ButtonExit_Click"></asp:Button>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -