📄 webform1.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="_5_8.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:TextBox id="TextBox1" style="Z-INDEX: 100; LEFT: 48px; POSITION: absolute; TOP: 24px" runat="server"
Width="216px"></asp:TextBox>
<asp:Button id="Button2" style="Z-INDEX: 105; LEFT: 160px; POSITION: absolute; TOP: 184px" runat="server"
Width="80px" Text="资料选择"></asp:Button>
<asp:RadioButtonList id="RadioButtonList1" style="Z-INDEX: 101; LEFT: 56px; POSITION: absolute; TOP: 64px"
runat="server" Width="64px" Height="104px">
<asp:ListItem Value="red">红色</asp:ListItem>
<asp:ListItem Value="blue">蓝色</asp:ListItem>
<asp:ListItem Value="green">绿色</asp:ListItem>
</asp:RadioButtonList>
<asp:CheckBoxList id="CheckBoxList1" style="Z-INDEX: 102; LEFT: 136px; POSITION: absolute; TOP: 64px"
runat="server" Width="112px" Height="104px">
<asp:ListItem Value="电子书">电子书</asp:ListItem>
<asp:ListItem Value="计算机世界">计算机世界</asp:ListItem>
<asp:ListItem Value="网络工程">网络工程</asp:ListItem>
</asp:CheckBoxList>
<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 56px; POSITION: absolute; TOP: 184px" runat="server"
Width="80px" Text="颜色转换"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -