📄 addcontact.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddContact
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.Label1 = New System.Windows.Forms.Label
Me.txtFriendName = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.txtTEL = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.txtMobilePhone = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.txtEmail = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.txtAddress = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.txtFriendGroupId = New System.Windows.Forms.ComboBox
Me.btnAddContact = New System.Windows.Forms.Button
Me.lblmessage = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(39, 24)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(29, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "姓名"
'
'txtFriendName
'
Me.txtFriendName.Location = New System.Drawing.Point(78, 21)
Me.txtFriendName.Name = "txtFriendName"
Me.txtFriendName.Size = New System.Drawing.Size(100, 21)
Me.txtFriendName.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(39, 54)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 2
Me.Label2.Text = "电话"
'
'txtTEL
'
Me.txtTEL.Location = New System.Drawing.Point(78, 54)
Me.txtTEL.Name = "txtTEL"
Me.txtTEL.Size = New System.Drawing.Size(100, 21)
Me.txtTEL.TabIndex = 3
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(15, 84)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
Me.Label3.TabIndex = 4
Me.Label3.Text = "手机号码"
'
'txtMobilePhone
'
Me.txtMobilePhone.Location = New System.Drawing.Point(78, 84)
Me.txtMobilePhone.Name = "txtMobilePhone"
Me.txtMobilePhone.Size = New System.Drawing.Size(120, 21)
Me.txtMobilePhone.TabIndex = 5
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(15, 114)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 12)
Me.Label4.TabIndex = 6
Me.Label4.Text = "电子邮件"
'
'txtEmail
'
Me.txtEmail.Location = New System.Drawing.Point(78, 114)
Me.txtEmail.Name = "txtEmail"
Me.txtEmail.Size = New System.Drawing.Size(150, 21)
Me.txtEmail.TabIndex = 7
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(39, 144)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 12)
Me.Label5.TabIndex = 8
Me.Label5.Text = "地址"
'
'txtAddress
'
Me.txtAddress.Location = New System.Drawing.Point(78, 144)
Me.txtAddress.Name = "txtAddress"
Me.txtAddress.Size = New System.Drawing.Size(300, 21)
Me.txtAddress.TabIndex = 9
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(15, 174)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 12)
Me.Label6.TabIndex = 10
Me.Label6.Text = "所属分组"
'
'txtFriendGroupId
'
Me.txtFriendGroupId.FormattingEnabled = True
Me.txtFriendGroupId.Location = New System.Drawing.Point(78, 174)
Me.txtFriendGroupId.Name = "txtFriendGroupId"
Me.txtFriendGroupId.Size = New System.Drawing.Size(200, 20)
Me.txtFriendGroupId.TabIndex = 11
'
'btnAddContact
'
Me.btnAddContact.Location = New System.Drawing.Point(78, 211)
Me.btnAddContact.Name = "btnAddContact"
Me.btnAddContact.Size = New System.Drawing.Size(75, 23)
Me.btnAddContact.TabIndex = 12
Me.btnAddContact.Text = "添加联系人"
Me.btnAddContact.UseVisualStyleBackColor = True
'
'lblmessage
'
Me.lblmessage.AutoSize = True
Me.lblmessage.ForeColor = System.Drawing.Color.Red
Me.lblmessage.Location = New System.Drawing.Point(176, 222)
Me.lblmessage.Name = "lblmessage"
Me.lblmessage.Size = New System.Drawing.Size(0, 12)
Me.lblmessage.TabIndex = 13
'
'AddContact
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(392, 266)
Me.Controls.Add(Me.lblmessage)
Me.Controls.Add(Me.btnAddContact)
Me.Controls.Add(Me.txtFriendGroupId)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.txtAddress)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.txtEmail)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.txtMobilePhone)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.txtTEL)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtFriendName)
Me.Controls.Add(Me.Label1)
Me.Name = "AddContact"
Me.Text = "添加联系人"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtFriendName As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtTEL As System.Windows.Forms.TextBox
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents txtMobilePhone As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents txtEmail As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents txtAddress As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents txtFriendGroupId As System.Windows.Forms.ComboBox
Friend WithEvents btnAddContact As System.Windows.Forms.Button
Friend WithEvents lblmessage As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -