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

📄 frmmain.frm

📁 该文件主要是关于SQL的数据库设计
💻 FRM
📖 第 1 页 / 共 5 页
字号:
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
         OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "select * from ViewAdminInfo"
         Caption         =   "Adodc12"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Frame Frame11 
         Caption         =   "概况查询"
         Height          =   2415
         Left            =   -68760
         TabIndex        =   86
         Top             =   600
         Width           =   3255
         Begin VB.CommandButton Command15 
            Caption         =   "确定"
            Height          =   375
            Left            =   960
            TabIndex        =   89
            Top             =   1800
            Width           =   1575
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            ItemData        =   "frmMain.frx":00A8
            Left            =   1320
            List            =   "frmMain.frx":00BE
            Style           =   2  'Dropdown List
            TabIndex        =   88
            Top             =   840
            Width           =   1575
         End
         Begin MSAdodcLib.Adodc Adodc11 
            Height          =   375
            Left            =   840
            Top             =   1440
            Visible         =   0   'False
            Width           =   1920
            _ExtentX        =   3387
            _ExtentY        =   661
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   8
            CursorOptions   =   0
            CacheSize       =   50
            MaxRecords      =   0
            BOFAction       =   0
            EOFAction       =   0
            ConnectStringType=   1
            Appearance      =   1
            BackColor       =   -2147483643
            ForeColor       =   -2147483640
            Orientation     =   0
            Enabled         =   -1
            Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
            OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
            OLEDBFile       =   ""
            DataSourceName  =   ""
            OtherAttributes =   ""
            UserName        =   ""
            Password        =   ""
            RecordSource    =   "select * from ViewGuestInfo"
            Caption         =   "Adodc11"
            BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
               Name            =   "宋体"
               Size            =   9
               Charset         =   134
               Weight          =   400
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            _Version        =   393216
         End
         Begin VB.Label Label21 
            Caption         =   "选择条件"
            Height          =   255
            Left            =   480
            TabIndex        =   87
            Top             =   960
            Width           =   735
         End
      End
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   330
         Left            =   -69240
         Top             =   5160
         Visible         =   0   'False
         Width           =   2040
         _ExtentX        =   3598
         _ExtentY        =   582
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   8
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
         OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "select * from ViewRoomInfo order by Rnum ASC"
         Caption         =   "Adodc2"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Frame Frame9 
         Caption         =   "概况查询"
         Height          =   1095
         Left            =   -69840
         TabIndex        =   72
         Top             =   480
         Width           =   4335
         Begin VB.CommandButton Command21 
            Caption         =   "显示满房"
            Height          =   495
            Left            =   2400
            TabIndex        =   74
            Top             =   360
            Width           =   1455
         End
         Begin VB.CommandButton Command20 
            Caption         =   "显示空房"
            Height          =   495
            Left            =   600
            TabIndex        =   73
            Top             =   360
            Width           =   1455
         End
      End
      Begin VB.Frame Frame8 
         Caption         =   "详细查询"
         Height          =   5175
         Left            =   -74760
         TabIndex        =   60
         Top             =   480
         Width           =   4695
         Begin VB.ComboBox Combo2 
            Height          =   300
            ItemData        =   "frmMain.frx":0100
            Left            =   1680
            List            =   "frmMain.frx":010D
            Style           =   2  'Dropdown List
            TabIndex        =   79
            Top             =   2160
            Width           =   2655
         End
         Begin VB.TextBox Text19 
            Height          =   375
            Left            =   3000
            TabIndex        =   70
            Top             =   3840
            Width           =   615
         End
         Begin VB.CommandButton Command24 
            Caption         =   "按房间价格查询"
            Height          =   375
            Left            =   360
            TabIndex        =   68
            Top             =   4440
            Width           =   3975
         End
         Begin VB.TextBox Text18 
            Height          =   375
            Left            =   1800
            TabIndex        =   67
            Top             =   3840
            Width           =   615
         End
         Begin VB.CommandButton Command23 
            Caption         =   "按房间类型查询"
            Height          =   375
            Left            =   360
            TabIndex        =   65
            Top             =   2760
            Width           =   3975
         End
         Begin VB.CommandButton Command22 
            Caption         =   "按房间编号查询"
            Height          =   375
            Left            =   360
            TabIndex        =   63
            Top             =   1200
            Width           =   3975
         End
         Begin VB.TextBox Text9 
            Height          =   375
            Left            =   1680
            TabIndex        =   62
            Top             =   600
            Width           =   2655
         End
         Begin VB.Label Label20 
            Caption         =   "元之间"
            Height          =   255
            Left            =   3720
            TabIndex        =   71
            Top             =   3960
            Width           =   615
         End
         Begin VB.Label Label19 
            Caption         =   "元到"
            Height          =   255
            Left            =   2520
            TabIndex        =   69
            Top             =   3960
            Width           =   375
         End
         Begin VB.Label Label18 
            Caption         =   "房间价格"
            Height          =   375
            Left            =   480
            TabIndex        =   66
            Top             =   3960
            Width           =   975
         End
         Begin VB.Line Line2 
            X1              =   120
            X2              =   4560
            Y1              =   3480
            Y2              =   3480
         End
         Begin VB.Label Label17 
            Caption         =   "房间类型"
            Height          =   375
            Left            =   480
            TabIndex        =   64
            Top             =   2280
            Width           =   975
         End
         Begin VB.Line Line1 
            X1              =   120
            X2              =   4560
            Y1              =   1800
            Y2              =   1800
         End
         Begin VB.Label Label16 
            Caption         =   "房间编号"
            Height          =   255
            Left            =   480
            TabIndex        =   61
            Top             =   720
            Width           =   855
         End
      End
      Begin VB.Frame Frame7 
         Caption         =   "查询结果显示"
         Height          =   3855
         Left            =   -69840
         TabIndex        =   58
         Top             =   1800
         Width           =   4335
         Begin MSAdodcLib.Adodc Adodc4 
            Height          =   375
            Left            =   840
            Top             =   3240
            Visible         =   0   'False
            Width           =   2895
            _ExtentX        =   5106
            _ExtentY        =   661
            ConnectMode     =   0
            CursorLocation  =   3
            IsolationLevel  =   -1
            ConnectionTimeout=   15
            CommandTimeout  =   30
            CursorType      =   3
            LockType        =   3
            CommandType     =   8
            CursorOptions   =   0
            CacheSize       =   50
            MaxRecords      =   0
            BOFAction       =   0
            EOFAction       =   0
            ConnectStringType=   1
            Appearance      =   1
            BackColor       =   -2147483643
            ForeColor       =   -2147483640
            Orientation     =   0
            Enabled         =   -1
            Connect         =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
            OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=HotelRoom;Data Source=."
            OLEDBFile       =   ""
            DataSourceName  =   ""
            OtherAttributes =   ""
            UserName        =   ""
            Password        =   ""
            RecordSource    =   "select * from ViewRoomInfo order by Rnum ASC"
            Caption         =   "Adodc4"

⌨️ 快捷键说明

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