亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
日本成人在线看| 日韩一级在线观看| 亚洲色图另类专区| 色综合色综合色综合| 亚洲精选一二三| 在线观看日韩电影| 天天综合色天天综合| 日韩三区在线观看| 国内久久婷婷综合| 国产精品天干天干在线综合| 91麻豆国产香蕉久久精品| 一区二区三区免费网站| 日韩欧美中文字幕精品| 国产成人免费在线视频| 亚洲日本在线观看| 欧美乱熟臀69xxxxxx| 国产一区二区三区综合| 亚洲欧洲99久久| 欧美色窝79yyyycom| 日本欧美肥老太交大片| 中文在线一区二区| 欧美偷拍一区二区| 国产精品自拍在线| 亚洲码国产岛国毛片在线| 欧美美女直播网站| 床上的激情91.| 午夜激情一区二区三区| 久久蜜桃av一区精品变态类天堂| 97超碰欧美中文字幕| 蜜桃精品视频在线| 国产精品久久影院| 91精品国产麻豆| 成人免费精品视频| 日本va欧美va精品发布| 国产精品激情偷乱一区二区∴| 欧美日韩日日夜夜| 丁香网亚洲国际| 日本欧美一区二区| 亚洲欧洲日产国产综合网| 欧美一区二区视频网站| 99久久婷婷国产综合精品| 看电影不卡的网站| 亚洲网友自拍偷拍| 亚洲欧洲美洲综合色网| 欧美电影免费观看完整版| 欧美中文字幕久久| 成人av在线资源网| 国产一区二区福利视频| 日韩电影免费在线| 偷偷要91色婷婷| 亚洲欧美日韩久久精品| 国产蜜臀97一区二区三区| 日韩欧美一级二级| 欧美视频中文一区二区三区在线观看| 成人av资源网站| 国产盗摄女厕一区二区三区| 蜜臀av一区二区在线免费观看 | 欧洲另类一二三四区| 国产超碰在线一区| 狠狠色狠狠色合久久伊人| 亚洲国产日日夜夜| 亚洲精品欧美激情| 中文字幕中文字幕一区二区| 国产调教视频一区| 精品国产麻豆免费人成网站| 777xxx欧美| 91精品国产综合久久久久久漫画| 欧美性色欧美a在线播放| 色婷婷精品大视频在线蜜桃视频| 国产精品1区2区3区在线观看| 狠狠色丁香婷综合久久| 久久99九九99精品| 蜜桃91丨九色丨蝌蚪91桃色| 免费三级欧美电影| 男人操女人的视频在线观看欧美| 亚洲成人在线网站| 午夜日韩在线电影| 五月婷婷综合激情| 日本怡春院一区二区| 日本伊人午夜精品| 麻豆精品国产传媒mv男同| 奇米色777欧美一区二区| 毛片av一区二区| 国产一区中文字幕| 国产91丝袜在线播放九色| av毛片久久久久**hd| 91在线观看免费视频| 欧美性大战久久| 7777女厕盗摄久久久| 欧美r级电影在线观看| 久久蜜臀精品av| 国产精品青草综合久久久久99| 国产精品免费网站在线观看| 亚洲免费观看高清完整版在线观看 | 久久久青草青青国产亚洲免观| 日韩欧美国产一区二区三区 | 久久激情五月激情| 极品美女销魂一区二区三区| 国产一区免费电影| 成人性色生活片| 色综合久久久久综合99| 91精品福利在线| 日韩午夜激情av| 久久久久一区二区三区四区| 国产精品欧美一级免费| 亚洲一区二区欧美日韩 | 青青草国产成人av片免费| 久草热8精品视频在线观看| 国产成人午夜片在线观看高清观看| 成人性生交大片免费看在线播放| 欧美性生活影院| 欧美一级片在线| 国产精品成人免费| 五月天国产精品| 国产成人精品www牛牛影视| 91黄色免费版| 欧美不卡一区二区| 亚洲欧美自拍偷拍色图| 免费成人美女在线观看.| 暴力调教一区二区三区| 欧美丰满少妇xxxbbb| 国产区在线观看成人精品| 亚洲午夜精品久久久久久久久| 久久99国产精品久久99果冻传媒| 色综合天天综合色综合av| 日韩一区二区三区视频在线 | 91欧美一区二区| 日韩一区二区电影在线| 日韩毛片精品高清免费| 韩国精品主播一区二区在线观看 | 国产成人无遮挡在线视频| 欧美性xxxxx极品少妇| 国产亚洲一区字幕| 日本亚洲欧美天堂免费| 91片在线免费观看| 久久女同性恋中文字幕| 午夜久久电影网| 99国产精品99久久久久久| 久久久久久久久蜜桃| 性欧美疯狂xxxxbbbb| 一道本成人在线| 国产欧美日韩在线| 成人毛片老司机大片| 精品精品国产高清a毛片牛牛| 亚洲国产精品天堂| 91亚洲永久精品| 欧美国产精品一区二区三区| 久久草av在线| 91精品国产aⅴ一区二区| 一区二区三区美女视频| 成人黄色av网站在线| 久久免费国产精品| 久久99精品网久久| 日韩精品一区在线观看| 亚洲v日本v欧美v久久精品| 色猫猫国产区一区二在线视频| 国产三区在线成人av| 国产一区二区三区高清播放| 欧美一区二区三区系列电影| 午夜精品久久久久久久久久| 欧美性猛片xxxx免费看久爱| 一区二区三区影院| 色综合天天性综合| 亚洲视频网在线直播| 不卡视频一二三| 亚洲欧美在线观看| 一本一道综合狠狠老| 亚洲人成影院在线观看| 成人精品视频一区二区三区 | 欧美一级夜夜爽| 日本大胆欧美人术艺术动态| 91精品国模一区二区三区| 日韩专区中文字幕一区二区| 欧美日韩色综合| 麻豆91在线观看| 精品国产91乱码一区二区三区 | 国产欧美综合在线| 国产成人在线电影| 国产精品伦一区| 91在线porny国产在线看| 亚洲免费观看在线观看| 欧美性生活一区| 蜜臀久久99精品久久久久久9| 欧美成人精精品一区二区频| 国产黑丝在线一区二区三区| 欧美国产日韩亚洲一区| 一本久久a久久免费精品不卡| 亚洲黄色录像片| 91精品国产91热久久久做人人| 黑人巨大精品欧美一区| 中文字幕在线观看一区| 欧美日韩一二区| 久久99日本精品| 国产精品成人免费在线| 欧美日韩中文字幕一区二区| 久久精品国产成人一区二区三区 | 日韩美一区二区三区| 国产成人欧美日韩在线电影| 亚洲日本成人在线观看| 欧美一级黄色大片|