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

📄 frmdriverlr.frm

📁 这个一个用VB写的车辆管理系统论文
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmDriverlr 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "驾驶员列表"
   ClientHeight    =   2595
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8340
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   2595
   ScaleWidth      =   8340
   Begin VB.CommandButton cmdFind 
      Caption         =   "查 询(&F)"
      Height          =   330
      Left            =   3300
      TabIndex        =   40
      Top             =   2250
      Width           =   975
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   330
      Left            =   5535
      Top             =   1680
      Visible         =   0   'False
      Width           =   2010
      _ExtentX        =   3545
      _ExtentY        =   582
      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=   1
      Appearance      =   1
      BackColor       =   -2147483643
      ForeColor       =   -2147483640
      Orientation     =   0
      Enabled         =   -1
      Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=clgl.mdb;Persist Security Info=False"
      OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=clgl.mdb;Persist Security Info=False"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select * from 驾驶员档案"
      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 VB.Frame Frame1 
      Height          =   2130
      Left            =   75
      TabIndex        =   6
      Top             =   90
      Width           =   8145
      Begin VB.TextBox Text1 
         DataField       =   "驾驶员编号"
         Enabled         =   0   'False
         Height          =   270
         Left            =   1380
         TabIndex        =   17
         Top             =   210
         Width           =   1335
      End
      Begin VB.TextBox Text2 
         DataField       =   "姓名"
         Enabled         =   0   'False
         Height          =   270
         Left            =   1380
         MaxLength       =   5
         TabIndex        =   16
         Top             =   577
         Width           =   1335
      End
      Begin VB.TextBox Text3 
         DataField       =   "性别"
         Enabled         =   0   'False
         Height          =   270
         Left            =   1380
         MaxLength       =   2
         TabIndex        =   15
         Top             =   944
         Width           =   1335
      End
      Begin VB.TextBox Text4 
         DataField       =   "驾驶证号"
         Enabled         =   0   'False
         Height          =   270
         Left            =   1380
         MaxLength       =   18
         TabIndex        =   13
         Top             =   1680
         Width           =   1335
      End
      Begin VB.TextBox Text5 
         DataField       =   "证件有效期"
         Enabled         =   0   'False
         Height          =   270
         Left            =   4185
         MaxLength       =   18
         TabIndex        =   12
         Top             =   570
         Width           =   1335
      End
      Begin VB.TextBox Text6 
         DataField       =   "驾龄"
         Enabled         =   0   'False
         Height          =   270
         Left            =   4185
         TabIndex        =   11
         Top             =   930
         Width           =   1335
      End
      Begin VB.ComboBox Combo1 
         DataField       =   "准驾车型"
         Enabled         =   0   'False
         Height          =   300
         Left            =   4185
         TabIndex        =   10
         Top             =   1290
         Width           =   1335
      End
      Begin VB.TextBox Text7 
         DataField       =   "联系电话"
         Enabled         =   0   'False
         Height          =   270
         Left            =   6645
         MaxLength       =   15
         TabIndex        =   9
         Top             =   210
         Width           =   1335
      End
      Begin VB.TextBox Text8 
         DataField       =   "年检记录"
         Enabled         =   0   'False
         Height          =   660
         Left            =   6645
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   8
         Top             =   570
         Width           =   1335
      End
      Begin VB.TextBox Text9 
         DataField       =   "备注"
         Enabled         =   0   'False
         Height          =   630
         Left            =   6645
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   7
         Top             =   1320
         Width           =   1335
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         DataField       =   "出生年月"
         Height          =   270
         Left            =   1395
         TabIndex        =   14
         Top             =   1305
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   476
         _Version        =   393216
         Enabled         =   0   'False
         Format          =   65994753
         CurrentDate     =   38323
      End
      Begin MSComCtl2.DTPicker DTPicker2 
         DataField       =   "领证日期"
         Height          =   270
         Left            =   4185
         TabIndex        =   18
         Top             =   210
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   476
         _Version        =   393216
         Enabled         =   0   'False
         Format          =   65994753
         CurrentDate     =   38323
      End
      Begin MSComCtl2.DTPicker DTPicker3 
         DataField       =   "何时参加工作"
         Height          =   270
         Left            =   4185
         TabIndex        =   19
         Top             =   1680
         Width           =   1335
         _ExtentX        =   2355
         _ExtentY        =   476
         _Version        =   393216
         Enabled         =   0   'False
         Format          =   65994753
         CurrentDate     =   38323
      End
      Begin MSAdodcLib.Adodc Adodc2 
         Height          =   330
         Left            =   5550
         Top             =   960
         Visible         =   0   'False
         Width           =   1200
         _ExtentX        =   2117
         _ExtentY        =   582
         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=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=clgl.mdb;Persist Security Info=False"
         OLEDBString     =   "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=clgl.mdb;Persist Security Info=False"
         OLEDBFile       =   ""
         DataSourceName  =   ""
         OtherAttributes =   ""
         UserName        =   ""
         Password        =   ""
         RecordSource    =   "select * from 车辆类型表"
         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.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   7
         Left            =   4065
         TabIndex        =   39
         Top             =   255
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   6
         Left            =   4065
         TabIndex        =   38
         Top             =   600
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   5
         Left            =   1275
         TabIndex        =   37
         Top             =   1710
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   4
         Left            =   1275
         TabIndex        =   36
         Top             =   255
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   3
         Left            =   1275
         TabIndex        =   35
         Top             =   600
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   1
         Left            =   1275
         TabIndex        =   34
         Top             =   990
         Width           =   255
      End
      Begin VB.Label Label5 
         Caption         =   "*"
         ForeColor       =   &H000000FF&
         Height          =   135
         Index           =   2
         Left            =   1275
         TabIndex        =   33
         Top             =   1335
         Width           =   255
      End
      Begin VB.Label Label1 
         Caption         =   "驾驶员编号:"
         Height          =   300
         Left            =   255
         TabIndex        =   32
         Top             =   285
         Width           =   1260
      End
      Begin VB.Label Label2 
         Caption         =   "姓名:"
         Height          =   300
         Left            =   255
         TabIndex        =   31
         Top             =   633
         Width           =   1260
      End
      Begin VB.Label Label3 
         Caption         =   "性别:"
         Height          =   300
         Left            =   255
         TabIndex        =   30
         Top             =   981
         Width           =   1260
      End
      Begin VB.Label Label4 
         Caption         =   "出生年月:"
         Height          =   300
         Left            =   255
         TabIndex        =   29
         Top             =   1329
         Width           =   1260
      End
      Begin VB.Label Label5 
         Caption         =   "驾驶证号:"
         Height          =   300
         Index           =   0
         Left            =   255

⌨️ 快捷键说明

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