?? formenroll.vb
字號:
Public Class FormEnroll Inherits FormBase Public m_oStudent As Student#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 lblStudentNumber As System.Windows.Forms.Label
Friend WithEvents txtStudentNumber As System.Windows.Forms.TextBox
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents lblName As System.Windows.Forms.Label
Friend WithEvents lblSex As System.Windows.Forms.Label
Friend WithEvents cmbSex As System.Windows.Forms.ComboBox
Friend WithEvents lblBirthday As System.Windows.Forms.Label
Friend WithEvents dtpBirthday As System.Windows.Forms.DateTimePicker
Friend WithEvents lblNation As System.Windows.Forms.Label
Friend WithEvents cmbNation As System.Windows.Forms.ComboBox
Friend WithEvents lblNativePlace As System.Windows.Forms.Label
Friend WithEvents lblProfession As System.Windows.Forms.Label
Friend WithEvents cmbProfession As System.Windows.Forms.ComboBox
Friend WithEvents txtDorm As System.Windows.Forms.TextBox
Friend WithEvents lblDorm As System.Windows.Forms.Label
Friend WithEvents lblPhone As System.Windows.Forms.Label
Friend WithEvents cmbBusiness As System.Windows.Forms.ComboBox
Friend WithEvents txtPhone As System.Windows.Forms.TextBox
Friend WithEvents lblBusiness As System.Windows.Forms.Label
Friend WithEvents lblHomeAddress As System.Windows.Forms.Label
Friend WithEvents txtHomeAddress As System.Windows.Forms.TextBox
Friend WithEvents lblHomePhone As System.Windows.Forms.Label
Friend WithEvents txtHomePhone As System.Windows.Forms.TextBox
Friend WithEvents lblPostalcode As System.Windows.Forms.Label
Friend WithEvents txtPostalcode As System.Windows.Forms.TextBox
Friend WithEvents lblEmail As System.Windows.Forms.Label
Friend WithEvents lblEnterDate As System.Windows.Forms.Label
Friend WithEvents txtEmail As System.Windows.Forms.TextBox
Friend WithEvents lblIntro As System.Windows.Forms.Label
Friend WithEvents dtpEnterDate As System.Windows.Forms.DateTimePicker
Friend WithEvents txtIntro As System.Windows.Forms.TextBox
Friend WithEvents NativePlace1 As CommonSystem.NativePlace
Friend WithEvents cmStudent As System.Windows.Forms.ContextMenu
Friend WithEvents miEnroll As System.Windows.Forms.MenuItem
Friend WithEvents miEditStudent As System.Windows.Forms.MenuItem
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() Me.lblStudentNumber = New System.Windows.Forms.Label
Me.txtStudentNumber = New System.Windows.Forms.TextBox
Me.txtName = New System.Windows.Forms.TextBox
Me.txtDorm = New System.Windows.Forms.TextBox
Me.lblName = New System.Windows.Forms.Label
Me.lblSex = New System.Windows.Forms.Label
Me.lblBirthday = New System.Windows.Forms.Label
Me.cmbSex = New System.Windows.Forms.ComboBox
Me.dtpBirthday = New System.Windows.Forms.DateTimePicker
Me.lblNation = New System.Windows.Forms.Label
Me.lblNativePlace = New System.Windows.Forms.Label
Me.lblProfession = New System.Windows.Forms.Label
Me.lblDorm = New System.Windows.Forms.Label
Me.lblPhone = New System.Windows.Forms.Label
Me.cmbNation = New System.Windows.Forms.ComboBox
Me.cmbProfession = New System.Windows.Forms.ComboBox
Me.cmbBusiness = New System.Windows.Forms.ComboBox
Me.txtPhone = New System.Windows.Forms.TextBox
Me.lblBusiness = New System.Windows.Forms.Label
Me.lblHomeAddress = New System.Windows.Forms.Label
Me.lblHomePhone = New System.Windows.Forms.Label
Me.lblPostalcode = New System.Windows.Forms.Label
Me.lblEmail = New System.Windows.Forms.Label
Me.lblEnterDate = New System.Windows.Forms.Label
Me.txtHomeAddress = New System.Windows.Forms.TextBox
Me.txtHomePhone = New System.Windows.Forms.TextBox
Me.txtPostalcode = New System.Windows.Forms.TextBox
Me.txtEmail = New System.Windows.Forms.TextBox
Me.lblIntro = New System.Windows.Forms.Label
Me.dtpEnterDate = New System.Windows.Forms.DateTimePicker
Me.txtIntro = New System.Windows.Forms.TextBox
Me.NativePlace1 = New CommonSystem.NativePlace
Me.cmStudent = New System.Windows.Forms.ContextMenu
Me.miEnroll = New System.Windows.Forms.MenuItem
Me.miEditStudent = New System.Windows.Forms.MenuItem
'
'lblStudentNumber
'
Me.lblStudentNumber.Location = New System.Drawing.Point(16, 24)
Me.lblStudentNumber.Name = "lblStudentNumber"
Me.lblStudentNumber.Size = New System.Drawing.Size(32, 23)
Me.lblStudentNumber.TabIndex = 0
Me.lblStudentNumber.Text = "學號"
'
'txtStudentNumber
'
Me.txtStudentNumber.Location = New System.Drawing.Point(48, 16)
Me.txtStudentNumber.Name = "txtStudentNumber"
Me.txtStudentNumber.Size = New System.Drawing.Size(112, 21)
Me.txtStudentNumber.TabIndex = 1
Me.txtStudentNumber.Text = ""
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(200, 16)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(72, 21)
Me.txtName.TabIndex = 2
Me.txtName.Text = ""
'
'txtDorm
'
Me.txtDorm.Location = New System.Drawing.Point(72, 88)
Me.txtDorm.Name = "txtDorm"
Me.txtDorm.Size = New System.Drawing.Size(192, 21)
Me.txtDorm.TabIndex = 3
Me.txtDorm.Text = ""
'
'lblName
'
Me.lblName.Location = New System.Drawing.Point(168, 24)
Me.lblName.Name = "lblName"
Me.lblName.Size = New System.Drawing.Size(32, 23)
Me.lblName.TabIndex = 4
Me.lblName.Text = "姓名"
'
'lblSex
'
Me.lblSex.Location = New System.Drawing.Point(280, 24)
Me.lblSex.Name = "lblSex"
Me.lblSex.Size = New System.Drawing.Size(32, 16)
Me.lblSex.TabIndex = 5
Me.lblSex.Text = "性別"
'
'lblBirthday
'
Me.lblBirthday.Location = New System.Drawing.Point(16, 48)
Me.lblBirthday.Name = "lblBirthday"
Me.lblBirthday.Size = New System.Drawing.Size(32, 23)
Me.lblBirthday.TabIndex = 6
Me.lblBirthday.Text = "生日"
'
'cmbSex
'
Me.cmbSex.Items.AddRange(New Object() {"男", "女"})
Me.cmbSex.Location = New System.Drawing.Point(320, 16)
Me.cmbSex.Name = "cmbSex"
Me.cmbSex.Size = New System.Drawing.Size(112, 20)
Me.cmbSex.TabIndex = 7
Me.cmbSex.Text = "請選擇"
'
'dtpBirthday
'
Me.dtpBirthday.Location = New System.Drawing.Point(48, 40)
Me.dtpBirthday.Name = "dtpBirthday"
Me.dtpBirthday.Size = New System.Drawing.Size(112, 21)
Me.dtpBirthday.TabIndex = 8
'
'lblNation
'
Me.lblNation.Location = New System.Drawing.Point(168, 48)
Me.lblNation.Name = "lblNation"
Me.lblNation.Size = New System.Drawing.Size(32, 16)
Me.lblNation.TabIndex = 9
Me.lblNation.Text = "民族"
'
'lblNativePlace
'
Me.lblNativePlace.Location = New System.Drawing.Point(168, 72)
Me.lblNativePlace.Name = "lblNativePlace"
Me.lblNativePlace.Size = New System.Drawing.Size(32, 16)
Me.lblNativePlace.TabIndex = 10
Me.lblNativePlace.Text = "籍貫"
'
'lblProfession
'
Me.lblProfession.Location = New System.Drawing.Point(280, 48)
Me.lblProfession.Name = "lblProfession"
Me.lblProfession.Size = New System.Drawing.Size(32, 16)
Me.lblProfession.TabIndex = 11
Me.lblProfession.Text = "專業"
'
'lblDorm
'
Me.lblDorm.Location = New System.Drawing.Point(16, 96)
Me.lblDorm.Name = "lblDorm"
Me.lblDorm.Size = New System.Drawing.Size(32, 23)
Me.lblDorm.TabIndex = 12
Me.lblDorm.Text = "寢室"
'
'lblPhone
'
Me.lblPhone.Location = New System.Drawing.Point(280, 96)
Me.lblPhone.Name = "lblPhone"
Me.lblPhone.Size = New System.Drawing.Size(32, 23)
Me.lblPhone.TabIndex = 13
Me.lblPhone.Text = "電話"
'
'cmbNation
'
Me.cmbNation.Location = New System.Drawing.Point(200, 40)
Me.cmbNation.Name = "cmbNation"
Me.cmbNation.Size = New System.Drawing.Size(72, 20)
Me.cmbNation.TabIndex = 14
Me.cmbNation.Text = "請選擇"
'
'cmbProfession
'
Me.cmbProfession.Location = New System.Drawing.Point(320, 40)
Me.cmbProfession.Name = "cmbProfession"
Me.cmbProfession.Size = New System.Drawing.Size(112, 20)
Me.cmbProfession.TabIndex = 15
Me.cmbProfession.Text = "請選擇"
'
'cmbBusiness
'
Me.cmbBusiness.Location = New System.Drawing.Point(48, 64)
Me.cmbBusiness.Name = "cmbBusiness"
Me.cmbBusiness.Size = New System.Drawing.Size(112, 20)
Me.cmbBusiness.TabIndex = 16
Me.cmbBusiness.Text = "請選擇"
'
'txtPhone
'
Me.txtPhone.Location = New System.Drawing.Point(320, 88)
Me.txtPhone.Name = "txtPhone"
Me.txtPhone.Size = New System.Drawing.Size(112, 21)
Me.txtPhone.TabIndex = 17
Me.txtPhone.Text = ""
'
'lblBusiness
'
Me.lblBusiness.Location = New System.Drawing.Point(16, 72)
Me.lblBusiness.Name = "lblBusiness"
Me.lblBusiness.Size = New System.Drawing.Size(32, 16)
Me.lblBusiness.TabIndex = 18
Me.lblBusiness.Text = "職務"
'
'lblHomeAddress
'
Me.lblHomeAddress.Location = New System.Drawing.Point(16, 120)
Me.lblHomeAddress.Name = "lblHomeAddress"
Me.lblHomeAddress.Size = New System.Drawing.Size(56, 23)
Me.lblHomeAddress.TabIndex = 19
Me.lblHomeAddress.Text = "家庭住址"
'
'lblHomePhone
'
Me.lblHomePhone.Location = New System.Drawing.Point(16, 144)
Me.lblHomePhone.Name = "lblHomePhone"
Me.lblHomePhone.Size = New System.Drawing.Size(56, 23)
Me.lblHomePhone.TabIndex = 20
Me.lblHomePhone.Text = "家庭電話"
'
'lblPostalcode
'
Me.lblPostalcode.Location = New System.Drawing.Point(280, 120)
Me.lblPostalcode.Name = "lblPostalcode"
Me.lblPostalcode.Size = New System.Drawing.Size(32, 23)
Me.lblPostalcode.TabIndex = 21
Me.lblPostalcode.Text = "郵編"
'
'lblEmail
'
Me.lblEmail.Location = New System.Drawing.Point(280, 144)
Me.lblEmail.Name = "lblEmail"
Me.lblEmail.Size = New System.Drawing.Size(40, 23)
Me.lblEmail.TabIndex = 22
Me.lblEmail.Text = "Email"
'
'lblEnterDate
'
Me.lblEnterDate.Location = New System.Drawing.Point(16, 168)
Me.lblEnterDate.Name = "lblEnterDate"
Me.lblEnterDate.Size = New System.Drawing.Size(56, 23)
Me.lblEnterDate.TabIndex = 23
Me.lblEnterDate.Text = "入學日期"
'
'txtHomeAddress
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -