default.aspx
来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· ASPX 代码 · 共 91 行
ASPX
91 行
<%@ Page Language="C#" AutoEventWireup="true" Theme="mytheme" 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>
<form id="form1" runat="server">
<div>
<table style="background-image: url(images/liuyanban .jpg); width: 887px; height: 597px">
<tr>
<td style="width: 380px">
</td>
<td style="width: 15px">
</td>
<td style="width: 100px">
</td>
</tr>
<tr>
<td style="width: 380px; height: 402px">
</td>
<td style="width: 15px; height: 402px">
</td>
<td style="width: 100px; height: 402px">
</td>
</tr>
<tr>
<td style="width: 380px; height: 121px">
</td>
<td style="width: 15px; height: 121px">
</td>
<td style="width: 100px; height: 121px">
<fieldset style="width: 240px">
<legend class="mainTitle"><span style="font-size: 10pt">通过主题的外观文件设计的控件的样式 </span></legend>
<table style="border-top-style: dashed; border-right-style: dashed; border-left-style: dashed; border-bottom-style: dashed; border-left-color: #ffff00; border-bottom-color: #ffff00; width: 481px; border-top-color: #ffff00; border-right-color: #ffff00;">
<tr>
<td colspan="2">
<span style="font-size: 11pt; border-top-style: inset; border-right-style: inset; border-left-style: inset; border-bottom-style: inset;"></span></td>
<td colspan="1">
</td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove; border-left-style: groove; border-bottom-style: groove;">网友呢称:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox>
</td>
<td style="width: 100px">
<span style="font-size: 11pt">默认外观</span></td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove; border-left-style: groove; border-bottom-style: groove;">留言标题:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox2" runat="server" SkinID="bule"></asp:TextBox></td>
<td style="width: 100px">
<span style="font-size: 11pt">命名外观1</span></td>
</tr>
<tr>
<td style="width: 100px">
<span style="font-size: 11pt; border-top-style: groove; border-right-style: groove; border-left-style: groove; border-bottom-style: groove;">
留言备注:</span></td>
<td style="width: 100px">
<asp:TextBox ID="TextBox3" runat="server" TextMode="MultiLine" SkinID="yellow" Rows="3" BorderWidth="1px"></asp:TextBox>
</td>
<td style="width: 100px">
<span style="font-size: 11pt">命名外观2</span></td>
</tr>
</table>
</fieldset>
</td>
</tr>
<tr>
<td style="width: 380px; height: 138px">
</td>
<td style="width: 15px; height: 138px">
</td>
<td style="width: 100px; height: 138px">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?