frm_xqinfo.frm

来自「visual basic 本系统对初学者很有帮助。」· FRM 代码 · 共 27 行

FRM
27
字号
VERSION 5.00
Begin VB.Form frm_xqinfo 
   Caption         =   "小区信息登记"
   ClientHeight    =   5025
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6900
   LinkTopic       =   "Form2"
   MaxButton       =   0   'False
   ScaleHeight     =   5025
   ScaleWidth      =   6900
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "小区信息浏览"
      Height          =   3375
      Left            =   3240
      TabIndex        =   0
      Top             =   360
      Width           =   3495
   End
End
Attribute VB_Name = "frm_xqinfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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