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

📄 frmaddroom.frm

📁 This file came from Planet-Source-Code.com...the home millions of lines of source code You can view
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{935C9182-411B-4FFB-9512-97C8745743BC}#2.4#0"; "AResize.ocx"
Begin VB.Form frmAddRoom 
   BackColor       =   &H00FF8080&
   Caption         =   "Add Room Details"
   ClientHeight    =   6825
   ClientLeft      =   1110
   ClientTop       =   450
   ClientWidth     =   8310
   BeginProperty Font 
      Name            =   "Verdana"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   Icon            =   "frmAddRoom.frx":0000
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   6825
   ScaleWidth      =   8310
   WindowState     =   2  'Maximized
   Begin VB.CommandButton cmdFind 
      BackColor       =   &H00FFFFFF&
      Caption         =   "&Search"
      Height          =   780
      Left            =   3720
      Picture         =   "frmAddRoom.frx":57E2
      Style           =   1  'Graphical
      TabIndex        =   31
      Top             =   5520
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      AutoRedraw      =   -1  'True
      AutoSize        =   -1  'True
      BackColor       =   &H80000018&
      DragMode        =   1  'Automatic
      DrawWidth       =   12
      FillColor       =   &H0000FF00&
      FillStyle       =   0  'Solid
      Height          =   2775
      Left            =   1080
      Negotiate       =   -1  'True
      OLEDragMode     =   1  'Automatic
      OLEDropMode     =   2  'Automatic
      ScaleHeight     =   2715
      ScaleWidth      =   6195
      TabIndex        =   23
      Top             =   2280
      Visible         =   0   'False
      Width           =   6255
      Begin VB.OptionButton optSearch 
         BackColor       =   &H80000018&
         Caption         =   "Room ID"
         Height          =   375
         Index           =   0
         Left            =   1680
         TabIndex        =   29
         Top             =   720
         Value           =   -1  'True
         Width           =   1335
      End
      Begin VB.OptionButton optSearch 
         BackColor       =   &H80000018&
         Caption         =   "Room Type"
         Height          =   375
         Index           =   1
         Left            =   3840
         TabIndex        =   28
         Top             =   720
         Width           =   1575
      End
      Begin VB.TextBox txtSearch 
         Height          =   375
         Left            =   960
         TabIndex        =   27
         Text            =   "Enter your Text Here"
         Top             =   1320
         Width           =   4575
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H000000FF&
         Caption         =   "X"
         Height          =   325
         Left            =   5880
         MaskColor       =   &H000000FF&
         Style           =   1  'Graphical
         TabIndex        =   26
         Top             =   15
         Width           =   325
      End
      Begin VB.CommandButton cmdFFind 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Search"
         Height          =   780
         Left            =   1800
         Picture         =   "frmAddRoom.frx":5C65
         Style           =   1  'Graphical
         TabIndex        =   25
         Top             =   1800
         Width           =   1095
      End
      Begin VB.CommandButton cmdFCancel 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Close"
         Height          =   780
         Left            =   3600
         Picture         =   "frmAddRoom.frx":60E8
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   1800
         Width           =   1095
      End
      Begin VB.Label Label2 
         BackColor       =   &H80000001&
         Caption         =   "Find"
         BeginProperty Font 
            Name            =   "Verdana"
            Size            =   11.25
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   30
         Top             =   80
         Width           =   855
      End
      Begin VB.Shape Shape2 
         BackColor       =   &H80000001&
         BackStyle       =   1  'Opaque
         Height          =   375
         Left            =   0
         Top             =   0
         Width           =   6255
      End
   End
   Begin VB.ComboBox cmbRoomType 
      Height          =   315
      Left            =   3480
      Style           =   2  'Dropdown List
      TabIndex        =   19
      Top             =   1800
      Visible         =   0   'False
      Width           =   3375
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00FF8080&
      Caption         =   "Record Operation"
      BeginProperty Font 
         Name            =   "Verdana"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   2295
      Left            =   1440
      TabIndex        =   18
      Top             =   4200
      Width           =   5775
      Begin VB.CommandButton cmdView 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&View All"
         Height          =   780
         Left            =   1080
         Picture         =   "frmAddRoom.frx":65F4
         Style           =   1  'Graphical
         TabIndex        =   13
         Top             =   1320
         Width           =   1095
      End
      Begin VB.CommandButton cmdAdd 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Add"
         Height          =   780
         Left            =   600
         Picture         =   "frmAddRoom.frx":6AAF
         Style           =   1  'Graphical
         TabIndex        =   9
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton cmdEdit 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Edit"
         Height          =   780
         Left            =   1800
         Picture         =   "frmAddRoom.frx":6F5E
         Style           =   1  'Graphical
         TabIndex        =   10
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton cmdDelete 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Delete"
         Height          =   780
         Left            =   3000
         Picture         =   "frmAddRoom.frx":7403
         Style           =   1  'Graphical
         TabIndex        =   11
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton cmdRefresh 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Refresh"
         Height          =   780
         Left            =   4200
         Picture         =   "frmAddRoom.frx":78BC
         Style           =   1  'Graphical
         TabIndex        =   12
         Top             =   360
         Width           =   1095
      End
      Begin VB.CommandButton cmdClose 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Close"
         Height          =   780
         Left            =   3480
         Picture         =   "frmAddRoom.frx":7D62
         Style           =   1  'Graphical
         TabIndex        =   14
         Top             =   1320
         Width           =   1095
      End
      Begin VB.CommandButton cmdUpdate 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Update"
         Height          =   780
         Left            =   600
         Picture         =   "frmAddRoom.frx":826E
         Style           =   1  'Graphical
         TabIndex        =   21
         Top             =   360
         Visible         =   0   'False
         Width           =   1095
      End
      Begin VB.CommandButton cmdCancel 
         BackColor       =   &H00FFFFFF&
         Caption         =   "&Cancel"
         Height          =   780
         Left            =   1800
         Picture         =   "frmAddRoom.frx":871C
         Style           =   1  'Graphical
         TabIndex        =   20
         Top             =   360
         Visible         =   0   'False
         Width           =   1095
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00FF8080&
      Caption         =   "Record Navigation"
      BeginProperty Font 
         Name            =   "Verdana"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   855
      Left            =   840
      TabIndex        =   17
      Top             =   3120
      Width           =   6855
      Begin VB.CommandButton cmdLast 
         BackColor       =   &H00FFFFFF&
         Height          =   540
         Left            =   6120
         Picture         =   "frmAddRoom.frx":8C20
         Style           =   1  'Graphical
         TabIndex        =   8
         Top             =   240
         UseMaskColor    =   -1  'True
         Width           =   585
      End
      Begin VB.CommandButton cmdNext 
         BackColor       =   &H00FFFFFF&
         Height          =   540
         Left            =   5400
         Picture         =   "frmAddRoom.frx":90F5
         Style           =   1  'Graphical
         TabIndex        =   7
         Top             =   240
         UseMaskColor    =   -1  'True
         Width           =   585
      End
      Begin VB.CommandButton cmdPrevious 
         BackColor       =   &H00FFFFFF&
         Height          =   540
         Left            =   945
         Picture         =   "frmAddRoom.frx":95D0
         Style           =   1  'Graphical
         TabIndex        =   5
         Top             =   240
         UseMaskColor    =   -1  'True
         Width           =   585
      End
      Begin VB.CommandButton cmdFirst 
         BackColor       =   &H00FFFFFF&
         Height          =   540
         Left            =   240
         Picture         =   "frmAddRoom.frx":9AB1
         Style           =   1  'Graphical
         TabIndex        =   4
         Top             =   240
         UseMaskColor    =   -1  'True
         Width           =   585
      End
      Begin VB.Label lblStatus 
         Alignment       =   2  'Center
         BackColor       =   &H00FFFFFF&
         BorderStyle     =   1  'Fixed Single
         Height          =   285
         Left            =   1680
         TabIndex        =   6
         Top             =   360
         Width           =   3480
      End
   End
   Begin VB.TextBox txtFields 
      DataField       =   "Room_Description"
      Height          =   285
      Index           =   3
      Left            =   3480
      TabIndex        =   3
      Tag             =   "Chr"
      Top             =   2400
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "Room_Type"
      Height          =   285
      Index           =   1
      Left            =   3480
      TabIndex        =   2
      Tag             =   "Chr"
      Top             =   1800
      Width           =   3375
   End
   Begin VB.TextBox txtFields 
      DataField       =   "Room_ID"
      Height          =   285
      Index           =   0
      Left            =   3480
      TabIndex        =   1
      Top             =   1260
      Width           =   3375
   End
   Begin ActiveResizeCtl.ActiveResize ActiveResize1 
      Left            =   360
      Top             =   360
      _ExtentX        =   847
      _ExtentY        =   847
      Resolution      =   4
      ScreenHeight    =   1024
      ScreenWidth     =   1280
      ScreenHeightDT  =   1024
      ScreenWidthDT   =   1280
      FormHeightDT    =   7335
      FormWidthDT     =   8430
      FormScaleHeightDT=   6825
      FormScaleWidthDT=   8310
      ResizeFormBackground=   -1  'True
      ResizePictureBoxContents=   -1  'True
   End
   Begin VB.Shape Shape1 
      BorderColor     =   &H00FFFFFF&
      Height          =   2055
      Left            =   1080
      Shape           =   4  'Rounded Rectangle
      Top             =   960
      Width           =   6255
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      BackColor       =   &H00FF8080&
      Caption         =   "ROOM DETAILS"
      BeginProperty Font 
         Name            =   "Verdana"
         Size            =   18
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      ForeColor       =   &H00FFFFFF&
      Height          =   435
      Left            =   2760
      TabIndex        =   22
      Top             =   360
      Width           =   3090
   End
   Begin VB.Label lblLabels 
      BackColor       =   &H00FF8080&
      Caption         =   "Room Description:"
      ForeColor       =   &H00FFFFFF&
      Height          =   255
      Index           =   3

⌨️ 快捷键说明

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