form_bzhu.frm

来自「射频卡收费系统 自主开发 可以用于任何商业收费场所」· FRM 代码 · 共 51 行

FRM
51
字号
VERSION 5.00
Begin VB.Form Form_bzhu 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "帮助"
   ClientHeight    =   4050
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7335
   Icon            =   "Form_bzhu.frx":0000
   LinkTopic       =   "Form4"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   4050
   ScaleWidth      =   7335
   StartUpPosition =   2  '屏幕中心
   Begin VB.Image Image1 
      BorderStyle     =   1  'Fixed Single
      Height          =   1200
      Left            =   2040
      Picture         =   "Form_bzhu.frx":0442
      Stretch         =   -1  'True
      Top             =   840
      Width           =   3000
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      BackStyle       =   0  'Transparent
      Caption         =   "请打电话:13325259802"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00000000&
      Height          =   315
      Left            =   1800
      TabIndex        =   0
      Top             =   2400
      Width           =   3630
   End
End
Attribute VB_Name = "Form_bzhu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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