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

📄 ucmerestone.vb

📁 界桩信息管理系统代码,VB写的。。。。。。。
💻 VB
📖 第 1 页 / 共 3 页
字号:
Public Class UCMereStone
    Inherits System.Windows.Forms.UserControl

    '各个公共事件
    Public Event AfterModifyRow()
    Public Event AfterDeleteRow(ByVal e As MereStone_Event)
    Public Event AfterSave(ByVal e As MereStone_Event)
    Public Event AfterCancel()

#Region " Windows 窗体设计器生成的代码 "

    Public Sub New()
        MyBase.New()

        '该调用是 Windows 窗体设计器所必需的。
        InitializeComponent()

        '在 InitializeComponent() 调用之后添加任何初始化

    End Sub

    'UserControl 重写 dispose 以清理组件列表。
    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

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改此过程。
    '不要使用代码编辑器修改它。
    Friend WithEvents Panel_Bottom As System.Windows.Forms.Panel
    Friend WithEvents btn_Cancel As System.Windows.Forms.Button
    Friend WithEvents btn_Save As System.Windows.Forms.Button
    Friend WithEvents btn_Delete As System.Windows.Forms.Button
    Friend WithEvents Panel_Fill As System.Windows.Forms.Panel
    Friend WithEvents txtBox_lx As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_bh As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_mc As System.Windows.Forms.TextBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents GroupBox_fwwmc As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_cfwj As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_jl As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_fwwmc1 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_jl1 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_xh1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents GroupBox_fwwmc2 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_cfwj2 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_jl2 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_xh2 As System.Windows.Forms.GroupBox
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents GroupBox_fwwmc3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_cfwj3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_jl3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox_xh3 As System.Windows.Forms.GroupBox
    Friend WithEvents Label16 As System.Windows.Forms.Label
    Friend WithEvents txtBox_jl1 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_jl2 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_jl3 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_cfwj3 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_cfwj2 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_fwwmc1 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_fwwmc2 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_cz As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_dj As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_bw As System.Windows.Forms.TextBox
    Friend WithEvents MereStoneData As MereStone.MereStoneData
    Friend WithEvents MereStoneAccess As MereStone.MereStoneAccess
    Friend WithEvents txtBox_sm As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_fwwmc3 As System.Windows.Forms.TextBox
    Friend WithEvents txtBox_cfwj1 As System.Windows.Forms.TextBox
    Friend WithEvents GroupBox_cfwj1 As System.Windows.Forms.GroupBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.Panel_Bottom = New System.Windows.Forms.Panel
        Me.btn_Cancel = New System.Windows.Forms.Button
        Me.btn_Save = New System.Windows.Forms.Button
        Me.btn_Delete = New System.Windows.Forms.Button
        Me.Label9 = New System.Windows.Forms.Label
        Me.Panel_Fill = New System.Windows.Forms.Panel
        Me.GroupBox_fwwmc = New System.Windows.Forms.GroupBox
        Me.GroupBox_cfwj = New System.Windows.Forms.GroupBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.GroupBox_jl = New System.Windows.Forms.GroupBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.GroupBox_fwwmc1 = New System.Windows.Forms.GroupBox
        Me.txtBox_fwwmc1 = New System.Windows.Forms.TextBox
        Me.MereStoneData = New MereStone.MereStoneData(Me.components)
        Me.GroupBox_cfwj1 = New System.Windows.Forms.GroupBox
        Me.txtBox_cfwj1 = New System.Windows.Forms.TextBox
        Me.GroupBox_jl1 = New System.Windows.Forms.GroupBox
        Me.txtBox_jl1 = New System.Windows.Forms.TextBox
        Me.GroupBox_xh1 = New System.Windows.Forms.GroupBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.GroupBox_fwwmc2 = New System.Windows.Forms.GroupBox
        Me.txtBox_fwwmc2 = New System.Windows.Forms.TextBox
        Me.GroupBox_cfwj2 = New System.Windows.Forms.GroupBox
        Me.txtBox_cfwj2 = New System.Windows.Forms.TextBox
        Me.GroupBox_jl2 = New System.Windows.Forms.GroupBox
        Me.txtBox_jl2 = New System.Windows.Forms.TextBox
        Me.GroupBox_xh2 = New System.Windows.Forms.GroupBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.GroupBox_fwwmc3 = New System.Windows.Forms.GroupBox
        Me.txtBox_fwwmc3 = New System.Windows.Forms.TextBox
        Me.GroupBox_cfwj3 = New System.Windows.Forms.GroupBox
        Me.txtBox_cfwj3 = New System.Windows.Forms.TextBox
        Me.GroupBox_jl3 = New System.Windows.Forms.GroupBox
        Me.txtBox_jl3 = New System.Windows.Forms.TextBox
        Me.GroupBox_xh3 = New System.Windows.Forms.GroupBox
        Me.Label16 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.txtBox_dj = New System.Windows.Forms.TextBox
        Me.txtBox_bw = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.txtBox_cz = New System.Windows.Forms.TextBox
        Me.txtBox_bh = New System.Windows.Forms.TextBox
        Me.txtBox_mc = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label1 = New System.Windows.Forms.Label
        Me.txtBox_sm = New System.Windows.Forms.TextBox
        Me.Label15 = New System.Windows.Forms.Label
        Me.txtBox_lx = New System.Windows.Forms.TextBox
        Me.MereStoneAccess = New MereStone.MereStoneAccess(Me.components)
        Me.Panel_Bottom.SuspendLayout()
        Me.Panel_Fill.SuspendLayout()
        Me.GroupBox_fwwmc.SuspendLayout()
        Me.GroupBox_cfwj.SuspendLayout()
        Me.GroupBox_jl.SuspendLayout()
        Me.GroupBox_fwwmc1.SuspendLayout()
        CType(Me.MereStoneData, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox_cfwj1.SuspendLayout()
        Me.GroupBox_jl1.SuspendLayout()
        Me.GroupBox_xh1.SuspendLayout()
        Me.GroupBox_fwwmc2.SuspendLayout()
        Me.GroupBox_cfwj2.SuspendLayout()
        Me.GroupBox_jl2.SuspendLayout()
        Me.GroupBox_xh2.SuspendLayout()
        Me.GroupBox_fwwmc3.SuspendLayout()
        Me.GroupBox_cfwj3.SuspendLayout()
        Me.GroupBox_jl3.SuspendLayout()
        Me.GroupBox_xh3.SuspendLayout()
        Me.SuspendLayout()
        '
        'Panel_Bottom
        '
        Me.Panel_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.Panel_Bottom.Controls.Add(Me.btn_Cancel)
        Me.Panel_Bottom.Controls.Add(Me.btn_Save)
        Me.Panel_Bottom.Controls.Add(Me.btn_Delete)
        Me.Panel_Bottom.Dock = System.Windows.Forms.DockStyle.Right
        Me.Panel_Bottom.Location = New System.Drawing.Point(960, 0)
        Me.Panel_Bottom.Name = "Panel_Bottom"
        Me.Panel_Bottom.Size = New System.Drawing.Size(64, 104)
        Me.Panel_Bottom.TabIndex = 0
        '
        'btn_Cancel
        '
        Me.btn_Cancel.Location = New System.Drawing.Point(4, 34)
        Me.btn_Cancel.Name = "btn_Cancel"
        Me.btn_Cancel.Size = New System.Drawing.Size(56, 23)
        Me.btn_Cancel.TabIndex = 18
        Me.btn_Cancel.Text = "取消(&C)"
        '
        'btn_Save
        '
        Me.btn_Save.Location = New System.Drawing.Point(4, 5)
        Me.btn_Save.Name = "btn_Save"
        Me.btn_Save.Size = New System.Drawing.Size(56, 23)
        Me.btn_Save.TabIndex = 17
        Me.btn_Save.Text = "保存(&S)"
        '
        'btn_Delete
        '
        Me.btn_Delete.Location = New System.Drawing.Point(4, 75)
        Me.btn_Delete.Name = "btn_Delete"
        Me.btn_Delete.Size = New System.Drawing.Size(56, 23)
        Me.btn_Delete.TabIndex = 19
        Me.btn_Delete.Text = "删除(&D)"
        Me.btn_Delete.Visible = False
        '
        'Label9
        '
        Me.Label9.Location = New System.Drawing.Point(3, 11)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(117, 16)
        Me.Label9.TabIndex = 0
        Me.Label9.Text = "方位物名称"
        Me.Label9.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'Panel_Fill
        '
        Me.Panel_Fill.Controls.Add(Me.GroupBox_fwwmc)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_cfwj)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_jl)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_fwwmc1)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_cfwj1)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_jl1)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_xh1)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_fwwmc2)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_cfwj2)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_jl2)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_xh2)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_fwwmc3)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_cfwj3)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_jl3)
        Me.Panel_Fill.Controls.Add(Me.GroupBox_xh3)
        Me.Panel_Fill.Controls.Add(Me.Label6)
        Me.Panel_Fill.Controls.Add(Me.txtBox_dj)
        Me.Panel_Fill.Controls.Add(Me.txtBox_bw)
        Me.Panel_Fill.Controls.Add(Me.Label5)
        Me.Panel_Fill.Controls.Add(Me.txtBox_cz)
        Me.Panel_Fill.Controls.Add(Me.txtBox_bh)
        Me.Panel_Fill.Controls.Add(Me.txtBox_mc)
        Me.Panel_Fill.Controls.Add(Me.Label4)
        Me.Panel_Fill.Controls.Add(Me.Label3)
        Me.Panel_Fill.Controls.Add(Me.Label2)
        Me.Panel_Fill.Controls.Add(Me.Label1)
        Me.Panel_Fill.Controls.Add(Me.txtBox_sm)
        Me.Panel_Fill.Controls.Add(Me.Label15)
        Me.Panel_Fill.Controls.Add(Me.txtBox_lx)
        Me.Panel_Fill.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel_Fill.Location = New System.Drawing.Point(0, 0)
        Me.Panel_Fill.Name = "Panel_Fill"
        Me.Panel_Fill.Size = New System.Drawing.Size(960, 104)
        Me.Panel_Fill.TabIndex = 0
        '
        'GroupBox_fwwmc
        '
        Me.GroupBox_fwwmc.Controls.Add(Me.Label9)
        Me.GroupBox_fwwmc.Location = New System.Drawing.Point(584, -1)
        Me.GroupBox_fwwmc.Name = "GroupBox_fwwmc"
        Me.GroupBox_fwwmc.Size = New System.Drawing.Size(130, 29)
        Me.GroupBox_fwwmc.TabIndex = 0
        Me.GroupBox_fwwmc.TabStop = False
        '
        'GroupBox_cfwj
        '
        Me.GroupBox_cfwj.Controls.Add(Me.Label8)
        Me.GroupBox_cfwj.Location = New System.Drawing.Point(436, -1)
        Me.GroupBox_cfwj.Name = "GroupBox_cfwj"
        Me.GroupBox_cfwj.Size = New System.Drawing.Size(150, 29)
        Me.GroupBox_cfwj.TabIndex = 0
        Me.GroupBox_cfwj.TabStop = False
        '
        'Label8
        '
        Me.Label8.Location = New System.Drawing.Point(3, 11)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(144, 16)
        Me.Label8.TabIndex = 0
        Me.Label8.Text = "界桩至方位物的磁方位角"
        Me.Label8.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'GroupBox_jl
        '
        Me.GroupBox_jl.Controls.Add(Me.Label7)
        Me.GroupBox_jl.Location = New System.Drawing.Point(260, -1)
        Me.GroupBox_jl.Name = "GroupBox_jl"
        Me.GroupBox_jl.Size = New System.Drawing.Size(180, 29)
        Me.GroupBox_jl.TabIndex = 0
        Me.GroupBox_jl.TabStop = False
        '
        'Label7
        '
        Me.Label7.Location = New System.Drawing.Point(3, 11)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(174, 16)
        Me.Label7.TabIndex = 0
        Me.Label7.Text = "界桩至方位物的距离(平距)(M)"
        Me.Label7.TextAlign = System.Drawing.ContentAlignment.TopCenter
        '
        'GroupBox_fwwmc1
        '
        Me.GroupBox_fwwmc1.Controls.Add(Me.txtBox_fwwmc1)
        Me.GroupBox_fwwmc1.Location = New System.Drawing.Point(584, 20)
        Me.GroupBox_fwwmc1.Name = "GroupBox_fwwmc1"
        Me.GroupBox_fwwmc1.Size = New System.Drawing.Size(130, 32)
        Me.GroupBox_fwwmc1.TabIndex = 0
        Me.GroupBox_fwwmc1.TabStop = False
        '
        'txtBox_fwwmc1
        '
        Me.txtBox_fwwmc1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.MereStoneData, "MereStone.jzzwww_mc1"))
        Me.txtBox_fwwmc1.Location = New System.Drawing.Point(2, 8)
        Me.txtBox_fwwmc1.Name = "txtBox_fwwmc1"
        Me.txtBox_fwwmc1.Size = New System.Drawing.Size(125, 21)
        Me.txtBox_fwwmc1.TabIndex = 9
        Me.txtBox_fwwmc1.Text = ""
        '
        'MereStoneData
        '
        Me.MereStoneData.DataSetName = "MereStoneDataSet"
        Me.MereStoneData.Locale = New System.Globalization.CultureInfo("en-US")
        '
        'GroupBox_cfwj1
        '
        Me.GroupBox_cfwj1.Controls.Add(Me.txtBox_cfwj1)
        Me.GroupBox_cfwj1.Location = New System.Drawing.Point(436, 20)
        Me.GroupBox_cfwj1.Name = "GroupBox_cfwj1"
        Me.GroupBox_cfwj1.Size = New System.Drawing.Size(150, 32)
        Me.GroupBox_cfwj1.TabIndex = 0
        Me.GroupBox_cfwj1.TabStop = False
        '
        'txtBox_cfwj1
        '
        Me.txtBox_cfwj1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.MereStoneData, "MereStone.jzzfww_cfwj1"))

⌨️ 快捷键说明

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