⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fomface.frm

📁 这个程序包的主要功能是对多台5101b进行功能化测试
💻 FRM
字号:
VERSION 4.00
Begin VB.Form fomface 
   BorderStyle     =   0  'None
   Caption         =   "国防科工委第二计量中心"
   ClientHeight    =   4320
   ClientLeft      =   1875
   ClientTop       =   1365
   ClientWidth     =   6375
   ControlBox      =   0   'False
   Height          =   4725
   Left            =   1815
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "FOMFACE.frx":0000
   ScaleHeight     =   4320
   ScaleWidth      =   6375
   ShowInTaskbar   =   0   'False
   Top             =   1020
   Width           =   6495
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "数字表组"
      BeginProperty Font 
         name            =   "隶书_GB2312"
         charset         =   1
         weight          =   400
         size            =   18
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FF0000&
      Height          =   360
      Left            =   360
      TabIndex        =   8
      Top             =   360
      Width           =   1440
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "t"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   7
      Left            =   5160
      TabIndex        =   7
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "s"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   6
      Left            =   4560
      TabIndex        =   6
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "e"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   5
      Left            =   3960
      TabIndex        =   5
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "T"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   4
      Left            =   3360
      TabIndex        =   4
      Top             =   1440
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "o"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   3
      Left            =   2760
      TabIndex        =   3
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "t"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   2
      Left            =   2160
      TabIndex        =   2
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "u"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   735
      Index           =   1
      Left            =   1560
      TabIndex        =   1
      Top             =   1500
      Width           =   615
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "A"
      BeginProperty Font 
         name            =   "Comic Sans MS"
         charset         =   1
         weight          =   400
         size            =   27.75
         underline       =   0   'False
         italic          =   0   'False
         strikethrough   =   0   'False
      EndProperty
      Height          =   780
      Index           =   0
      Left            =   960
      TabIndex        =   0
      Top             =   1500
      Width           =   645
   End
End
Attribute VB_Name = "fomface"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Load()
Dim i As Integer
 
fomface.Show
wait 1
For i = 0 To 7
   Label1(i).ForeColor = &H40C0&
   wait 0.5
   Label1(i).ForeColor = &H80000012
Next i
For i = 0 To 7
   Label1(i).ForeColor = &H8000&
Next i
wait 1
Unload fomface
mdifomtest.Show
End Sub

Private Sub Label6_Click()

End Sub

Private Sub Label7_Click()
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -