⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmself.frm

📁 国防工业部VB高级编程源码
💻 FRM
字号:
VERSION 5.00
Begin VB.Form frmSelf 
   Caption         =   "个人信息"
   ClientHeight    =   3060
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4275
   Icon            =   "frmSelf.frx":0000
   LinkTopic       =   "Form1"
   ScaleHeight     =   3060
   ScaleWidth      =   4275
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton cmdBack 
      Caption         =   "返回"
      Height          =   495
      Left            =   1440
      TabIndex        =   1
      Top             =   2160
      Width           =   1215
   End
   Begin VB.Label label 
      Caption         =   "用户在这里查看和修改个人信息。"
      Height          =   495
      Left            =   1080
      TabIndex        =   0
      Top             =   840
      Width           =   2055
   End
End
Attribute VB_Name = "frmSelf"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdBack_Click()
    Unload frmSelf
End Sub

⌨️ 快捷键说明

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