?? frmstudent.vb
字號:
Public Class frmStudent Inherits 教務(wù)管理系統(tǒng).frmBase#Region " Windows 窗體設(shè)計器生成的代碼 " Public Sub New() MyBase.New() '該調(diào)用是 Windows 窗體設(shè)計器所必需的。 InitializeComponent() '在 InitializeComponent() 調(diào)用之后添加任何初始化 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 窗體設(shè)計器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下過程是 Windows 窗體設(shè)計器所必需的 '可以使用 Windows 窗體設(shè)計器修改此過程。 '不要使用代碼編輯器修改它。 Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents txbClassId As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
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 Label13 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents cbbBirthPlace As System.Windows.Forms.ComboBox
Friend WithEvents cbbNation As System.Windows.Forms.ComboBox
Friend WithEvents cbbPolity As System.Windows.Forms.ComboBox
Friend WithEvents cbbClassId As System.Windows.Forms.ComboBox
Friend WithEvents cbbStatus As System.Windows.Forms.ComboBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents SqlDataAdapter1 As System.Data.SqlClient.SqlDataAdapter
Friend WithEvents SqlConnection1 As System.Data.SqlClient.SqlConnection
Friend WithEvents DataSet11 As 教務(wù)管理系統(tǒng).DataSet1
Friend WithEvents txbPID As System.Windows.Forms.TextBox
Friend WithEvents txbGrade As System.Windows.Forms.TextBox
Friend WithEvents txbName As System.Windows.Forms.TextBox
Friend WithEvents cbbSex As System.Windows.Forms.ComboBox
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
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.cbbStatus = New System.Windows.Forms.ComboBox
Me.DataSet11 = New 教務(wù)管理系統(tǒng).DataSet1
Me.Label12 = New System.Windows.Forms.Label
Me.cbbBirthPlace = New System.Windows.Forms.ComboBox
Me.Label11 = New System.Windows.Forms.Label
Me.cbbNation = New System.Windows.Forms.ComboBox
Me.Label10 = New System.Windows.Forms.Label
Me.cbbPolity = New System.Windows.Forms.ComboBox
Me.Label9 = New System.Windows.Forms.Label
Me.cbbClassId = New System.Windows.Forms.ComboBox
Me.Label8 = New System.Windows.Forms.Label
Me.cbbSex = New System.Windows.Forms.ComboBox
Me.Label13 = New System.Windows.Forms.Label
Me.txbPID = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.txbGrade = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.txbName = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.txbClassId = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.SqlDataAdapter1 = New System.Data.SqlClient.SqlDataAdapter
Me.SqlDeleteCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlConnection1 = New System.Data.SqlClient.SqlConnection
Me.SqlInsertCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlSelectCommand1 = New System.Data.SqlClient.SqlCommand
Me.SqlUpdateCommand1 = New System.Data.SqlClient.SqlCommand
Me.GroupBox1.SuspendLayout()
CType(Me.DataSet11, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.cbbStatus)
Me.GroupBox1.Controls.Add(Me.Label12)
Me.GroupBox1.Controls.Add(Me.cbbBirthPlace)
Me.GroupBox1.Controls.Add(Me.Label11)
Me.GroupBox1.Controls.Add(Me.cbbNation)
Me.GroupBox1.Controls.Add(Me.Label10)
Me.GroupBox1.Controls.Add(Me.cbbPolity)
Me.GroupBox1.Controls.Add(Me.Label9)
Me.GroupBox1.Controls.Add(Me.cbbClassId)
Me.GroupBox1.Controls.Add(Me.Label8)
Me.GroupBox1.Controls.Add(Me.cbbSex)
Me.GroupBox1.Controls.Add(Me.Label13)
Me.GroupBox1.Controls.Add(Me.txbPID)
Me.GroupBox1.Controls.Add(Me.Label7)
Me.GroupBox1.Controls.Add(Me.txbGrade)
Me.GroupBox1.Controls.Add(Me.Label6)
Me.GroupBox1.Controls.Add(Me.txbName)
Me.GroupBox1.Controls.Add(Me.Label5)
Me.GroupBox1.Controls.Add(Me.txbClassId)
Me.GroupBox1.Controls.Add(Me.Label4)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.GroupBox1.Location = New System.Drawing.Point(0, 173)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(616, 144)
Me.GroupBox1.TabIndex = 4
Me.GroupBox1.TabStop = False
'
'cbbStatus
'
Me.cbbStatus.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "學(xué)生信息.學(xué)籍編號"))
Me.cbbStatus.Location = New System.Drawing.Point(168, 112)
Me.cbbStatus.Name = "cbbStatus"
Me.cbbStatus.Size = New System.Drawing.Size(136, 20)
Me.cbbStatus.TabIndex = 37
'
'DataSet11
'
Me.DataSet11.DataSetName = "DataSet1"
Me.DataSet11.Locale = New System.Globalization.CultureInfo("zh-CN")
'
'Label12
'
Me.Label12.Location = New System.Drawing.Point(168, 96)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(56, 16)
Me.Label12.TabIndex = 36
Me.Label12.Text = "學(xué)籍編號"
'
'cbbBirthPlace
'
Me.cbbBirthPlace.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "學(xué)生信息.籍貫編號"))
Me.cbbBirthPlace.Location = New System.Drawing.Point(16, 112)
Me.cbbBirthPlace.Name = "cbbBirthPlace"
Me.cbbBirthPlace.Size = New System.Drawing.Size(136, 20)
Me.cbbBirthPlace.TabIndex = 35
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(16, 96)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(56, 16)
Me.Label11.TabIndex = 34
Me.Label11.Text = "籍貫編號"
'
'cbbNation
'
Me.cbbNation.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "學(xué)生信息.民族編號"))
Me.cbbNation.Location = New System.Drawing.Point(320, 72)
Me.cbbNation.Name = "cbbNation"
Me.cbbNation.Size = New System.Drawing.Size(144, 20)
Me.cbbNation.TabIndex = 33
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(320, 56)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(56, 16)
Me.Label10.TabIndex = 32
Me.Label10.Text = "民族編號"
'
'cbbPolity
'
Me.cbbPolity.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "學(xué)生信息.政治面貌編號"))
Me.cbbPolity.Location = New System.Drawing.Point(168, 72)
Me.cbbPolity.Name = "cbbPolity"
Me.cbbPolity.Size = New System.Drawing.Size(136, 20)
Me.cbbPolity.TabIndex = 31
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(168, 56)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(80, 16)
Me.Label9.TabIndex = 30
Me.Label9.Text = "政治面貌編號"
'
'cbbClassId
'
Me.cbbClassId.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.DataSet11, "學(xué)生信息.班級編號"))
Me.cbbClassId.Location = New System.Drawing.Point(16, 72)
Me.cbbClassId.Name = "cbbClassId"
Me.cbbClassId.Size = New System.Drawing.Size(136, 20)
Me.cbbClassId.TabIndex = 29
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(16, 56)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(56, 16)
Me.Label8.TabIndex = 28
Me.Label8.Text = "班級編號"
'
'cbbSex
'
Me.cbbSex.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.DataSet11, "學(xué)生信息.性別"))
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -