www.pudn.com > ModelingofElectricalCircuit.rar > About.frm


VERSION 5.00 
Begin VB.Form About  
   BackColor       =   &H00CBBAB4& 
   BorderStyle     =   1  'Fixed Single 
   Caption         =   "关于电气电路分析软件" 
   ClientHeight    =   5385 
   ClientLeft      =   45 
   ClientTop       =   375 
   ClientWidth     =   5370 
   Icon            =   "About.frx":0000 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   5385 
   ScaleWidth      =   5370 
   StartUpPosition =   2  '屏幕中心 
   Begin VB.CommandButton Command1  
      Caption         =   "确定" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   9.75 
         Charset         =   0 
         Weight          =   700 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   375 
      Left            =   4530 
      TabIndex        =   0 
      Top             =   4920 
      Width           =   690 
   End 
   Begin VB.Label Label1  
      BackStyle       =   0  'Transparent 
      Caption         =   "http://mndsoft.com" 
      BeginProperty Font  
         Name            =   "Verdana" 
         Size            =   9.75 
         Charset         =   0 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      ForeColor       =   &H00FFFFFF& 
      Height          =   255 
      Left            =   1440 
      TabIndex        =   1 
      Top             =   5040 
      Width           =   2895 
   End 
   Begin VB.Image Image1  
      Height          =   5385 
      Left            =   0 
      Picture         =   "About.frx":62A82 
      Top             =   0 
      Width           =   5370 
   End 
End 
Attribute VB_Name = "About" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
 
Private Sub Command1_Click() 
Unload Me 
Splash.Show 
End Sub