main_xtjj.frm

来自「小型酒店管理系统 一个不错的酒店管理系统,用vb编写而成」· FRM 代码 · 共 53 行

FRM
53
字号
VERSION 5.00
Begin VB.Form main_xtjj 
   BackColor       =   &H00C0C0C0&
   Caption         =   "酒店管理系统简介"
   ClientHeight    =   5430
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   6915
   LinkTopic       =   "Form1"
   ScaleHeight     =   5430
   ScaleWidth      =   6915
   StartUpPosition =   3  '窗口缺省
   Begin VB.Frame Frame1 
      Caption         =   "酒店管理系统简介"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5055
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   6495
      Begin VB.Label Label1 
         Caption         =   $"main_xtjj.frx":0000
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   3375
         Left            =   120
         TabIndex        =   1
         Top             =   960
         Width           =   6015
      End
   End
End
Attribute VB_Name = "main_xtjj"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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