form7.frm

来自「Hotel management project」· FRM 代码 · 共 50 行

FRM
50
字号
VERSION 5.00
Begin VB.Form Form7 
   Caption         =   "About Hotel Management"
   ClientHeight    =   3150
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   5565
   Icon            =   "Form7.frx":0000
   LinkTopic       =   "Form7"
   ScaleHeight     =   3150
   ScaleWidth      =   5565
   StartUpPosition =   1  'CenterOwner
   Begin VB.CommandButton cmdOK 
      Cancel          =   -1  'True
      Caption         =   "Close"
      Default         =   -1  'True
      Height          =   345
      Left            =   4155
      TabIndex        =   0
      Top             =   2745
      Width           =   1260
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00FFFFFF&
      BorderWidth     =   2
      Index           =   0
      X1              =   15
      X2              =   5564
      Y1              =   2580
      Y2              =   2580
   End
   Begin VB.Line Line1 
      BorderColor     =   &H00808080&
      BorderStyle     =   6  'Inside Solid
      Index           =   1
      X1              =   0
      X2              =   5564
      Y1              =   2565
      Y2              =   2565
   End
   Begin VB.Label Label8 
      Caption         =   "All rights reserved. "
      Height          =   255
      Left            =   990
      TabIndex        =   8
      Top             =   480
      Width           =   1455
   End
   Begin VB.Label Label7 
      Caption         =   "Copyright 

⌨️ 快捷键说明

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