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

📄 cx_zy.frm

📁 一个简单的酒店管理系统 用VB.net+SQL2000实现
💻 FRM
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form cx_zy 
   ClientHeight    =   8880
   ClientLeft      =   60
   ClientTop       =   60
   ClientWidth     =   11880
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   8880
   ScaleWidth      =   11880
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Cmd3 
      Caption         =   "退出(ESC)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   555
      Left            =   9960
      TabIndex        =   0
      Top             =   7320
      Width           =   1575
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0C0C0&
      Height          =   6135
      Left            =   120
      TabIndex        =   1
      Top             =   600
      Width           =   11895
      Begin VB.Frame Frame2 
         Caption         =   "Frame2"
         Height          =   4575
         Left            =   7680
         TabIndex        =   9
         Top             =   600
         Width           =   3855
      End
      Begin VB.Timer Timer1 
         Interval        =   1000
         Left            =   240
         Top             =   2400
      End
      Begin VB.CommandButton Cmd2 
         Caption         =   "打印(F5)"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   555
         Index           =   0
         Left            =   1200
         Picture         =   "cx_zy.frx":0000
         TabIndex        =   2
         Top             =   5400
         Width           =   1575
      End
      Begin MSFlexGridLib.MSFlexGrid FLEX1 
         Height          =   4215
         Left            =   120
         TabIndex        =   3
         Top             =   960
         Width           =   7335
         _ExtentX        =   12938
         _ExtentY        =   7435
         _Version        =   327680
         Rows            =   3
         Cols            =   10
         FixedCols       =   0
         BackColor       =   -2147483624
         FocusRect       =   0
         SelectionMode   =   1
         AllowUserResizing=   3
      End
      Begin VB.Label rec_no 
         AutoSize        =   -1  'True
         Caption         =   "当前记录数:"
         Height          =   180
         Left            =   4200
         TabIndex        =   6
         Top             =   360
         Width           =   990
      End
      Begin VB.Label name1 
         AutoSize        =   -1  'True
         Caption         =   "列表说明:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   600
         TabIndex        =   5
         Top             =   360
         Width           =   1035
      End
      Begin VB.Label nam 
         AutoSize        =   -1  'True
         Caption         =   "操作类型:"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   210
         Left            =   9360
         TabIndex        =   4
         Top             =   240
         Width           =   1035
      End
   End
   Begin VB.Label frm_msg 
      AutoSize        =   -1  'True
      BackColor       =   &H8000000A&
      ForeColor       =   &H00FF0000&
      Height          =   255
      Left            =   5760
      TabIndex        =   8
      Top             =   120
      Width           =   3375
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackColor       =   &H00C0C0C0&
      BeginProperty Font 
         Name            =   "黑体"
         Size            =   18
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   240
      TabIndex        =   7
      Top             =   120
      Width           =   4650
   End
End
Attribute VB_Name = "cx_zy"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit

⌨️ 快捷键说明

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