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

📄 frmteacherpay.vb

📁 师生情况管理系统
💻 VB
📖 第 1 页 / 共 2 页
字号:
'************************************************************
'Copyright(c) 2007 长沙南方职业学院 信息系 软件2-061班
'All rights reserved
'
'程序名称:学校基本信息管理系统
'
'作者(原):易湘陵
'完成日期:2007-11-19
'作者(改):
'修改日期:
'************************************************************
Public Class FrmTeacherPay
    Inherits System.Windows.Forms.Form

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

    Public Sub New()
        MyBase.New()

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

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

    End Sub

    Public Sub New(ByVal sqlstr As String)
        MyBase.New()

        '该调用是 Windows 窗体设计器所必需的。
        InitializeComponent()
        sql = sqlstr
        '在 InitializeComponent() 调用之后添加任何初始化

    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 GroupBoxTeacher As System.Windows.Forms.GroupBox
    Friend WithEvents DGVTeacherList As System.Windows.Forms.DataGrid
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents GroupBoxTeacherinfo As System.Windows.Forms.GroupBox
    Friend WithEvents TxtTeacherID As System.Windows.Forms.TextBox
    Friend WithEvents LabTeacherID As System.Windows.Forms.Label
    Friend WithEvents LabPlive As System.Windows.Forms.Label
    Friend WithEvents LabPbase As System.Windows.Forms.Label
    Friend WithEvents LabPallowance As System.Windows.Forms.Label
    Friend WithEvents LabPinsure As System.Windows.Forms.Label
    Friend WithEvents TxtPlive As System.Windows.Forms.NumericUpDown
    Friend WithEvents TxtPbase As System.Windows.Forms.NumericUpDown
    Friend WithEvents TxtPallowance As System.Windows.Forms.NumericUpDown
    Friend WithEvents TxtPinsure As System.Windows.Forms.NumericUpDown
    Friend WithEvents GroupBoxOp As System.Windows.Forms.GroupBox
    Friend WithEvents BtnEdit As System.Windows.Forms.Button
    Friend WithEvents BtnSave As System.Windows.Forms.Button
    Friend WithEvents BtnCancel As System.Windows.Forms.Button
    Friend WithEvents TxtTeacherPayTatol As System.Windows.Forms.TextBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.GroupBoxTeacher = New System.Windows.Forms.GroupBox
        Me.DGVTeacherList = New System.Windows.Forms.DataGrid
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.GroupBoxOp = New System.Windows.Forms.GroupBox
        Me.BtnEdit = New System.Windows.Forms.Button
        Me.BtnSave = New System.Windows.Forms.Button
        Me.BtnCancel = New System.Windows.Forms.Button
        Me.GroupBoxTeacherinfo = New System.Windows.Forms.GroupBox
        Me.TxtPlive = New System.Windows.Forms.NumericUpDown
        Me.LabTeacherID = New System.Windows.Forms.Label
        Me.TxtTeacherID = New System.Windows.Forms.TextBox
        Me.LabPlive = New System.Windows.Forms.Label
        Me.LabPbase = New System.Windows.Forms.Label
        Me.LabPallowance = New System.Windows.Forms.Label
        Me.LabPinsure = New System.Windows.Forms.Label
        Me.TxtPbase = New System.Windows.Forms.NumericUpDown
        Me.TxtPallowance = New System.Windows.Forms.NumericUpDown
        Me.TxtPinsure = New System.Windows.Forms.NumericUpDown
        Me.TxtTeacherPayTatol = New System.Windows.Forms.TextBox
        Me.GroupBoxTeacher.SuspendLayout()
        CType(Me.DGVTeacherList, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.Panel1.SuspendLayout()
        Me.GroupBoxOp.SuspendLayout()
        Me.GroupBoxTeacherinfo.SuspendLayout()
        CType(Me.TxtPlive, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.TxtPbase, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.TxtPallowance, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.TxtPinsure, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'GroupBoxTeacher
        '
        Me.GroupBoxTeacher.Controls.Add(Me.DGVTeacherList)
        Me.GroupBoxTeacher.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.GroupBoxTeacher.Location = New System.Drawing.Point(0, 158)
        Me.GroupBoxTeacher.Name = "GroupBoxTeacher"
        Me.GroupBoxTeacher.Size = New System.Drawing.Size(660, 229)
        Me.GroupBoxTeacher.TabIndex = 0
        Me.GroupBoxTeacher.TabStop = False
        Me.GroupBoxTeacher.Text = "教师列表"
        '
        'DGVTeacherList
        '
        Me.DGVTeacherList.AllowSorting = False
        Me.DGVTeacherList.CaptionVisible = False
        Me.DGVTeacherList.DataMember = ""
        Me.DGVTeacherList.Dock = System.Windows.Forms.DockStyle.Fill
        Me.DGVTeacherList.HeaderForeColor = System.Drawing.SystemColors.ControlText
        Me.DGVTeacherList.Location = New System.Drawing.Point(3, 17)
        Me.DGVTeacherList.Name = "DGVTeacherList"
        Me.DGVTeacherList.ReadOnly = True
        Me.DGVTeacherList.Size = New System.Drawing.Size(654, 209)
        Me.DGVTeacherList.TabIndex = 0
        '
        'Panel1
        '
        Me.Panel1.Controls.Add(Me.GroupBoxOp)
        Me.Panel1.Controls.Add(Me.GroupBoxTeacherinfo)
        Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
        Me.Panel1.Location = New System.Drawing.Point(0, 0)
        Me.Panel1.Name = "Panel1"
        Me.Panel1.Size = New System.Drawing.Size(660, 387)
        Me.Panel1.TabIndex = 1
        '
        'GroupBoxOp
        '
        Me.GroupBoxOp.Controls.Add(Me.BtnEdit)
        Me.GroupBoxOp.Controls.Add(Me.BtnSave)
        Me.GroupBoxOp.Controls.Add(Me.BtnCancel)
        Me.GroupBoxOp.Location = New System.Drawing.Point(428, 6)
        Me.GroupBoxOp.Name = "GroupBoxOp"
        Me.GroupBoxOp.Size = New System.Drawing.Size(96, 144)
        Me.GroupBoxOp.TabIndex = 1
        Me.GroupBoxOp.TabStop = False
        Me.GroupBoxOp.Text = "操作"
        '
        'BtnEdit
        '
        Me.BtnEdit.Location = New System.Drawing.Point(12, 34)
        Me.BtnEdit.Name = "BtnEdit"
        Me.BtnEdit.TabIndex = 0
        Me.BtnEdit.Text = "修改"
        '
        'BtnSave
        '
        Me.BtnSave.Enabled = False
        Me.BtnSave.Location = New System.Drawing.Point(12, 72)
        Me.BtnSave.Name = "BtnSave"
        Me.BtnSave.Size = New System.Drawing.Size(74, 23)
        Me.BtnSave.TabIndex = 0
        Me.BtnSave.Text = "保存"
        '
        'BtnCancel
        '
        Me.BtnCancel.Enabled = False
        Me.BtnCancel.Location = New System.Drawing.Point(12, 110)
        Me.BtnCancel.Name = "BtnCancel"
        Me.BtnCancel.Size = New System.Drawing.Size(74, 23)
        Me.BtnCancel.TabIndex = 0
        Me.BtnCancel.Text = "取消"
        '
        'GroupBoxTeacherinfo
        '
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtPlive)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.LabTeacherID)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtTeacherID)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.LabPlive)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.LabPbase)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.LabPallowance)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.LabPinsure)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtPbase)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtPallowance)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtPinsure)
        Me.GroupBoxTeacherinfo.Controls.Add(Me.TxtTeacherPayTatol)

⌨️ 快捷键说明

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