frmZp.frm
资源名称:物流管理系统实例.rar [点击查看]
上传用户:ykswallow
上传日期:2009-12-30
资源大小:1107k
文件大小:1k
源码类别:
其他行业
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmZp
- Caption = "照片"
- ClientHeight = 4245
- ClientLeft = 2775
- ClientTop = 3765
- ClientWidth = 3345
- Icon = "frmZp.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4245
- ScaleWidth = 3345
- StartUpPosition = 1 '所有者中心
- Begin VB.Image Image1
- BorderStyle = 1 'Fixed Single
- Height = 2775
- Left = 0
- Stretch = -1 'True
- Top = 0
- Width = 2775
- End
- End
- Attribute VB_Name = "frmZp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Resize()
- Image1.Move 0, 0, Width - 100, Height - 400
- End Sub