frm_credit.frm

来自「vb+sql2」· FRM 代码 · 共 28 行

FRM
28
字号
VERSION 5.00
Begin VB.Form frm_credit 
   BorderStyle     =   4  'Fixed ToolWindow
   Caption         =   "credit"
   ClientHeight    =   5025
   ClientLeft      =   4350
   ClientTop       =   2190
   ClientWidth     =   2760
   Icon            =   "frm_credit.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "frm_credit.frx":0442
   ScaleHeight     =   5025
   ScaleWidth      =   2760
   ShowInTaskbar   =   0   'False
End
Attribute VB_Name = "frm_credit"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

Private Sub Form_Click()
        Unload Me
End Sub

⌨️ 快捷键说明

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