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

📄 main.frm

📁 酒店系统源码。为了学习和 研究软件内含的设计思想和原理
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{38911DA0-E448-11D0-84A3-00DD01104159}#1.1#0"; "COMCT332.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "{50CBA22D-9024-11D1-AD8F-8E94A5273767}#8.6#0"; "TRANIMG2.OCX"
Begin VB.Form SMAIN 
   AutoRedraw      =   -1  'True
   Caption         =   "酒店总台管理系统 V2.0 通用版"
   ClientHeight    =   6510
   ClientLeft      =   60
   ClientTop       =   -165
   ClientWidth     =   10575
   Icon            =   "main.frx":0000
   LinkTopic       =   "Form1"
   Picture         =   "main.frx":0442
   ScaleHeight     =   12342.97
   ScaleMode       =   0  'User
   ScaleWidth      =   17561.65
   WindowState     =   2  'Maximized
   Begin VB.Timer Timer3 
      Interval        =   5000
      Left            =   7680
      Top             =   1920
   End
   Begin ComCtl3.CoolBar CoolBar1 
      Align           =   1  'Align Top
      Height          =   495
      Left            =   0
      TabIndex        =   4
      Top             =   0
      Width           =   10575
      _ExtentX        =   18653
      _ExtentY        =   873
      BandCount       =   2
      _CBWidth        =   10575
      _CBHeight       =   495
      _Version        =   "6.7.8862"
      Child1          =   "Toolbar1"
      MinHeight1      =   435
      Width1          =   11820
      NewRow1         =   0   'False
      MinHeight2      =   360
      NewRow2         =   0   'False
      Begin MSComctlLib.Toolbar Toolbar1 
         Height          =   435
         Left            =   165
         TabIndex        =   5
         Top             =   30
         Width           =   10155
         _ExtentX        =   17912
         _ExtentY        =   767
         ButtonWidth     =   794
         ButtonHeight    =   767
         AllowCustomize  =   0   'False
         Style           =   1
         ImageList       =   "ImageList1"
         _Version        =   393216
         BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
            NumButtons      =   12
            BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "backup"
               Object.ToolTipText     =   "数据备份"
               ImageIndex      =   2
            EndProperty
            BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "restore"
               Object.ToolTipText     =   "数据恢复"
               ImageIndex      =   3
            EndProperty
            BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Style           =   3
            EndProperty
            BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "print"
               Object.ToolTipText     =   "页面设置"
               ImageIndex      =   4
            EndProperty
            BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "date"
               Object.ToolTipText     =   "日期修改"
               ImageIndex      =   5
            EndProperty
            BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "jsq"
               Object.ToolTipText     =   "计算器"
               ImageIndex      =   6
            EndProperty
            BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Style           =   3
            EndProperty
            BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "CZY"
               Object.ToolTipText     =   "更换操作员"
               ImageIndex      =   9
            EndProperty
            BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "HELP"
               Object.ToolTipText     =   "使用说明"
               ImageIndex      =   1
            EndProperty
            BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "about"
               Object.ToolTipText     =   "关于..."
               ImageIndex      =   7
            EndProperty
            BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Style           =   3
            EndProperty
            BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
               Key             =   "quit"
               Object.ToolTipText     =   "退出系统"
               ImageIndex      =   8
            EndProperty
         EndProperty
         Begin VB.PictureBox Picture1 
            Height          =   375
            Left            =   4680
            ScaleHeight     =   315
            ScaleWidth      =   6645
            TabIndex        =   9
            Top             =   30
            Width           =   6700
            Begin VB.Timer Timer2 
               Interval        =   1
               Left            =   1440
               Top             =   0
            End
            Begin VB.Label Label1 
               BackStyle       =   0  'Transparent
               Caption         =   "欢迎使用红日系列软件!版权所有(C)红日SOFT,梁秀林Crop.  联系电话:(0)13986848677"
               BeginProperty Font 
                  Name            =   "楷体_GB2312"
                  Size            =   12
                  Charset         =   134
                  Weight          =   400
                  Underline       =   0   'False
                  Italic          =   0   'False
                  Strikethrough   =   0   'False
               EndProperty
               Height          =   375
               Left            =   0
               TabIndex        =   10
               Top             =   40
               Width           =   9375
            End
         End
      End
   End
   Begin VB.PictureBox PicCaption 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   8.25
         Charset         =   0
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   720
      Left            =   240
      Picture         =   "main.frx":AF4A
      ScaleHeight     =   720
      ScaleWidth      =   9600
      TabIndex        =   2
      TabStop         =   0   'False
      Top             =   600
      Visible         =   0   'False
      Width           =   9600
      Begin VB.PictureBox PicBorder 
         AutoRedraw      =   -1  'True
         AutoSize        =   -1  'True
         BorderStyle     =   0  'None
         BeginProperty Font 
            Name            =   "MS Sans Serif"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   150
         Left            =   0
         Picture         =   "main.frx":2178E
         ScaleHeight     =   150
         ScaleWidth      =   1050
         TabIndex        =   3
         TabStop         =   0   'False
         Top             =   0
         Visible         =   0   'False
         Width           =   1050
      End
   End
   Begin MSComctlLib.StatusBar StatusBar1 
      Align           =   2  'Align Bottom
      Height          =   375
      Left            =   0
      TabIndex        =   0
      Top             =   6135
      Width           =   10575
      _ExtentX        =   18653
      _ExtentY        =   661
      _Version        =   393216
      BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628} 
         NumPanels       =   8
         BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   4514
            MinWidth        =   4514
            Text            =   "操作员:梁秀林"
            TextSave        =   "操作员:梁秀林"
         EndProperty
         BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   3558
            MinWidth        =   3558
            Text            =   "日期:2000年10月"
            TextSave        =   "日期:2000年10月"
         EndProperty
         BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   4673
            MinWidth        =   4673
            Text            =   "【酒店总台管理系统 V2.0版】"
            TextSave        =   "【酒店总台管理系统 V2.0版】"
         EndProperty
         BeginProperty Panel4 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Object.Width           =   3771
            MinWidth        =   3771
            Text            =   "·红日软件 版权所有·"
            TextSave        =   "·红日软件 版权所有·"
         EndProperty
         BeginProperty Panel5 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   1
            Object.Width           =   1009
            MinWidth        =   1009
            TextSave        =   "CAPS"
         EndProperty
         BeginProperty Panel6 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   2
            Object.Width           =   1009
            MinWidth        =   1009
            TextSave        =   "NUM"
         EndProperty
         BeginProperty Panel7 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   3
            Enabled         =   0   'False
            Object.Width           =   1009
            MinWidth        =   1009
            TextSave        =   "Ins"
         EndProperty
         BeginProperty Panel8 {8E3867AB-8586-11D1-B16A-00C0F0283628} 
            Style           =   5
            Object.Width           =   1198
            MinWidth        =   1198
            TextSave        =   "15:54"
         EndProperty
      EndProperty
   End
   Begin VB.Timer Timer1 
      Interval        =   1
      Left            =   300
      Top             =   1500
   End
   Begin MSComDlg.CommonDialog CommonDialog1 
      Left            =   240
      Top             =   3480
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      FromPage        =   1
      ToPage          =   99
   End
   Begin MSComctlLib.ImageList ImageList1 
      Left            =   420
      Top             =   2040
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   23
      ImageHeight     =   23
      MaskColor       =   16777215
      _Version        =   393216
      BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
         NumListImages   =   11
         BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":21EA0
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":222F4
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":22964
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":22FD4
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":23758
            Key             =   ""
         EndProperty
         BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":23D4C
            Key             =   ""
         EndProperty
         BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":241D8
            Key             =   ""
         EndProperty
         BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":2462C
            Key             =   ""
         EndProperty
         BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":24AB8
            Key             =   ""
         EndProperty
         BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":25BEC
            Key             =   ""
         EndProperty
         BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
            Picture         =   "main.frx":25FB8
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin DevPowerTransImg.TransImg TransImg1 
      Height          =   1575
      Left            =   960
      TabIndex        =   1
      Top             =   1349
      Width           =   2055
      _ExtentX        =   3625
      _ExtentY        =   2778
      AutoSize        =   0   'False
      MaskColor       =   16777215
      Transparent     =   -1  'True
      Picture         =   "main.frx":28548
   End
   Begin DevPowerTransImg.TransImg TransImg2 
      Height          =   1095
      Left            =   3960
      TabIndex        =   6
      Top             =   2160
      Width           =   5055
      _ExtentX        =   8916
      _ExtentY        =   1931
      AutoSize        =   0   'False
      MaskColor       =   16777215
      Transparent     =   -1  'True
      Picture         =   "main.frx":3373A
   End
   Begin DevPowerTransImg.TransImg TransImg3 
      Height          =   1095
      Left            =   2040
      TabIndex        =   7
      Top             =   3480
      Width           =   7455
      _ExtentX        =   13150
      _ExtentY        =   1931
      AutoSize        =   0   'False
      MaskColor       =   16777215
      Transparent     =   -1  'True
      Picture         =   "main.frx":3EBB0
   End
   Begin DevPowerTransImg.TransImg TransImg4 
      Height          =   495
      Left            =   4080
      TabIndex        =   8
      Top             =   5640
      Width           =   5055
      _ExtentX        =   8916
      _ExtentY        =   873
      AutoSize        =   0   'False
      MaskColor       =   16777215
      Transparent     =   -1  'True
      Picture         =   "main.frx":5E7F2
   End
   Begin VB.Menu mnuFILE 
      Caption         =   "文件(&F)"
      Begin VB.Menu mnuFILE_BACKUP 
         Caption         =   "数据备份(&B)"
         Shortcut        =   ^B
      End
      Begin VB.Menu mnuFILE_RESTORE 
         Caption         =   "数据恢复(&R)"
         Shortcut        =   ^R
      End
      Begin VB.Menu mnuFILE_CSH 
         Caption         =   "系统初始化(&D)"
      End
      Begin VB.Menu mnuFILE_2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFILE_PRINT 
         Caption         =   "页面设置(&U)"
      End
      Begin VB.Menu mnuFILE_4 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFILE_ZC 
         Caption         =   "更换操作员(&N)"
      End
      Begin VB.Menu mnuFILE_5 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFILE_EXIT 
         Caption         =   "退出(&X)"
         Shortcut        =   ^Q
      End
   End
   Begin VB.Menu mnuYD 
      Caption         =   "预订(&V)"
      Begin VB.Menu mnuYD_SR 
         Caption         =   "办理房间预定"
         Shortcut        =   {F2}
      End
      Begin VB.Menu mnuYD_QX 
         Caption         =   "取消预定"
      End
   End
   Begin VB.Menu mnuRZ 
      Caption         =   "入住登记(&Z)"
      Begin VB.Menu mnuRZ_SK 
         Caption         =   "散客入住"
         Shortcut        =   {F3}
      End
      Begin VB.Menu mnuRZ_TH 
         Caption         =   "团会入住"
         Shortcut        =   {F4}
      End
      Begin VB.Menu mnuRZ_1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuRZ_TF 
         Caption         =   "退    房"
         Begin VB.Menu mnuRZ_TF_SK 
            Caption         =   "散客..."
         End
         Begin VB.Menu mnuRZ_TF_TH 

⌨️ 快捷键说明

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