www.pudn.com > 一个完整的数据库管理程序.zip > frmSplash.frm


VERSION 5.00 
Begin VB.Form frmSplash  
   BorderStyle     =   3  'Fixed Dialog 
   ClientHeight    =   4125 
   ClientLeft      =   45 
   ClientTop       =   45 
   ClientWidth     =   7455 
   ControlBox      =   0   'False 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   4125 
   ScaleWidth      =   7455 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   2  '屏幕中心 
   Visible         =   0   'False 
   Begin VB.Frame fraMainFrame  
      Height          =   3930 
      Left            =   60 
      TabIndex        =   0 
      Top             =   -15 
      Width           =   7380 
      Begin VB.PictureBox picLogo  
         Height          =   2385 
         Left            =   510 
         Picture         =   "frmSplash.frx":0000 
         ScaleHeight     =   2325 
         ScaleWidth      =   1755 
         TabIndex        =   1 
         Top             =   855 
         Width           =   1815 
      End 
      Begin VB.Label Label1  
         Caption         =   "一九九九年六月" 
         Height          =   225 
         Left            =   4620 
         TabIndex        =   7 
         Top             =   3420 
         Width           =   1335 
      End 
      Begin VB.Label lblProductName  
         AutoSize        =   -1  'True 
         Caption         =   "订单管理系统" 
         BeginProperty Font  
            Name            =   "宋体" 
            Size            =   32.25 
            Charset         =   134 
            Weight          =   700 
            Underline       =   0   'False 
            Italic          =   0   'False 
            Strikethrough   =   0   'False 
         EndProperty 
         Height          =   645 
         Left            =   2670 
         TabIndex        =   6 
         Tag             =   "产品" 
         Top             =   1200 
         Width           =   3975 
      End 
      Begin VB.Label lblCompanyProduct  
         AutoSize        =   -1  'True 
         Caption         =   "金峰软件作坊荣誉出品:" 
         BeginProperty Font  
            Name            =   "宋体" 
            Size            =   15 
            Charset         =   134 
            Weight          =   700 
            Underline       =   0   'False 
            Italic          =   0   'False 
            Strikethrough   =   0   'False 
         EndProperty 
         Height          =   300 
         Left            =   2505 
         TabIndex        =   5 
         Tag             =   "公司产品" 
         Top             =   765 
         Width           =   3330 
      End 
      Begin VB.Label lblPlatform  
         Alignment       =   1  'Right Justify 
         AutoSize        =   -1  'True 
         Caption         =   "平台:windows95/98" 
         BeginProperty Font  
            Name            =   "宋体" 
            Size            =   15.75 
            Charset         =   134 
            Weight          =   700 
            Underline       =   0   'False 
            Italic          =   0   'False 
            Strikethrough   =   0   'False 
         EndProperty 
         Height          =   315 
         Left            =   3990 
         TabIndex        =   4 
         Tag             =   "平台" 
         Top             =   2400 
         Width           =   3015 
      End 
      Begin VB.Label lblVersion  
         Alignment       =   1  'Right Justify 
         AutoSize        =   -1  'True 
         Caption         =   "版本:v1.0" 
         BeginProperty Font  
            Name            =   "宋体" 
            Size            =   12 
            Charset         =   134 
            Weight          =   700 
            Underline       =   0   'False 
            Italic          =   0   'False 
            Strikethrough   =   0   'False 
         EndProperty 
         Height          =   240 
         Left            =   5805 
         TabIndex        =   3 
         Tag             =   "版本" 
         Top             =   2760 
         Width           =   1200 
      End 
      Begin VB.Label lblCopyright  
         Caption         =   "版权:嘉兴金峰软件工作室" 
         BeginProperty Font  
            Name            =   "宋体" 
            Size            =   8.25 
            Charset         =   134 
            Weight          =   400 
            Underline       =   0   'False 
            Italic          =   0   'False 
            Strikethrough   =   0   'False 
         EndProperty 
         Height          =   255 
         Left            =   4320 
         TabIndex        =   2 
         Tag             =   "版权" 
         Top             =   3150 
         Width           =   2025 
      End 
   End 
End 
Attribute VB_Name = "frmSplash" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False