Visual basic 数据库编程技术与实例源码 源码

源代码在线查看: frmwall.frm

软件大小: 18516 K
上传用户: simoncxl
关键词: Visual basic 源码 数据库
下载地址: 免注册下载 普通下载 VIP

相关代码

				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
				
				
							

相关资源