亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.vb

?? 用vb.net和gis組建MO實現了一個地名數據庫地理信息系統
?? VB
?? 第 1 頁 / 共 5 頁
字號:
Imports Crownwood.Magic.Menus
Imports Crownwood.Magic.Common
Imports Crownwood.Magic.Controls
Imports Crownwood.Magic.Docking
Imports Crownwood.Magic.Win32

Imports UtilityLibrary.Menus
Imports UtilityLibrary.CommandBars
Imports UtilityLibrary.WinControls
Imports UtilityLibrary.General
Imports UtilityLibrary.Win32
Imports UtilityLibrary.Collections


Public Class MainForm
    Inherits System.Windows.Forms.Form

    '---------------------------------------------------------------------
    Enum TVType
        TV_maps = 0
        TV_Layers
        TV_Legend
    End Enum
    '---------------------------------------------------------------------
    Private _manager As DockingManager  ' 窗口管理器
    Private _wc As WindowContent        ' 窗口內容實體
    '---------------------------------------------------------------------
    '常量
    Private Const NOFILTER As String = "(全部類型)"
    Private Const NOSUBFILTER As String = "(全部子類型)"
    Private Const FONTNAME As String = "楷體"
    Private Const MYFONTHEIGHT As Integer = 2500
    Private Const MAX_SCALE As Double = 4000
    Private Const MIN_SCALE As Double = 20000
    '---------------------------------------------------------------------
    '資源
    Private _imagesWorkspace As ImageList
    Private _imagesToolbar16 As ImageList
    Private _imagesToolbar16_2 As ImageList
    Private _imagesMaps As ImageList
    Private _imagesVisible As ImageList
    '---------------------------------------------------------------------
    Public _environment As CEnvironment
    Public _mapEye As AxMapObjects2.AxMap  ' 鷹眼地圖對象

    ' 查詢窗口
    Private _cInfoWnd As Crownwood.Magic.Docking.Content     ' 信息窗口
    Private _cEyeWnd As Crownwood.Magic.Docking.Content      ' 鷹眼窗口
    Private _cIndexWnd As Crownwood.Magic.Docking.Content    ' 地名索引窗口
    Private _cQueryWnd As Crownwood.Magic.Docking.Content    ' 地名查詢窗口
    Private _cHelpWnd As Crownwood.Magic.Docking.Content     ' 幫助窗口

    Private _tvMaps As TreeView    ' 地圖索引樹狀列表
    Private _tvLayers As TreeView  ' 地圖控制樹狀列表
    Private _tvLegend As TreeView  ' 圖列樹狀列表

    Public _mapOutlookBar As OutlookBar
    Public _queryOutlookBar As OutlookBar
    Public _helpOutlookBar As OutlookBar

    Private _bTVChecked As Boolean = True

    Public _frmInfo As frmInfo = Nothing

    ' 地名查詢類型
    Private _query_szType As String = ""
    ' 距離查詢類型
    Private _dist_szType As String = ""
    Private _bus_bTextBox As Boolean = True

    Private _index_szType As String = ""
    Private _index_szSubType As String = ""
    Private _index_bTextBox As Boolean = True

    Private _netLayer As MapObjects2.MapLayer = Nothing
    Private _netLayer1 As NetLayer = Nothing
    Private _path As ArrayList = Nothing

    Private _mapTip As MapTip = Nothing

