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

📄 form11.frm

📁 设备管理系统,对设备的入库,出库,借出与归还的管理
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.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 Form11 
   BackColor       =   &H00C0FFC0&
   BorderStyle     =   1  'Fixed Single
   Caption         =   "审核人信息"
   ClientHeight    =   7275
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   8010
   LinkTopic       =   "Form11"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7275
   ScaleWidth      =   8010
   StartUpPosition =   3  '窗口缺省
   Begin MSComDlg.CommonDialog CDialog1 
      Left            =   7305
      Top             =   7455
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
   End
   Begin VB.CommandButton Command3 
      BackColor       =   &H00FFC0C0&
      Caption         =   "查询(&C)"
      Height          =   330
      Left            =   5775
      Style           =   1  'Graphical
      TabIndex        =   26
      Top             =   6810
      Width           =   1125
   End
   Begin VB.Frame Frame3 
      BackColor       =   &H00C0FFC0&
      Height          =   3810
      Left            =   5385
      TabIndex        =   22
      Top             =   570
      Visible         =   0   'False
      Width           =   2040
      Begin VB.CommandButton Command2 
         BackColor       =   &H00FFC0FF&
         Caption         =   "返回(&E)"
         Height          =   405
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   24
         Top             =   2010
         Width           =   1365
      End
      Begin VB.CommandButton Command1 
         BackColor       =   &H00FFC0FF&
         Caption         =   "确定(&A)"
         Height          =   405
         Left            =   360
         Style           =   1  'Graphical
         TabIndex        =   23
         Top             =   1035
         Width           =   1365
      End
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   735
      Left            =   630
      Top             =   7485
      Width           =   6495
      _ExtentX        =   11456
      _ExtentY        =   1296
      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=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=test;Data Source=(local)"
      OLEDBString     =   "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=test;Data Source=(local)"
      OLEDBFile       =   ""
      DataSourceName  =   ""
      OtherAttributes =   ""
      UserName        =   ""
      Password        =   ""
      RecordSource    =   "select *from jiben_ren"
      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 DataGrid1 
      Bindings        =   "Form11.frx":0000
      Height          =   1770
      Left            =   135
      TabIndex        =   2
      Top             =   4935
      Width           =   7440
      _ExtentX        =   13123
      _ExtentY        =   3122
      _Version        =   393216
      AllowUpdate     =   0   'False
      BackColor       =   16761024
      HeadLines       =   1
      RowHeight       =   15
      FormatLocked    =   -1  'True
      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     =   7
      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
      BeginProperty Column02 
         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 Column03 
         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 Column04 
         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 Column05 
         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 Column06 
         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 
            Locked          =   -1  'True
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column01 
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column02 
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column03 
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column04 
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column05 
            ColumnWidth     =   1005.165
         EndProperty
         BeginProperty Column06 
            ColumnWidth     =   2085.166
         EndProperty
      EndProperty
   End
   Begin VB.Frame Frame2 
      BackColor       =   &H00C0FFC0&
      Height          =   4800
      Left            =   5325
      TabIndex        =   1
      Top             =   60
      Width           =   2250
      Begin VB.CommandButton cmd_exit 
         BackColor       =   &H00FFC0FF&
         Cancel          =   -1  'True
         Caption         =   "返回(&H)"
         Height          =   480
         Left            =   405
         Style           =   1  'Graphical
         TabIndex        =   20
         Top             =   4080
         Width           =   1440
      End
      Begin VB.CommandButton cmd_save 
         BackColor       =   &H00FFC0FF&
         Caption         =   "保存(&B)"
         Height          =   480
         Left            =   405
         Style           =   1  'Graphical
         TabIndex        =   19
         Top             =   3030
         Width           =   1440
      End
      Begin VB.CommandButton cmd_del 
         BackColor       =   &H00FFC0FF&
         Caption         =   "删除(&S)"
         Height          =   480
         Left            =   405
         Style           =   1  'Graphical
         TabIndex        =   18
         Top             =   2190
         Width           =   1440
      End
      Begin VB.CommandButton cmd_edit 
         BackColor       =   &H00FFC0FF&
         Caption         =   "修改(&X)"
         Height          =   480
         Left            =   405
         Style           =   1  'Graphical
         TabIndex        =   17
         Top             =   1365
         Width           =   1440
      End
      Begin VB.CommandButton cmd_add 
         BackColor       =   &H00FFC0FF&
         Caption         =   "添加(&T)"
         Height          =   480
         Left            =   405
         Style           =   1  'Graphical
         TabIndex        =   16
         Top             =   525
         Width           =   1440
      End
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H00C0FFC0&
      Height          =   4710
      Left            =   210
      TabIndex        =   0
      Top             =   75
      Width           =   4995
      Begin VB.Timer Timer1 
         Interval        =   60
         Left            =   405
         Top             =   4905
      End
      Begin VB.ComboBox Combo1 
         BackColor       =   &H00C0C0FF&
         Height          =   300
         ItemData        =   "Form11.frx":0015
         Left            =   3375
         List            =   "Form11.frx":001F
         Style           =   2  'Dropdown List
         TabIndex        =   21
         Top             =   480
         Width           =   1395
      End
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   300
         Left            =   960
         TabIndex        =   15
         Top             =   1740
         Width           =   1590
         _ExtentX        =   2805
         _ExtentY        =   529
         _Version        =   393216
         Format          =   61276161
         CurrentDate     =   31193
      End
      Begin VB.TextBox Text7 
         BackColor       =   &H00C0C0FF&
         Height          =   1095
         Left            =   750
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   14
         Top             =   3180
         Width           =   3840
      End
      Begin VB.TextBox Text6 
         BackColor       =   &H00C0C0FF&
         Height          =   315
         Left            =   795
         TabIndex        =   13
         Top             =   2400
         Width           =   2130
      End
      Begin VB.TextBox Text5 
         BackColor       =   &H00C0C0FF&
         Height          =   300
         Left            =   3375
         TabIndex        =   12
         Top             =   945
         Width           =   1395
      End
      Begin VB.TextBox Text2 
         BackColor       =   &H00C0C0FF&
         Height          =   285
         Left            =   750
         TabIndex        =   11

⌨️ 快捷键说明

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