⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sail.designer.vb

📁 聊天工具,一个可以在任何系统下运作的聊天工具
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmSail
    Inherits BaseForm

    '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.lblHeight = New System.Windows.Forms.Label
        Me.lblWeight = New System.Windows.Forms.Label
        Me.lblNationality = New System.Windows.Forms.Label
        Me.lblProvince = New System.Windows.Forms.Label
        Me.lblCity = New System.Windows.Forms.Label
        Me.lblSex = New System.Windows.Forms.Label
        Me.lblBirthday = New System.Windows.Forms.Label
        Me.lblEmail = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'lblHeight
        '
        Me.lblHeight.AutoSize = True
        Me.lblHeight.Location = New System.Drawing.Point(125, 78)
        Me.lblHeight.Name = "lblHeight"
        Me.lblHeight.Size = New System.Drawing.Size(41, 12)
        Me.lblHeight.TabIndex = 2
        Me.lblHeight.Text = "Label1"
        '
        'lblWeight
        '
        Me.lblWeight.AutoSize = True
        Me.lblWeight.Location = New System.Drawing.Point(125, 107)
        Me.lblWeight.Name = "lblWeight"
        Me.lblWeight.Size = New System.Drawing.Size(41, 12)
        Me.lblWeight.TabIndex = 3
        Me.lblWeight.Text = "Label2"
        '
        'lblNationality
        '
        Me.lblNationality.AutoSize = True
        Me.lblNationality.Location = New System.Drawing.Point(125, 132)
        Me.lblNationality.Name = "lblNationality"
        Me.lblNationality.Size = New System.Drawing.Size(41, 12)
        Me.lblNationality.TabIndex = 4
        Me.lblNationality.Text = "Label3"
        '
        'lblProvince
        '
        Me.lblProvince.AutoSize = True
        Me.lblProvince.Location = New System.Drawing.Point(125, 158)
        Me.lblProvince.Name = "lblProvince"
        Me.lblProvince.Size = New System.Drawing.Size(41, 12)
        Me.lblProvince.TabIndex = 5
        Me.lblProvince.Text = "Label4"
        '
        'lblCity
        '
        Me.lblCity.AutoSize = True
        Me.lblCity.Location = New System.Drawing.Point(125, 186)
        Me.lblCity.Name = "lblCity"
        Me.lblCity.Size = New System.Drawing.Size(41, 12)
        Me.lblCity.TabIndex = 6
        Me.lblCity.Text = "Label5"
        '
        'lblSex
        '
        Me.lblSex.AutoSize = True
        Me.lblSex.Location = New System.Drawing.Point(125, 214)
        Me.lblSex.Name = "lblSex"
        Me.lblSex.Size = New System.Drawing.Size(41, 12)
        Me.lblSex.TabIndex = 7
        Me.lblSex.Text = "lblSex"
        '
        'lblBirthday
        '
        Me.lblBirthday.AutoSize = True
        Me.lblBirthday.Location = New System.Drawing.Point(125, 246)
        Me.lblBirthday.Name = "lblBirthday"
        Me.lblBirthday.Size = New System.Drawing.Size(41, 12)
        Me.lblBirthday.TabIndex = 8
        Me.lblBirthday.Text = "Label2"
        '
        'lblEmail
        '
        Me.lblEmail.AutoSize = True
        Me.lblEmail.Location = New System.Drawing.Point(125, 274)
        Me.lblEmail.Name = "lblEmail"
        Me.lblEmail.Size = New System.Drawing.Size(41, 12)
        Me.lblEmail.TabIndex = 9
        Me.lblEmail.Text = "Label3"
        '
        'frmSail
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(437, 359)
        Me.Controls.Add(Me.lblEmail)
        Me.Controls.Add(Me.lblBirthday)
        Me.Controls.Add(Me.lblSex)
        Me.Controls.Add(Me.lblCity)
        Me.Controls.Add(Me.lblProvince)
        Me.Controls.Add(Me.lblNationality)
        Me.Controls.Add(Me.lblWeight)
        Me.Controls.Add(Me.lblHeight)
        Me.Name = "frmSail"
        Me.Text = "sail"
        Me.Controls.SetChildIndex(Me.lblHeight, 0)
        Me.Controls.SetChildIndex(Me.lblWeight, 0)
        Me.Controls.SetChildIndex(Me.lblNationality, 0)
        Me.Controls.SetChildIndex(Me.lblProvince, 0)
        Me.Controls.SetChildIndex(Me.lblCity, 0)
        Me.Controls.SetChildIndex(Me.lblSex, 0)
        Me.Controls.SetChildIndex(Me.lblBirthday, 0)
        Me.Controls.SetChildIndex(Me.lblEmail, 0)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents lblHeight As System.Windows.Forms.Label
    Friend WithEvents lblWeight As System.Windows.Forms.Label
    Friend WithEvents lblNationality As System.Windows.Forms.Label
    Friend WithEvents lblProvince As System.Windows.Forms.Label
    Friend WithEvents lblCity As System.Windows.Forms.Label
    Friend WithEvents lblSex As System.Windows.Forms.Label
    Friend WithEvents lblBirthday As System.Windows.Forms.Label
    Friend WithEvents lblEmail As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -