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

📄 frm部门资产信息表.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 frmdep 
   Caption         =   "部门资产浏览"
   ClientHeight    =   4245
   ClientLeft      =   1110
   ClientTop       =   345
   ClientWidth     =   5745
   KeyPreview      =   -1  'True
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   4245
   ScaleWidth      =   5745
   WindowState     =   2  'Maximized
   Begin VB.Frame Frame2 
      Caption         =   "部门资产"
      Height          =   4695
      Left            =   240
      TabIndex        =   4
      Top             =   2760
      Width           =   11415
      Begin VB.Frame Frame4 
         Caption         =   "资产管理"
         Height          =   3975
         Left            =   9240
         TabIndex        =   11
         Top             =   240
         Width           =   2055
         Begin VB.PictureBox picButtons 
            Appearance      =   0  'Flat
            BorderStyle     =   0  'None
            ForeColor       =   &H80000008&
            Height          =   2940
            Left            =   120
            ScaleHeight     =   2940
            ScaleWidth      =   1800
            TabIndex        =   12
            Top             =   360
            Width           =   1800
            Begin VB.CommandButton Command4 
               Caption         =   "编辑"
               Height          =   375
               Left            =   0
               TabIndex        =   16
               Top             =   480
               Width           =   1695
            End
            Begin VB.CommandButton cmdAdd 
               Caption         =   "添加"
               Height          =   420
               Left            =   0
               TabIndex        =   15
               Top             =   0
               Width           =   1695
            End
            Begin VB.CommandButton cmdfresh 
               Caption         =   "刷新"
               Height          =   420
               Left            =   0
               TabIndex        =   14
               Top             =   1440
               Width           =   1695
            End
            Begin VB.CommandButton cmdDelete 
               Caption         =   "删除"
               Height          =   420
               Left            =   0
               TabIndex        =   13
               Top             =   960
               Width           =   1695
            End
         End
      End
      Begin MSDataGridLib.DataGrid grdDataGrid 
         Bindings        =   "frm部门资产信息表.frx":0000
         Height          =   4335
         Left            =   120
         TabIndex        =   5
         Top             =   240
         Width           =   8865
         _ExtentX        =   15637
         _ExtentY        =   7646
         _Version        =   393216
         AllowUpdate     =   -1  'True
         HeadLines       =   1
         RowHeight       =   15
         AllowDelete     =   -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     =   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
   End
   Begin VB.Frame Frame1 
      Caption         =   "部门管理"
      Height          =   2535
      Left            =   240
      TabIndex        =   0
      Top             =   120
      Width           =   11415
      Begin VB.TextBox Text2 
         DataField       =   "部门名称"
         DataSource      =   "Adodc1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6840
         TabIndex        =   17
         Top             =   720
         Width           =   2055
      End
      Begin VB.TextBox Text1 
         DataField       =   "部门编号"
         DataSource      =   "Adodc1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   6840
         TabIndex        =   1
         Top             =   240
         Width           =   2055
      End
      Begin VB.Frame Frame3 
         Caption         =   "部门管理"
         Height          =   2175
         Left            =   9240
         TabIndex        =   7
         Top             =   240
         Width           =   2055
         Begin VB.CommandButton Command3 
            Caption         =   "保存"
            Height          =   375
            Left            =   240
            TabIndex        =   10
            Top             =   1560
            Width           =   1695
         End
         Begin VB.CommandButton Command2 
            Caption         =   "删除"
            Height          =   375
            Left            =   240
            TabIndex        =   9
            Top             =   960
            Width           =   1695
         End
         Begin VB.CommandButton Command1 
            Caption         =   "添加"
            Height          =   375
            Left            =   240
            TabIndex        =   8
            Top             =   360
            Width           =   1695
         End
      End
      Begin MSAdodcLib.Adodc Adodc1 
         Height          =   375
         Left            =   5640
         Top             =   1920
         Width           =   3375
         _ExtentX        =   5953
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   8
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   1
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0

⌨️ 快捷键说明

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