?? frmvideo.frm
字號:
VERSION 5.00
Begin VB.Form frmVideo
BackColor = &H00FF0000&
Caption = "VideoInfo"
ClientHeight = 7605
ClientLeft = 60
ClientTop = 345
ClientWidth = 6855
ForeColor = &H00FF0000&
LinkTopic = "Form1"
ScaleHeight = 7605
ScaleWidth = 6855
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton cmdBack
Caption = "Back"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 5040
TabIndex = 17
ToolTipText = "Back to Reserve Form"
Top = 7080
Width = 1095
End
Begin VB.Frame Frame1
BackColor = &H00FF0000&
Caption = "Details of video"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 6495
Left = 480
TabIndex = 0
Top = 240
Width = 5775
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 7
Left = 2520
TabIndex = 8
Top = 5640
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 6
Left = 2520
TabIndex = 7
Top = 4920
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 5
Left = 2520
TabIndex = 6
Top = 4200
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 4
Left = 2520
TabIndex = 5
Top = 3480
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 3
Left = 2520
TabIndex = 4
Top = 2760
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 2
Left = 2520
TabIndex = 3
Top = 2040
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 1
Left = 2520
TabIndex = 2
Top = 1320
Width = 2895
End
Begin VB.TextBox txtFields
Enabled = 0 'False
Height = 495
Index = 0
Left = 2520
TabIndex = 1
Top = 600
Width = 2895
End
Begin VB.Label Label8
BackColor = &H00FF0000&
Caption = "Year:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 16
Top = 5760
Width = 1215
End
Begin VB.Label Label7
BackColor = &H00FF0000&
Caption = "Director"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 15
Top = 4320
Width = 1215
End
Begin VB.Label Label6
BackColor = &H00FF0000&
Caption = "Next due date:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 14
Top = 5040
Width = 1935
End
Begin VB.Label Label5
BackColor = &H00FF0000&
Caption = "CopiesAvaliable:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Left = 360
TabIndex = 13
Top = 2880
Width = 2055
End
Begin VB.Label Label4
BackColor = &H00FF0000&
Caption = "Copies:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 12
Top = 2160
Width = 1215
End
Begin VB.Label Label3
BackColor = &H00FF0000&
Caption = "Description:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 11
Top = 3600
Width = 1455
End
Begin VB.Label Label2
BackColor = &H00FF0000&
Caption = "Title:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 10
Top = 1440
Width = 1215
End
Begin VB.Label Label1
BackColor = &H00FF0000&
Caption = "Id:"
BeginProperty Font
Name = "MS Sans Serif"
Size = 12
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 360
TabIndex = 9
Top = 720
Width = 1215
End
End
End
Attribute VB_Name = "frmVideo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdBack_Click()
Unload Me
frmReserve.Show
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -