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

📄 frmdd.frm

📁 KTV管理系统,实现了基本的日常操作.程序有不完善之处,请自修升级修改.
💻 FRM
📖 第 1 页 / 共 4 页
字号:
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 = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Begin VB.Form FrmDD 
   Caption         =   "点单"
   ClientHeight    =   9015
   ClientLeft      =   60
   ClientTop       =   750
   ClientWidth     =   13155
   Icon            =   "FrmDD.frx":0000
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   9015
   ScaleWidth      =   13155
   WindowState     =   2  'Maximized
   Begin VB.CommandButton Command8 
      Caption         =   "关闭"
      Height          =   375
      Left            =   12720
      TabIndex        =   65
      Top             =   6000
      Width           =   1215
   End
   Begin MSAdodcLib.Adodc Adodc4 
      Height          =   375
      Left            =   5520
      Top             =   1440
      Visible         =   0   'False
      Width           =   2175
      _ExtentX        =   3836
      _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         =   ""
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   ""
      Caption         =   "Adodc4"
      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.PictureBox Picture1 
      BackColor       =   &H80000009&
      Height          =   2400
      Left            =   10995
      ScaleHeight     =   2340
      ScaleWidth      =   3840
      TabIndex        =   56
      Top             =   6480
      Width           =   3900
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         ForeColor       =   &H0000C000&
         Height          =   180
         Left            =   1440
         TabIndex        =   63
         Top             =   1920
         Width           =   90
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "预付总额:            元        "
         Height          =   180
         Left            =   480
         TabIndex        =   62
         Top             =   1920
         Width           =   2790
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "客户名称:"
         Height          =   180
         Left            =   480
         TabIndex        =   61
         Top             =   240
         Width           =   810
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "入店时间:"
         Height          =   180
         Left            =   480
         TabIndex        =   60
         Top             =   660
         Width           =   810
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "付款方式:"
         Height          =   180
         Left            =   480
         TabIndex        =   59
         Top             =   1080
         Width           =   810
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         Caption         =   "消费总额:            元"
         Height          =   180
         Left            =   480
         TabIndex        =   58
         Top             =   1500
         Width           =   2070
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         BackStyle       =   0  'Transparent
         ForeColor       =   &H000000C0&
         Height          =   180
         Left            =   1440
         TabIndex        =   57
         Top             =   1500
         Width           =   90
      End
   End
   Begin VB.PictureBox Picture2 
      BackColor       =   &H80000011&
      Height          =   3735
      Left            =   5040
      ScaleHeight     =   3675
      ScaleWidth      =   7155
      TabIndex        =   10
      Top             =   2040
      Visible         =   0   'False
      Width           =   7215
      Begin VB.Frame Frame6 
         BackColor       =   &H80000011&
         Height          =   615
         Left            =   120
         TabIndex        =   33
         Top             =   3000
         Width           =   6975
         Begin VB.CommandButton Command5 
            Caption         =   " 确定"
            Height          =   375
            Left            =   480
            TabIndex        =   36
            Top             =   165
            Width           =   1335
         End
         Begin VB.CommandButton Command6 
            Caption         =   "取消"
            Height          =   375
            Left            =   2760
            TabIndex        =   35
            Top             =   165
            Width           =   1335
         End
         Begin VB.CommandButton Command7 
            Caption         =   "返回"
            Height          =   375
            Left            =   5280
            TabIndex        =   34
            Top             =   165
            Width           =   1335
         End
      End
      Begin VB.Frame Frame5 
         BackColor       =   &H80000011&
         Height          =   2895
         Left            =   120
         TabIndex        =   11
         Top             =   0
         Width           =   6975
         Begin VB.TextBox Text2 
            Appearance      =   0  'Flat
            BackColor       =   &H80000013&
            Height          =   270
            Left            =   480
            Locked          =   -1  'True
            TabIndex        =   26
            Top             =   240
            Width           =   2775
         End
         Begin VB.TextBox Text9 
            Height          =   270
            Left            =   4320
            Locked          =   -1  'True
            TabIndex        =   25
            Top             =   240
            Width           =   2295
         End
         Begin VB.TextBox Text10 
            Appearance      =   0  'Flat
            BackColor       =   &H80000013&
            Height          =   270
            Left            =   480
            Locked          =   -1  'True
            TabIndex        =   24
            Top             =   670
            Width           =   2775
         End
         Begin VB.TextBox Text11 
            Height          =   270
            Left            =   4320
            Locked          =   -1  'True
            TabIndex        =   23
            Top             =   688
            Width           =   2295
         End
         Begin VB.ComboBox Combo1 
            Height          =   300
            Left            =   1560
            TabIndex        =   22
            Top             =   1100
            Width           =   1095
         End
         Begin VB.ComboBox Combo2 
            Height          =   300
            Left            =   1560
            TabIndex        =   21
            Top             =   1560
            Width           =   1095
         End
         Begin VB.TextBox Text12 
            Height          =   270
            Left            =   3490
            Locked          =   -1  'True
            TabIndex        =   20
            Top             =   1136
            Width           =   900
         End
         Begin VB.TextBox Text13 
            Height          =   270
            Left            =   5520
            Locked          =   -1  'True
            TabIndex        =   19
            Top             =   1136
            Width           =   1095
         End
         Begin VB.TextBox Text14 
            Height          =   270
            Left            =   3490
            Locked          =   -1  'True
            TabIndex        =   18
            Top             =   1584
            Width           =   900
         End
         Begin VB.TextBox Text15 
            Height          =   270
            Left            =   5520
            Locked          =   -1  'True
            TabIndex        =   17
            Top             =   1584
            Width           =   1095
         End
         Begin VB.ComboBox Combo3 
            Height          =   300
            Left            =   1560
            TabIndex        =   16
            Top             =   2020
            Width           =   1815
         End
         Begin VB.TextBox Text16 
            Height          =   270
            Left            =   4440
            Locked          =   -1  'True
            TabIndex        =   15
            Top             =   2032
            Width           =   2175
         End
         Begin VB.TextBox Text17 
            Height          =   270
            Left            =   1320
            Locked          =   -1  'True
            TabIndex        =   14
            Top             =   2480
            Width           =   1095
         End
         Begin VB.TextBox Text18 
            Height          =   270
            Left            =   3600
            Locked          =   -1  'True
            TabIndex        =   13
            Top             =   2480
            Width           =   975
         End
         Begin VB.TextBox Text19 
            Height          =   270
            Left            =   5760
            Locked          =   -1  'True
            TabIndex        =   12
            Top             =   2480
            Width           =   855
         End
         Begin VB.Label Label11 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "                                 总消费额:"
            Height          =   180
            Left            =   480
            TabIndex        =   32
            Top             =   240
            Width           =   3780
         End
         Begin VB.Label Label2 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "                                 结束时间:"
            Height          =   180
            Left            =   480
            TabIndex        =   31
            Top             =   690
            Width           =   3780
         End
         Begin VB.Label Label7 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "附加费类型:              附加费率:          %  附加费额:"
            Height          =   180
            Left            =   480
            TabIndex        =   30
            Top             =   1155
            Width           =   5040
         End
         Begin VB.Label Label8 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "折扣类型:                折扣率:            %  折扣金额:"
            Height          =   180
            Left            =   480
            TabIndex        =   29
            Top             =   1605
            Width           =   5040
         End
         Begin VB.Label Label9 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "优惠券类型:                      优惠金额:"
            Height          =   180
            Left            =   480
            TabIndex        =   28
            Top             =   2064
            Width           =   3780
         End
         Begin VB.Label Label10 
            AutoSize        =   -1  'True
            BackColor       =   &H80000011&
            Caption         =   "增加金额:                优惠金额:             调整后实收:"
            Height          =   180
            Left            =   480
            TabIndex        =   27
            Top             =   2520
            Width           =   5220
         End

⌨️ 快捷键说明

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