www.pudn.com > jiudianguanli.rar > frmtupian.frm


VERSION 5.00 
Begin VB.Form frmtupian  
   BorderStyle     =   0  'None 
   Caption         =   "Form1" 
   ClientHeight    =   9000 
   ClientLeft      =   0 
   ClientTop       =   0 
   ClientWidth     =   11595 
   LinkTopic       =   "Form1" 
   Picture         =   "frmtupian.frx":0000 
   ScaleHeight     =   9000 
   ScaleWidth      =   11595 
   ShowInTaskbar   =   0   'False 
   StartUpPosition =   3  '窗口缺省 
   WindowState     =   2  'Maximized 
   Begin VB.CommandButton Command2  
      Caption         =   "退出" 
      Height          =   375 
      Left            =   1080 
      TabIndex        =   1 
      Top             =   8400 
      Width           =   615 
   End 
   Begin VB.CommandButton Command1  
      Caption         =   "欢迎" 
      Height          =   375 
      Left            =   120 
      Picture         =   "frmtupian.frx":DFA4 
      TabIndex        =   0 
      Top             =   8400 
      Width           =   615 
   End 
   Begin VB.Label Label1  
      BackColor       =   &H00FFFFFF& 
      Caption         =   "欢迎使用酒店管理系统" 
      BeginProperty Font  
         Name            =   "宋体" 
         Size            =   36 
         Charset         =   134 
         Weight          =   700 
         Underline       =   0   'False 
         Italic          =   -1  'True 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   735 
      Left            =   120 
      TabIndex        =   2 
      Top             =   240 
      Width           =   7575 
   End 
End 
Attribute VB_Name = "frmtupian" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub Command1_Click() 
    frmdenglu.Show 
End Sub 
 
Private Sub Command2_Click() 
    Unload Me 
End Sub 
 
Private Sub Form_Load() 
    If connecttoserver = True Then 
        MsgBox "连接数据完毕" 
    Else 
        MsgBox "no" 
    End If 
 
End Sub 
 
Private Sub Timer1_Timer() 
    Unload Me 
    midguanli.Show 
End Sub