www.pudn.com > studen.rar > Form7.Designer.vb


 _ 
Partial Class 登陆 
    Inherits System.Windows.Forms.Form 
 
    'Form 重写 Dispose,以清理组件列表。 
     _ 
    Protected Overrides Sub Dispose(ByVal disposing As Boolean) 
        If disposing AndAlso components IsNot Nothing Then 
            components.Dispose() 
        End If 
        MyBase.Dispose(disposing) 
    End Sub 
 
    'Windows 窗体设计器所必需的 
    Private components As System.ComponentModel.IContainer 
 
    '注意: 以下过程是 Windows 窗体设计器所必需的 
    '可以使用 Windows 窗体设计器修改它。 
    '不要使用代码编辑器修改它。 
     _ 
    Private Sub InitializeComponent() 
        Me.Label1 = New System.Windows.Forms.Label 
        Me.Label2 = New System.Windows.Forms.Label 
        Me.TextBox1 = New System.Windows.Forms.TextBox 
        Me.TextBox2 = New System.Windows.Forms.TextBox 
        Me.Button1 = New System.Windows.Forms.Button 
        Me.Button2 = New System.Windows.Forms.Button 
        Me.PictureBox1 = New System.Windows.Forms.PictureBox 
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() 
        Me.SuspendLayout() 
        ' 
        'Label1 
        ' 
        Me.Label1.AutoSize = True 
        Me.Label1.Location = New System.Drawing.Point(12, 370) 
        Me.Label1.Name = "Label1" 
        Me.Label1.Size = New System.Drawing.Size(65, 12) 
        Me.Label1.TabIndex = 1 
        Me.Label1.Text = "请输入帐号" 
        ' 
        'Label2 
        ' 
        Me.Label2.AutoSize = True 
        Me.Label2.Location = New System.Drawing.Point(223, 370) 
        Me.Label2.Name = "Label2" 
        Me.Label2.Size = New System.Drawing.Size(65, 12) 
        Me.Label2.TabIndex = 2 
        Me.Label2.Text = "请输入密码" 
        ' 
        'TextBox1 
        ' 
        Me.TextBox1.Location = New System.Drawing.Point(91, 367) 
        Me.TextBox1.Name = "TextBox1" 
        Me.TextBox1.Size = New System.Drawing.Size(100, 21) 
        Me.TextBox1.TabIndex = 3 
        ' 
        'TextBox2 
        ' 
        Me.TextBox2.Location = New System.Drawing.Point(294, 367) 
        Me.TextBox2.Name = "TextBox2" 
        Me.TextBox2.Size = New System.Drawing.Size(112, 21) 
        Me.TextBox2.TabIndex = 4 
        ' 
        'Button1 
        ' 
        Me.Button1.Location = New System.Drawing.Point(91, 394) 
        Me.Button1.Name = "Button1" 
        Me.Button1.Size = New System.Drawing.Size(74, 25) 
        Me.Button1.TabIndex = 5 
        Me.Button1.Text = "确定" 
        Me.Button1.UseVisualStyleBackColor = True 
        ' 
        'Button2 
        ' 
        Me.Button2.Location = New System.Drawing.Point(281, 396) 
        Me.Button2.Name = "Button2" 
        Me.Button2.Size = New System.Drawing.Size(75, 23) 
        Me.Button2.TabIndex = 6 
        Me.Button2.Text = "关闭" 
        Me.Button2.UseVisualStyleBackColor = True 
        ' 
        'PictureBox1 
        ' 
        Me.PictureBox1.BackgroundImage = Global.管理系统.My.Resources.Resources._Uploadfile_ceb16f0cbc6b69781 
        Me.PictureBox1.Location = New System.Drawing.Point(-2, 0) 
        Me.PictureBox1.Name = "PictureBox1" 
        Me.PictureBox1.Size = New System.Drawing.Size(500, 344) 
        Me.PictureBox1.TabIndex = 0 
        Me.PictureBox1.TabStop = False 
        ' 
        '登陆 
        ' 
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) 
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 
        Me.ClientSize = New System.Drawing.Size(500, 434) 
        Me.Controls.Add(Me.Button2) 
        Me.Controls.Add(Me.Button1) 
        Me.Controls.Add(Me.TextBox2) 
        Me.Controls.Add(Me.TextBox1) 
        Me.Controls.Add(Me.Label2) 
        Me.Controls.Add(Me.Label1) 
        Me.Controls.Add(Me.PictureBox1) 
        Me.Name = "登陆" 
        Me.Text = "登陆" 
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() 
        Me.ResumeLayout(False) 
        Me.PerformLayout() 
 
    End Sub 
    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox 
    Friend WithEvents Label1 As System.Windows.Forms.Label 
    Friend WithEvents Label2 As System.Windows.Forms.Label 
    Friend WithEvents TextBox1 As System.Windows.Forms.TextBox 
    Friend WithEvents TextBox2 As System.Windows.Forms.TextBox 
    Friend WithEvents Button1 As System.Windows.Forms.Button 
    Friend WithEvents Button2 As System.Windows.Forms.Button 
End Class