ADO+ACESS实现的超市管理系统
源代码在线查看: frmwall.frm
VERSION 5.00
Begin VB.Form frmWallpaper
BackColor = &H00000000&
BorderStyle = 0 'None
Caption = "frmWallpaper"
ClientHeight = 11520
ClientLeft = 0
ClientTop = 0
ClientWidth = 15360
LinkTopic = "Form1"
ScaleHeight = 11520
ScaleWidth = 15360
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
WindowState = 2 'Maximized
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "迪迪POS系统"
BeginProperty Font
Name = "宋体"
Size = 72
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FF00&
Height = 3375
Left = 0
TabIndex = 1
Top = 0
Width = 15375
End
Begin VB.Label Company_Name
Alignment = 2 'Center
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Times New Roman"
Size = 72
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404040&
Height = 5535
Left = 0
TabIndex = 0
Top = 3840
Width = 12120
End
End
Attribute VB_Name = "frmWallpaper"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False