frmbookinfo.frm

来自「图书管理系统New08-05-28.rar(包含文档)」· FRM 代码 · 共 38 行

FRM
38
字号
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form Form1 
   BackColor       =   &H00808000&
   Caption         =   "Form1"
   ClientHeight    =   6810
   ClientLeft      =   3000
   ClientTop       =   2655
   ClientWidth     =   9780
   LinkTopic       =   "Form1"
   ScaleHeight     =   6810
   ScaleWidth      =   9780
   Begin MSFlexGridLib.MSFlexGrid bookGrid 
      Height          =   5295
      Left            =   120
      TabIndex        =   0
      Top             =   840
      Width           =   9495
      _ExtentX        =   16748
      _ExtentY        =   9340
      _Version        =   393216
      Rows            =   1
      Cols            =   21
      FixedCols       =   0
      BackColor       =   -2147483639
      BackColorBkg    =   14737632
      GridColor       =   14737632
      GridColorFixed  =   14737632
      SelectionMode   =   1
      AllowUserResizing=   1
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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