⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 user.aspx

📁 一个工厂流程图显示的系统。他可以显示工厂各个车间的流程图
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="user.aspx.cs" AutoEventWireup="false" Inherits="WebApplication4.wfrmflow" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>wfrmflow</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" target="rightframe">
			<FONT face="宋体">
				<asp:label id="Label1" style="Z-INDEX: 101; LEFT: 368px; POSITION: absolute; TOP: 56px" runat="server"
					Height="32px" Width="56px">用户名</asp:label><asp:button id="Button4" style="Z-INDEX: 112; LEFT: 480px; POSITION: absolute; TOP: 392px" runat="server"
					Height="40px" Width="96px" Text="确定"></asp:button><asp:button id="Button3" style="Z-INDEX: 111; LEFT: 640px; POSITION: absolute; TOP: 312px" runat="server"
					Height="40px" Width="96px" Text="修改"></asp:button><asp:button id="Button2" style="Z-INDEX: 110; LEFT: 480px; POSITION: absolute; TOP: 312px" runat="server"
					Height="40px" Width="96px" Text="删除"></asp:button><asp:dropdownlist id="DropDownList3" style="Z-INDEX: 108; LEFT: 464px; POSITION: absolute; TOP: 256px"
					runat="server" Height="64px" Width="128px" AutoPostBack="True">
					<asp:ListItem Value="厂级管理员" Selected="True">厂级管理员</asp:ListItem>
					<asp:ListItem Value="车间管理员">车间管理员</asp:ListItem>
				</asp:dropdownlist><asp:dropdownlist id="DropDownList2" style="Z-INDEX: 107; LEFT: 464px; POSITION: absolute; TOP: 192px"
					runat="server" Height="64px" Width="128px" AutoPostBack="True">
					<asp:ListItem Value="全厂" Selected="True">全厂</asp:ListItem>
					<asp:ListItem Value="净化">净化</asp:ListItem>
					<asp:ListItem Value="提取">提取</asp:ListItem>
				</asp:dropdownlist><asp:label id="Label4" style="Z-INDEX: 104; LEFT: 368px; POSITION: absolute; TOP: 256px" runat="server"
					Height="32px" Width="40px">权限</asp:label><asp:label id="Label3" style="Z-INDEX: 103; LEFT: 368px; POSITION: absolute; TOP: 192px" runat="server"
					Height="32px" Width="40px">位置</asp:label><asp:label id="Label2" style="Z-INDEX: 102; LEFT: 368px; POSITION: absolute; TOP: 120px" runat="server"
					Height="32px" Width="40px">密码</asp:label><asp:textbox id="TextBox1" style="Z-INDEX: 105; LEFT: 464px; POSITION: absolute; TOP: 112px"
					runat="server" Height="32px" Width="120px"></asp:textbox><asp:dropdownlist id="DropDownList1" style="Z-INDEX: 106; LEFT: 464px; POSITION: absolute; TOP: 56px"
					runat="server" Height="64px" Width="128px" AutoPostBack="True"></asp:dropdownlist><asp:button id="Button1" style="Z-INDEX: 109; LEFT: 328px; POSITION: absolute; TOP: 312px" runat="server"
					Height="40px" Width="96px" Text="新建"></asp:button><asp:label id="Label5" style="Z-INDEX: 113; LEFT: 624px; POSITION: absolute; TOP: 112px" runat="server"
					Height="40px" Width="112px"></asp:label>
				<asp:TextBox id="TextBox2" style="Z-INDEX: 114; LEFT: 624px; POSITION: absolute; TOP: 48px" runat="server"
					Height="40px" Width="112px"></asp:TextBox></FONT></form>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -