📄 careditform.aspx
字号:
<%@ Page language="c#" Codebehind="careditForm.aspx.cs" AutoEventWireup="false" Inherits="CarControl.careditForm" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>设置车辆信息</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 40px; WIDTH: 637px; POSITION: absolute; TOP: 8px; HEIGHT: 458px"
borderColor="black" cellSpacing="0" cellPadding="0" width="637" align="center" border="0">
<TR>
<TD style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: red; HEIGHT: 21px" align="center"
bgColor="#ffffff">设置车辆信息</TD>
</TR>
<TR>
<TD>
<TABLE id="Table2" style="FONT-SIZE: 9pt" cellSpacing="0" cellPadding="0" width="100%"
border="0">
<TR>
<TD style="WIDTH: 89px; HEIGHT: 15px" align="right">车牌号码:</TD>
<TD style="HEIGHT: 15px"><asp:textbox id="car_code" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 18px" align="right">车辆类型:</TD>
<TD style="HEIGHT: 18px"><asp:textbox id="car_type" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 13px" align="right">驾驶司机:</TD>
<TD style="HEIGHT: 13px"><asp:dropdownlist id="car_user" runat="server" Width="80px"></asp:dropdownlist></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 19px" align="right">司机手机:</TD>
<TD style="HEIGHT: 19px"><asp:textbox id="car_usermobile" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 22px" align="right">司机电话:</TD>
<TD style="HEIGHT: 22px"><asp:textbox id="car_usertel" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 21px" align="right">车辆状态:</TD>
<TD style="HEIGHT: 21px"><asp:dropdownlist id="car_state" runat="server" Width="80px"></asp:dropdownlist></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 21px" align="right">车辆行程:</TD>
<TD style="HEIGHT: 21px"><asp:textbox id="car_xingcheng" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 21px" align="right">预计公里数:</TD>
<TD style="HEIGHT: 21px"><asp:textbox id="car_gongli" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 24px" align="right">起始时间:</TD>
<TD style="HEIGHT: 24px"><asp:textbox id="car_statestart" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 19px" align="right">结束时间:</TD>
<TD style="HEIGHT: 19px"><asp:textbox id="car_stateend" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 27px" align="right">操作人员:</TD>
<TD style="HEIGHT: 27px"><asp:textbox id="car_stateuser" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 18px" align="right">使用部门:</TD>
<TD style="HEIGHT: 18px"><asp:dropdownlist id="car_company2" runat="server" Width="80px"></asp:dropdownlist>+
<asp:DropDownList id="car_company3" runat="server"></asp:DropDownList>+
<asp:DropDownList id="car_company4" runat="server"></asp:DropDownList>+
<asp:DropDownList id="car_company5" runat="server"></asp:DropDownList>+
<asp:DropDownList id="car_company6" runat="server"></asp:DropDownList></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 17px" align="right">使用人员:</TD>
<TD style="HEIGHT: 17px"><asp:textbox id="car_shiyonguser" runat="server"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 19px" align="right">原因:</TD>
<TD style="HEIGHT: 19px"><asp:textbox id="car_statecause" runat="server" Width="208px" Height="48px" TextMode="MultiLine"></asp:textbox></TD>
</TR>
<TR>
<TD style="WIDTH: 89px; HEIGHT: 19px" align="right">备注:</TD>
<TD style="HEIGHT: 19px">
<asp:TextBox id="car_beizhu" runat="server"></asp:TextBox></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD>
<TABLE id="Table3" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="HEIGHT: 6px" align="center"><asp:imagebutton id="ImageButton1" runat="server" Width="63px" ImageUrl="IMAGES\modify_on.gif"></asp:imagebutton>
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="IMAGES/close1_on.gif"></asp:ImageButton>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -