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

📄 resourceform.designer.vb

📁 讲解visual studio的应用
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ResourceForm
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <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

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ResourceForm))
        Me.btnBadResource = New System.Windows.Forms.Button
        Me.lblInformation = New System.Windows.Forms.Label
        Me.pctPhoto = New System.Windows.Forms.PictureBox
        Me.pctResourced = New System.Windows.Forms.PictureBox
        CType(Me.pctPhoto, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.pctResourced, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'btnBadResource
        '
        Me.btnBadResource.Location = New System.Drawing.Point(12, 179)
        Me.btnBadResource.Name = "btnBadResource"
        Me.btnBadResource.Size = New System.Drawing.Size(474, 23)
        Me.btnBadResource.TabIndex = 0
        Me.btnBadResource.Text = "Bad Resource Example"
        Me.btnBadResource.UseVisualStyleBackColor = True
        '
        'lblInformation
        '
        Me.lblInformation.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.lblInformation.Location = New System.Drawing.Point(149, 12)
        Me.lblInformation.Name = "lblInformation"
        Me.lblInformation.Size = New System.Drawing.Size(200, 120)
        Me.lblInformation.TabIndex = 1
        Me.lblInformation.Text = "Information"
        '
        'pctPhoto
        '
        Me.pctPhoto.Location = New System.Drawing.Point(12, 12)
        Me.pctPhoto.Name = "pctPhoto"
        Me.pctPhoto.Size = New System.Drawing.Size(131, 120)
        Me.pctPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
        Me.pctPhoto.TabIndex = 2
        Me.pctPhoto.TabStop = False
        '
        'pctResourced
        '
        Me.pctResourced.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.pctResourced.Image = CType(resources.GetObject("pctResourced.Image"), System.Drawing.Image)
        Me.pctResourced.Location = New System.Drawing.Point(355, 12)
        Me.pctResourced.Name = "pctResourced"
        Me.pctResourced.Size = New System.Drawing.Size(131, 120)
        Me.pctResourced.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
        Me.pctResourced.TabIndex = 3
        Me.pctResourced.TabStop = False
        '
        'ResourceForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(498, 419)
        Me.Controls.Add(Me.pctResourced)
        Me.Controls.Add(Me.pctPhoto)
        Me.Controls.Add(Me.lblInformation)
        Me.Controls.Add(Me.btnBadResource)
        Me.Name = "ResourceForm"
        Me.Text = "Form1"
        CType(Me.pctPhoto, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.pctResourced, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btnBadResource As System.Windows.Forms.Button
    Friend WithEvents lblInformation As System.Windows.Forms.Label
    Friend WithEvents pctPhoto As System.Windows.Forms.PictureBox
    Friend WithEvents pctResourced As System.Windows.Forms.PictureBox

End Class

⌨️ 快捷键说明

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