frm_subscribe.frm

来自「关于图书馆管理的vfp程序」· FRM 代码 · 共 50 行

FRM
50
字号
VERSION 5.00
Begin VB.Form Frm_Subscribe 
   Caption         =   "借阅图书"
   ClientHeight    =   4980
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   6990
   LinkTopic       =   "Form1"
   ScaleHeight     =   4980
   ScaleWidth      =   6990
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   390
      Left            =   2040
      TabIndex        =   3
      Top             =   2040
      Width           =   2775
   End
   Begin VB.TextBox Txt_JSZ 
      Height          =   390
      Left            =   2040
      TabIndex        =   1
      Top             =   1230
      Width           =   2775
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "密码"
      Height          =   180
      Left            =   1200
      TabIndex        =   2
      Top             =   2130
      Width           =   360
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "借书证号"
      Height          =   180
      Left            =   1200
      TabIndex        =   0
      Top             =   1320
      Width           =   720
   End
End
Attribute VB_Name = "Frm_Subscribe"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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