📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>编译原理词法分析程序示例</title>
</head>
<body>
<center>
<h1 style="color:Red ">
编译原理词法分析程序示例</h1>
<form id="form1" runat="server">
<div>
<asp:TextBox ID="TextBox1" runat="server" Height="379px" Style="z-index: 100; left: 169px;
position: absolute; top: 83px" TextMode="MultiLine" Width="228px" BackColor="#FFE0C0"></asp:TextBox>
<asp:TextBox ID="TextBox2" runat="server" Height="375px" Style="z-index: 101; left: 628px;
position: absolute; top: 81px" TextMode="MultiLine" Width="221px" BackColor="#80FF80"></asp:TextBox>
<asp:Button ID="btnLA" runat="server" OnClick="btnLA_Click" Style="z-index: 102;
left: 457px; position: absolute; top: 385px" Text="--词法分析-->" />
<asp:Button ID="btnExit" runat="server" Style="z-index: 103; left: 495px; position: absolute;
top: 447px" Text="退出" OnClick="btnExit_Click" />
<asp:Label ID="Label1" runat="server" Style="z-index: 104; left: 169px; position: absolute;
top: 64px" Text="请输入待分析的代码:"></asp:Label>
<asp:Label ID="Label2" runat="server" Style="z-index: 105; left: 630px; position: absolute;
top: 61px" Text="词法分析结果:"></asp:Label>
</div>
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -