?? frmsaveeditedstudent.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmSaveEditedStudent
Inherits System.Windows.Forms.Form
'Form 重寫 Dispose,以清理組件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗體設計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設計器所必需的
'可以使用 Windows 窗體設計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.ComboRecruit = New System.Windows.Forms.ComboBox
Me.TxtFee = New System.Windows.Forms.TextBox
Me.Label13 = New System.Windows.Forms.Label
Me.BtnExit = New System.Windows.Forms.Button
Me.BtnOK = New System.Windows.Forms.Button
Me.ComboClass = New System.Windows.Forms.ComboBox
Me.ComboPolitic = New System.Windows.Forms.ComboBox
Me.ComboGender = New System.Windows.Forms.ComboBox
Me.TxtMemo = New System.Windows.Forms.TextBox
Me.TxtFamilyAddress = New System.Windows.Forms.TextBox
Me.TxtPhone = New System.Windows.Forms.TextBox
Me.TxtFatherName = New System.Windows.Forms.TextBox
Me.TxtGraduate = New System.Windows.Forms.TextBox
Me.TxtBirthDate = New System.Windows.Forms.TextBox
Me.TxtName = New System.Windows.Forms.TextBox
Me.TxtStudentNo = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'ComboRecruit
'
Me.ComboRecruit.FormattingEnabled = True
Me.ComboRecruit.Location = New System.Drawing.Point(95, 167)
Me.ComboRecruit.Name = "ComboRecruit"
Me.ComboRecruit.Size = New System.Drawing.Size(107, 20)
Me.ComboRecruit.TabIndex = 59
'
'TxtFee
'
Me.TxtFee.Location = New System.Drawing.Point(304, 264)
Me.TxtFee.Name = "TxtFee"
Me.TxtFee.Size = New System.Drawing.Size(107, 21)
Me.TxtFee.TabIndex = 58
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Location = New System.Drawing.Point(223, 270)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(65, 12)
Me.Label13.TabIndex = 57
Me.Label13.Text = "收費金額:"
'
'BtnExit
'
Me.BtnExit.Location = New System.Drawing.Point(438, 84)
Me.BtnExit.Name = "BtnExit"
Me.BtnExit.Size = New System.Drawing.Size(84, 33)
Me.BtnExit.TabIndex = 56
Me.BtnExit.Text = "退出"
Me.BtnExit.UseVisualStyleBackColor = True
'
'BtnOK
'
Me.BtnOK.Location = New System.Drawing.Point(435, 17)
Me.BtnOK.Name = "BtnOK"
Me.BtnOK.Size = New System.Drawing.Size(88, 35)
Me.BtnOK.TabIndex = 55
Me.BtnOK.Text = "確定"
Me.BtnOK.UseVisualStyleBackColor = True
'
'ComboClass
'
Me.ComboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboClass.FormattingEnabled = True
Me.ComboClass.Location = New System.Drawing.Point(306, 115)
Me.ComboClass.Name = "ComboClass"
Me.ComboClass.Size = New System.Drawing.Size(105, 20)
Me.ComboClass.TabIndex = 54
'
'ComboPolitic
'
Me.ComboPolitic.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboPolitic.FormattingEnabled = True
Me.ComboPolitic.Items.AddRange(New Object() {"團員", "群眾", "黨員"})
Me.ComboPolitic.Location = New System.Drawing.Point(95, 116)
Me.ComboPolitic.Name = "ComboPolitic"
Me.ComboPolitic.Size = New System.Drawing.Size(106, 20)
Me.ComboPolitic.TabIndex = 53
'
'ComboGender
'
Me.ComboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ComboGender.FormattingEnabled = True
Me.ComboGender.Items.AddRange(New Object() {"男", "女"})
Me.ComboGender.Location = New System.Drawing.Point(95, 67)
Me.ComboGender.Name = "ComboGender"
Me.ComboGender.Size = New System.Drawing.Size(106, 20)
Me.ComboGender.TabIndex = 52
'
'TxtMemo
'
Me.TxtMemo.Location = New System.Drawing.Point(95, 313)
Me.TxtMemo.Multiline = True
Me.TxtMemo.Name = "TxtMemo"
Me.TxtMemo.Size = New System.Drawing.Size(316, 54)
Me.TxtMemo.TabIndex = 51
'
'TxtFamilyAddress
'
Me.TxtFamilyAddress.Location = New System.Drawing.Point(95, 265)
Me.TxtFamilyAddress.Name = "TxtFamilyAddress"
Me.TxtFamilyAddress.Size = New System.Drawing.Size(107, 21)
Me.TxtFamilyAddress.TabIndex = 50
'
'TxtPhone
'
Me.TxtPhone.Location = New System.Drawing.Point(304, 212)
Me.TxtPhone.Name = "TxtPhone"
Me.TxtPhone.Size = New System.Drawing.Size(107, 21)
Me.TxtPhone.TabIndex = 49
'
'TxtFatherName
'
Me.TxtFatherName.Location = New System.Drawing.Point(95, 215)
Me.TxtFatherName.Name = "TxtFatherName"
Me.TxtFatherName.Size = New System.Drawing.Size(107, 21)
Me.TxtFatherName.TabIndex = 48
'
'TxtGraduate
'
Me.TxtGraduate.Location = New System.Drawing.Point(304, 163)
Me.TxtGraduate.Name = "TxtGraduate"
Me.TxtGraduate.Size = New System.Drawing.Size(107, 21)
Me.TxtGraduate.TabIndex = 47
'
'TxtBirthDate
'
Me.TxtBirthDate.Location = New System.Drawing.Point(304, 66)
Me.TxtBirthDate.Name = "TxtBirthDate"
Me.TxtBirthDate.Size = New System.Drawing.Size(107, 21)
Me.TxtBirthDate.TabIndex = 46
'
'TxtName
'
Me.TxtName.Location = New System.Drawing.Point(304, 17)
Me.TxtName.Name = "TxtName"
Me.TxtName.Size = New System.Drawing.Size(107, 21)
Me.TxtName.TabIndex = 45
'
'TxtStudentNo
'
Me.TxtStudentNo.Location = New System.Drawing.Point(95, 17)
Me.TxtStudentNo.Name = "TxtStudentNo"
Me.TxtStudentNo.ReadOnly = True
Me.TxtStudentNo.Size = New System.Drawing.Size(107, 21)
Me.TxtStudentNo.TabIndex = 44
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Location = New System.Drawing.Point(247, 119)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(41, 12)
Me.Label12.TabIndex = 43
Me.Label12.Text = "班級:"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Location = New System.Drawing.Point(223, 168)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(65, 12)
Me.Label11.TabIndex = 42
Me.Label11.Text = "畢業學校:"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Location = New System.Drawing.Point(38, 313)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(41, 12)
Me.Label10.TabIndex = 41
Me.Label10.Text = "備注:"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Location = New System.Drawing.Point(223, 217)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(65, 12)
Me.Label9.TabIndex = 40
Me.Label9.Text = "聯系電話:"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(14, 270)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(65, 12)
Me.Label8.TabIndex = 39
Me.Label8.Text = "家庭住址:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(14, 220)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(65, 12)
Me.Label7.TabIndex = 38
Me.Label7.Text = "父親姓名:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(14, 170)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(65, 12)
Me.Label6.TabIndex = 37
Me.Label6.Text = "招生人員:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(14, 120)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(65, 12)
Me.Label5.TabIndex = 36
Me.Label5.Text = "政治面貌:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(223, 70)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 12)
Me.Label4.TabIndex = 35
Me.Label4.Text = "出生年月:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(38, 70)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(41, 12)
Me.Label3.TabIndex = 34
Me.Label3.Text = "性別:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(247, 21)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 33
Me.Label2.Text = "姓名:"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(38, 20)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 12)
Me.Label1.TabIndex = 32
Me.Label1.Text = "學號:"
'
'FrmSaveEditedStudent
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(539, 389)
Me.Controls.Add(Me.ComboRecruit)
Me.Controls.Add(Me.TxtFee)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.BtnExit)
Me.Controls.Add(Me.BtnOK)
Me.Controls.Add(Me.ComboClass)
Me.Controls.Add(Me.ComboPolitic)
Me.Controls.Add(Me.ComboGender)
Me.Controls.Add(Me.TxtMemo)
Me.Controls.Add(Me.TxtFamilyAddress)
Me.Controls.Add(Me.TxtPhone)
Me.Controls.Add(Me.TxtFatherName)
Me.Controls.Add(Me.TxtGraduate)
Me.Controls.Add(Me.TxtBirthDate)
Me.Controls.Add(Me.TxtName)
Me.Controls.Add(Me.TxtStudentNo)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmSaveEditedStudent"
Me.Text = "修改學籍信息"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ComboRecruit As System.Windows.Forms.ComboBox
Friend WithEvents TxtFee As System.Windows.Forms.TextBox
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents BtnExit As System.Windows.Forms.Button
Friend WithEvents BtnOK As System.Windows.Forms.Button
Friend WithEvents ComboClass As System.Windows.Forms.ComboBox
Friend WithEvents ComboPolitic As System.Windows.Forms.ComboBox
Friend WithEvents ComboGender As System.Windows.Forms.ComboBox
Friend WithEvents TxtMemo As System.Windows.Forms.TextBox
Friend WithEvents TxtFamilyAddress As System.Windows.Forms.TextBox
Friend WithEvents TxtPhone As System.Windows.Forms.TextBox
Friend WithEvents TxtFatherName As System.Windows.Forms.TextBox
Friend WithEvents TxtGraduate As System.Windows.Forms.TextBox
Friend WithEvents TxtBirthDate As System.Windows.Forms.TextBox
Friend WithEvents TxtName As System.Windows.Forms.TextBox
Friend WithEvents TxtStudentNo As System.Windows.Forms.TextBox
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
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 Label1 As System.Windows.Forms.Label
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -