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

📄 pinusercontrol.designer.vb

📁 清华大学出版社出版的 移动应用开发宝典 张大威(2008)的附书源代码
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class PinUserControl
    Inherits System.Windows.Forms.UserControl

    'UserControl 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.btn0 = New System.Windows.Forms.Button
        Me.btnBack = New System.Windows.Forms.Button
        Me.btn9 = New System.Windows.Forms.Button
        Me.btn8 = New System.Windows.Forms.Button
        Me.btn7 = New System.Windows.Forms.Button
        Me.btn6 = New System.Windows.Forms.Button
        Me.btn5 = New System.Windows.Forms.Button
        Me.btn4 = New System.Windows.Forms.Button
        Me.btn3 = New System.Windows.Forms.Button
        Me.btn2 = New System.Windows.Forms.Button
        Me.btn1 = New System.Windows.Forms.Button
        Me.txtPin = New ControlLibraryVB.NumericTextBox
        Me.SuspendLayout()
        '
        'btn0
        '
        Me.btn0.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn0.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn0.Location = New System.Drawing.Point(41, 123)
        Me.btn0.Name = "btn0"
        Me.btn0.Size = New System.Drawing.Size(70, 25)
        Me.btn0.TabIndex = 22
        Me.btn0.TabStop = False
        Me.btn0.Text = "0"
        '
        'btnBack
        '
        Me.btnBack.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btnBack.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btnBack.Location = New System.Drawing.Point(3, 123)
        Me.btnBack.Name = "btnBack"
        Me.btnBack.Size = New System.Drawing.Size(32, 25)
        Me.btnBack.TabIndex = 21
        Me.btnBack.TabStop = False
        Me.btnBack.Text = "Clr"
        '
        'btn9
        '
        Me.btn9.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn9.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn9.Location = New System.Drawing.Point(79, 92)
        Me.btn9.Name = "btn9"
        Me.btn9.Size = New System.Drawing.Size(32, 25)
        Me.btn9.TabIndex = 20
        Me.btn9.TabStop = False
        Me.btn9.Text = "9"
        '
        'btn8
        '
        Me.btn8.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn8.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn8.Location = New System.Drawing.Point(41, 92)
        Me.btn8.Name = "btn8"
        Me.btn8.Size = New System.Drawing.Size(32, 25)
        Me.btn8.TabIndex = 19
        Me.btn8.TabStop = False
        Me.btn8.Text = "8"
        '
        'btn7
        '
        Me.btn7.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn7.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn7.Location = New System.Drawing.Point(3, 92)
        Me.btn7.Name = "btn7"
        Me.btn7.Size = New System.Drawing.Size(32, 25)
        Me.btn7.TabIndex = 18
        Me.btn7.TabStop = False
        Me.btn7.Text = "7"
        '
        'btn6
        '
        Me.btn6.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn6.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn6.Location = New System.Drawing.Point(79, 61)
        Me.btn6.Name = "btn6"
        Me.btn6.Size = New System.Drawing.Size(32, 25)
        Me.btn6.TabIndex = 17
        Me.btn6.TabStop = False
        Me.btn6.Text = "6"
        '
        'btn5
        '
        Me.btn5.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn5.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn5.Location = New System.Drawing.Point(41, 61)
        Me.btn5.Name = "btn5"
        Me.btn5.Size = New System.Drawing.Size(32, 25)
        Me.btn5.TabIndex = 16
        Me.btn5.TabStop = False
        Me.btn5.Text = "5"
        '
        'btn4
        '
        Me.btn4.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn4.Location = New System.Drawing.Point(3, 61)
        Me.btn4.Name = "btn4"
        Me.btn4.Size = New System.Drawing.Size(32, 25)
        Me.btn4.TabIndex = 15
        Me.btn4.TabStop = False
        Me.btn4.Text = "4"
        '
        'btn3
        '
        Me.btn3.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn3.Location = New System.Drawing.Point(79, 30)
        Me.btn3.Name = "btn3"
        Me.btn3.Size = New System.Drawing.Size(32, 25)
        Me.btn3.TabIndex = 14
        Me.btn3.TabStop = False
        Me.btn3.Text = "3"
        '
        'btn2
        '
        Me.btn2.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn2.Location = New System.Drawing.Point(41, 30)
        Me.btn2.Name = "btn2"
        Me.btn2.Size = New System.Drawing.Size(32, 25)
        Me.btn2.TabIndex = 13
        Me.btn2.TabStop = False
        Me.btn2.Text = "2"
        '
        'btn1
        '
        Me.btn1.BackColor = System.Drawing.SystemColors.ActiveCaption
        Me.btn1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
        Me.btn1.Location = New System.Drawing.Point(3, 30)
        Me.btn1.Name = "btn1"
        Me.btn1.Size = New System.Drawing.Size(32, 25)
        Me.btn1.TabIndex = 12
        Me.btn1.TabStop = False
        Me.btn1.Text = "1"
        '
        'txtPin
        '
        Me.txtPin.Location = New System.Drawing.Point(3, 3)
        Me.txtPin.Name = "txtPin"
        Me.txtPin.Size = New System.Drawing.Size(108, 21)
        Me.txtPin.TabIndex = 23
        '
        'PinUserControl
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
        Me.BackColor = System.Drawing.SystemColors.AppWorkspace
        Me.Controls.Add(Me.btnBack)
        Me.Controls.Add(Me.btn0)
        Me.Controls.Add(Me.btn9)
        Me.Controls.Add(Me.btn8)
        Me.Controls.Add(Me.btn7)
        Me.Controls.Add(Me.btn6)
        Me.Controls.Add(Me.btn5)
        Me.Controls.Add(Me.btn4)
        Me.Controls.Add(Me.btn3)
        Me.Controls.Add(Me.btn2)
        Me.Controls.Add(Me.btn1)
        Me.Controls.Add(Me.txtPin)
        Me.Name = "PinUserControl"
        Me.Size = New System.Drawing.Size(114, 152)
        Me.ResumeLayout(False)

    End Sub
    Private WithEvents btn0 As System.Windows.Forms.Button
    Private WithEvents btnBack As System.Windows.Forms.Button
    Private WithEvents btn9 As System.Windows.Forms.Button
    Private WithEvents btn8 As System.Windows.Forms.Button
    Private WithEvents btn7 As System.Windows.Forms.Button
    Private WithEvents btn6 As System.Windows.Forms.Button
    Private WithEvents btn5 As System.Windows.Forms.Button
    Private WithEvents btn4 As System.Windows.Forms.Button
    Private WithEvents btn3 As System.Windows.Forms.Button
    Private WithEvents btn2 As System.Windows.Forms.Button
    Private WithEvents btn1 As System.Windows.Forms.Button
    Friend WithEvents txtPin As NumericTextBox

End Class

⌨️ 快捷键说明

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