www.pudn.com > 5101.zip > F5101.FRM


VERSION 5.00 
Begin VB.Form F_5101  
   BorderStyle     =   1  'Fixed Single 
   Caption         =   "F5101数据采集系统" 
   ClientHeight    =   4710 
   ClientLeft      =   45 
   ClientTop       =   330 
   ClientWidth     =   6540 
   BeginProperty Font  
      Name            =   "宋体" 
      Size            =   12 
      Charset         =   134 
      Weight          =   400 
      Underline       =   0   'False 
      Italic          =   0   'False 
      Strikethrough   =   0   'False 
   EndProperty 
   LinkTopic       =   "Form1" 
   MaxButton       =   0   'False 
   MinButton       =   0   'False 
   ScaleHeight     =   4710 
   ScaleWidth      =   6540 
   StartUpPosition =   3  'Windows Default 
   Begin VB.CommandButton Quit  
      Caption         =   "返  回" 
      Height          =   495 
      Left            =   4320 
      TabIndex        =   4 
      Top             =   3960 
      Width           =   1695 
   End 
   Begin VB.CommandButton Parameter  
      Caption         =   "参  数" 
      Height          =   495 
      Left            =   4320 
      TabIndex        =   3 
      Top             =   3360 
      Width           =   1695 
   End 
   Begin VB.CommandButton channel  
      Caption         =   "通  道" 
      Height          =   495 
      Left            =   4320 
      TabIndex        =   2 
      Top             =   2760 
      Width           =   1695 
   End 
   Begin VB.CommandButton ad  
      Caption         =   "AD 采集" 
      Height          =   495 
      Left            =   1440 
      TabIndex        =   1 
      Top             =   2040 
      Width           =   3015 
   End 
   Begin VB.Frame Frame1  
      BeginProperty Font  
         Name            =   "宋体" 
         Size            =   9 
         Charset         =   134 
         Weight          =   400 
         Underline       =   0   'False 
         Italic          =   0   'False 
         Strikethrough   =   0   'False 
      EndProperty 
      Height          =   1575 
      Left            =   120 
      TabIndex        =   0 
      Top             =   240 
      Width           =   6255 
      Begin VB.Image Image1  
         Height          =   1275 
         Left            =   120 
         Picture         =   "f5101.frx":0000 
         Top             =   240 
         Width           =   5925 
      End 
   End 
   Begin VB.Image Image2  
      Height          =   1830 
      Left            =   360 
      Picture         =   "f5101.frx":42EA 
      Top             =   2640 
      Width           =   3720 
   End 
End 
Attribute VB_Name = "F_5101" 
Attribute VB_GlobalNameSpace = False 
Attribute VB_Creatable = False 
Attribute VB_PredeclaredId = True 
Attribute VB_Exposed = False 
Private Sub ad_Click() 
    F5101ad.Show 1 
End Sub 
 
Private Sub channel_Click() 
    F5101Ch.Show 1 
End Sub 
 
Private Sub Form_Load() 
    n = f5101_LoadPara() 
End Sub 
 
Private Sub Parameter_Click() 
    F5101pa.Show 1 
End Sub 
 
Private Sub Quit_Click() 
    Unload Me 
End Sub