<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WareHouse.aspx.cs" Inherits="iWareWms.View.SL.WareHouse.WareHouse" %>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head runat="server">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title></title>
|
<style>
|
.GrayFont {
|
text-align:center;
|
color: white !important;
|
background-color: gray !important;
|
font-weight: bold;
|
border: solid;
|
border-width: thin;
|
border-color: gray !important;
|
}
|
|
.RedFont {
|
text-align:center;
|
color: white !important;
|
background-color: red !important;
|
font-weight: bold;
|
border: solid;
|
border-width: thin;
|
border-color: red !important;
|
}
|
|
.GreenFont {
|
text-align:center;
|
color: white !important;
|
background-color: lawngreen !important;
|
font-weight: bold;
|
border: solid;
|
border-width: thin;
|
border-color: lawngreen !important;
|
}
|
|
.YellowFont {
|
text-align:center;
|
color: black !important;
|
background-color: yellow !important;
|
font-weight: bold;
|
border: solid;
|
border-width: thin;
|
border-color: yellow !important;
|
}
|
.WriteFont {
|
text-align: center;
|
color: black !important;
|
background-color: white !important;
|
font-weight: lighter;
|
border: hidden;
|
border-width: thin;
|
border-color: white !important;
|
}
|
.GrayFont:hover{
|
box-shadow:inset;
|
color:blue;
|
}
|
.WriteFont:hover {
|
color:blue;
|
}
|
.Lable {
|
font-size:14px;
|
}
|
|
</style>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="PaneForm" />
|
<f:Panel ID="PaneForm" runat="server" ShowBorder="false" ShowHeader="false" Layout="Fit" Title="库位预览">
|
<Items>
|
<f:TabStrip ID="TabStrip1" runat="server" ActiveTabIndex="0" ShowBorder="false" OnTabIndexChanged="TabStrip1_TabIndexChanged" AutoPostBack="true">
|
<Tabs>
|
<f:Tab ID="Tab1" runat="server" Title="第一排1-15层" Layout="VBox" >
|
<Items>
|
<f:Panel ID="Panel4" runat="server" ShowBorder="false" ShowHeader="false" Title="Panel" BoxFlex="1">
|
<Items>
|
<f:Toolbar ID="Toolbar1" runat="server">
|
<Items>
|
<f:Label ID="Label3" runat="server" Width="100px"></f:Label>
|
|
<f:Button ID="Button5" runat="server" Text="" EnablePostBack="false" CssClass="WriteFont"></f:Button>
|
<f:Label ID="lab1" runat="server" Label="出入库口" LabelWidth="80" Width="130" CssClass="Lable"></f:Label>
|
<f:Button ID="Button1" runat="server" Text="" EnablePostBack="false" CssClass="GrayFont"></f:Button>
|
<f:Label ID="lab2" runat="server" Label="空库位" LabelWidth="80" Width="130"></f:Label>
|
<%--<f:Button ID="Button2" runat="server" Text="" EnablePostBack="false" CssClass="GreenFont"></f:Button>
|
<f:Label ID="lab3" runat="server" Label="无货库位" LabelWidth="80" Width="130"></f:Label>--%>
|
<f:Button ID="Button3" runat="server" Text="" EnablePostBack="false" CssClass="GreenFont"></f:Button>
|
<f:Label ID="lab4" runat="server" Label="有货库位" LabelWidth="80" Width="130"></f:Label>
|
<f:Button ID="Button4" runat="server" Text="" EnablePostBack="false" CssClass="RedFont" ></f:Button>
|
<f:Label ID="lab5" runat="server" Label="锁定库位" LabelWidth="80" Width="130"></f:Label>
|
</Items>
|
</f:Toolbar>
|
</Items>
|
</f:Panel>
|
<f:Panel ID="Panel1" runat="server" Layout="VBox" BodyPadding="px" ShowBorder="false" ShowHeader="false" TableRowspan="5" MarginBottom="20" BoxFlex="8">
|
</f:Panel>
|
</Items>
|
</f:Tab>
|
<f:Tab ID="Tab2" runat="server" Title="第一排16-29层" Layout="VBox">
|
<Items>
|
<f:Panel ID="Panel3" runat="server" ShowBorder="false" ShowHeader="false" Title="Panel" BoxFlex="1">
|
<Items>
|
<f:Toolbar ID="Toolbar2" runat="server">
|
<Items>
|
<f:Label ID="Label1" runat="server" Width="100px"></f:Label>
|
|
<f:Button ID="Button6" runat="server" Text="" EnablePostBack="false" CssClass="WriteFont"></f:Button>
|
<f:Label ID="lab6" runat="server" Label="出入库口" LabelWidth="80" Width="130"></f:Label>
|
<f:Button ID="Button7" runat="server" Text="" EnablePostBack="false" CssClass="GrayFont"></f:Button>
|
<f:Label ID="lab7" runat="server" Label="空库位" LabelWidth="80" Width="130"></f:Label>
|
<%--<f:Button ID="Button8" runat="server" Text="" EnablePostBack="false" CssClass="GreenFont"></f:Button>
|
<f:Label ID="lab8" runat="server" Label="无货库位" LabelWidth="80" Width="130"></f:Label>--%>
|
<f:Button ID="Button9" runat="server" Text="" EnablePostBack="false" CssClass="GreenFont"></f:Button>
|
<f:Label ID="lab9" runat="server" Label="有货库位" LabelWidth="80" Width="130"></f:Label>
|
<f:Button ID="Button10" runat="server" Text="" EnablePostBack="false" CssClass="RedFont" ></f:Button>
|
<f:Label ID="lab10" runat="server" Label="锁定库位" LabelWidth="80" Width="130"></f:Label>
|
</Items>
|
</f:Toolbar>
|
</Items>
|
</f:Panel>
|
<f:Panel ID="Panel2" runat="server" Layout="VBox" BodyPadding="5px" ShowBorder="false" ShowHeader="false" TableRowspan="10" MarginBottom="20" BoxFlex="10">
|
</f:Panel>
|
</Items>
|
</f:Tab>
|
</Tabs>
|
</f:TabStrip>
|
</Items>
|
</f:Panel>
|
</form>
|
|
</body>
|
|
</html>
|