📄 speak.aspx
字号:
<%@ Page Language="c#" Inherits="MyChatRoom.WebLayer.Speak" CodeFile="Speak.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Speak</title>
<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 + -