2025-03-27 15:05:14 +08:00

99 lines
4.3 KiB
Plaintext

<%@ Page Language="C#" CodeBehind="MACHINECONFIGURATIONPage.aspx.cs" AutoEventWireup="true"
MasterPageFile="~/SuperMap_Client/MasterPage/v4_0/SizeBox.Master"
Inherits="SuperMap.RealEstate.ExchangeData.MACHINECONFIGURATIONPage" %>
<%@ Register assembly="RealEstate.Web" namespace="SuperMap.RealEstate.Web.UI.WebControls" tagprefix="smwc" %>
<%@ Register src="MACHINECONFIGURATION.ascx" tagname="MACHINECONFIGURATION" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HTMLHead" runat="server">
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('#tabs').tabs();
});
</script>
<style type="text/css">
.img-panel {
display: inline-block;
width: 33.3%;
height: auto;
}
.ui-widget-content {
border: 0px;
}
.ui-widget-header {
border: 0px;
border-bottom: 1px solid #d0d0d0;
background: #fff;
}
.ui-corner-bottom, .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
-khtml-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="B" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="B_L" runat="server">
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="B_R" runat="server">
</asp:Content>
<asp:Content ID="Content5" ContentPlaceHolderID="T" runat="server">
</asp:Content>
<asp:Content ID="Content6" ContentPlaceHolderID="T_L" runat="server">
</asp:Content>
<asp:Content ID="Content7" ContentPlaceHolderID="T_R" runat="server">
</asp:Content>
<asp:Content ID="Content8" ContentPlaceHolderID="S_T" runat="server">
</asp:Content>
<asp:Content ID="Content9" ContentPlaceHolderID="S" runat="server">
</asp:Content>
<asp:Content ID="Content10" ContentPlaceHolderID="S_B" runat="server">
</asp:Content>
<asp:Content ID="Content11" ContentPlaceHolderID="M_T" runat="server">
</asp:Content>
<asp:Content ID="Content12" ContentPlaceHolderID="M" runat="server">
<fieldset class="cssGroupBar">
<legend><b>基本信息</b></legend>
<ul class="ListItem Col3">
<li>
<smwc:TextBoxEx ID="SERVERPART_NAME" Width="100%" runat="server" CaptionText="服务区名称:" Enabled="false" />
</li>
<li>
<smwc:TextBoxEx ID="SERVERPARTCODE" Width="100%" runat="server" CaptionText="服务区编码:" Enabled="false"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="MACADDRESS" Width="100%" runat="server" CaptionText="MAC地址:" CaptionWidth="75px"
CaptionAlign="Right" Enabled="false"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="SHOPNAME" Width="100%" runat="server" CaptionText=" 门店名称:" Enabled="false" />
</li>
<li>
<smwc:TextBoxEx ID="SHOPCODE" Width="100%" runat="server" CaptionText=" 门店编码:" Enabled="false"></smwc:TextBoxEx>
</li>
<li>
<smwc:TextBoxEx ID="MACHINECODE" Width="100%" runat="server" CaptionText="机器编号:"
CaptionWidth="75px" CaptionAlign="Right" Enabled="false" />
</li>
<li class="Col1">
<smwc:TextBoxEx ID="CONFIG_CONTENT" Width="100%" runat="server" CaptionText=" 回传配置:" TextMode="MultiLine" Rows="4"></smwc:TextBoxEx>
</li>
</ul>
</fieldset>
<uc1:MACHINECONFIGURATION ID="MACHINECONFIGURATION1" runat="server" />
</asp:Content>
<asp:Content ID="Content13" ContentPlaceHolderID="M_B" runat="server">
</asp:Content>
<asp:Content ID="Content14" ContentPlaceHolderID="F" runat="server">
</asp:Content>
<asp:Content ID="Content15" ContentPlaceHolderID="F_L" runat="server">
</asp:Content>
<asp:Content ID="Content16" ContentPlaceHolderID="F_R" runat="server">
<asp:Button ID="ButtonSave" runat="server" onclick="ButtonSave_Click" Text="保存" CssClass="ButtonSave" />
<asp:Button ID="ButtonClose" runat="server" CausesValidation="false" Text="关闭" CssClass="ButtonClose" />
</asp:Content>