📄 档案卡.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form14
BackColor = &H00FFFFC0&
Caption = "档案卡"
ClientHeight = 4185
ClientLeft = 60
ClientTop = 450
ClientWidth = 6495
LinkTopic = "Form14"
ScaleHeight = 4185
ScaleWidth = 6495
StartUpPosition = 1 '所有者中心
Begin VB.TextBox Text6
DataField = "asno"
DataSource = "Adodc1"
Height = 375
Left = 4560
TabIndex = 6
Top = 1440
Width = 1335
End
Begin VB.TextBox Text5
DataField = "room"
DataSource = "Adodc1"
Height = 375
Left = 4560
TabIndex = 5
Top = 840
Width = 1335
End
Begin VB.TextBox Text4
DataField = "appearence"
DataSource = "Adodc1"
Height = 375
Left = 1200
TabIndex = 4
Top = 3360
Width = 1455
End
Begin VB.TextBox Text3
DataField = "dno"
DataSource = "Adodc1"
Height = 405
Left = 1200
TabIndex = 3
Top = 2400
Width = 1455
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 375
Left = 4920
TabIndex = 2
Top = 3480
Width = 975
End
Begin VB.TextBox Text2
DataField = "aname"
DataSource = "Adodc1"
Height = 375
Left = 1080
TabIndex = 1
Top = 1440
Width = 1455
End
Begin VB.TextBox Text1
DataField = "ano"
DataSource = "Adodc1"
Height = 375
Left = 1080
TabIndex = 0
Top = 720
Width = 1455
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 4800
Top = 2760
Width = 1200
_ExtentX = 2117
_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
Enabled = -1
Connect = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=fsm"
OLEDBString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=fsm"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from archives "
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.Label Label8
BackStyle = 0 'Transparent
Caption = "浏览:"
Height = 375
Left = 3840
TabIndex = 14
Top = 2760
Width = 975
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "浏览档案库"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 495
Left = 2520
TabIndex = 13
Top = 120
Width = 1695
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "档案状态"
Height = 495
Left = 3240
TabIndex = 12
Top = 1440
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "存放地点"
Height = 375
Left = 3240
TabIndex = 11
Top = 840
Width = 975
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "入馆时间"
Height = 255
Left = 120
TabIndex = 10
Top = 3480
Width = 735
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "部门编号"
Height = 255
Left = 120
TabIndex = 9
Top = 2520
Width = 855
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "档案名称:"
Height = 255
Left = 120
TabIndex = 8
Top = 1560
Width = 975
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "档案编号:"
Height = 255
Left = 120
TabIndex = 7
Top = 720
Width = 975
End
End
Attribute VB_Name = "Form14"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
Exit Sub
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -