📄 form3.vb
字号:
Public Class Form3
Inherits System.Windows.Forms.Form
#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 Button3 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents ComboBox5 As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox14 As System.Windows.Forms.GroupBox
Friend WithEvents ComboBox4 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox
Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox13 As System.Windows.Forms.GroupBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents DataSet11 As 学生考勤管理系统.DataSet1
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
Friend WithEvents SqlCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlSelectCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlInsertCommand1 As System.Data.SqlClient.SqlCommand
Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Button3 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.Button1 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.ComboBox5 = New System.Windows.Forms.ComboBox
Me.GroupBox14 = New System.Windows.Forms.GroupBox
Me.ComboBox4 = New System.Windows.Forms.ComboBox
Me.ComboBox3 = New System.Windows.Forms.ComboBox
Me.ComboBox2 = New System.Windows.Forms.ComboBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.GroupBox8 = New System.Windows.Forms.GroupBox
Me.GroupBox7 = New System.Windows.Forms.GroupBox
Me.Label1 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.GroupBox6 = New System.Windows.Forms.GroupBox
Me.GroupBox5 = New System.Windows.Forms.GroupBox
Me.GroupBox4 = New System.Windows.Forms.GroupBox
Me.Label6 = New System.Windows.Forms.Label
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.GroupBox13 = New System.Windows.Forms.GroupBox
Me.Label4 = New System.Windows.Forms.Label
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
Me.DataSet11 = New 学生考勤管理系统.DataSet1
Me.DataGrid1 = New System.Windows.Forms.DataGrid
Me.SqlCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
Me.GroupBox1.SuspendLayout()
Me.GroupBox7.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.GroupBox13.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.DataSet11, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DataGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button3
'
Me.Button3.ForeColor = System.Drawing.Color.Gold
Me.Button3.Location = New System.Drawing.Point(144, 312)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(72, 32)
Me.Button3.TabIndex = 17
Me.Button3.Text = "查询"
'
'Button2
'
Me.Button2.ForeColor = System.Drawing.Color.Gold
Me.Button2.Location = New System.Drawing.Point(48, 128)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(72, 32)
Me.Button2.TabIndex = 16
Me.Button2.Text = "删除"
'
'Button4
'
Me.Button4.BackColor = System.Drawing.Color.DodgerBlue
Me.Button4.ForeColor = System.Drawing.Color.Gold
Me.Button4.Location = New System.Drawing.Point(48, 80)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(72, 32)
Me.Button4.TabIndex = 15
Me.Button4.Text = "添加"
'
'Button1
'
Me.Button1.ForeColor = System.Drawing.Color.Gold
Me.Button1.Location = New System.Drawing.Point(144, 360)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(72, 32)
Me.Button1.TabIndex = 22
Me.Button1.Text = "修改"
'
'Button5
'
Me.Button5.ForeColor = System.Drawing.Color.Gold
Me.Button5.Location = New System.Drawing.Point(144, 408)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(72, 32)
Me.Button5.TabIndex = 23
Me.Button5.Text = "退出"
'
'ComboBox5
'
Me.ComboBox5.Items.AddRange(New Object() {"2007-1-08", "2007-1-09", "2007-1-10", "2007-1-11", "2007-1-12", "2007-1-13", "2007-1-14", "2007-1-15", "2007-1-16", "2007-1-17", "2007-1-18", "2007-1-19", "2007-1-20", "2007-1-21", "2007-1-22", "2007-1-23", "2007-1-24", "2007-1-25"})
Me.ComboBox5.Location = New System.Drawing.Point(32, 264)
Me.ComboBox5.Name = "ComboBox5"
Me.ComboBox5.Size = New System.Drawing.Size(112, 20)
Me.ComboBox5.TabIndex = 33
'
'GroupBox14
'
Me.GroupBox14.ForeColor = System.Drawing.Color.DarkSalmon
Me.GroupBox14.Location = New System.Drawing.Point(16, 248)
Me.GroupBox14.Name = "GroupBox14"
Me.GroupBox14.Size = New System.Drawing.Size(128, 48)
Me.GroupBox14.TabIndex = 34
Me.GroupBox14.TabStop = False
Me.GroupBox14.Text = "选择日期"
'
'ComboBox4
'
Me.ComboBox4.Items.AddRange(New Object() {"0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50"})
Me.ComboBox4.Location = New System.Drawing.Point(528, 328)
Me.ComboBox4.Name = "ComboBox4"
Me.ComboBox4.Size = New System.Drawing.Size(80, 20)
Me.ComboBox4.TabIndex = 40
'
'ComboBox3
'
Me.ComboBox3.Items.AddRange(New Object() {"20032012", "20032013", "20032014", "20032015", "20032016", "20032017", "20032018", "20032019", "20032020", "20032021", "20032022", "20032023", "20032024", "20032025", "20032026", "20032027", "20032028", "20032029", "20032030", "20032031", "20032032", "20032033", "20032034", "20032035", "20032036", "20032037", "20032038", "20032039", "20032040", "20032041", "20032042", "20032043", "20032044", "20032045", "20032046"})
Me.ComboBox3.Location = New System.Drawing.Point(360, 384)
Me.ComboBox3.Name = "ComboBox3"
Me.ComboBox3.Size = New System.Drawing.Size(80, 20)
Me.ComboBox3.Sorted = True
Me.ComboBox3.TabIndex = 39
'
'ComboBox2
'
Me.ComboBox2.Items.AddRange(New Object() {"2003431", "2003432", "2003433", "2003434"})
Me.ComboBox2.Location = New System.Drawing.Point(360, 328)
Me.ComboBox2.Name = "ComboBox2"
Me.ComboBox2.Size = New System.Drawing.Size(80, 20)
Me.ComboBox2.Sorted = True
Me.ComboBox2.TabIndex = 38
'
'Label5
'
Me.Label5.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label5.ForeColor = System.Drawing.Color.DarkSalmon
Me.Label5.Location = New System.Drawing.Point(464, 328)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(72, 24)
Me.Label5.TabIndex = 37
Me.Label5.Text = "出勤次数"
'
'Label3
'
Me.Label3.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label3.ForeColor = System.Drawing.Color.DarkSalmon
Me.Label3.Location = New System.Drawing.Point(312, 384)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(48, 24)
Me.Label3.TabIndex = 36
Me.Label3.Text = "学号"
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.ForeColor = System.Drawing.Color.DarkSalmon
Me.Label2.Location = New System.Drawing.Point(312, 328)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(48, 24)
Me.Label2.TabIndex = 35
Me.Label2.Text = "班级"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.GroupBox8)
Me.GroupBox1.Controls.Add(Me.GroupBox7)
Me.GroupBox1.Controls.Add(Me.GroupBox6)
Me.GroupBox1.Controls.Add(Me.GroupBox5)
Me.GroupBox1.Controls.Add(Me.GroupBox4)
Me.GroupBox1.Controls.Add(Me.GroupBox13)
Me.GroupBox1.Location = New System.Drawing.Point(296, 256)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(336, 160)
Me.GroupBox1.TabIndex = 41
Me.GroupBox1.TabStop = False
'
'GroupBox8
'
Me.GroupBox8.Location = New System.Drawing.Point(160, 56)
Me.GroupBox8.Name = "GroupBox8"
Me.GroupBox8.Size = New System.Drawing.Size(168, 48)
Me.GroupBox8.TabIndex = 4
Me.GroupBox8.TabStop = False
'
'GroupBox7
'
Me.GroupBox7.Controls.Add(Me.Label1)
Me.GroupBox7.Controls.Add(Me.TextBox1)
Me.GroupBox7.Location = New System.Drawing.Point(160, 0)
Me.GroupBox7.Name = "GroupBox7"
Me.GroupBox7.Size = New System.Drawing.Size(168, 48)
Me.GroupBox7.TabIndex = 3
Me.GroupBox7.TabStop = False
'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -