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

📄 frmddxx.frm

📁 c++酒店管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmDDXX 
   Caption         =   "订单信息管理"
   ClientHeight    =   7080
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   11385
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   7080
   ScaleWidth      =   11385
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame2 
      Caption         =   "酒店住房信息浏览"
      Height          =   2415
      Left            =   5760
      TabIndex        =   11
      Top             =   120
      Width           =   5472
      Begin VB.ComboBox Combo3 
         Height          =   276
         Left            =   960
         TabIndex        =   20
         Top             =   315
         Width           =   3132
      End
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   336
         Left            =   4200
         Top             =   240
         Visible         =   0   'False
         Width           =   1200
         _ExtentX        =   2117
         _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         =   ""
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   ""
         Caption         =   "Adodc1"
         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 MSDataGridLib.DataGrid DataGrid2 
         Height          =   1572
         Left            =   120
         TabIndex        =   12
         Top             =   720
         Width           =   4992
         _ExtentX        =   8811
         _ExtentY        =   2778
         _Version        =   393216
         AllowUpdate     =   -1  'True
         ColumnHeaders   =   -1  'True
         HeadLines       =   1.4
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            MarqueeStyle    =   3
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.Label Label6 
         Caption         =   "酒店名称"
         Height          =   195
         Left            =   120
         TabIndex        =   13
         Top             =   360
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "订单信息"
      Height          =   2415
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   5520
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   1080
         TabIndex        =   21
         Top             =   720
         Width           =   4050
      End
      Begin VB.CommandButton Command3 
         Caption         =   "删除"
         Enabled         =   0   'False
         Height          =   330
         Left            =   3840
         TabIndex        =   19
         Top             =   1920
         Width           =   1140
      End
      Begin VB.CommandButton Command4 
         Caption         =   "保存"
         Height          =   330
         Left            =   1440
         TabIndex        =   18
         Top             =   1920
         Width           =   1140
      End
      Begin VB.CommandButton Command2 
         Caption         =   "修改"
         Enabled         =   0   'False
         Height          =   330
         Left            =   2640
         TabIndex        =   17
         Top             =   1920
         Width           =   1140
      End
      Begin VB.CommandButton Command1 
         Caption         =   "添加"
         Height          =   330
         Left            =   240
         TabIndex        =   16
         Top             =   1920
         Width           =   1140
      End
      Begin VB.TextBox Text1 
         Height          =   300
         Left            =   1080
         TabIndex        =   15
         Top             =   345
         Width           =   4035
      End
      Begin VB.TextBox Text3 
         Height          =   300
         Left            =   3840
         TabIndex        =   4
         Text            =   "0"
         Top             =   1545
         Width           =   1275
      End
      Begin VB.TextBox Text2 
         Height          =   300
         Left            =   1080
         TabIndex        =   3
         Text            =   "0"
         Top             =   1500
         Width           =   1635
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1080
         TabIndex        =   1
         Top             =   1125
         Width           =   1635
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   300
         Left            =   3840
         TabIndex        =   2
         Top             =   1155
         Width           =   1275
         _ExtentX        =   2249
         _ExtentY        =   529
         _Version        =   393216
         Format          =   23658497
         CurrentDate     =   37394
      End
      Begin VB.Label Label1 
         Caption         =   "客户名称"
         Height          =   255
         Left            =   240
         TabIndex        =   14
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "预订天数"
         Height          =   180
         Left            =   240
         TabIndex        =   9
         Top             =   1560
         Width           =   720
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "预订间数"
         Height          =   180
         Left            =   3000
         TabIndex        =   8
         Top             =   1560
         Width           =   720
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "预订时间"
         Height          =   180
         Left            =   3000
         TabIndex        =   7
         Top             =   1215
         Width           =   720
      End
      Begin VB.Label Label2 
         Caption         =   "酒店名称"
         Height          =   255
         Left            =   225
         TabIndex        =   6
         Top             =   720
         Width           =   735
      End
      Begin VB.Label Label8 
         AutoSize        =   -1  'True
         Caption         =   "房间类型"
         Height          =   180
         Left            =   240
         TabIndex        =   5
         Top             =   1125
         Width           =   720
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Align           =   2  'Align Bottom
      Height          =   432
      Left            =   0
      Top             =   6648
      Visible         =   0   'False
      Width           =   11388
      _ExtentX        =   20082
      _ExtentY        =   767
      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

⌨️ 快捷键说明

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