⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainwebform new.aspx

📁 supermap开发的基站管理系统
💻 ASPX
📖 第 1 页 / 共 5 页
字号:
                                                                onmouseout="SwitchBtn(22,'Out')" src="images/btn_22_off.gif" title="圆形查询" /></td>
                    <td style="width: 42px"></td>
                </tr>
                <tr>
                    <td style="width: 60px"></td>
                    <td style="width: 32px"><img onmousedown="SwitchBtn(107,'Down')" id="img107" onmouseover="SwitchBtn(107,'Over')"
                                                                alt="设置比例尺" style="cursor: hand" onclick="ScaleView();"
                                                                onmouseout="SwitchBtn(107,'Out')" src="images/btn_107_off.gif" title="设置比例尺" /></td>
                    <td style="width: 51px"><asp:ImageButton onmousedown="showBusyFlag('MapControl1');SwitchBtn(1089,'Down')" ID="img1089"
                                                                onmouseover="SwitchBtn(1089,'Over')" ToolTip="查看方位角" Style="cursor: hand" onmouseout="SwitchBtn(1089,'Out')"
                                                                runat="server" ImageUrl="images/btn_1089_off.gif" OnClick="IBtnFWJ_Click" ></asp:ImageButton></td>
                    <td style="width: 42px; height:20px"></td>
                </tr>
                <tr>
                    <td style =""></td>
                    <td><img onmousedown="SwitchBtn(10007,'Down')" id="img10007" onmouseover="SwitchBtn(10007,'Over')"
                                                                alt="属性框" style="cursor: hand" onclick="RightToolBar();"
                                                                onmouseout="SwitchBtn(10007,'Out')" src="images/btn_10007_off.gif" title="属性框" /></td>
                    <td><img onmousedown="SwitchBtn(10007,'Down')" id="Img10" onmouseover="SwitchBtn(10007,'Over')"
                                                                alt="测量" style="cursor: hand" onclick="MeasureDiv();"
                                                                onmouseout="SwitchBtn(10007,'Out')" src="images/btn_10007_off.gif" title="属性框" /></td>
                </tr>
            </table>
    
        </div>
        
        <%--左恻操作栏 结束--%>
        
        <%--右恻操作栏开始--%>
        <div id="divRightFun" style="position :absolute ; left: 758px;top: 90px; display:none; "> 
           <table border="0" cellpadding="0" cellspacing="0" style="width: 258px;">
                <tr>
                    <td style ="background-image:url('images/new/12_09.gif'); width:13px"></td>
                    <td  style=" text-align:center ; cursor:pointer; font-size:10pt; width:240px;background-image:url('images/new/12_12.gif')" onmousedown="did('divRightFun');">
                        </td>
                        
                    <td style="width: 10px;  cursor:pointer; text-align:left;background-image:url('images/new/12_12.gif')" align="center" onclick ="RightToolBar()"><img alt ="关闭" src ="images/new/1211_16.gif" /></td>
                    <td style ="background-image:url('images/new/12_14.gif'); width:13px"></td>
                       </tr>
            </table>
                       
            <table border ="0" cellpadding="0" cellspacing="0" style ="background-color:rgb(243,243,243)">        
                <tr>
                    <td style="background-image:url('images/new/11_09.gif');"></td>
                    <td >
                       <table style ="width:100%" border ="0" cellpadding="0" cellspacing ="0">
                            <tr>
                                <td><img id="imgLayer" src ="images/new/11_16.gif" style="cursor:pointer; " onclick ="OutLook('divLayer')" /></td>
                                <td ><img id="imgData" src ="images/new/12_17.gif"  style="cursor:pointer;" onclick ="OutLook('divQuery')" /></td>
                                <td ><img id="imgType" src ="images/new/11_18.gif"  style ="cursor:pointer;" onclick ="OutLook('divTypeQuery')" /></td>
                                <td ><img id="imgMap" src ="images/new/11_11116.gif"  style ="cursor:pointer;" onclick ="OutLook('divMapQuery')" /></td>
                            </tr>
                        </table>
                      </td>
                    <td style="background-image:url('images/new/11_11.gif');width:10px"></td>
                </tr>
                 <tr>
                    <td style="background-image:url('images/new/11_09.gif');width:10px"></td>
                    <td  style=" text-align:center">
                       
                          <!--图层控制  开始-->
                        <%-- <div id="divLayer" style="width:100%; text-align:center; cursor:pointer;" ><img src ="images/界面_03.gif" onclick ="OutLook('divLayer')" style ="cursor:pointer;" /></div>--%>
                        <div id="divLayerSub" style ="display:none; overflow:auto"  >
                                <table style="width:100%;background-color:rgb(142,164,211);" >
                                    <tr>
                                        <td style="font-size: 10pt; color: white; width:50px; text-align :center">显示</td>
                                        <td style="font-size: 10pt; color: white">图层名称</td>
                                    </tr>
                                </table>
                                <div id="divLayerControl" style =" width:97%; text-align:center; overflow:auto; vertical-align:top; height:200px; font-size:10pt" >
                                    <asp:GridView ID="GridViewLayer" runat ="server" AutoGenerateColumns="False" EnableViewState="False"   Width="92%" ShowHeader="False" OnRowDataBound="GridViewLayer_RowDataBound" >
                                        <Columns>
                                            <asp:TemplateField>
                                                <ItemTemplate>
                                                    <table >
                                                        <tr >
                                                             <td style =" width:30px; text-align:center"><asp:CheckBox ID="checkBoxLayer" AutoPostBack="true"   runat ="server"  /></td>       
                                                        </tr>                                                               
                                                    </table>
                                                </ItemTemplate>                                                          
                                            </asp:TemplateField> 
                                            <asp:BoundField DataField="name">
                                                <ControlStyle Font-Size="9pt" />
                                                <ItemStyle Font-Size="9pt" />
                                            </asp:BoundField>
                                        </Columns>
                                        
                                    </asp:GridView><%--
                                    <asp:TreeView ID ="layerTree" runat ="server" OnTreeNodeCheckChanged="layerTree_TreeNodeCheckChanged" ShowCheckBoxes="All" Width="100%"></asp:TreeView>
                        --%>        
                                </div>
                                <table style="width:100%;background-color:rgb(142,164,211); height:30px" >
                                    <tr>
                                        <td style="font-size: 10pt; color: white; width:30px"><asp:CheckBox ID="CheckBoxLayerAll" runat="server" Width="21px" AutoPostBack="True" OnCheckedChanged="CheckBoxLayerAll_CheckedChanged" Visible="False" /></td>
                                        <td style="font-size: 10pt; color: white">
                                                <asp:ImageButton ID="IBtnLayer" runat ="server" ImageUrl="~/Gis/images/new/btch3.gif" OnClick="IBtnLayer_Click" />
                                                <asp:ImageButton ID="IBtnBack" runat ="server" ImageUrl="~/Gis/images/new/btch2.gif" OnClick="IBtnBack_Click" />
                                         </td>
                                    </tr>
                                </table>
                              
                        </div>
                        <!--图层控制  结束-->
                        
                        <!--属性数据 开始-->
                        <%--<div id="divQuery" style="width:100%; text-align:center; cursor:pointer;" ><img src ="images/界面_06.gif" onclick ="OutLook('divQuery')" style ="cursor:pointer;" /></div> --%>
                        <div id="divQuerySub" style =" display:block ; text-align:center;  ">
                            <table  style="background-color:rgb(142,164,211); width:100%">
                                    <tr>
                                        <td style ="width:21%; color:Red; font-size:8pt; text-align:left"></td>
                                        <td style ="width:5%; font-size:10pt; color:White"><asp:CheckBox ID="checkboxAll" runat ="server" OnCheckedChanged="checkboxAll_CheckedChanged" AutoPostBack="True" Enabled="False" /></td>
                                        <td style ="width:39%; font-size:10pt; color:White">&nbsp;&nbsp;申请表号</td>
                                        <td style ="width:35%; font-size:10pt; color:White">&nbsp;&nbsp;资料表号</td>
                                    </tr>
                                </table>
                            <div id="divQueryResult" style ="overflow:auto; height:610px">                                
                                <asp:GridView ID="GridView3" runat="server" 
													        EnableViewState="False"  
													        AutoGenerateColumns="False" 
													        CssClass="word-break:break-all;word-wrap:break-word"  Width="210px" OnRowDataBound="GridView3_RowDataBound" ShowHeader="False" OnRowUpdating="GridView3_RowUpdating"> 
                                      <rowstyle backcolor="#F7F6F3" forecolor="#333333" Font-Size="10pt" /> 
                                      <editrowstyle backcolor="#999999" /> <selectedrowstyle backcolor="#669999" font-bold="True" forecolor="White" /> 
                                      <pagerstyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" /> 
                                      <alternatingrowstyle backcolor="White" forecolor="#284775" /> 
                                      <pagersettings firstpagetext="" lastpagetext="" mode="NumericFirstLast" nextpagetext="" pagebuttoncount="1" visible="False" /> 
                                      <footerstyle Font-Bold="True" HorizontalAlign="Center" /> 
                                      <headerstyle   BackColor='#8EA4D3' /> 
                                      
                                      <columns>
                                             <asp:TemplateField>
                                                <ItemTemplate>
                                                    <table >
                                                        <tr >
                                                            <td ><asp:ImageButton ID="IBtnDingWei" runat ="server" ImageUrl ="~/Gis/images/new/dw1.gif" CommandName="update" /></td> 
                                                            <td style =" width:10px"><asp:CheckBox ID="checkBoxSelect" runat ="server"  /></td>       
                                                           <%-- <td style ="width:70px"><asp:LinkButton ID='btnCode' runat ="server" Text='<%#DataBinder.Eval(Container.DataItem,"app_code")%>'  CommandName="app_code"></asp:LinkButton></td>
                                                            <td style ="width:70px"><asp:LinkButton  ID="btnGuid" Text='<%#DataBinder.Eval(Container.DataItem,"stat_tdi")%>' runat ="server"  CommandName="apply_guid"></asp:LinkButton></td>                                                             
                                                           --%> 
                                                        </tr>                                                               
                                                    </table>
                                                </ItemTemplate>                                                          
                                            </asp:TemplateField> 
                                          <asp:BoundField DataField="app_code"  HeaderText ="申请表号" />
                                          <asp:BoundField DataField="STAT_TYPE_TDI" HeaderText ="资料表号"/>
                                           
                                                                                              
                                      </columns>
                                      
                                </asp:GridView>
                            </div>
                            <table style="width:100%;background-color:rgb(142,164,211); height:30px" >
                                <tr>
                                    <td style="width: 93px; text-align:right"><asp:ImageButton ID="IBtnDW" runat="server" ImageUrl="~/Gis/images/new/btch1_1.gif" OnClick="IBtnDW_Click" /></td>
                                    <td style="width:20px"><input id="btnPrint" runat="server" name="btnPrint" style="background-position: center center;
                                                            background-image: url(../Images/print-excel.gif); width: 56px; border-top-style: none;
                                                            background-repeat: no-repeat; border-right-style: none; border-left-style: none;
                                                            height: 20px; background-color: transparent; border-bottom-style: none" type="button"
                                                            onserverclick="btnPrint_ServerClick" /></td>
                                    <td style ="color:Red; font-size:10pt">共计<%=TZResultCount %>条</td>
                                </tr>
                            </table>
                        </div>
                       <!--属性数据  结束-->
                        
                        <!--类型查询  开始-->
                        <%--<div id="divTypeQuery" style ="width:100%; text-align:center;cursor:pointer; " ><img src ="images/界面_07.gif" onclick ="OutLook('divTypeQuery')" style ="cursor:pointer;" /></div>--%>
                        <div id="divTypeQuerySub" style ="display:none; text-align:center">
                            <div id="divQueryType">
                                 <table style=" width:208px; text-align:left; font-size: 11pt; background-image: url(images/new/1_16.gif);" border ="0" cellpadding ="0" cellspacing ="0">
                                     <tr>
                                         <td style ="height:25px; text-align:left"></td>
                                     </tr>
                                     <tr>
                                        <td style="height: 25px" ><asp:CheckBox ID="CheckBox5" runat ="server" Text ="30MHZ以下(H)" Font-Size="10pt" Width="105px"  /></td>
                                   
                                        <td style="height: 25px; width: 101px;"><asp:CheckBox ID="CheckBox6" runat ="server" Text ="地面固定(TF)" Font-Size="10pt" Width="100px" /></td>
                                    </tr>
                                    <tr>
                                        <td style="height: 24px"><asp:CheckBox ID="CheckBox1" runat ="server" Text ="地球站(E)" Font-Size="10pt" /></td>
                                   
                                        <td style="height: 24px; width: 101px;"><asp:CheckBox ID="CheckBox2" runat ="server" Text ="广播电台(B)" Font-Size="10pt" /></td>
                                    </tr>
                                    <tr>
                                        <td style="height: 25px" ><asp:CheckBox ID="CheckBox3" runat ="server" Text ="雷达站(R)" Font-Size="10pt" /></td>
                                     
                                        <td style="height: 25px; width: 101px;"><asp:CheckBox ID="CheckBox4" runat ="server" Text ="蜂窝基站(C)" Font-Size="10pt" /></td>
                                    </tr>
                                    <tr>
                                        <td style="height: 25px" ><asp:CheckBox ID="CheckBox7" runat ="server" Text ="直放站(D)" Font-Size="10pt" /></td>
                                  
                                        <td style="height: 25px; width: 101px;"><asp:CheckBox ID="CheckBox8" runat ="server" Text ="无线电台(V)" Font-Size="10pt" /></td>
                                    </tr>
                                    <tr>
                                        <td style ="height:5px;"></td>
                                        <td style="height:5px; width: 101px;"></td>
                                    </tr>
                                 </table>
                                   <table style="width:207px ; background-image: url(images/new/1_24.gif); height: 10px;">
                                        <tr>
                                             <td style ="height:25px; text-align:left"></td>
                                             <td style="height:25px; text-align:left; width: 161px;"></td>
                                         </tr>
                                        <tr>
                                                <td style="width:40px ; text-align:left;font-size:10pt"> 经度</td>
                                                <td align="left" style="width: 161px">
                                                    <input id="STAT_LG_1" style="width: 22px;ime-mode:disabled" type="text" runat="server" onkeydown="return(keydown())" onkeyup="txt_lg_1_txtcount()" 
                                                        maxlength="3" />°
                                                    <input id="STAT_LG_2" style="width: 20px;ime-mode:disabled" type="text" runat="server"  onkeydown="return(keydown())" onkeyup="txt_lg_2_txtcount()" 
                                                        maxlength="2" />′

                                                    <input id="STAT_LG_3" style="width: 42px;ime-mode:disabled" type="text" runat="server" onkeydown="inputSecond();"
                                                        maxlength="5" />″

                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width:40px ; text-align:left; font-size:10pt; height: 26px;"> 纬度</td>
                                                <td style="width: 161px; height: 26px;" align="left">
                                                    <input id="STAT_LA_1" style="width: 22px;ime-mode:disabled" type="text" runat="server"  onkeydown="return(keydown())" onkeyup="txt_la_1_txtcount()"
                                                        maxlength="2" />°
                                                    <input id="STAT_LA_2" style="width: 22px;ime-mode:disabled" type="text" runat="server"  onkeydown="return(keydown())" onkeyup="txt_la_2_txtcount()"
                                                        maxlength="2" />′

                                                    <input id="STAT_LA_3" style="width: 40px;ime-mode:disabled" type="text" runat="server" onkeydown="inputSecond();"
                                                        maxlength="5" />″

                                                </td>
                                            </tr>
                                            <tr>
                                                <td style="width:40px ; text-align:left;font-size:10pt "> 半径</td>
                                                <td style="width: 161px;" align="left">
                                                    <input id="RADIUS" type="text" runat="server" onkeypress="return regInput(this,/^[0-9]*\.?\d*$/,String.fromCharCode(event.keyCode))"
                                                        onkeyup="if(window.event.keyCode == 38) form1.STAT_LA_1.focus();" onpaste="return regInput(this,/^[0-9]*\.?\d*$/,window.clipboardData.getData('Text'))"
                                                        ondrop="return regInput(this,/^[0-9]*\.?\d*$/,event.dataTransfer.getData('Text'))"
                                                        style="width: 114px;ime-mode:disabled" maxlength="4" />km</td>
                                            </tr>
                                            <tr>
                                             <td style="height:18px; text-align:left"></td>
                                             <td style="height:18px; text-align:left; width: 161px;"></td>
                                         </tr>
                                    </table>
                             </div>
                            
                             <div style="text-align:center; width:100%; vertical-align:bottom;background-color:rgb(142,164,211

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -