📄 add_tchtaa.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_tchtAA.aspx.cs" Inherits="add_tcht" %>
<!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>Untitled Page</title>
</head>
<body bgcolor="#99ccff">
<form id="form1" runat="server">
<div>
<div style="z-index: 101; left: 232px; width: 490px; position: absolute; top: 37px;
height: 425px">
<asp:Panel ID="panle_add_tch" runat="server" BorderStyle="Dotted" Height="402px" Width="451px">
<div style="z-index: 102; left: 37px; width: 175px; position: absolute; top: 18px;
height: 45px">
教工号
<asp:TextBox ID="txt_tch_no" runat="server" Width="87px"></asp:TextBox>
</div>
<div style="z-index: 107; left: 239px; width: 183px; position: absolute; top: 17px;
height: 48px">
教工姓名<asp:TextBox ID="txt_tch_name" runat="server" Width="107px"></asp:TextBox><br />
</div>
<div style="z-index: 104; left: 39px; width: 164px; position: absolute; top: 68px;
height: 25px">
教工性别
<asp:DropDownList ID="dl_tch_sex" runat="server" Width="74px">
<asp:ListItem>男</asp:ListItem>
<asp:ListItem>女</asp:ListItem>
</asp:DropDownList></div>
<div style="z-index: 108; left: 239px; width: 184px; position: absolute; top: 73px;
height: 21px">
婚姻状况
<asp:DropDownList ID="dl_tch_mry" runat="server" Width="98px">
<asp:ListItem>已婚</asp:ListItem>
<asp:ListItem>未婚</asp:ListItem>
</asp:DropDownList></div>
<div style="z-index: 113; left: 40px; width: 362px; position: absolute; top: 144px;
height: 21px">
毕业学校<asp:TextBox ID="txt_tch_school" runat="server" Width="269px"></asp:TextBox></div>
<div style="z-index: 109; left: 245px; width: 196px; position: absolute; top: 188px;
height: 43px">
毕业时间<asp:TextBox ID="txt_tch_tme" runat="server" Width="101px"></asp:TextBox><br />
</div>
<div style="z-index: 106; left: 246px; width: 196px; position: absolute; top: 234px;
height: 42px">
工作经验<asp:TextBox ID="txt_tch_wk" runat="server" Width="101px"></asp:TextBox></div>
<div style="z-index: 101; left: 41px; width: 189px; position: absolute; top: 185px;
height: 46px">
文凭类型<asp:TextBox ID="txt_tch_kind" runat="server" Height="16px" Width="101px"></asp:TextBox><br />
</div>
<div style="z-index: 103; left: 44px; width: 403px; position: absolute; top: 328px;
height: 42px">
家庭住址<asp:TextBox ID="txt_tch_address" runat="server" Width="309px"></asp:TextBox></div>
<div style="z-index: 105; left: 42px; width: 198px; position: absolute; top: 280px;
height: 45px">
联系电话<asp:TextBox ID="txt_tch_call" runat="server" Width="101px"></asp:TextBox></div>
<div style="z-index: 110; left: 42px; width: 187px; position: absolute; top: 231px;
height: 45px">
奖励情况<asp:TextBox ID="txt_tch_good" runat="server" Width="97px"></asp:TextBox></div>
<div style="z-index: 111; left: 42px; width: 359px; position: absolute; top: 100px;
height: 39px">
身份证
<asp:TextBox ID="txt_tch_body" runat="server" Height="19px" Width="268px"></asp:TextBox><br />
</div>
<div style="z-index: 112; left: 248px; width: 197px; position: absolute; top: 280px;
height: 41px">
责任班级<asp:TextBox ID="txt_tch_class" runat="server" Width="99px"></asp:TextBox></div>
<div style="z-index: 114; left: 151px; width: 136px; position: absolute; top: 371px;
height: 28px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="返回" Width="63px" />
<div style="z-index: 103; left: -382px; background-image: url(image/button.gif);
width: 1000px; position: absolute; top: 123px; height: 73px; background-color: transparent">
<div style="z-index: 101; left: 163px; width: 675px; position: absolute; top: 13px;
height: 36px; text-align: center">
<span style="font-size: 0.8em"><span style="color: fuchsia"><span style="text-decoration: underline">
湖南科技职业国家示范性软件学院 ACCP2051班第一项目小组开发 开发时间:2007--5 指导老师:徐薯华 专业老师:刘敏<br />
</span>
<span style="text-decoration: underline">小组成员:钟爱、王荣华、唐伯喜、李梦军</span></span></span></div>
</div>
<asp:Button ID="Button2" runat="server" Text="确 定" Width="60px" OnClick="Button2_Click" /></div>
</asp:Panel>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -