frmAbout.frm
资源名称:物流管理系统实例.rar [点击查看]
上传用户:ykswallow
上传日期:2009-12-30
资源大小:1107k
文件大小:4k
源码类别:
其他行业
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "关于“仓库物流管理”"
- ClientHeight = 2925
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 5160
- ClipControls = 0 'False
- Icon = "frmAbout.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2925
- ScaleWidth = 5160
- ShowInTaskbar = 0 'False
- StartUpPosition = 1 '所有者中心
- Tag = "关于 Project1"
- Begin VB.PictureBox picIcon
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- ClipControls = 0 'False
- Height = 1740
- Left = 240
- Picture = "frmAbout.frx":000C
- ScaleHeight = 1680
- ScaleMode = 0 'User
- ScaleWidth = 1680
- TabIndex = 1
- TabStop = 0 'False
- Top = 240
- Width = 1740
- End
- Begin VB.CommandButton cmdOK
- Cancel = -1 'True
- Caption = "确定"
- Default = -1 'True
- Height = 345
- Left = 3240
- TabIndex = 0
- Tag = "确定"
- Top = 2400
- Width = 1260
- End
- Begin VB.Label Label1
- Caption = "曾强聪"
- Height = 255
- Left = 3480
- TabIndex = 4
- Top = 1320
- Width = 735
- End
- Begin VB.Line Line1
- BorderColor = &H00808080&
- BorderStyle = 6 'Inside Solid
- Index = 1
- X1 = 120
- X2 = 4935
- Y1 = 2160
- Y2 = 2160
- End
- Begin VB.Label Label2
- Caption = "该应用程序仅限于教学。"
- Height = 345
- Left = 2280
- TabIndex = 3
- Tag = "版本"
- Top = 840
- Width = 2445
- End
- Begin VB.Label lblTitle
- AutoSize = -1 'True
- Caption = "仓库物流管理"
- BeginProperty Font
- Name = "宋体"
- Size = 15
- Charset = 134
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000000&
- Height = 300
- Left = 2280
- TabIndex = 2
- Tag = "应用程序标题"
- Top = 360
- Width = 1905
- End
- Begin VB.Line Line1
- BorderColor = &H00FFFFFF&
- BorderWidth = 2
- Index = 0
- X1 = 120
- X2 = 4920
- Y1 = 2160
- Y2 = 2160
- End
- Begin VB.Label Label3
- Caption = "2003年2月"
- Height = 255
- Left = 3360
- TabIndex = 5
- Top = 1680
- Width = 1215
- End
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub cmdOK_Click()
- Unload Me '释放窗体
- End Sub