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

📄 frminuse.frm

📁 网路设备资产管理系统
💻 FRM
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmInUse 
   Caption         =   "设备上线登记"
   ClientHeight    =   4005
   ClientLeft      =   60
   ClientTop       =   450
   ClientWidth     =   8610
   Icon            =   "FrmInUse.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   4005
   ScaleWidth      =   8610
   StartUpPosition =   2  '屏幕中心
   Begin VB.Frame Frame1 
      Caption         =   "设备资料"
      Height          =   3015
      Left            =   120
      TabIndex        =   1
      Top             =   840
      Width           =   8415
      Begin VB.TextBox Text1 
         Height          =   390
         Left            =   5640
         TabIndex        =   15
         Top             =   1320
         Width           =   2175
      End
      Begin VB.TextBox Text4 
         Height          =   390
         Left            =   5640
         TabIndex        =   13
         Top             =   360
         Width           =   2175
      End
      Begin VB.TextBox Text2 
         Height          =   390
         Left            =   1200
         TabIndex        =   6
         Top             =   1800
         Width           =   2175
      End
      Begin VB.TextBox txtName 
         Height          =   390
         Index           =   1
         Left            =   1200
         TabIndex        =   5
         Top             =   360
         Width           =   2175
      End
      Begin VB.TextBox Text5 
         BackColor       =   &H80000011&
         Enabled         =   0   'False
         Height          =   390
         Left            =   1200
         TabIndex        =   4
         Top             =   840
         Width           =   2175
      End
      Begin VB.TextBox Text6 
         BackColor       =   &H80000011&
         Enabled         =   0   'False
         Height          =   390
         Left            =   5640
         TabIndex        =   3
         Top             =   840
         Width           =   2175
      End
      Begin VB.TextBox Text7 
         BackColor       =   &H80000011&
         Enabled         =   0   'False
         Height          =   390
         Left            =   1200
         TabIndex        =   2
         Top             =   1320
         Width           =   2175
      End
      Begin VB.Label Label5 
         Caption         =   "SN号:"
         Height          =   255
         Left            =   4440
         TabIndex        =   14
         Top             =   1440
         Width           =   975
      End
      Begin VB.Label Label8 
         Caption         =   "固定资产号:"
         Height          =   255
         Left            =   4440
         TabIndex        =   12
         Top             =   480
         Width           =   1095
      End
      Begin VB.Label Label6 
         Caption         =   "IP:"
         Height          =   255
         Left            =   240
         TabIndex        =   11
         Top             =   1920
         Width           =   975
      End
      Begin VB.Label Label4 
         Caption         =   "中心编号:"
         Height          =   255
         Left            =   240
         TabIndex        =   10
         Top             =   480
         Width           =   975
      End
      Begin VB.Label Label2 
         Caption         =   "型号:"
         Height          =   255
         Left            =   240
         TabIndex        =   9
         Top             =   960
         Width           =   735
      End
      Begin VB.Label Label3 
         Caption         =   "设备类型:"
         Height          =   255
         Left            =   240
         TabIndex        =   8
         Top             =   1440
         Width           =   975
      End
      Begin VB.Label Label9 
         Caption         =   "厂商:"
         Height          =   255
         Left            =   4440
         TabIndex        =   7
         Top             =   960
         Width           =   735
      End
   End
   Begin MSComctlLib.Toolbar Toolbar1 
      Height          =   780
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   9495
      _ExtentX        =   16748
      _ExtentY        =   1376
      ButtonWidth     =   1032
      ButtonHeight    =   1376
      Style           =   1
      ImageList       =   "ImageList1"
      _Version        =   393216
      BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
         NumButtons      =   3
         BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "保存"
            Key             =   "保存"
            ImageIndex      =   2
         EndProperty
         BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Style           =   3
         EndProperty
         BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
            Caption         =   "关闭"
            Key             =   "关闭"
            ImageIndex      =   4
         EndProperty
      EndProperty
      Begin MSComctlLib.ImageList ImageList1 
         Left            =   4680
         Top             =   120
         _ExtentX        =   1005
         _ExtentY        =   1005
         BackColor       =   -2147483643
         ImageWidth      =   32
         ImageHeight     =   32
         MaskColor       =   12632256
         _Version        =   393216
         BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
            NumListImages   =   4
            BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmInUse.frx":08CA
               Key             =   ""
            EndProperty
            BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmInUse.frx":11A4
               Key             =   ""
            EndProperty
            BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmInUse.frx":1A7E
               Key             =   ""
            EndProperty
            BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
               Picture         =   "FrmInUse.frx":2358
               Key             =   ""
            EndProperty
         EndProperty
      End
   End
End
Attribute VB_Name = "FrmInUse"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2007/09/25
'描    述:江苏大学网络信息中心网络管理系统 - v1.0 Beta
'网    站:http://www.Mndsoft.com/  (VB6源码博客)
'网    站:http://www.VbDnet.com/   (VB.NET源码博客,主要基于.NET2005)
'e-mail  :Mndsoft@163.com
'e-mail  :Mndsoft@126.com
'OICQ    :88382850
'          如果您有新的好的代码别忘记给枕善居哦!
'****************************************************************************

⌨️ 快捷键说明

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