📄 frmdevicein.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form FrmDeviceIn
Caption = "设备登记"
ClientHeight = 4155
ClientLeft = 60
ClientTop = 450
ClientWidth = 8670
Icon = "FrmDeviceIn.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 4155
ScaleWidth = 8670
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "设备资料"
Height = 3015
Left = 120
TabIndex = 1
Top = 960
Width = 8415
Begin VB.TextBox txtManufacturerId
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 7920
TabIndex = 22
Top = 840
Visible = 0 'False
Width = 375
End
Begin VB.TextBox txtTypeId
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 3480
TabIndex = 21
Top = 1320
Visible = 0 'False
Width = 375
End
Begin VB.TextBox txtModelId
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 3480
TabIndex = 20
Top = 840
Visible = 0 'False
Width = 375
End
Begin VB.TextBox txtNetcenterId
Height = 390
Left = 1200
TabIndex = 0
Top = 360
Width = 2175
End
Begin NetManager.YMDDate ymdDjrq
Height = 375
Left = 1080
TabIndex = 18
Top = 2400
Width = 3375
_ExtentX = 5953
_ExtentY = 661
End
Begin VB.TextBox txtTransactor
Height = 390
Left = 5640
TabIndex = 17
Top = 1800
Width = 2175
End
Begin VB.TextBox txtType
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 1200
TabIndex = 15
Top = 1320
Width = 2175
End
Begin VB.TextBox txtManufacturer
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 5640
TabIndex = 14
Top = 840
Width = 2175
End
Begin VB.TextBox txtModel
BackColor = &H80000011&
Enabled = 0 'False
Height = 390
Left = 1200
TabIndex = 13
Top = 840
Width = 2175
End
Begin VB.TextBox txtPropertyId
Height = 390
Left = 5640
TabIndex = 9
Top = 360
Width = 2175
End
Begin VB.TextBox txtSN
Height = 390
Left = 5640
TabIndex = 3
Top = 1320
Width = 2175
End
Begin VB.TextBox txtApplicant
Height = 390
Left = 1200
TabIndex = 2
Top = 1800
Width = 2175
End
Begin VB.Label Label7
Caption = "日期:"
Height = 255
Left = 240
TabIndex = 19
Top = 2400
Width = 975
End
Begin VB.Label Label1
Caption = "申请人:"
Height = 255
Left = 240
TabIndex = 16
Top = 1920
Width = 975
End
Begin VB.Label Label9
Caption = "厂商:"
Height = 255
Left = 4440
TabIndex = 12
Top = 960
Width = 735
End
Begin VB.Label Label3
Caption = "设备类型:"
Height = 255
Left = 240
TabIndex = 11
Top = 1440
Width = 975
End
Begin VB.Label Label2
Caption = "型号:"
Height = 255
Left = 240
TabIndex = 10
Top = 960
Width = 735
End
Begin VB.Label Label4
Caption = "中心编号:"
Height = 255
Left = 240
TabIndex = 7
Top = 480
Width = 975
End
Begin VB.Label Label5
Caption = "SN号:"
Height = 255
Left = 4440
TabIndex = 6
Top = 1440
Width = 975
End
Begin VB.Label Label6
Caption = "经办人:"
Height = 255
Left = 4440
TabIndex = 5
Top = 1920
Width = 975
End
Begin VB.Label Label8
Caption = "固定资产号:"
Height = 255
Left = 4440
TabIndex = 4
Top = 480
Width = 1095
End
End
Begin MSComctlLib.Toolbar Toolbar1
Height = 780
Left = 0
TabIndex = 8
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 = "FrmDeviceIn.frx":08CA
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmDeviceIn.frx":11A4
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmDeviceIn.frx":1A7E
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmDeviceIn.frx":2358
Key = ""
EndProperty
EndProperty
End
End
End
Attribute VB_Name = "FrmDeviceIn"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim txtSQL As String
Dim MsgText As String
Dim HasError As Boolean
Public mode As String
Public devicein_id As String
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -