📄 form2.vb
字号:
Imports System.Data.SqlClient
Imports Microsoft.Win32
Public Class Form2
Inherits System.Windows.Forms.Form
Dim form4 As New Form4
Dim conn As New SqlConnection("packet size=4096;integrated security=SSPI;initial catalog=keyanguanli")
Dim adp As New SqlDataAdapter
Dim ds As New DataSet
Dim t As Integer
Dim leixing As String
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 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 TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents Button12 As System.Windows.Forms.Button
Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
Friend WithEvents Label22 As System.Windows.Forms.Label
Friend WithEvents TextBox14 As System.Windows.Forms.TextBox
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents CheckBox6 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox5 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox13 As System.Windows.Forms.TextBox
Friend WithEvents TextBox12 As System.Windows.Forms.TextBox
Friend WithEvents TextBox11 As System.Windows.Forms.TextBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Button16 As System.Windows.Forms.Button
Friend WithEvents Label23 As System.Windows.Forms.Label
Friend WithEvents TextBox19 As System.Windows.Forms.TextBox
Friend WithEvents TextBox20 As System.Windows.Forms.TextBox
Friend WithEvents TextBox21 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
Friend WithEvents CheckBox9 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox29 As System.Windows.Forms.TextBox
Friend WithEvents Label32 As System.Windows.Forms.Label
Friend WithEvents CheckBox10 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox11 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox12 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox30 As System.Windows.Forms.TextBox
Friend WithEvents TextBox31 As System.Windows.Forms.TextBox
Friend WithEvents TextBox32 As System.Windows.Forms.TextBox
Friend WithEvents Label33 As System.Windows.Forms.Label
Friend WithEvents Label34 As System.Windows.Forms.Label
Friend WithEvents Label35 As System.Windows.Forms.Label
Friend WithEvents Button18 As System.Windows.Forms.Button
Friend WithEvents Button19 As System.Windows.Forms.Button
Friend WithEvents Button20 As System.Windows.Forms.Button
Friend WithEvents Button15 As System.Windows.Forms.Button
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents GroupBox9 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox10 As System.Windows.Forms.GroupBox
Friend WithEvents Button23 As System.Windows.Forms.Button
Friend WithEvents TextBox24 As System.Windows.Forms.TextBox
Friend WithEvents Label27 As System.Windows.Forms.Label
Friend WithEvents CheckBox15 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox16 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox25 As System.Windows.Forms.TextBox
Friend WithEvents TextBox26 As System.Windows.Forms.TextBox
Friend WithEvents TextBox27 As System.Windows.Forms.TextBox
Friend WithEvents Label28 As System.Windows.Forms.Label
Friend WithEvents Label29 As System.Windows.Forms.Label
Friend WithEvents Label30 As System.Windows.Forms.Label
Friend WithEvents Button24 As System.Windows.Forms.Button
Friend WithEvents Button25 As System.Windows.Forms.Button
Friend WithEvents TabPage5 As System.Windows.Forms.TabPage
Friend WithEvents Button17 As System.Windows.Forms.Button
Friend WithEvents GroupBox11 As System.Windows.Forms.GroupBox
Friend WithEvents Button26 As System.Windows.Forms.Button
Friend WithEvents Button28 As System.Windows.Forms.Button
Friend WithEvents adp0 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents con As System.Data.SqlClient.SqlConnection
Friend WithEvents Ds01 As 高校科研管理系统.ds0
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents TextBox10 As System.Windows.Forms.TextBox
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Button11 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
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 TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents adp1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents Ds11 As 高校科研管理系统.ds1
Friend WithEvents adp2 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand3 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand3 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand3 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand3 As System.Data.SqlClient.SqlCommand
Friend WithEvents Ds21 As 高校科研管理系统.ds2
Friend WithEvents TextBox22 As System.Windows.Forms.TextBox
Friend WithEvents adp3 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand4 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand4 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand4 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand4 As System.Data.SqlClient.SqlCommand
Friend WithEvents Ds31 As 高校科研管理系统.ds3
Friend WithEvents TextBox28 As System.Windows.Forms.TextBox
Friend WithEvents Button29 As System.Windows.Forms.Button
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents SqlSelectCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents GroupBox12 As System.Windows.Forms.GroupBox
Friend WithEvents Button14 As System.Windows.Forms.Button
Friend WithEvents Button22 As System.Windows.Forms.Button
Friend WithEvents Button27 As System.Windows.Forms.Button
Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
Friend WithEvents TextBox15 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox13 As System.Windows.Forms.GroupBox
Friend WithEvents Button13 As System.Windows.Forms.Button
Friend WithEvents Button30 As System.Windows.Forms.Button
Friend WithEvents TextBox16 As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents PrintPreviewDialog1 As System.Windows.Forms.PrintPreviewDialog
Friend WithEvents pd As System.Windows.Forms.PrintDialog
Friend WithEvents GroupBox14 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox15 As System.Windows.Forms.GroupBox
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents Label19 As System.Windows.Forms.Label
Friend WithEvents Label20 As System.Windows.Forms.Label
Friend WithEvents Label21 As System.Windows.Forms.Label
Friend WithEvents TextBox17 As System.Windows.Forms.TextBox
Friend WithEvents TextBox18 As System.Windows.Forms.TextBox
Friend WithEvents TextBox23 As System.Windows.Forms.TextBox
Friend WithEvents TextBox33 As System.Windows.Forms.TextBox
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents Button7 As System.Windows.Forms.Button
Friend WithEvents Button8 As System.Windows.Forms.Button
Friend WithEvents Button9 As System.Windows.Forms.Button
Friend WithEvents Button21 As System.Windows.Forms.Button
Friend WithEvents Button31 As System.Windows.Forms.Button
Friend WithEvents Button32 As System.Windows.Forms.Button
Friend WithEvents Button33 As System.Windows.Forms.Button
Friend WithEvents TextBox34 As System.Windows.Forms.TextBox
Friend WithEvents TextBox35 As System.Windows.Forms.TextBox
Friend WithEvents TextBox36 As System.Windows.Forms.TextBox
Friend WithEvents TextBox37 As System.Windows.Forms.TextBox
Friend WithEvents Label25 As System.Windows.Forms.Label
Friend WithEvents Label26 As System.Windows.Forms.Label
Friend WithEvents Label31 As System.Windows.Forms.Label
Friend WithEvents Label36 As System.Windows.Forms.Label
Friend WithEvents adp4 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand5 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand5 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand5 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand5 As System.Data.SqlClient.SqlCommand
Friend WithEvents adp5 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlSelectCommand6 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand6 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand6 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand6 As System.Data.SqlClient.SqlCommand
Friend WithEvents Ds41 As 高校科研管理系统.ds4
Friend WithEvents Ds51 As 高校科研管理系统.ds5
Friend WithEvents CheckBox7 As System.Windows.Forms.CheckBox
Friend WithEvents Label24 As System.Windows.Forms.Label
Friend WithEvents Label37 As System.Windows.Forms.Label
Friend WithEvents CheckBox8 As System.Windows.Forms.CheckBox
Friend WithEvents SqlSelectCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlUpdateCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlDeleteCommand2 As System.Data.SqlClient.SqlCommand
Friend WithEvents TextBox38 As System.Windows.Forms.TextBox
Friend WithEvents Label38 As System.Windows.Forms.Label
Friend WithEvents Label39 As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form2))
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.Ds01 = New 高校科研管理系统.ds0
Me.TextBox10 = New System.Windows.Forms.TextBox
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button11 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button1 = New System.Windows.Forms.Button
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.CheckBox4 = New System.Windows.Forms.CheckBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Button3 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.GroupBox7 = New System.Windows.Forms.GroupBox
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.TextBox15 = New System.Windows.Forms.TextBox
Me.Ds11 = New 高校科研管理系统.ds1
Me.TextBox9 = New System.Windows.Forms.TextBox
Me.TextBox21 = New System.Windows.Forms.TextBox
Me.TextBox20 = New System.Windows.Forms.TextBox
Me.TextBox19 = New System.Windows.Forms.TextBox
Me.Label24 = New System.Windows.Forms.Label
Me.Label23 = New System.Windows.Forms.Label
Me.Label22 = New System.Windows.Forms.Label
Me.TextBox12 = New System.Windows.Forms.TextBox
Me.Label14 = New System.Windows.Forms.Label
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.CheckBox8 = New System.Windows.Forms.CheckBox
Me.Button27 = New System.Windows.Forms.Button
Me.Button14 = New System.Windows.Forms.Button
Me.TextBox14 = New System.Windows.Forms.TextBox
Me.Label17 = New System.Windows.Forms.Label
Me.CheckBox7 = New System.Windows.Forms.CheckBox
Me.CheckBox6 = New System.Windows.Forms.CheckBox
Me.CheckBox5 = New System.Windows.Forms.CheckBox
Me.TextBox13 = New System.Windows.Forms.TextBox
Me.TextBox11 = New System.Windows.Forms.TextBox
Me.Label16 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label37 = New System.Windows.Forms.Label
Me.TextBox38 = New System.Windows.Forms.TextBox
Me.GroupBox12 = New System.Windows.Forms.GroupBox
Me.Button22 = New System.Windows.Forms.Button
Me.Button17 = New System.Windows.Forms.Button
Me.Button12 = New System.Windows.Forms.Button
Me.Button16 = New System.Windows.Forms.Button
Me.TabPage3 = New System.Windows.Forms.TabPage
Me.GroupBox11 = New System.Windows.Forms.GroupBox
Me.Button28 = New System.Windows.Forms.Button
Me.Button26 = New System.Windows.Forms.Button
Me.Button19 = New System.Windows.Forms.Button
Me.Button15 = New System.Windows.Forms.Button
Me.GroupBox6 = New System.Windows.Forms.GroupBox
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -