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

📄 form14.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 = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form Form14 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "借出管理"
   ClientHeight    =   6960
   ClientLeft      =   45
   ClientTop       =   345
   ClientWidth     =   9465
   LinkTopic       =   "Form14"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6960
   ScaleWidth      =   9465
   StartUpPosition =   3  '窗口缺省
   Begin VB.CommandButton Command1 
      BackColor       =   &H00FFC0C0&
      Caption         =   "查询(&C)"
      Height          =   360
      Left            =   7920
      Style           =   1  'Graphical
      TabIndex        =   24
      Top             =   6480
      Width           =   1230
   End
   Begin VB.Timer Timer1 
      Interval        =   60
      Left            =   4755
      Top             =   5145
   End
   Begin MSAdodcLib.Adodc Adodc1 
      Height          =   585
      Left            =   765
      Top             =   6945
      Width           =   2970
      _ExtentX        =   5239
      _ExtentY        =   1032
      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 jiechu"
      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 Frame2 
      Height          =   1545
      Left            =   6015
      TabIndex        =   3
      Top             =   4725
      Width           =   3150
      Begin VB.CommandButton cmd_exit 
         Cancel          =   -1  'True
         Caption         =   "返回(&E)"
         Height          =   390
         Left            =   1725
         TabIndex        =   7
         Top             =   960
         Width           =   1020
      End
      Begin VB.CommandButton cmd_save 
         Caption         =   "保存(&S)"
         Height          =   390
         Left            =   180
         TabIndex        =   6
         Top             =   990
         Width           =   1020
      End
      Begin VB.CommandButton cmd_del 
         Caption         =   "删除(&D)"
         Height          =   390
         Left            =   1725
         TabIndex        =   5
         Top             =   345
         Width           =   1020
      End
      Begin VB.CommandButton cmd_add 
         Caption         =   "添加(&A)"
         Height          =   390
         Left            =   180
         TabIndex        =   4
         Top             =   345
         Width           =   1020
      End
   End
   Begin VB.Frame Frame1 
      Height          =   4530
      Left            =   6045
      TabIndex        =   1
      Top             =   135
      Width           =   3135
      Begin MSComCtl2.DTPicker DTPicker1 
         Height          =   285
         Left            =   1380
         TabIndex        =   22
         Top             =   2700
         Width           =   1305
         _ExtentX        =   2302
         _ExtentY        =   503
         _Version        =   393216
         Format          =   61276161
         CurrentDate     =   39600
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   840
         Index           =   6
         Left            =   1380
         MultiLine       =   -1  'True
         ScrollBars      =   2  'Vertical
         TabIndex        =   21
         Top             =   3555
         Width           =   1590
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   5
         Left            =   1380
         TabIndex        =   20
         Top             =   3138
         Width           =   1260
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   4
         Left            =   1380
         TabIndex        =   19
         Top             =   2222
         Width           =   1260
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   3
         Left            =   1380
         TabIndex        =   18
         Top             =   1749
         Width           =   1260
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   2
         Left            =   1380
         TabIndex        =   17
         Top             =   1276
         Width           =   1260
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   1
         Left            =   1380
         TabIndex        =   16
         Top             =   803
         Width           =   1260
      End
      Begin VB.TextBox Text1 
         BackColor       =   &H00C0FFC0&
         Height          =   270
         Index           =   0
         Left            =   1380
         TabIndex        =   15
         Top             =   375
         Width           =   1260
      End
      Begin VB.Label Label8 
         Caption         =   "备注"
         Height          =   210
         Left            =   375
         TabIndex        =   14
         Top             =   3585
         Width           =   1035
      End
      Begin VB.Label Label7 
         Caption         =   "审核人编号"
         ForeColor       =   &H000000FF&
         Height          =   210
         Left            =   375
         TabIndex        =   13
         Top             =   3123
         Width           =   1035
      End
      Begin VB.Label Label6 
         Caption         =   "借出日期"
         Height          =   210
         Left            =   375
         TabIndex        =   12
         Top             =   2665
         Width           =   1035
      End
      Begin VB.Label Label5 
         Caption         =   "借货部门"
         ForeColor       =   &H000000FF&
         Height          =   210
         Left            =   375
         TabIndex        =   11
         Top             =   2207
         Width           =   1035
      End
      Begin VB.Label Label4 
         Caption         =   "借出数量"
         Height          =   210
         Left            =   375
         TabIndex        =   10
         Top             =   1749
         Width           =   1035
      End
      Begin VB.Label Label3 
         Caption         =   "类别编号"
         ForeColor       =   &H000000FF&
         Height          =   210
         Left            =   375
         TabIndex        =   9
         Top             =   1291
         Width           =   1035
      End
      Begin VB.Label Label2 
         Caption         =   "设备名称"
         Height          =   210
         Left            =   375
         TabIndex        =   8
         Top             =   833
         Width           =   1035
      End
      Begin VB.Label Label1 
         Caption         =   "业务编号"
         Height          =   210
         Left            =   375
         TabIndex        =   2
         Top             =   375
         Width           =   1035
      End
   End
   Begin MSDataGridLib.DataGrid DataGrid1 
      Bindings        =   "Form14.frx":0000
      Height          =   6330
      Left            =   180
      TabIndex        =   0
      Top             =   240
      Width           =   5730
      _ExtentX        =   10107
      _ExtentY        =   11165
      _Version        =   393216
      AllowUpdate     =   0   'False
      BackColor       =   16777152
      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     =   8
      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

⌨️ 快捷键说明

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