#Region " Windows Form Designer generated code "

    '---------------------------------------------------------------------
    Public Sub New()
        MyBase.New()

        '裝載資源
        LoadResources()
        ' 初始化_environment成員變量
        Initialize()

        'This call is required by the Windows Form Designer.
        InitializeComponent()

        'Add any initialization after the InitializeComponent() call        
        CreateMapControlToolBar()
        CreateFeatrueControlToolbar()

        _manager = New DockingManager(Me, Crownwood.Magic.Common.VisualStyle.IDE)
        _manager.OuterControl = _statusBar

        '裝載數據
        LoadData()
        CreateWorkspace()

        _WebBrowser.Visible = False
        Dim ob As New Object()
        _WebBrowser.Navigate(_environment.m_szHelpPath, ob, ob, ob, ob)

        _mapTip = New MapTip(Me)
    End Sub
    '---------------------------------------------------------------------

    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing Then
            If Not (components Is Nothing) Then
                components.Dispose()
            End If
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    Friend WithEvents MapControlToolBar As System.Windows.Forms.ToolBar
    Friend WithEvents Map As AxMapObjects2.AxMap
    Friend WithEvents _statusBar As System.Windows.Forms.StatusBar
    Friend WithEvents statusBarPanel1 As System.Windows.Forms.StatusBarPanel
    Friend WithEvents statusBarPanel2 As System.Windows.Forms.StatusBarPanel
    Friend WithEvents statusBarPanel3 As System.Windows.Forms.StatusBarPanel
    Friend WithEvents statusBarPanel4 As System.Windows.Forms.StatusBarPanel
    Friend WithEvents FeatureControlToolBar As System.Windows.Forms.ToolBar
    Friend WithEvents _panelIndex As System.Windows.Forms.Panel
    Friend WithEvents _index_comboBoxFilter2 As System.Windows.Forms.ComboBox
    Friend WithEvents _index_listBox As System.Windows.Forms.ListBox
    Friend WithEvents _index_comboBoxFilter As System.Windows.Forms.ComboBox
    Friend WithEvents _index_txtName As System.Windows.Forms.TextBox
    Friend WithEvents _index_label2 As System.Windows.Forms.Label
    Friend WithEvents _index_label1 As System.Windows.Forms.Label
    Friend WithEvents _panelQuery As System.Windows.Forms.Panel
    Friend WithEvents _query_comboBoxFilter2 As System.Windows.Forms.ComboBox
    Friend WithEvents _query_button As System.Windows.Forms.Button
    Friend WithEvents _query_checkBox3 As System.Windows.Forms.CheckBox
    Friend WithEvents _query_checkBox2 As System.Windows.Forms.CheckBox
    Friend WithEvents _query_checkBox1 As System.Windows.Forms.CheckBox
    Friend WithEvents _query_comboBoxFilter As System.Windows.Forms.ComboBox
    Friend WithEvents _query_txtTel As System.Windows.Forms.TextBox
    Friend WithEvents _query_txtName As System.Windows.Forms.TextBox
    Friend WithEvents _query_label3 As System.Windows.Forms.Label
    Friend WithEvents _query_label2 As System.Windows.Forms.Label
    Friend WithEvents _query_label1 As System.Windows.Forms.Label
    Friend WithEvents _panelDist As System.Windows.Forms.Panel
    Friend WithEvents _dis_label_Note As System.Windows.Forms.Label
    Friend WithEvents _dist_comboBoxFilter2 As System.Windows.Forms.ComboBox
    Friend WithEvents _dist_comboBoxFilter As System.Windows.Forms.ComboBox
    Friend WithEvents _dist_button As System.Windows.Forms.Button
    Friend WithEvents _dist_radioButton2 As System.Windows.Forms.RadioButton
    Friend WithEvents _dist_radioButton1 As System.Windows.Forms.RadioButton
    Friend WithEvents _dist_comboBoxPos As System.Windows.Forms.ComboBox
    Friend WithEvents _dist_label1 As System.Windows.Forms.Label
    Friend WithEvents _dist_txtName As System.Windows.Forms.TextBox
    Friend WithEvents _panelBus As System.Windows.Forms.Panel
    Friend WithEvents _bus_checkBox7 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox6 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox5 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox4 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox3 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox2 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_checkBox1 As System.Windows.Forms.CheckBox
    Friend WithEvents _bus_button As System.Windows.Forms.Button
    Friend WithEvents _Bus_listBox As System.Windows.Forms.ListBox
    Friend WithEvents _Bus_radioButton_Line As System.Windows.Forms.RadioButton
    Friend WithEvents _Bus_radioButton_Station As System.Windows.Forms.RadioButton
    Friend WithEvents _Bus_textBox As System.Windows.Forms.TextBox
    Friend WithEvents _panelOutput As System.Windows.Forms.Panel
    Friend WithEvents _output_button3 As System.Windows.Forms.Button
    Friend WithEvents _output_button1 As System.Windows.Forms.Button
    Public WithEvents _output_listBox As System.Windows.Forms.ListBox
    Public WithEvents _Output_label As System.Windows.Forms.Label
    Friend WithEvents _comboBox As System.Windows.Forms.ComboBox
    Public WithEvents _timer As System.Windows.Forms.Timer
    Public WithEvents _picToolTip As System.Windows.Forms.PictureBox
    Public WithEvents _lblToolTip As System.Windows.Forms.Label
    Friend WithEvents ContextMenu1 As System.Windows.Forms.ContextMenu
    Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem2 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem
    Friend WithEvents MenuItem4 As System.Windows.Forms.MenuItem
    Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
    Friend WithEvents _WebBrowser As AxSHDocVw.AxWebBrowser
    Friend WithEvents _panelHelp As System.Windows.Forms.Panel
    Friend WithEvents _WebBrowser2 As AxSHDocVw.AxWebBrowser
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container()
        Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(MainForm))
        Me.MapControlToolBar = New System.Windows.Forms.ToolBar()
        Me.Map = New AxMapObjects2.AxMap()
        Me._statusBar = New System.Windows.Forms.StatusBar()
        Me.statusBarPanel1 = New System.Windows.Forms.StatusBarPanel()
        Me.statusBarPanel2 = New System.Windows.Forms.StatusBarPanel()
        Me.statusBarPanel3 = New System.Windows.Forms.StatusBarPanel()
        Me.statusBarPanel4 = New System.Windows.Forms.StatusBarPanel()
        Me.FeatureControlToolBar = New System.Windows.Forms.ToolBar()
        Me._panelIndex = New System.Windows.Forms.Panel()
        Me._index_comboBoxFilter2 = New System.Windows.Forms.ComboBox()
        Me._index_listBox = New System.Windows.Forms.ListBox()
        Me._index_comboBoxFilter = New System.Windows.Forms.ComboBox()
        Me._index_txtName = New System.Windows.Forms.TextBox()
        Me._index_label2 = New System.Windows.Forms.Label()
        Me._index_label1 = New System.Windows.Forms.Label()
        Me._panelQuery = New System.Windows.Forms.Panel()
        Me._query_comboBoxFilter2 = New System.Windows.Forms.ComboBox()
        Me._query_button = New System.Windows.Forms.Button()
        Me._query_checkBox3 = New System.Windows.Forms.CheckBox()
        Me._query_checkBox2 = New System.Windows.Forms.CheckBox()
        Me._query_checkBox1 = New System.Windows.Forms.CheckBox()
        Me._query_comboBoxFilter = New System.Windows.Forms.ComboBox()
        Me._query_txtTel = New System.Windows.Forms.TextBox()
        Me._query_txtName = New System.Windows.Forms.TextBox()
        Me._query_label3 = New System.Windows.Forms.Label()
        Me._query_label2 = New System.Windows.Forms.Label()
        Me._query_label1 = New System.Windows.Forms.Label()
        Me._panelDist = New System.Windows.Forms.Panel()
        Me._dis_label_Note = New System.Windows.Forms.Label()
        Me._dist_comboBoxFilter2 = New System.Windows.Forms.ComboBox()
        Me._dist_comboBoxFilter = New System.Windows.Forms.ComboBox()
        Me._dist_button = New System.Windows.Forms.Button()
        Me._dist_radioButton2 = New System.Windows.Forms.RadioButton()
        Me._dist_radioButton1 = New System.Windows.Forms.RadioButton()
        Me._dist_comboBoxPos = New System.Windows.Forms.ComboBox()
        Me._dist_label1 = New System.Windows.Forms.Label()
        Me._dist_txtName = New System.Windows.Forms.TextBox()
        Me._panelBus = New System.Windows.Forms.Panel()
        Me._bus_checkBox7 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox6 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox5 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox4 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox3 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox2 = New System.Windows.Forms.CheckBox()
        Me._bus_checkBox1 = New System.Windows.Forms.CheckBox()
        Me._bus_button = New System.Windows.Forms.Button()
        Me._Bus_listBox = New System.Windows.Forms.ListBox()
        Me._Bus_radioButton_Line = New System.Windows.Forms.RadioButton()
        Me._Bus_radioButton_Station = New System.Windows.Forms.RadioButton()
        Me._Bus_textBox = New System.Windows.Forms.TextBox()
        Me._panelOutput = New System.Windows.Forms.Panel()
        Me._output_button3 = New System.Windows.Forms.Button()
        Me._output_button1 = New System.Windows.Forms.Button()
        Me._output_listBox = New System.Windows.Forms.ListBox()
        Me._Output_label = New System.Windows.Forms.Label()
        Me._comboBox = New System.Windows.Forms.ComboBox()
        Me._timer = New System.Windows.Forms.Timer(Me.components)
        Me._picToolTip = New System.Windows.Forms.PictureBox()
        Me._lblToolTip = New System.Windows.Forms.Label()
        Me.ContextMenu1 = New System.Windows.Forms.ContextMenu()
        Me.MenuItem1 = New System.Windows.Forms.MenuItem()
        Me.MenuItem2 = New System.Windows.Forms.MenuItem()
        Me.MenuItem3 = New System.Windows.Forms.MenuItem()
        Me.MenuItem4 = New System.Windows.Forms.MenuItem()
        Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
        Me._WebBrowser = New AxSHDocVw.AxWebBrowser()

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
婷婷夜色潮精品综合在线| 欧美一级午夜免费电影| 国产精品嫩草影院com| 岛国精品在线播放| 国产网红主播福利一区二区| 国产乱码字幕精品高清av| 久久久久久久久免费| 国产精选一区二区三区| 国产精品久久久久天堂| 色哟哟欧美精品| 亚洲国产日韩在线一区模特| 91精品视频网| 福利91精品一区二区三区| 亚洲精品少妇30p| 91精品在线免费| 国产乱妇无码大片在线观看| 国产精品久久久久久久裸模| 精品视频免费在线| 精品一区二区在线免费观看| 国产精品蜜臀av| 欧美天天综合网| 九九九精品视频| 久久久久久久电影| 成人av网址在线观看| 亚洲欧美综合另类在线卡通| 欧美专区在线观看一区| 日韩不卡免费视频| 国产亚洲欧美在线| 91免费在线播放| 视频一区在线播放| 日本一区二区视频在线观看| 色哟哟日韩精品| 麻豆一区二区在线| 国产人伦精品一区二区| 91麻豆swag| 午夜精品一区二区三区电影天堂 | 欧美日韩成人在线| 奇米影视在线99精品| 国产亚洲美州欧州综合国| 一本色道**综合亚洲精品蜜桃冫| 五月婷婷综合网| 久久人人爽爽爽人久久久| 91浏览器在线视频| 精品亚洲成a人| 国产精品久久久久久亚洲伦| 欧美日本在线观看| 国产·精品毛片| 亚洲尤物视频在线| 在线精品视频免费播放| 国产高清精品网站| 最新久久zyz资源站| 欧美偷拍一区二区| 高清免费成人av| 亚洲精品乱码久久久久| 日韩精品一区二区在线观看| 91麻豆高清视频| 国产精品88av| 日韩高清不卡一区| 国产精品国产a| 欧美一级精品在线| 欧美综合一区二区三区| 国产精品一区在线| 午夜精品国产更新| 国产精品久99| 日韩免费看网站| 欧美日韩一级二级| 99久久免费国产| 国产一区视频导航| 午夜在线电影亚洲一区| 国产精品国产精品国产专区不片| 日韩欧美国产小视频| 欧美亚洲日本国产| 91性感美女视频| 国产大陆亚洲精品国产| 日本伊人午夜精品| 一区二区三区四区亚洲| 国产欧美一区二区精品性色| 欧美一级日韩不卡播放免费| 色狠狠色狠狠综合| eeuss鲁片一区二区三区在线看| 国产精品白丝jk白祙喷水网站| 日韩成人一级片| 亚洲成av人在线观看| 亚洲美女偷拍久久| 亚洲欧洲成人av每日更新| 国产欧美日韩麻豆91| 久久婷婷久久一区二区三区| 欧美性猛交xxxx黑人交| 欧美伊人精品成人久久综合97| 99久久99精品久久久久久 | 精品一区二区三区在线观看| 免费成人你懂的| 婷婷亚洲久悠悠色悠在线播放| 亚洲国产精品一区二区www| 亚洲日本护士毛茸茸| 日韩久久一区二区| 亚洲免费观看视频| 一区二区三区日韩欧美精品| 日韩美女啊v在线免费观看| 亚洲免费观看高清完整版在线观看熊 | 久久久久国产精品麻豆ai换脸| 日韩精品影音先锋| 精品久久久久一区| 国产精品日产欧美久久久久| 国产精品视频你懂的| 亚洲欧美综合网| 亚洲综合一区二区三区| 亚洲香肠在线观看| 婷婷综合五月天| 全国精品久久少妇| 久久er精品视频| 国产精品亚洲第一区在线暖暖韩国| 国产一区二区在线观看免费| 国产老肥熟一区二区三区| 成人永久aaa| 91免费观看在线| 欧美日韩一卡二卡三卡| 欧美一区二区三区成人| 欧美不卡一区二区三区四区| 亚洲精品一区二区三区蜜桃下载| 久久久久久久综合日本| 国产精品丝袜91| 亚洲免费在线视频一区 二区| 亚洲va欧美va人人爽午夜| 水野朝阳av一区二区三区| 国产在线国偷精品免费看| 成人一区二区视频| 欧美在线你懂的| 日韩久久久久久| 国产精品入口麻豆九色| 亚洲国产综合在线| 激情六月婷婷综合| 9l国产精品久久久久麻豆| 欧美日韩一区小说| 国产欧美日韩中文久久| 亚洲精品你懂的| 韩国视频一区二区| 91丨九色丨黑人外教| 欧美一区二区在线免费播放| 欧美高清一级片在线观看| 综合久久久久久| 日韩精品亚洲专区| 成人一道本在线| 日韩精品在线一区二区| 亚洲综合色网站| 国产精品小仙女| 91精品婷婷国产综合久久性色 | 久久久久免费观看| 亚洲国产日韩在线一区模特| 国产做a爰片久久毛片| 一本一道久久a久久精品| 久久影院午夜片一区| 亚洲综合色丁香婷婷六月图片| 国产一级精品在线| 欧美日韩一区成人| 亚洲欧美另类小说视频| 国精产品一区一区三区mba桃花| 欧美性一区二区| 国产精品色婷婷| 精一区二区三区| 色综合天天综合网天天狠天天| 亚洲精品一区二区三区香蕉| 午夜精品久久久久久不卡8050| 97se狠狠狠综合亚洲狠狠| 日韩欧美国产系列| 蜜桃精品在线观看| 欧美日韩一区二区三区免费看| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆| 黑人精品欧美一区二区蜜桃| 91精品国产欧美一区二区成人| 一区二区三区欧美亚洲| 成人综合在线观看| 久久久99久久精品欧美| 日韩精品成人一区二区三区| 欧美三级在线视频| 一区二区三区日韩在线观看| 成人免费毛片aaaaa**| 91精品国产91热久久久做人人| 三级欧美在线一区| 欧美日韩大陆一区二区| 亚洲免费观看视频| 91视频国产资源| 成人免费视频在线观看| 波多野结衣在线aⅴ中文字幕不卡| 精品成人私密视频| 精品一区二区久久久| 欧美不卡一区二区三区四区| 午夜激情久久久| 欧美三级电影在线观看| 亚洲欧美日韩久久| 色哟哟一区二区在线观看| 亚洲欧美在线另类| av在线一区二区| 亚洲丝袜制服诱惑| 91丨porny丨国产入口| 综合久久给合久久狠狠狠97色| 91影视在线播放| 午夜欧美电影在线观看| 6080国产精品一区二区| 免费成人av在线|