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

📄 cars_sell.frm

📁 一个简单的汽车销售管理数据库系统
💻 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 = "{F0D2F211-CCB0-11D0-A316-00AA00688B10}#1.0#0"; "MSDATLST.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form Cars_sell 
   Caption         =   "车辆销售"
   ClientHeight    =   7980
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   9540
   Icon            =   "Cars_sell.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   7980
   ScaleWidth      =   9540
   Begin VB.Frame Frame3 
      Caption         =   "基本信息表"
      Height          =   1215
      Left            =   120
      TabIndex        =   24
      Top             =   3000
      Width           =   9255
      Begin VB.TextBox Text4 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   7080
         TabIndex        =   30
         Top             =   480
         Width           =   1215
      End
      Begin VB.TextBox Text3 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   3840
         TabIndex        =   29
         Top             =   480
         Width           =   1095
      End
      Begin VB.TextBox Text2 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1320
         TabIndex        =   28
         Top             =   480
         Width           =   1095
      End
      Begin VB.Label Label10 
         Caption         =   "元"
         Height          =   255
         Left            =   8400
         TabIndex        =   32
         Top             =   600
         Width           =   255
      End
      Begin VB.Label Label9 
         Caption         =   "元/辆"
         Height          =   255
         Left            =   5040
         TabIndex        =   31
         Top             =   600
         Width           =   495
      End
      Begin VB.Label Label7 
         Caption         =   "合计金额"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   6120
         TabIndex        =   27
         Top             =   480
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "金额"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3240
         TabIndex        =   26
         Top             =   480
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "车型编号"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   480
         Width           =   975
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "详细信息表"
      Height          =   2655
      Left            =   120
      TabIndex        =   14
      Top             =   120
      Width           =   9255
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   6840
         TabIndex        =   4
         Top             =   2040
         Width           =   1095
      End
      Begin VB.TextBox TxtName 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1560
         TabIndex        =   3
         Top             =   2040
         Width           =   2415
      End
      Begin VB.TextBox TxtNum 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6840
         TabIndex        =   2
         Top             =   1320
         Width           =   855
      End
      Begin MSDataListLib.DataCombo DataCombo1 
         Bindings        =   "Cars_sell.frx":319A
         Height          =   360
         Left            =   1560
         TabIndex        =   1
         Top             =   1200
         Width           =   1455
         _ExtentX        =   2566
         _ExtentY        =   635
         _Version        =   393216
         ListField       =   "车型"
         Text            =   "车型选择"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
      End
      Begin VB.TextBox Text1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   1560
         TabIndex        =   0
         Top             =   480
         Width           =   3615
      End
      Begin VB.Label Label17 
         Caption         =   "付款方式"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5760
         TabIndex        =   33
         Top             =   2040
         Width           =   855
      End
      Begin VB.Label Label16 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Left            =   4080
         TabIndex        =   23
         Top             =   2040
         Width           =   135
      End
      Begin VB.Label Label15 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Left            =   8040
         TabIndex        =   22
         Top             =   1320
         Width           =   255
      End
      Begin VB.Label Label14 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Left            =   3120
         TabIndex        =   21
         Top             =   1200
         Width           =   255
      End
      Begin VB.Label Label13 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Left            =   5280
         TabIndex        =   20
         Top             =   480
         Width           =   255
      End
      Begin VB.Label Label1 
         Caption         =   "辆"
         Height          =   255
         Left            =   7800
         TabIndex        =   19
         Top             =   1440
         Width           =   255
      End
      Begin VB.Label Label6 
         Caption         =   "客户名称"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   18
         Top             =   2040
         Width           =   975
      End
      Begin VB.Label Label12 
         Caption         =   "数    量"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5760
         TabIndex        =   17
         Top             =   1320
         Width           =   855
      End
      Begin VB.Label Label11 
         Caption         =   "车     型"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   16
         Top             =   1320
         Width           =   975
      End
      Begin VB.Label Label3 
         Caption         =   "销售单据号"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   10.5
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   15
         Top             =   480
         Width           =   1095
      End
   End
   Begin VB.CommandButton Command1 
      Caption         =   "登记"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   5520
      TabIndex        =   7
      Top             =   4560
      Width           =   975
   End
   Begin VB.Frame Frame1 
      Caption         =   "销售业绩 "
      Height          =   2655
      Left            =   120
      TabIndex        =   13
      Top             =   5280
      Width           =   9315
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   495
         Left            =   1080
         Top             =   1320
         Visible         =   0   'False
         Width           =   1575
         _ExtentX        =   2778
         _ExtentY        =   873
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3

⌨️ 快捷键说明

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