frmZp.frm
上传用户:ykswallow
上传日期:2009-12-30
资源大小:1107k
文件大小:1k
源码类别:

其他行业

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form frmZp 
  3.    Caption         =   "照片"
  4.    ClientHeight    =   4245
  5.    ClientLeft      =   2775
  6.    ClientTop       =   3765
  7.    ClientWidth     =   3345
  8.    Icon            =   "frmZp.frx":0000
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   4245
  13.    ScaleWidth      =   3345
  14.    StartUpPosition =   1  '所有者中心
  15.    Begin VB.Image Image1 
  16.       BorderStyle     =   1  'Fixed Single
  17.       Height          =   2775
  18.       Left            =   0
  19.       Stretch         =   -1  'True
  20.       Top             =   0
  21.       Width           =   2775
  22.    End
  23. End
  24. Attribute VB_Name = "frmZp"
  25. Attribute VB_GlobalNameSpace = False
  26. Attribute VB_Creatable = False
  27. Attribute VB_PredeclaredId = True
  28. Attribute VB_Exposed = False
  29. Option Explicit
  30. Private Sub Form_Resize()
  31.     Image1.Move 0, 0, Width - 100, Height - 400
  32. End Sub