2
schangxiang@126.com
2024-08-16 b47c50a2a514def7374b32d7194b2c599cba5625
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<%@ 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>