📄 webform6.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm6.aspx.cs" AutoEventWireup="false" Inherits="SuperMaket1.WebForm6" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm6</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<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">
<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 72px" runat="server"
Width="385px" Height="424px"></asp:DataGrid>
<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 416px; POSITION: absolute; TOP: 408px" runat="server"
Text="刷新数据"></asp:Button>
<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 584px; POSITION: absolute; TOP: 80px" runat="server"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 584px; POSITION: absolute; TOP: 136px"
runat="server"></asp:TextBox>
<asp:TextBox id="TextBox3" style="Z-INDEX: 105; LEFT: 584px; POSITION: absolute; TOP: 192px"
runat="server"></asp:TextBox>
<asp:TextBox id="TextBox4" style="Z-INDEX: 106; LEFT: 584px; POSITION: absolute; TOP: 248px"
runat="server"></asp:TextBox>
<asp:TextBox id="TextBox5" style="Z-INDEX: 107; LEFT: 584px; POSITION: absolute; TOP: 312px"
runat="server"></asp:TextBox>
<asp:Label id="Label1" style="Z-INDEX: 108; LEFT: 520px; POSITION: absolute; TOP: 80px" runat="server">定单编号</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 109; LEFT: 520px; POSITION: absolute; TOP: 136px" runat="server"> 产品编号</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 110; LEFT: 520px; POSITION: absolute; TOP: 192px" runat="server">产品名称</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 111; LEFT: 528px; POSITION: absolute; TOP: 248px" runat="server">单价</asp:Label>
<asp:Label id="Label5" style="Z-INDEX: 112; LEFT: 520px; POSITION: absolute; TOP: 320px" runat="server">定单数量</asp:Label>
<asp:Button id="Button2" style="Z-INDEX: 113; LEFT: 536px; POSITION: absolute; TOP: 408px" runat="server"
Text="添加数据"></asp:Button>
<asp:Button id="Button3" style="Z-INDEX: 114; LEFT: 640px; POSITION: absolute; TOP: 440px" runat="server"
Text="返回管理主页"></asp:Button>
<asp:Label id="Label6" style="Z-INDEX: 115; LEFT: 272px; POSITION: absolute; TOP: 24px" runat="server"
Width="72px">定单管理</asp:Label>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -