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

📄 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
    private mainMenu1 As System.Windows.Forms.MainMenu

    '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.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.openFileDialog1 = New System.Windows.Forms.OpenFileDialog
        Me.txtHost = New System.Windows.Forms.TextBox
        Me.btnIP = New System.Windows.Forms.Button
        Me.btnFile = New System.Windows.Forms.Button
        Me.label4 = New System.Windows.Forms.Label
        Me.listBox1 = New System.Windows.Forms.ListBox
        Me.txtRecipient = New System.Windows.Forms.TextBox
        Me.btnShare = New System.Windows.Forms.Button
        Me.txtNumber = New System.Windows.Forms.TextBox
        Me.txtCompany = New System.Windows.Forms.TextBox
        Me.label3 = New System.Windows.Forms.Label
        Me.label2 = New System.Windows.Forms.Label
        Me.label1 = New System.Windows.Forms.Label
        Me.txtName = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'openFileDialog1
        '
        Me.openFileDialog1.FileName = "openFileDialog1"
        Me.openFileDialog1.Filter = "All Files|*.*"
        '
        'txtHost
        '
        Me.txtHost.Location = New System.Drawing.Point(3, 82)
        Me.txtHost.Name = "txtHost"
        Me.txtHost.Size = New System.Drawing.Size(160, 21)
        Me.txtHost.TabIndex = 35
        Me.txtHost.Text = "PPP_PEER"
        '
        'btnIP
        '
        Me.btnIP.Location = New System.Drawing.Point(3, 110)
        Me.btnIP.Name = "btnIP"
        Me.btnIP.Size = New System.Drawing.Size(63, 20)
        Me.btnIP.TabIndex = 34
        Me.btnIP.Text = "Get IP"
        '
        'btnFile
        '
        Me.btnFile.Location = New System.Drawing.Point(165, 110)
        Me.btnFile.Name = "btnFile"
        Me.btnFile.Size = New System.Drawing.Size(72, 20)
        Me.btnFile.TabIndex = 33
        Me.btnFile.Text = "Send File"
        '
        'label4
        '
        Me.label4.Location = New System.Drawing.Point(3, 172)
        Me.label4.Name = "label4"
        Me.label4.Size = New System.Drawing.Size(100, 20)
        Me.label4.Text = "Received:"
        '
        'listBox1
        '
        Me.listBox1.Location = New System.Drawing.Point(0, 195)
        Me.listBox1.Name = "listBox1"
        Me.listBox1.Size = New System.Drawing.Size(240, 72)
        Me.listBox1.TabIndex = 32
        '
        'txtRecipient
        '
        Me.txtRecipient.Location = New System.Drawing.Point(72, 109)
        Me.txtRecipient.Name = "txtRecipient"
        Me.txtRecipient.Size = New System.Drawing.Size(91, 21)
        Me.txtRecipient.TabIndex = 31
        Me.txtRecipient.Text = "192.168.2.2"
        '
        'btnShare
        '
        Me.btnShare.Location = New System.Drawing.Point(165, 83)
        Me.btnShare.Name = "btnShare"
        Me.btnShare.Size = New System.Drawing.Size(72, 20)
        Me.btnShare.TabIndex = 30
        Me.btnShare.Text = "Share"
        '
        'txtNumber
        '
        Me.txtNumber.Location = New System.Drawing.Point(72, 56)
        Me.txtNumber.Name = "txtNumber"
        Me.txtNumber.Size = New System.Drawing.Size(165, 21)
        Me.txtNumber.TabIndex = 29
        '
        'txtCompany
        '
        Me.txtCompany.Location = New System.Drawing.Point(72, 29)
        Me.txtCompany.Name = "txtCompany"
        Me.txtCompany.Size = New System.Drawing.Size(165, 21)
        Me.txtCompany.TabIndex = 28
        '
        'label3
        '
        Me.label3.Location = New System.Drawing.Point(3, 56)
        Me.label3.Name = "label3"
        Me.label3.Size = New System.Drawing.Size(77, 20)
        Me.label3.Text = "Number:"
        '
        'label2
        '
        Me.label2.Location = New System.Drawing.Point(3, 29)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(77, 20)
        Me.label2.Text = "Company:"
        '
        'label1
        '
        Me.label1.Location = New System.Drawing.Point(3, 3)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(63, 20)
        Me.label1.Text = "Name:"
        '
        'txtName
        '
        Me.txtName.Location = New System.Drawing.Point(72, 2)
        Me.txtName.Name = "txtName"
        Me.txtName.Size = New System.Drawing.Size(165, 21)
        Me.txtName.TabIndex = 27
        '
        '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.txtHost)
        Me.Controls.Add(Me.btnIP)
        Me.Controls.Add(Me.btnFile)
        Me.Controls.Add(Me.label4)
        Me.Controls.Add(Me.listBox1)
        Me.Controls.Add(Me.txtRecipient)
        Me.Controls.Add(Me.btnShare)
        Me.Controls.Add(Me.txtNumber)
        Me.Controls.Add(Me.txtCompany)
        Me.Controls.Add(Me.label3)
        Me.Controls.Add(Me.label2)
        Me.Controls.Add(Me.label1)
        Me.Controls.Add(Me.txtName)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "Form1"
        Me.Text = "Sockets"
        Me.ResumeLayout(False)

    End Sub
    Private WithEvents openFileDialog1 As System.Windows.Forms.OpenFileDialog
    Private WithEvents txtHost As System.Windows.Forms.TextBox
    Private WithEvents btnIP As System.Windows.Forms.Button
    Private WithEvents btnFile As System.Windows.Forms.Button
    Private WithEvents label4 As System.Windows.Forms.Label
    Private WithEvents listBox1 As System.Windows.Forms.ListBox
    Private WithEvents txtRecipient As System.Windows.Forms.TextBox
    Private WithEvents btnShare As System.Windows.Forms.Button
    Private WithEvents txtNumber As System.Windows.Forms.TextBox
    Private WithEvents txtCompany As System.Windows.Forms.TextBox
    Private WithEvents label3 As System.Windows.Forms.Label
    Private WithEvents label2 As System.Windows.Forms.Label
    Private WithEvents label1 As System.Windows.Forms.Label
    Private WithEvents txtName As System.Windows.Forms.TextBox

End Class

⌨️ 快捷键说明

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