frmabout.frm
来自「电能表抄表软件,基本符合国家颁布的DL645通讯规约,去除了一些不必要的功能」· FRM 代码 · 共 49 行
FRM
49 行
VERSION 5.00
Begin VB.Form frmAbout
BorderStyle = 3 'Fixed Dialog
ClientHeight = 4320
ClientLeft = 2340
ClientTop = 1935
ClientWidth = 8655
ClipControls = 0 'False
Icon = "frmAbout.frx":0000
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2976.283
ScaleMode = 0 'User
ScaleWidth = 8125.26
ShowInTaskbar = 0 'False
Begin VB.Image Image1
Height = 4335
Left = 0
Picture = "frmAbout.frx":0CCA
Top = 0
Width = 11670
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Caption = "关于 " & "多费率电能表设置软件"
End Sub
Private Sub Image1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?