📄 managercontact.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ManagerContact
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.btnEdit = New System.Windows.Forms.Button
Me.groupCombobox = New System.Windows.Forms.ComboBox
Me.Label2 = New System.Windows.Forms.Label
Me.contactList = New System.Windows.Forms.ComboBox
Me.Label1 = New System.Windows.Forms.Label
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.btnSave = New System.Windows.Forms.Button
Me.txtFriendGroupId = New System.Windows.Forms.ComboBox
Me.Label6 = New System.Windows.Forms.Label
Me.txtAddress = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.txtEmail = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.txtMobilePhone = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.txtTEL = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.txtFriendName = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.btnDeleteContact = New System.Windows.Forms.Button
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.btnDeleteContact)
Me.GroupBox1.Controls.Add(Me.btnEdit)
Me.GroupBox1.Controls.Add(Me.groupCombobox)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.contactList)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(468, 63)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "管理联系人"
'
'btnEdit
'
Me.btnEdit.Location = New System.Drawing.Point(345, 25)
Me.btnEdit.Name = "btnEdit"
Me.btnEdit.Size = New System.Drawing.Size(50, 23)
Me.btnEdit.TabIndex = 4
Me.btnEdit.Text = "编辑"
Me.btnEdit.UseVisualStyleBackColor = True
'
'groupCombobox
'
Me.groupCombobox.FormattingEnabled = True
Me.groupCombobox.Location = New System.Drawing.Point(66, 28)
Me.groupCombobox.Name = "groupCombobox"
Me.groupCombobox.Size = New System.Drawing.Size(100, 20)
Me.groupCombobox.TabIndex = 3
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(8, 32)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 2
Me.Label2.Text = "选择分组"
'
'contactList
'
Me.contactList.FormattingEnabled = True
Me.contactList.Location = New System.Drawing.Point(239, 28)
Me.contactList.Name = "contactList"
Me.contactList.Size = New System.Drawing.Size(100, 20)
Me.contactList.TabIndex = 1
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(172, 32)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(65, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "选择联系人"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btnSave)
Me.GroupBox2.Controls.Add(Me.txtFriendGroupId)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.txtAddress)
Me.GroupBox2.Controls.Add(Me.Label5)
Me.GroupBox2.Controls.Add(Me.txtEmail)
Me.GroupBox2.Controls.Add(Me.Label4)
Me.GroupBox2.Controls.Add(Me.txtMobilePhone)
Me.GroupBox2.Controls.Add(Me.Label3)
Me.GroupBox2.Controls.Add(Me.txtTEL)
Me.GroupBox2.Controls.Add(Me.Label7)
Me.GroupBox2.Controls.Add(Me.txtFriendName)
Me.GroupBox2.Controls.Add(Me.Label8)
Me.GroupBox2.Location = New System.Drawing.Point(12, 91)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(468, 313)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "联系人资料"
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(87, 244)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(75, 23)
Me.btnSave.TabIndex = 24
Me.btnSave.Text = "保存"
Me.btnSave.UseVisualStyleBackColor = True
'
'txtFriendGroupId
'
Me.txtFriendGroupId.FormattingEnabled = True
Me.txtFriendGroupId.Location = New System.Drawing.Point(87, 189)
Me.txtFriendGroupId.Name = "txtFriendGroupId"
Me.txtFriendGroupId.Size = New System.Drawing.Size(200, 20)
Me.txtFriendGroupId.TabIndex = 23
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(24, 189)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 12)
Me.Label6.TabIndex = 22
Me.Label6.Text = "所属分组"
'
'txtAddress
'
Me.txtAddress.Location = New System.Drawing.Point(87, 159)
Me.txtAddress.Name = "txtAddress"
Me.txtAddress.Size = New System.Drawing.Size(300, 21)
Me.txtAddress.TabIndex = 21
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(48, 159)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 12)
Me.Label5.TabIndex = 20
Me.Label5.Text = "地址"
'
'txtEmail
'
Me.txtEmail.Location = New System.Drawing.Point(87, 129)
Me.txtEmail.Name = "txtEmail"
Me.txtEmail.Size = New System.Drawing.Size(150, 21)
Me.txtEmail.TabIndex = 19
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(24, 129)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 12)
Me.Label4.TabIndex = 18
Me.Label4.Text = "电子邮件"
'
'txtMobilePhone
'
Me.txtMobilePhone.Location = New System.Drawing.Point(87, 99)
Me.txtMobilePhone.Name = "txtMobilePhone"
Me.txtMobilePhone.Size = New System.Drawing.Size(120, 21)
Me.txtMobilePhone.TabIndex = 17
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(24, 99)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
Me.Label3.TabIndex = 16
Me.Label3.Text = "手机号码"
'
'txtTEL
'
Me.txtTEL.Location = New System.Drawing.Point(87, 69)
Me.txtTEL.Name = "txtTEL"
Me.txtTEL.Size = New System.Drawing.Size(100, 21)
Me.txtTEL.TabIndex = 15
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(48, 69)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(29, 12)
Me.Label7.TabIndex = 14
Me.Label7.Text = "电话"
'
'txtFriendName
'
Me.txtFriendName.Location = New System.Drawing.Point(87, 36)
Me.txtFriendName.Name = "txtFriendName"
Me.txtFriendName.Size = New System.Drawing.Size(100, 21)
Me.txtFriendName.TabIndex = 13
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(48, 39)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(29, 12)
Me.Label8.TabIndex = 12
Me.Label8.Text = "姓名"
'
'btnDeleteContact
'
Me.btnDeleteContact.Location = New System.Drawing.Point(401, 25)
Me.btnDeleteContact.Name = "btnDeleteContact"
Me.btnDeleteContact.Size = New System.Drawing.Size(50, 23)
Me.btnDeleteContact.TabIndex = 5
Me.btnDeleteContact.Text = "删除"
Me.btnDeleteContact.UseVisualStyleBackColor = True
'
'ManagerContact
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(492, 416)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Name = "ManagerContact"
Me.Text = "管理联系人"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents contactList As System.Windows.Forms.ComboBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents groupCombobox As System.Windows.Forms.ComboBox
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents btnEdit As System.Windows.Forms.Button
Friend WithEvents txtFriendGroupId As System.Windows.Forms.ComboBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txtAddress As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtEmail As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtMobilePhone As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtTEL As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents txtFriendName As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnDeleteContact As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -