管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2024-09-03 3cfb6aa02516135fb174ab1b30620f2007924663
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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>ToolTitle</title>
 
 
    <script language="javascript" src="../ToolsCommon.js"></script>
 
    <link rel="StyleSheet" href="../Style.css" type="text/css">
    <style>
        .MenuButton
        {
            height: 78px;
            width: 65px;
            margin: 5px;
            white-space: normal;s
        }
        .MenuButtonHighlight
        {
            color: Red;
            font-weight: bold;
        }
    </style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="border: 0;
    overflow: auto;" id="Body" onload="Init()" onunload="exitTool();" >
    <!--oncontextmenu="return false;"  onclick="bHide=true;HideOptionsNow()" > -->
       <table border="0" width="100%" cellspacing="0" cellpadding="2">
        <tr>
            <td id="TopAreaTD" height="50px" width="100%" valign="middle" style="background-color: #CAD8E2">
                <table border="0" width="100%" cellspacing="0" cellpadding="0">
                    <tr>
                        <td width="12px">
                        </td>
                        <td width="55px">
                            <img src="images/ImageComparisonIcon.gif" />
                        </td>
                        <td id="TitleTD" align="center" class="s12b  i18n">
                            ToolName
                        </td>
                        <td valign="top" align="right" id="CloseHelpTd">
                            <img src="../CommonImg/help.gif" border="0" class="i18n" alt="help" title="help" onclick="DisplayHelpPopup6 (SGLang.i18nFile('help.html'),SGLang.i18n('help'))" style="cursor: pointer;">
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
        <tr height="1px">
            <td style="background-repeat: repeat-x;" background="../CommonImg/separator.gif">
            </td>
        </tr>
        <tr>
            <td>
                <br />
            </td>
        </tr>
    </table>
    <table>
       
        <tr class="s8">
            <td colspan="2">
                    <button id="Button4" class="MenuButton" onclick="DisplayByAttribute(0)"><span class="i18n">Text_DisplayByAttrBtn</span></button> 
                    <button id="Button4" class="MenuButton" onclick="DisplayByAttribute(1)"><span class="i18n">Text_ColorizeByAttrBtn</span></button> 
                </td>
        </tr>
    </table>
    <object id="SGWorld" classid="CLSID:3a4f91b1-65a8-11d5-85c1-0001023952c1" style="visibility:hidden;height:0 "></object>
 
<script language="JavaScript">
 
//--------------
// Init
function Init() {
}
 
//------------------
// Reset
//------------------
function Reset(FirstTime, FromMouseInputMode) {
 
}
//---------------
// exitTool
function exitTool() {
    try {
    }
    catch (e) { return }
   
 
}
 
//--------------
// DisplayByAttribute
function DisplayByAttribute(Type) {
    var url = abspath() + "/DisplayByAttribute.html?Type="+Type ;
    if (Type==0)
        var name = SGLang.i18n("Text_DisplayByAttributeCaption");
    else
    var name = SGLang.i18n("Text_ColorizeByAttributeCaption");
    var popupMsg = SGWorld.Creator.CreatePopupMessage(name, url, 10, 10, 360, 350, -1);
 
    popupMsg.Flags = 2 + 32+128 + 2048;
    SGWorld.Window.ShowPopup(popupMsg);
}
</script>
 
</body>
</html>
 
 
<!--Sig:00000040AKc8HyzeAumZyfidSovnIa0aNP9iirTTYRM8EPxwjg9Hm0O11G6afif0ZaTzMgRkgBxJNPvOIAA0IPw4gvoTGEJJ-->