📄 eduinfoform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class EduInfoForm
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.ButtonOK = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.TextUser = New System.Windows.Forms.TextBox
Me.TextEmail = New System.Windows.Forms.TextBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.CheckBox3 = New System.Windows.Forms.CheckBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.Label3 = New System.Windows.Forms.Label
Me.TextName = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(143, 221)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
Me.ButtonOK.TabIndex = 0
Me.ButtonOK.Text = "确定"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(240, 221)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 1
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(49, 12)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 2
Me.Label1.Text = "用户名:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(61, 57)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 3
Me.Label2.Text = "姓名:"
'
'TextUser
'
Me.TextUser.Enabled = False
Me.TextUser.Location = New System.Drawing.Point(108, 9)
Me.TextUser.MaxLength = 16
Me.TextUser.Name = "TextUser"
Me.TextUser.Size = New System.Drawing.Size(172, 21)
Me.TextUser.TabIndex = 4
'
'TextEmail
'
Me.TextEmail.Location = New System.Drawing.Point(108, 99)
Me.TextEmail.MaxLength = 30
Me.TextEmail.Name = "TextEmail"
Me.TextEmail.Size = New System.Drawing.Size(172, 21)
Me.TextEmail.TabIndex = 5
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.CheckBox3)
Me.GroupBox1.Controls.Add(Me.CheckBox2)
Me.GroupBox1.Controls.Add(Me.CheckBox1)
Me.GroupBox1.Location = New System.Drawing.Point(24, 138)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(291, 77)
Me.GroupBox1.TabIndex = 6
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "职责"
'
'CheckBox3
'
Me.CheckBox3.AutoSize = True
Me.CheckBox3.Enabled = False
Me.CheckBox3.Location = New System.Drawing.Point(20, 47)
Me.CheckBox3.Name = "CheckBox3"
Me.CheckBox3.Size = New System.Drawing.Size(84, 16)
Me.CheckBox3.TabIndex = 2
Me.CheckBox3.Text = "答辩组成员"
Me.CheckBox3.UseVisualStyleBackColor = True
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Enabled = False
Me.CheckBox2.Location = New System.Drawing.Point(160, 20)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(108, 16)
Me.CheckBox2.TabIndex = 1
Me.CheckBox2.Text = "中期检查组成员"
Me.CheckBox2.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Enabled = False
Me.CheckBox1.Location = New System.Drawing.Point(20, 20)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(120, 16)
Me.CheckBox1.TabIndex = 0
Me.CheckBox1.Text = "工作领导小组成员"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(61, 102)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(41, 12)
Me.Label3.TabIndex = 7
Me.Label3.Text = "邮箱:"
'
'TextName
'
Me.TextName.Enabled = False
Me.TextName.Location = New System.Drawing.Point(108, 54)
Me.TextName.MaxLength = 16
Me.TextName.Name = "TextName"
Me.TextName.Size = New System.Drawing.Size(172, 21)
Me.TextName.TabIndex = 8
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(119, 33)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(161, 12)
Me.Label8.TabIndex = 37
Me.Label8.Text = "(16位以下数字或英文字母)"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label9.Location = New System.Drawing.Point(179, 123)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(101, 12)
Me.Label9.TabIndex = 41
Me.Label9.Text = "(您的常用邮箱)"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label6.Location = New System.Drawing.Point(182, 78)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(101, 12)
Me.Label6.TabIndex = 40
Me.Label6.Text = "(您的真实姓名)"
'
'EduInfoForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.SkyBlue
Me.ClientSize = New System.Drawing.Size(342, 256)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.TextName)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.TextEmail)
Me.Controls.Add(Me.TextUser)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonOK)
Me.Name = "EduInfoForm"
Me.Text = "个人信息"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents TextUser As System.Windows.Forms.TextBox
Friend WithEvents TextEmail As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextName As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -