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

📄 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.btnSend = New System.Windows.Forms.Button
        Me.textBox1 = New System.Windows.Forms.TextBox
        Me.txtCC = New System.Windows.Forms.TextBox
        Me.btnSmsSend = New System.Windows.Forms.Button
        Me.lblCc = New System.Windows.Forms.Label
        Me.txtSmsBody = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.cbAccounts = New System.Windows.Forms.ComboBox
        Me.txtSmsTo = New System.Windows.Forms.TextBox
        Me.tpSms = New System.Windows.Forms.TabPage
        Me.btnSync = New System.Windows.Forms.Button
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.lblTo = New System.Windows.Forms.Label
        Me.txtTo = New System.Windows.Forms.TextBox
        Me.tpEmail = New System.Windows.Forms.TabPage
        Me.tabControl1 = New System.Windows.Forms.TabControl
        Me.tpSms.SuspendLayout()
        Me.tpEmail.SuspendLayout()
        Me.tabControl1.SuspendLayout()
        Me.SuspendLayout()
        '
        'btnSend
        '
        Me.btnSend.Location = New System.Drawing.Point(138, 198)
        Me.btnSend.Name = "btnSend"
        Me.btnSend.Size = New System.Drawing.Size(95, 20)
        Me.btnSend.TabIndex = 5
        Me.btnSend.Text = "Send"
        '
        'textBox1
        '
        Me.textBox1.Location = New System.Drawing.Point(4, 59)
        Me.textBox1.Multiline = True
        Me.textBox1.Name = "textBox1"
        Me.textBox1.Size = New System.Drawing.Size(229, 133)
        Me.textBox1.TabIndex = 4
        '
        'txtCC
        '
        Me.txtCC.Location = New System.Drawing.Point(41, 35)
        Me.txtCC.Name = "txtCC"
        Me.txtCC.Size = New System.Drawing.Size(192, 21)
        Me.txtCC.TabIndex = 3
        '
        'btnSmsSend
        '
        Me.btnSmsSend.Location = New System.Drawing.Point(161, 137)
        Me.btnSmsSend.Name = "btnSmsSend"
        Me.btnSmsSend.Size = New System.Drawing.Size(72, 20)
        Me.btnSmsSend.TabIndex = 4
        Me.btnSmsSend.Text = "Send"
        '
        'lblCc
        '
        Me.lblCc.Location = New System.Drawing.Point(4, 35)
        Me.lblCc.Name = "lblCc"
        Me.lblCc.Size = New System.Drawing.Size(31, 20)
        Me.lblCc.Text = "CC:"
        '
        'txtSmsBody
        '
        Me.txtSmsBody.Location = New System.Drawing.Point(7, 31)
        Me.txtSmsBody.MaxLength = 320
        Me.txtSmsBody.Multiline = True
        Me.txtSmsBody.Name = "txtSmsBody"
        Me.txtSmsBody.Size = New System.Drawing.Size(226, 100)
        Me.txtSmsBody.TabIndex = 3
        '
        'label1
        '
        Me.label1.Location = New System.Drawing.Point(7, 5)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(31, 20)
        Me.label1.Text = "To:"
        '
        'cbAccounts
        '
        Me.cbAccounts.Location = New System.Drawing.Point(4, 198)
        Me.cbAccounts.Name = "cbAccounts"
        Me.cbAccounts.Size = New System.Drawing.Size(100, 22)
        Me.cbAccounts.TabIndex = 7
        '
        'txtSmsTo
        '
        Me.txtSmsTo.Location = New System.Drawing.Point(44, 4)
        Me.txtSmsTo.Name = "txtSmsTo"
        Me.txtSmsTo.Size = New System.Drawing.Size(189, 21)
        Me.txtSmsTo.TabIndex = 0
        Me.txtSmsTo.Text = "12345"
        '
        'tpSms
        '
        Me.tpSms.Controls.Add(Me.btnSmsSend)
        Me.tpSms.Controls.Add(Me.txtSmsBody)
        Me.tpSms.Controls.Add(Me.label1)
        Me.tpSms.Controls.Add(Me.txtSmsTo)
        Me.tpSms.Location = New System.Drawing.Point(0, 0)
        Me.tpSms.Name = "tpSms"
        Me.tpSms.Size = New System.Drawing.Size(232, 242)
        Me.tpSms.Text = "SMS"
        '
        'btnSync
        '
        Me.btnSync.Location = New System.Drawing.Point(138, 222)
        Me.btnSync.Name = "btnSync"
        Me.btnSync.Size = New System.Drawing.Size(95, 20)
        Me.btnSync.TabIndex = 6
        Me.btnSync.Text = "Send/Receive"
        '
        'lblTo
        '
        Me.lblTo.Location = New System.Drawing.Point(4, 4)
        Me.lblTo.Name = "lblTo"
        Me.lblTo.Size = New System.Drawing.Size(31, 20)
        Me.lblTo.Text = "To:"
        '
        'txtTo
        '
        Me.txtTo.Location = New System.Drawing.Point(41, 7)
        Me.txtTo.Name = "txtTo"
        Me.txtTo.Size = New System.Drawing.Size(192, 21)
        Me.txtTo.TabIndex = 0
        Me.txtTo.Text = "info@contoso.com"
        '
        'tpEmail
        '
        Me.tpEmail.Controls.Add(Me.cbAccounts)
        Me.tpEmail.Controls.Add(Me.btnSync)
        Me.tpEmail.Controls.Add(Me.btnSend)
        Me.tpEmail.Controls.Add(Me.textBox1)
        Me.tpEmail.Controls.Add(Me.txtCC)
        Me.tpEmail.Controls.Add(Me.lblCc)
        Me.tpEmail.Controls.Add(Me.lblTo)
        Me.tpEmail.Controls.Add(Me.txtTo)
        Me.tpEmail.Location = New System.Drawing.Point(0, 0)
        Me.tpEmail.Name = "tpEmail"
        Me.tpEmail.Size = New System.Drawing.Size(240, 245)
        Me.tpEmail.Text = "Email"
        '
        'tabControl1
        '
        Me.tabControl1.Controls.Add(Me.tpEmail)
        Me.tabControl1.Controls.Add(Me.tpSms)
        Me.tabControl1.Location = New System.Drawing.Point(0, 0)
        Me.tabControl1.Name = "tabControl1"
        Me.tabControl1.SelectedIndex = 0
        Me.tabControl1.Size = New System.Drawing.Size(240, 268)
        Me.tabControl1.TabIndex = 2
        '
        '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.tabControl1)
        Me.Menu = Me.mainMenu1
        Me.MinimizeBox = False
        Me.Name = "Form1"
        Me.Text = "Messaging"
        Me.tpSms.ResumeLayout(False)
        Me.tpEmail.ResumeLayout(False)
        Me.tabControl1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Private WithEvents btnSend As System.Windows.Forms.Button
    Private WithEvents textBox1 As System.Windows.Forms.TextBox
    Private WithEvents txtCC As System.Windows.Forms.TextBox
    Private WithEvents btnSmsSend As System.Windows.Forms.Button
    Private WithEvents lblCc As System.Windows.Forms.Label
    Private WithEvents txtSmsBody As System.Windows.Forms.TextBox
    Private WithEvents label1 As System.Windows.Forms.Label
    Private WithEvents cbAccounts As System.Windows.Forms.ComboBox
    Private WithEvents txtSmsTo As System.Windows.Forms.TextBox
    Private WithEvents tpSms As System.Windows.Forms.TabPage
    Private WithEvents btnSync As System.Windows.Forms.Button
    Private WithEvents mainMenu1 As System.Windows.Forms.MainMenu
    Private WithEvents lblTo As System.Windows.Forms.Label
    Private WithEvents txtTo As System.Windows.Forms.TextBox
    Private WithEvents tpEmail As System.Windows.Forms.TabPage
    Private WithEvents tabControl1 As System.Windows.Forms.TabControl

End Class

⌨️ 快捷键说明

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