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

📄 form1.designer.vb

📁 計算複利息,初學者看了一定明白,因為十1分易學易明易睇
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial 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.btn1 = New System.Windows.Forms.Button
        Me.lbl1 = New System.Windows.Forms.Label
        Me.lbl2 = New System.Windows.Forms.Label
        Me.lbl = New System.Windows.Forms.Label
        Me.lbl4 = New System.Windows.Forms.Label
        Me.lbl5 = New System.Windows.Forms.Label
        Me.lbl6 = New System.Windows.Forms.Label
        Me.txt1 = New System.Windows.Forms.TextBox
        Me.txt2 = New System.Windows.Forms.TextBox
        Me.txt3 = New System.Windows.Forms.TextBox
        Me.txt4 = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'btn1
        '
        Me.btn1.Location = New System.Drawing.Point(171, 257)
        Me.btn1.Name = "btn1"
        Me.btn1.Size = New System.Drawing.Size(180, 33)
        Me.btn1.TabIndex = 0
        Me.btn1.Text = "Compute Future Value"
        Me.btn1.UseVisualStyleBackColor = True
        '
        'lbl1
        '
        Me.lbl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl1.Location = New System.Drawing.Point(23, 38)
        Me.lbl1.Name = "lbl1"
        Me.lbl1.Size = New System.Drawing.Size(211, 18)
        Me.lbl1.TabIndex = 1
        Me.lbl1.Text = "Present Value"
        '
        'lbl2
        '
        Me.lbl2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl2.Location = New System.Drawing.Point(23, 66)
        Me.lbl2.Name = "lbl2"
        Me.lbl2.Size = New System.Drawing.Size(211, 19)
        Me.lbl2.TabIndex = 2
        Me.lbl2.Text = "Annual Interest Rate"
        '
        'lbl
        '
        Me.lbl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl.Location = New System.Drawing.Point(23, 94)
        Me.lbl.Name = "lbl"
        Me.lbl.Size = New System.Drawing.Size(211, 20)
        Me.lbl.TabIndex = 3
        Me.lbl.Text = "Number Of Years"
        '
        'lbl4
        '
        Me.lbl4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl4.Location = New System.Drawing.Point(23, 125)
        Me.lbl4.Name = "lbl4"
        Me.lbl4.Size = New System.Drawing.Size(211, 20)
        Me.lbl4.TabIndex = 4
        Me.lbl4.Text = "Compounding Periods / Year"
        '
        'lbl5
        '
        Me.lbl5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl5.Location = New System.Drawing.Point(23, 165)
        Me.lbl5.Name = "lbl5"
        Me.lbl5.Size = New System.Drawing.Size(211, 20)
        Me.lbl5.TabIndex = 5
        Me.lbl5.Text = "Future Value"
        '
        'lbl6
        '
        Me.lbl6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
        Me.lbl6.Location = New System.Drawing.Point(270, 165)
        Me.lbl6.Name = "lbl6"
        Me.lbl6.Size = New System.Drawing.Size(224, 20)
        Me.lbl6.TabIndex = 6
        '
        'txt1
        '
        Me.txt1.Location = New System.Drawing.Point(298, 38)
        Me.txt1.Name = "txt1"
        Me.txt1.Size = New System.Drawing.Size(65, 20)
        Me.txt1.TabIndex = 7
        '
        'txt2
        '
        Me.txt2.Location = New System.Drawing.Point(298, 66)
        Me.txt2.Name = "txt2"
        Me.txt2.Size = New System.Drawing.Size(65, 20)
        Me.txt2.TabIndex = 8
        '
        'txt3
        '
        Me.txt3.Location = New System.Drawing.Point(298, 94)
        Me.txt3.Name = "txt3"
        Me.txt3.Size = New System.Drawing.Size(65, 20)
        Me.txt3.TabIndex = 9
        '
        'txt4
        '
        Me.txt4.Location = New System.Drawing.Point(298, 125)
        Me.txt4.Name = "txt4"
        Me.txt4.Size = New System.Drawing.Size(65, 20)
        Me.txt4.TabIndex = 10
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(506, 342)
        Me.Controls.Add(Me.txt4)
        Me.Controls.Add(Me.txt3)
        Me.Controls.Add(Me.txt2)
        Me.Controls.Add(Me.txt1)
        Me.Controls.Add(Me.lbl6)
        Me.Controls.Add(Me.lbl5)
        Me.Controls.Add(Me.lbl4)
        Me.Controls.Add(Me.lbl)
        Me.Controls.Add(Me.lbl2)
        Me.Controls.Add(Me.lbl1)
        Me.Controls.Add(Me.btn1)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btn1 As System.Windows.Forms.Button
    Friend WithEvents lbl1 As System.Windows.Forms.Label
    Friend WithEvents lbl2 As System.Windows.Forms.Label
    Friend WithEvents lbl As System.Windows.Forms.Label
    Friend WithEvents lbl4 As System.Windows.Forms.Label
    Friend WithEvents lbl5 As System.Windows.Forms.Label
    Friend WithEvents lbl6 As System.Windows.Forms.Label
    Friend WithEvents txt1 As System.Windows.Forms.TextBox
    Friend WithEvents txt2 As System.Windows.Forms.TextBox
    Friend WithEvents txt3 As System.Windows.Forms.TextBox
    Friend WithEvents txt4 As System.Windows.Forms.TextBox

End Class

⌨️ 快捷键说明

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