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

📄 form1.designer.vb

📁 清华大学出版社出版的 移动应用开发宝典 张大威(2008)的附书源代码
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Form1
    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()
        Me.btnRelease = New System.Windows.Forms.Button
        Me.btnConnect = New System.Windows.Forms.Button
        Me.btnStatus = New System.Windows.Forms.Button
        Me.txtStatus = New System.Windows.Forms.TextBox
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.lbDests = New System.Windows.Forms.ListBox
        Me.btnMap = New System.Windows.Forms.Button
        Me.txtUrl = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'btnRelease
        '
        Me.btnRelease.Location = New System.Drawing.Point(124, 163)
        Me.btnRelease.Name = "btnRelease"
        Me.btnRelease.Size = New System.Drawing.Size(113, 20)
        Me.btnRelease.TabIndex = 13
        Me.btnRelease.Text = "Release"
        '
        'btnConnect
        '
        Me.btnConnect.Location = New System.Drawing.Point(3, 163)
        Me.btnConnect.Name = "btnConnect"
        Me.btnConnect.Size = New System.Drawing.Size(115, 20)
        Me.btnConnect.TabIndex = 12
        Me.btnConnect.Text = "Connect"
        '
        'btnStatus
        '
        Me.btnStatus.Location = New System.Drawing.Point(3, 137)
        Me.btnStatus.Name = "btnStatus"
        Me.btnStatus.Size = New System.Drawing.Size(72, 20)
        Me.btnStatus.TabIndex = 11
        Me.btnStatus.Text = "Status"
        '
        'txtStatus
        '
        Me.txtStatus.Location = New System.Drawing.Point(81, 136)
        Me.txtStatus.Name = "txtStatus"
        Me.txtStatus.Size = New System.Drawing.Size(156, 21)
        Me.txtStatus.TabIndex = 10
        '
        'lbDests
        '
        Me.lbDests.Location = New System.Drawing.Point(3, 31)
        Me.lbDests.Name = "lbDests"
        Me.lbDests.Size = New System.Drawing.Size(234, 100)
        Me.lbDests.TabIndex = 9
        '
        'btnMap
        '
        Me.btnMap.Location = New System.Drawing.Point(195, 5)
        Me.btnMap.Name = "btnMap"
        Me.btnMap.Size = New System.Drawing.Size(42, 20)
        Me.btnMap.TabIndex = 8
        Me.btnMap.Text = "Map"
        '
        'txtUrl
        '
        Me.txtUrl.Location = New System.Drawing.Point(3, 4)
        Me.txtUrl.Name = "txtUrl"
        Me.txtUrl.Size = New System.Drawing.Size(186, 21)
        Me.txtUrl.TabIndex = 7
        Me.txtUrl.Text = "http://www.microsoft.com"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
        Me.AutoScroll = True
        Me.ClientSize = New System.Drawing.Size(240, 268)
        Me.Controls.Add(Me.btnRelease)
        Me.Controls.Add(Me.btnConnect)
        Me.Controls.Add(Me.btnStatus)
        Me.Controls.Add(Me.txtStatus)
        Me.Controls.Add(Me.lbDests)
        Me.Controls.Add(Me.btnMap)
        Me.Controls.Add(Me.txtUrl)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "Form1"
        Me.Text = "Connection Manager"
        Me.ResumeLayout(False)

    End Sub
    Private WithEvents btnRelease As System.Windows.Forms.Button
    Private WithEvents btnConnect As System.Windows.Forms.Button
    Private WithEvents btnStatus As System.Windows.Forms.Button
    Private WithEvents txtStatus As System.Windows.Forms.TextBox
    Private WithEvents mainMenu1 As System.Windows.Forms.MainMenu
    Private WithEvents lbDests As System.Windows.Forms.ListBox
    Private WithEvents btnMap As System.Windows.Forms.Button
    Private WithEvents txtUrl As System.Windows.Forms.TextBox

End Class

⌨️ 快捷键说明

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