?? student.designer.vb
字號:
?<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class student
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.tName = New System.Windows.Forms.TextBox
Me.tAge = New System.Windows.Forms.TextBox
Me.tAddress = New System.Windows.Forms.TextBox
Me.gbSex = New System.Windows.Forms.GroupBox
Me.radioWoman = New System.Windows.Forms.RadioButton
Me.radioMan = New System.Windows.Forms.RadioButton
Me.Label5 = New System.Windows.Forms.Label
Me.comboCourse = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.listTime = New System.Windows.Forms.ListBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.checkLibrary = New System.Windows.Forms.CheckBox
Me.checkComputer = New System.Windows.Forms.CheckBox
Me.bYes = New System.Windows.Forms.Button
Me.bClose = New System.Windows.Forms.Button
Me.gbSex.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(98, 26)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(77, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "學生信息輸入"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(36, 67)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "姓名:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(36, 99)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(41, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "年齡:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(36, 130)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(41, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "地址:"
'
'tName
'
Me.tName.Location = New System.Drawing.Point(83, 64)
Me.tName.Name = "tName"
Me.tName.Size = New System.Drawing.Size(150, 21)
Me.tName.TabIndex = 4
'
'tAge
'
Me.tAge.Location = New System.Drawing.Point(83, 99)
Me.tAge.Name = "tAge"
Me.tAge.Size = New System.Drawing.Size(150, 21)
Me.tAge.TabIndex = 5
'
'tAddress
'
Me.tAddress.Location = New System.Drawing.Point(83, 130)
Me.tAddress.Name = "tAddress"
Me.tAddress.Size = New System.Drawing.Size(197, 21)
Me.tAddress.TabIndex = 6
'
'gbSex
'
Me.gbSex.Controls.Add(Me.radioWoman)
Me.gbSex.Controls.Add(Me.radioMan)
Me.gbSex.Location = New System.Drawing.Point(33, 177)
Me.gbSex.Name = "gbSex"
Me.gbSex.Size = New System.Drawing.Size(247, 61)
Me.gbSex.TabIndex = 7
Me.gbSex.TabStop = False
Me.gbSex.Text = "姓別:"
'
'radioWoman
'
Me.radioWoman.AutoSize = True
Me.radioWoman.Location = New System.Drawing.Point(139, 33)
Me.radioWoman.Name = "radioWoman"
Me.radioWoman.Size = New System.Drawing.Size(35, 16)
Me.radioWoman.TabIndex = 1
Me.radioWoman.TabStop = True
Me.radioWoman.Text = "女"
Me.radioWoman.UseVisualStyleBackColor = True
'
'radioMan
'
Me.radioMan.AutoSize = True
Me.radioMan.Location = New System.Drawing.Point(50, 33)
Me.radioMan.Name = "radioMan"
Me.radioMan.Size = New System.Drawing.Size(35, 16)
Me.radioMan.TabIndex = 0
Me.radioMan.TabStop = True
Me.radioMan.Text = "男"
Me.radioMan.UseVisualStyleBackColor = True
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(12, 259)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(65, 12)
Me.Label5.TabIndex = 8
Me.Label5.Text = "專業方向:"
'
'comboCourse
'
Me.comboCourse.FormattingEnabled = True
Me.comboCourse.Location = New System.Drawing.Point(83, 256)
Me.comboCourse.Name = "comboCourse"
Me.comboCourse.Size = New System.Drawing.Size(150, 20)
Me.comboCourse.TabIndex = 9
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(24, 303)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 12)
Me.Label6.TabIndex = 10
Me.Label6.Text = "時間片:"
'
'listTime
'
Me.listTime.FormattingEnabled = True
Me.listTime.ItemHeight = 12
Me.listTime.Location = New System.Drawing.Point(87, 303)
Me.listTime.Name = "listTime"
Me.listTime.Size = New System.Drawing.Size(146, 64)
Me.listTime.TabIndex = 11
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.checkComputer)
Me.GroupBox2.Controls.Add(Me.checkLibrary)
Me.GroupBox2.Location = New System.Drawing.Point(33, 373)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(200, 94)
Me.GroupBox2.TabIndex = 12
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "設備:"
'
'checkLibrary
'
Me.checkLibrary.AutoSize = True
Me.checkLibrary.Location = New System.Drawing.Point(16, 29)
Me.checkLibrary.Name = "checkLibrary"
Me.checkLibrary.Size = New System.Drawing.Size(60, 16)
Me.checkLibrary.TabIndex = 0
Me.checkLibrary.Text = "圖書館"
Me.checkLibrary.UseVisualStyleBackColor = True
'
'checkComputer
'
Me.checkComputer.AutoSize = True
Me.checkComputer.Location = New System.Drawing.Point(16, 61)
Me.checkComputer.Name = "checkComputer"
Me.checkComputer.Size = New System.Drawing.Size(60, 16)
Me.checkComputer.TabIndex = 1
Me.checkComputer.Text = "電腦室"
Me.checkComputer.UseVisualStyleBackColor = True
'
'bYes
'
Me.bYes.Location = New System.Drawing.Point(43, 499)
Me.bYes.Name = "bYes"
Me.bYes.Size = New System.Drawing.Size(75, 23)
Me.bYes.TabIndex = 13
Me.bYes.Text = "確定"
Me.bYes.UseVisualStyleBackColor = True
'
'bClose
'
Me.bClose.Location = New System.Drawing.Point(149, 499)
Me.bClose.Name = "bClose"
Me.bClose.Size = New System.Drawing.Size(75, 23)
Me.bClose.TabIndex = 14
Me.bClose.Text = "退出"
Me.bClose.UseVisualStyleBackColor = True
'
'student
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(375, 560)
Me.Controls.Add(Me.bClose)
Me.Controls.Add(Me.bYes)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.listTime)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.comboCourse)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.gbSex)
Me.Controls.Add(Me.tAddress)
Me.Controls.Add(Me.tAge)
Me.Controls.Add(Me.tName)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "student"
Me.Text = "student"
Me.gbSex.ResumeLayout(False)
Me.gbSex.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents tName As System.Windows.Forms.TextBox
Friend WithEvents tAge As System.Windows.Forms.TextBox
Friend WithEvents tAddress As System.Windows.Forms.TextBox
Friend WithEvents gbSex As System.Windows.Forms.GroupBox
Friend WithEvents radioMan As System.Windows.Forms.RadioButton
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents comboCourse As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents listTime As System.Windows.Forms.ListBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents checkComputer As System.Windows.Forms.CheckBox
Friend WithEvents checkLibrary As System.Windows.Forms.CheckBox
Friend WithEvents bYes As System.Windows.Forms.Button
Friend WithEvents bClose As System.Windows.Forms.Button
Friend WithEvents radioWoman As System.Windows.Forms.RadioButton
End Class
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -