www.pudn.com > AVPhone.zip > Form2.frm
VERSION 5.00
Begin VB.Form Form2
BackColor = &H80000001&
BorderStyle = 0 'None
Caption = "Form2"
ClientHeight = 2925
ClientLeft = 1560
ClientTop = 1920
ClientWidth = 4095
LinkTopic = "Form2"
ScaleHeight = 2925
ScaleWidth = 4095
ShowInTaskbar = 0 'False
StartUpPosition = 2 'ÆÁÄ»ÖÐÐÄ
Begin VB.Image Image1
Height = 480
Left = 720
Picture = "Form2.frx":0000
Stretch = -1 'True
Top = 720
Width = 480
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
Me.Image1.Move 0, 0, ScaleWidth, ScaleHeight
End Sub