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

📄 formstaff.vb

📁 详细介绍了系统的设计过程,对于初学者是一个不错的参考资料
💻 VB
📖 第 1 页 / 共 2 页
字号:
Imports System.Data.OleDb
Imports System.Data.SqlClient

Public Class FrmStaff
    Inherits System.Windows.Forms.Form
    Private Mytag As Integer

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

    Public Sub New(ByVal myttag As Integer)
        MyBase.New()

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

        '在 InitializeComponent() 调用之后添加任何初始化
        Mytag = myttag
    End Sub

    '窗体重写 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 Label10 As System.Windows.Forms.Label
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents Label13 As System.Windows.Forms.Label
    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 Button1 As System.Windows.Forms.Button
    Friend WithEvents Button2 As System.Windows.Forms.Button
    Friend WithEvents Label18 As System.Windows.Forms.Label
    Friend WithEvents Label19 As System.Windows.Forms.Label
    Friend WithEvents csd As System.Windows.Forms.TextBox
    Friend WithEvents jtzz As System.Windows.Forms.TextBox
    Friend WithEvents xl As System.Windows.Forms.TextBox
    Friend WithEvents zw As System.Windows.Forms.TextBox
    Friend WithEvents xb As System.Windows.Forms.TextBox
    Friend WithEvents lxdh As System.Windows.Forms.TextBox
    Friend WithEvents csyy As System.Windows.Forms.TextBox
    Friend WithEvents bmbh As System.Windows.Forms.TextBox
    Friend WithEvents ygmc As System.Windows.Forms.TextBox
    Friend WithEvents ygbh As System.Windows.Forms.TextBox
    Friend WithEvents Ybm As System.Windows.Forms.ComboBox
    Friend WithEvents Ygxx As System.Windows.Forms.GroupBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.Ygxx = New System.Windows.Forms.GroupBox
        Me.Ybm = New System.Windows.Forms.ComboBox
        Me.csd = New System.Windows.Forms.TextBox
        Me.Label18 = New System.Windows.Forms.Label
        Me.jtzz = New System.Windows.Forms.TextBox
        Me.Label19 = New System.Windows.Forms.Label
        Me.xl = New System.Windows.Forms.TextBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.zw = New System.Windows.Forms.TextBox
        Me.Label11 = New System.Windows.Forms.Label
        Me.xb = New System.Windows.Forms.TextBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.lxdh = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.csyy = New System.Windows.Forms.TextBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.bmbh = New System.Windows.Forms.TextBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.ygmc = New System.Windows.Forms.TextBox
        Me.Label2 = New System.Windows.Forms.Label
        Me.ygbh = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.Button1 = New System.Windows.Forms.Button
        Me.Button2 = New System.Windows.Forms.Button
        Me.Ygxx.SuspendLayout()
        Me.SuspendLayout()
        '
        'Ygxx
        '
        Me.Ygxx.Controls.Add(Me.Ybm)
        Me.Ygxx.Controls.Add(Me.csd)
        Me.Ygxx.Controls.Add(Me.Label18)
        Me.Ygxx.Controls.Add(Me.jtzz)
        Me.Ygxx.Controls.Add(Me.Label19)
        Me.Ygxx.Controls.Add(Me.xl)
        Me.Ygxx.Controls.Add(Me.Label10)
        Me.Ygxx.Controls.Add(Me.zw)
        Me.Ygxx.Controls.Add(Me.Label11)
        Me.Ygxx.Controls.Add(Me.xb)
        Me.Ygxx.Controls.Add(Me.Label12)
        Me.Ygxx.Controls.Add(Me.lxdh)
        Me.Ygxx.Controls.Add(Me.Label13)
        Me.Ygxx.Controls.Add(Me.csyy)
        Me.Ygxx.Controls.Add(Me.Label4)
        Me.Ygxx.Controls.Add(Me.bmbh)
        Me.Ygxx.Controls.Add(Me.Label3)
        Me.Ygxx.Controls.Add(Me.ygmc)
        Me.Ygxx.Controls.Add(Me.Label2)
        Me.Ygxx.Controls.Add(Me.ygbh)
        Me.Ygxx.Controls.Add(Me.label1)
        Me.Ygxx.Controls.Add(Me.Button1)
        Me.Ygxx.Controls.Add(Me.Button2)
        Me.Ygxx.Location = New System.Drawing.Point(20, 16)
        Me.Ygxx.Name = "Ygxx"
        Me.Ygxx.Size = New System.Drawing.Size(444, 232)
        Me.Ygxx.TabIndex = 5
        Me.Ygxx.TabStop = False
        Me.Ygxx.Text = "员工信息录入"
        '
        'Ybm
        '
        Me.Ybm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.Ybm.Location = New System.Drawing.Point(80, 32)
        Me.Ybm.Name = "Ybm"
        Me.Ybm.Size = New System.Drawing.Size(80, 20)
        Me.Ybm.TabIndex = 54
        '
        'csd
        '
        Me.csd.Location = New System.Drawing.Point(80, 176)
        Me.csd.Name = "csd"
        Me.csd.Size = New System.Drawing.Size(216, 21)
        Me.csd.TabIndex = 35
        Me.csd.Text = ""
        '
        'Label18
        '
        Me.Label18.Location = New System.Drawing.Point(8, 177)
        Me.Label18.Name = "Label18"
        Me.Label18.Size = New System.Drawing.Size(64, 16)
        Me.Label18.TabIndex = 34
        Me.Label18.Text = "出生地:"
        '
        'jtzz
        '
        Me.jtzz.Location = New System.Drawing.Point(80, 152)
        Me.jtzz.Name = "jtzz"
        Me.jtzz.Size = New System.Drawing.Size(216, 21)
        Me.jtzz.TabIndex = 33
        Me.jtzz.Text = ""
        '
        'Label19
        '
        Me.Label19.Location = New System.Drawing.Point(8, 155)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(64, 16)
        Me.Label19.TabIndex = 32
        Me.Label19.Text = "家庭住址:"
        '
        'xl
        '
        Me.xl.Location = New System.Drawing.Point(210, 80)
        Me.xl.Name = "xl"
        Me.xl.Size = New System.Drawing.Size(80, 21)
        Me.xl.TabIndex = 21
        Me.xl.Text = ""
        '
        'Label10
        '
        Me.Label10.Location = New System.Drawing.Point(168, 80)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(32, 16)
        Me.Label10.TabIndex = 20
        Me.Label10.Text = "学历:"
        '
        'zw
        '
        Me.zw.Location = New System.Drawing.Point(210, 56)
        Me.zw.Name = "zw"
        Me.zw.Size = New System.Drawing.Size(80, 21)
        Me.zw.TabIndex = 19
        Me.zw.Text = ""
        '
        'Label11
        '
        Me.Label11.Location = New System.Drawing.Point(168, 56)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(40, 16)
        Me.Label11.TabIndex = 18
        Me.Label11.Text = "职位:"
        '
        'xb
        '
        Me.xb.Location = New System.Drawing.Point(210, 32)
        Me.xb.Name = "xb"
        Me.xb.Size = New System.Drawing.Size(80, 21)
        Me.xb.TabIndex = 17
        Me.xb.Text = ""
        '
        'Label12
        '
        Me.Label12.Location = New System.Drawing.Point(168, 32)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(40, 16)
        Me.Label12.TabIndex = 16
        Me.Label12.Text = "性别:"
        '
        'lxdh
        '
        Me.lxdh.Location = New System.Drawing.Point(80, 128)
        Me.lxdh.Name = "lxdh"
        Me.lxdh.Size = New System.Drawing.Size(80, 21)
        Me.lxdh.TabIndex = 15
        Me.lxdh.Text = ""
        '
        'Label13
        '
        Me.Label13.Location = New System.Drawing.Point(8, 136)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(80, 16)
        Me.Label13.TabIndex = 14
        Me.Label13.Text = "联系电话:"
        '

⌨️ 快捷键说明

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