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

📄 form1.designer.vb

📁 清华大学出版社出版的 移动应用开发宝典 张大威(2008)的附书源代码
💻 VB
📖 第 1 页 / 共 2 页
字号:
<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.lblInterval = New System.Windows.Forms.Label
        Me.udInterval = New System.Windows.Forms.NumericUpDown
        Me.tpRecurrence = New System.Windows.Forms.TabPage
        Me.rbYearByNum = New System.Windows.Forms.RadioButton
        Me.rbMonthNum = New System.Windows.Forms.RadioButton
        Me.rbDaily = New System.Windows.Forms.RadioButton
        Me.lblInstances = New System.Windows.Forms.Label
        Me.udOccurences = New System.Windows.Forms.NumericUpDown
        Me.rbYearly = New System.Windows.Forms.RadioButton
        Me.rbMonthly = New System.Windows.Forms.RadioButton
        Me.rbWeekly = New System.Windows.Forms.RadioButton
        Me.dtpStart = New System.Windows.Forms.DateTimePicker
        Me.btnRecurring = New System.Windows.Forms.Button
        Me.treeView1 = New System.Windows.Forms.TreeView
        Me.btnEmail = New System.Windows.Forms.Button
        Me.btnSms = New System.Windows.Forms.Button
        Me.txtEmailAddr = New System.Windows.Forms.TextBox
        Me.txtNumber = New System.Windows.Forms.TextBox
        Me.txtBody = New System.Windows.Forms.TextBox
        Me.openFileDialog1 = New System.Windows.Forms.OpenFileDialog
        Me.btnNew = New System.Windows.Forms.Button
        Me.mnuOptions = New System.Windows.Forms.MenuItem
        Me.mnuAddSample = New System.Windows.Forms.MenuItem
        Me.radCalendar = New System.Windows.Forms.RadioButton
        Me.radContacts = New System.Windows.Forms.RadioButton
        Me.btnLookupSms = New System.Windows.Forms.Button
        Me.btnLookupEmail = New System.Windows.Forms.Button
        Me.mainMenu1 = New System.Windows.Forms.MainMenu
        Me.mnuExit = New System.Windows.Forms.MenuItem
        Me.btnCompose = New System.Windows.Forms.Button
        Me.btnSync = New System.Windows.Forms.Button
        Me.rbStatus = New System.Windows.Forms.RadioButton
        Me.tabPage2 = New System.Windows.Forms.TabPage
        Me.btnAttach = New System.Windows.Forms.Button
        Me.btnRemove = New System.Windows.Forms.Button
        Me.btnChange = New System.Windows.Forms.Button
        Me.tabPage1 = New System.Windows.Forms.TabPage
        Me.radTasks = New System.Windows.Forms.RadioButton
        Me.tabControl1 = New System.Windows.Forms.TabControl
        Me.DataGrid1 = New System.Windows.Forms.DataGrid
        Me.tpRecurrence.SuspendLayout()
        Me.tabPage2.SuspendLayout()
        Me.tabPage1.SuspendLayout()
        Me.tabControl1.SuspendLayout()
        Me.SuspendLayout()
        '
        'lblInterval
        '
        Me.lblInterval.Location = New System.Drawing.Point(133, 115)
        Me.lblInterval.Name = "lblInterval"
        Me.lblInterval.Size = New System.Drawing.Size(59, 20)
        Me.lblInterval.Text = "Interval:"
        '
        'udInterval
        '
        Me.udInterval.Location = New System.Drawing.Point(189, 115)
        Me.udInterval.Maximum = New Decimal(New Integer() {10, 0, 0, 0})
        Me.udInterval.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
        Me.udInterval.Name = "udInterval"
        Me.udInterval.Size = New System.Drawing.Size(43, 22)
        Me.udInterval.TabIndex = 10
        Me.udInterval.Value = New Decimal(New Integer() {1, 0, 0, 0})
        '
        'tpRecurrence
        '
        Me.tpRecurrence.Controls.Add(Me.lblInterval)
        Me.tpRecurrence.Controls.Add(Me.udInterval)
        Me.tpRecurrence.Controls.Add(Me.rbYearByNum)
        Me.tpRecurrence.Controls.Add(Me.rbMonthNum)
        Me.tpRecurrence.Controls.Add(Me.rbDaily)
        Me.tpRecurrence.Controls.Add(Me.lblInstances)
        Me.tpRecurrence.Controls.Add(Me.udOccurences)
        Me.tpRecurrence.Controls.Add(Me.rbYearly)
        Me.tpRecurrence.Controls.Add(Me.rbMonthly)
        Me.tpRecurrence.Controls.Add(Me.rbWeekly)
        Me.tpRecurrence.Controls.Add(Me.dtpStart)
        Me.tpRecurrence.Controls.Add(Me.btnRecurring)
        Me.tpRecurrence.Controls.Add(Me.treeView1)
        Me.tpRecurrence.Location = New System.Drawing.Point(0, 0)
        Me.tpRecurrence.Name = "tpRecurrence"
        Me.tpRecurrence.Size = New System.Drawing.Size(232, 242)
        Me.tpRecurrence.Text = "Recurrence"
        '
        'rbYearByNum
        '
        Me.rbYearByNum.Location = New System.Drawing.Point(160, 86)
        Me.rbYearByNum.Name = "rbYearByNum"
        Me.rbYearByNum.Size = New System.Drawing.Size(77, 20)
        Me.rbYearByNum.TabIndex = 9
        Me.rbYearByNum.Text = "Yr /num"
        '
        'rbMonthNum
        '
        Me.rbMonthNum.Location = New System.Drawing.Point(82, 86)
        Me.rbMonthNum.Name = "rbMonthNum"
        Me.rbMonthNum.Size = New System.Drawing.Size(79, 20)
        Me.rbMonthNum.TabIndex = 8
        Me.rbMonthNum.Text = "Mth /num"
        '
        'rbDaily
        '
        Me.rbDaily.Location = New System.Drawing.Point(8, 86)
        Me.rbDaily.Name = "rbDaily"
        Me.rbDaily.Size = New System.Drawing.Size(68, 20)
        Me.rbDaily.TabIndex = 7
        Me.rbDaily.Text = "Daily"
        '
        'lblInstances
        '
        Me.lblInstances.Location = New System.Drawing.Point(8, 114)
        Me.lblInstances.Name = "lblInstances"
        Me.lblInstances.Size = New System.Drawing.Size(78, 21)
        Me.lblInstances.Text = "Occurences:"
        '
        'udOccurences
        '
        Me.udOccurences.Location = New System.Drawing.Point(82, 115)
        Me.udOccurences.Maximum = New Decimal(New Integer() {15, 0, 0, 0})
        Me.udOccurences.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
        Me.udOccurences.Name = "udOccurences"
        Me.udOccurences.Size = New System.Drawing.Size(45, 22)
        Me.udOccurences.TabIndex = 6
        Me.udOccurences.Value = New Decimal(New Integer() {1, 0, 0, 0})
        '
        'rbYearly
        '
        Me.rbYearly.Location = New System.Drawing.Point(160, 60)
        Me.rbYearly.Name = "rbYearly"
        Me.rbYearly.Size = New System.Drawing.Size(73, 20)
        Me.rbYearly.TabIndex = 5
        Me.rbYearly.TabStop = False
        Me.rbYearly.Text = "Yearly"
        '
        'rbMonthly
        '
        Me.rbMonthly.Location = New System.Drawing.Point(82, 60)
        Me.rbMonthly.Name = "rbMonthly"
        Me.rbMonthly.Size = New System.Drawing.Size(71, 20)
        Me.rbMonthly.TabIndex = 4
        Me.rbMonthly.TabStop = False
        Me.rbMonthly.Text = "Monthly"
        '
        'rbWeekly
        '
        Me.rbWeekly.Checked = True
        Me.rbWeekly.Location = New System.Drawing.Point(8, 60)
        Me.rbWeekly.Name = "rbWeekly"
        Me.rbWeekly.Size = New System.Drawing.Size(68, 20)
        Me.rbWeekly.TabIndex = 3
        Me.rbWeekly.Text = "Weekly"
        '
        'dtpStart
        '
        Me.dtpStart.Location = New System.Drawing.Point(8, 31)
        Me.dtpStart.MaxDate = New Date(2010, 12, 31, 0, 0, 0, 0)
        Me.dtpStart.MinDate = New Date(2007, 1, 1, 0, 0, 0, 0)
        Me.dtpStart.Name = "dtpStart"
        Me.dtpStart.Size = New System.Drawing.Size(225, 22)
        Me.dtpStart.TabIndex = 2
        '
        'btnRecurring
        '
        Me.btnRecurring.Location = New System.Drawing.Point(8, 4)
        Me.btnRecurring.Name = "btnRecurring"
        Me.btnRecurring.Size = New System.Drawing.Size(225, 20)
        Me.btnRecurring.TabIndex = 1
        Me.btnRecurring.Text = "Create Recurring Appointment"
        '
        'treeView1
        '
        Me.treeView1.Location = New System.Drawing.Point(7, 143)
        Me.treeView1.Name = "treeView1"
        Me.treeView1.Size = New System.Drawing.Size(229, 99)
        Me.treeView1.TabIndex = 0
        '
        'btnEmail
        '
        Me.btnEmail.Location = New System.Drawing.Point(179, 155)
        Me.btnEmail.Name = "btnEmail"
        Me.btnEmail.Size = New System.Drawing.Size(54, 20)
        Me.btnEmail.TabIndex = 2
        Me.btnEmail.Text = "Email"
        '
        'btnSms
        '
        Me.btnSms.Location = New System.Drawing.Point(179, 208)
        Me.btnSms.Name = "btnSms"
        Me.btnSms.Size = New System.Drawing.Size(54, 20)
        Me.btnSms.TabIndex = 3
        Me.btnSms.Text = "Sms"
        '
        'txtEmailAddr
        '
        Me.txtEmailAddr.Location = New System.Drawing.Point(7, 155)
        Me.txtEmailAddr.Name = "txtEmailAddr"
        Me.txtEmailAddr.Size = New System.Drawing.Size(121, 21)
        Me.txtEmailAddr.TabIndex = 4
        '
        'txtNumber
        '
        Me.txtNumber.Location = New System.Drawing.Point(7, 208)
        Me.txtNumber.Name = "txtNumber"
        Me.txtNumber.Size = New System.Drawing.Size(121, 21)
        Me.txtNumber.TabIndex = 5
        '
        'txtBody
        '
        Me.txtBody.Location = New System.Drawing.Point(7, 7)
        Me.txtBody.MaxLength = 160
        Me.txtBody.Multiline = True
        Me.txtBody.Name = "txtBody"
        Me.txtBody.Size = New System.Drawing.Size(226, 142)
        Me.txtBody.TabIndex = 6

⌨️ 快捷键说明

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