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

📄 cars_information.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"
Begin VB.Form Cars_information 
   Caption         =   "车型信息"
   ClientHeight    =   8085
   ClientLeft      =   60
   ClientTop       =   465
   ClientWidth     =   9885
   Icon            =   "Cars_information.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   ScaleHeight     =   8085
   ScaleWidth      =   9885
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "Cars_information.frx":319A
      Height          =   3255
      Left            =   120
      TabIndex        =   1
      Top             =   4680
      Width           =   9615
      _ExtentX        =   16960
      _ExtentY        =   5741
      _Version        =   393216
      HeadLines       =   1
      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
      Caption         =   "车型信息表"
      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 
         BeginProperty Column00 
         EndProperty
         BeginProperty Column01 
         EndProperty
      EndProperty
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   375
      Left            =   3840
      Top             =   4080
      Width           =   2055
      _ExtentX        =   3625
      _ExtentY        =   661
      ConnectMode     =   0
      CursorLocation  =   3
      IsolationLevel  =   -1
      ConnectionTimeout=   15
      CommandTimeout  =   30
      CursorType      =   3
      LockType        =   3
      CommandType     =   1
      CursorOptions   =   0
      CacheSize       =   50
      MaxRecords      =   0
      BOFAction       =   0
      EOFAction       =   0
      ConnectStringType=   3
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "DSN=CARS"
      OLEDBString     =   ""
      OLEDBFile       =   ""
      DataSourceName  =   "CARS"
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select 车型编号,车型,车系,进价,销价,安全性,动力性,通过性,舒适性,经济性,品牌,车型介绍 from 车型信息表"
      Caption         =   "车型浏览"
      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.CommandButton Command4 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   8400
      TabIndex        =   23
      Top             =   3960
      Width           =   1095
   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          =   495
      Left            =   480
      TabIndex        =   21
      Top             =   3960
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "车型基本信息"
      Height          =   3735
      Left            =   120
      TabIndex        =   2
      Top             =   0
      Width           =   9615
      Begin VB.TextBox Text11 
         Height          =   270
         Left            =   3840
         TabIndex        =   18
         Top             =   3000
         Width           =   615
      End
      Begin VB.TextBox Text10 
         Height          =   270
         Left            =   1080
         TabIndex        =   17
         Top             =   3000
         Width           =   615
      End
      Begin VB.TextBox Text9 
         Height          =   270
         Left            =   3840
         TabIndex        =   16
         Top             =   2520
         Width           =   615
      End
      Begin VB.TextBox Text8 
         Height          =   270
         Left            =   1080
         TabIndex        =   15
         Top             =   2400
         Width           =   615
      End
      Begin VB.Frame Frame2 
         Caption         =   "车型介绍"
         Height          =   3255
         Left            =   6000
         TabIndex        =   22
         Top             =   240
         Width           =   3495
         Begin VB.TextBox Text12 
            Height          =   2655
            Left            =   240
            MultiLine       =   -1  'True
            TabIndex        =   19
            Top             =   360
            Width           =   3135
         End
      End
      Begin VB.TextBox Text7 
         Height          =   270
         Left            =   3840
         TabIndex        =   14
         Top             =   1920
         Width           =   615
      End
      Begin VB.TextBox Text6 
         Height          =   270
         Left            =   1080
         TabIndex        =   13
         Top             =   1800
         Width           =   615
      End
      Begin VB.TextBox Text5 
         Height          =   270
         Left            =   3840
         TabIndex        =   12
         Top             =   1320
         Width           =   975
      End
      Begin VB.TextBox Text4 
         Height          =   270
         Left            =   1080
         TabIndex        =   11
         Top             =   1200
         Width           =   1095
      End
      Begin VB.TextBox Text2 
         Height          =   270
         Left            =   3720
         TabIndex        =   10
         Top             =   600
         Width           =   1695
      End
      Begin VB.TextBox Text1 
         Height          =   270
         Left            =   1080
         TabIndex        =   9
         Top             =   600
         Width           =   1335
      End
      Begin VB.Label Label23 
         Caption         =   "元"
         Height          =   255
         Left            =   4920
         TabIndex        =   39
         Top             =   1440
         Width           =   255
      End
      Begin VB.Label Label22 
         Caption         =   "元"
         Height          =   255
         Left            =   2280
         TabIndex        =   38
         Top             =   1320
         Width           =   255
      End
      Begin VB.Label Label21 
         Caption         =   "%"
         Height          =   255
         Left            =   4560
         TabIndex        =   37
         Top             =   3120
         Width           =   255
      End
      Begin VB.Label Label20 
         Caption         =   "%"
         Height          =   255

⌨️ 快捷键说明

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