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

📄 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.mnuLocation = New System.Windows.Forms.MenuItem
        Me.statusBar1 = New System.Windows.Forms.StatusBar
        Me.pbImage = New System.Windows.Forms.PictureBox
        Me.mnuChoose = New System.Windows.Forms.MenuItem
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.mnuCapture = New System.Windows.Forms.MenuItem
        Me.menuItem2 = New System.Windows.Forms.MenuItem
        Me.SuspendLayout()
        '
        'mnuLocation
        '
        Me.mnuLocation.Text = "Get Location"
        '
        'statusBar1
        '
        Me.statusBar1.Location = New System.Drawing.Point(0, 246)
        Me.statusBar1.Name = "statusBar1"
        Me.statusBar1.Size = New System.Drawing.Size(240, 22)
        '
        'pbImage
        '
        Me.pbImage.Location = New System.Drawing.Point(0, 0)
        Me.pbImage.Name = "pbImage"
        Me.pbImage.Size = New System.Drawing.Size(240, 207)
        Me.pbImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        '
        'mnuChoose
        '
        Me.mnuChoose.Text = "Choose Existing"
        '
        'mainMenu1
        '
        Me.mainMenu1.MenuItems.Add(Me.mnuCapture)
        Me.mainMenu1.MenuItems.Add(Me.menuItem2)
        '
        'mnuCapture
        '
        Me.mnuCapture.Text = "Capture"
        '
        'menuItem2
        '
        Me.menuItem2.MenuItems.Add(Me.mnuChoose)
        Me.menuItem2.MenuItems.Add(Me.mnuLocation)
        Me.menuItem2.Text = "Menu"
        '
        '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.statusBar1)
        Me.Controls.Add(Me.pbImage)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "Form1"
        Me.Text = "Camera"
        Me.ResumeLayout(False)

    End Sub
    Private WithEvents mnuLocation As System.Windows.Forms.MenuItem
    Private WithEvents statusBar1 As System.Windows.Forms.StatusBar
    Private WithEvents pbImage As System.Windows.Forms.PictureBox
    Private WithEvents mnuChoose As System.Windows.Forms.MenuItem
    Private WithEvents mainMenu1 As System.Windows.Forms.MainMenu
    Private WithEvents mnuCapture As System.Windows.Forms.MenuItem
    Private WithEvents menuItem2 As System.Windows.Forms.MenuItem

End Class

⌨️ 快捷键说明

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