frmresult.frm

来自「应用串口通讯, 获取产品信息, 并与SAMPLE信息比较, 自动判断产品是否合格」· FRM 代码 · 共 58 行

FRM
58
字号
VERSION 5.00
Begin VB.Form frmResult 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Result"
   ClientHeight    =   2130
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   6555
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   2130
   ScaleWidth      =   6555
   StartUpPosition =   3  'Windows Default
   Begin VB.PictureBox picFail 
      AutoSize        =   -1  'True
      Height          =   1620
      Left            =   120
      Picture         =   "frmResult.frx":0000
      ScaleHeight     =   1560
      ScaleWidth      =   6210
      TabIndex        =   2
      Top             =   0
      Width           =   6270
   End
   Begin VB.CommandButton cmdOK 
      Height          =   375
      Left            =   2640
      Picture         =   "frmResult.frx":AD42
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   1680
      Width           =   975
   End
   Begin VB.PictureBox picPass 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      Height          =   1620
      Left            =   120
      Picture         =   "frmResult.frx":BAC4
      ScaleHeight     =   1560
      ScaleWidth      =   6240
      TabIndex        =   1
      Top             =   0
      Width           =   6300
   End
End
Attribute VB_Name = "frmResult"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdOK_Click()
    Me.Hide
End Sub

⌨️ 快捷键说明

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