📄 frmimportdata.vb
字号:
Imports System.Data.OleDb
Public Class frmimportdata
Inherits System.Windows.Forms.Form
Dim tempdbset As DataSet
Dim tempshowdset As DataSet
Dim myfilename 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 Label1 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents cmdfileName As System.Windows.Forms.Button
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents CombStuCardID As System.Windows.Forms.ComboBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents CombStuName As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents CombSexy As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents CombDepartment As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents CombMarjoy As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents cmdCheckOK As System.Windows.Forms.Button
Friend WithEvents Openfile As System.Windows.Forms.OpenFileDialog
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents GbMarjoy As System.Windows.Forms.GroupBox
Friend WithEvents LbMarjoy As System.Windows.Forms.ListBox
Friend WithEvents GbDepartment As System.Windows.Forms.GroupBox
Friend WithEvents TvDep As System.Windows.Forms.TreeView
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
Friend WithEvents LbTempmar As System.Windows.Forms.ListBox
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
Friend WithEvents TvTempDepart As System.Windows.Forms.TreeView
Friend WithEvents GroupBox9 As System.Windows.Forms.GroupBox
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents CmdCancel As System.Windows.Forms.Button
Friend WithEvents CmdImport As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmimportdata))
Me.Label1 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.cmdfileName = New System.Windows.Forms.Button
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button1 = New System.Windows.Forms.Button
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar
Me.cmdCheckOK = New System.Windows.Forms.Button
Me.Label6 = New System.Windows.Forms.Label
Me.CombMarjoy = New System.Windows.Forms.ComboBox
Me.Label5 = New System.Windows.Forms.Label
Me.CombDepartment = New System.Windows.Forms.ComboBox
Me.Label4 = New System.Windows.Forms.Label
Me.CombSexy = New System.Windows.Forms.ComboBox
Me.Label3 = New System.Windows.Forms.Label
Me.CombStuName = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.CombStuCardID = New System.Windows.Forms.ComboBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.GbMarjoy = New System.Windows.Forms.GroupBox
Me.LbMarjoy = New System.Windows.Forms.ListBox
Me.GbDepartment = New System.Windows.Forms.GroupBox
Me.TvDep = New System.Windows.Forms.TreeView
Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.GroupBox8 = New System.Windows.Forms.GroupBox
Me.Button2 = New System.Windows.Forms.Button
Me.CmdCancel = New System.Windows.Forms.Button
Me.CmdImport = New System.Windows.Forms.Button
Me.GroupBox7 = New System.Windows.Forms.GroupBox
Me.LbTempmar = New System.Windows.Forms.ListBox
Me.GroupBox6 = New System.Windows.Forms.GroupBox
Me.TvTempDepart = New System.Windows.Forms.TreeView
Me.GroupBox9 = New System.Windows.Forms.GroupBox
Me.Button3 = New System.Windows.Forms.Button
Me.Label8 = New System.Windows.Forms.Label
Me.DataGrid1 = New System.Windows.Forms.DataGrid
Me.Openfile = New System.Windows.Forms.OpenFileDialog
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GbMarjoy.SuspendLayout()
Me.GbDepartment.SuspendLayout()
Me.GroupBox5.SuspendLayout()
Me.GroupBox8.SuspendLayout()
Me.GroupBox7.SuspendLayout()
Me.GroupBox6.SuspendLayout()
Me.GroupBox9.SuspendLayout()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label1.Location = New System.Drawing.Point(16, 24)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(104, 16)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Excel文件路径:"
'
'TextBox1
'
Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox1.Location = New System.Drawing.Point(120, 19)
Me.TextBox1.MaxLength = 200
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(288, 21)
Me.TextBox1.TabIndex = 1
Me.TextBox1.Text = ""
'
'cmdfileName
'
Me.cmdfileName.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmdfileName.Location = New System.Drawing.Point(424, 16)
Me.cmdfileName.Name = "cmdfileName"
Me.cmdfileName.Size = New System.Drawing.Size(56, 27)
Me.cmdfileName.TabIndex = 2
Me.cmdfileName.Text = "浏览>>"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.CheckBox1)
Me.GroupBox1.Controls.Add(Me.Button1)
Me.GroupBox1.Controls.Add(Me.TextBox2)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.ProgressBar1)
Me.GroupBox1.Controls.Add(Me.cmdCheckOK)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.CombMarjoy)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.CombDepartment)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Controls.Add(Me.CombSexy)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.CombStuName)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.TextBox1)
Me.GroupBox1.Controls.Add(Me.cmdfileName)
Me.GroupBox1.Controls.Add(Me.CombStuCardID)
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(784, 104)
Me.GroupBox1.TabIndex = 5
Me.GroupBox1.TabStop = False
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Location = New System.Drawing.Point(696, 12)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(80, 36)
Me.Button1.TabIndex = 20
Me.Button1.Text = "导入文件 "
'
'TextBox2
'
Me.TextBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.TextBox2.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
Me.TextBox2.Location = New System.Drawing.Point(608, 17)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(80, 21)
Me.TextBox2.TabIndex = 19
Me.TextBox2.Text = ""
'
'Label7
'
Me.Label7.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label7.Location = New System.Drawing.Point(496, 24)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(120, 16)
Me.Label7.TabIndex = 18
Me.Label7.Text = "选择正确的工作表:"
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(120, 43)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(288, 8)
Me.ProgressBar1.TabIndex = 17
Me.ProgressBar1.Visible = False
'
'cmdCheckOK
'
Me.cmdCheckOK.Enabled = False
Me.cmdCheckOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmdCheckOK.Location = New System.Drawing.Point(584, 64)
Me.cmdCheckOK.Name = "cmdCheckOK"
Me.cmdCheckOK.Size = New System.Drawing.Size(64, 32)
Me.cmdCheckOK.TabIndex = 15
Me.cmdCheckOK.Text = "确 定"
'
'Label6
'
Me.Label6.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label6.Location = New System.Drawing.Point(472, 56)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 15)
Me.Label6.TabIndex = 13
Me.Label6.Text = "专业:"
'
'CombMarjoy
'
Me.CombMarjoy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CombMarjoy.Location = New System.Drawing.Point(472, 72)
Me.CombMarjoy.Name = "CombMarjoy"
Me.CombMarjoy.Size = New System.Drawing.Size(96, 20)
Me.CombMarjoy.TabIndex = 14
'
'Label5
'
Me.Label5.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label5.Location = New System.Drawing.Point(360, 56)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(48, 15)
Me.Label5.TabIndex = 11
Me.Label5.Text = "院系:"
'
'CombDepartment
'
Me.CombDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.CombDepartment.Location = New System.Drawing.Point(360, 72)
Me.CombDepartment.Name = "CombDepartment"
Me.CombDepartment.Size = New System.Drawing.Size(96, 20)
Me.CombDepartment.TabIndex = 12
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -