?? frmsubjects.frm
字號:
VERSION 5.00
Begin VB.Form frmSubjects
BorderStyle = 3 'Fixed Dialog
Caption = "主題信息管理"
ClientHeight = 4350
ClientLeft = 1095
ClientTop = 330
ClientWidth = 5895
KeyPreview = -1 'True
LinkTopic = "Form2"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 4350
ScaleWidth = 5895
Begin VB.Frame Frame1
Caption = "搜索選項"
Height = 990
Left = 150
TabIndex = 24
Top = 3150
Width = 5565
Begin VB.TextBox txtSearch
Height = 315
Left = 3075
TabIndex = 27
Top = 375
Width = 2340
End
Begin VB.ComboBox comSearch
Height = 315
Left = 1350
Style = 2 'Dropdown List
TabIndex = 26
Top = 375
Width = 1590
End
Begin VB.CommandButton cmdSearch
Caption = "搜索(&S)"
Height = 315
Left = 150
TabIndex = 25
Top = 375
Width = 1065
End
End
Begin VB.PictureBox picButtons
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 300
Left = 0
ScaleHeight = 300
ScaleWidth = 5775
TabIndex = 16
Top = 1950
Width = 5775
Begin VB.CommandButton cmdCancel
Caption = "取消(&C)"
Height = 300
Left = 59
TabIndex = 23
Top = 0
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton cmdUpdate
Caption = "更新(&U)"
Height = 300
Left = 1200
TabIndex = 22
Top = 0
Visible = 0 'False
Width = 1095
End
Begin VB.CommandButton cmdClose
Caption = "關閉(&X)"
Height = 300
Left = 4675
TabIndex = 21
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdRefresh
Caption = "刷新(&R)"
Height = 300
Left = 3521
TabIndex = 20
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdDelete
Caption = "刪除(&D)"
Height = 300
Left = 2367
TabIndex = 19
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdEdit
Caption = "編輯(&E)"
Height = 300
Left = 1213
TabIndex = 18
Top = 0
Width = 1095
End
Begin VB.CommandButton cmdAdd
Caption = "添加(&A)"
Height = 300
Left = 59
TabIndex = 17
Top = 0
Width = 1095
End
End
Begin VB.PictureBox picStatBox
Appearance = 0 'Flat
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 300
Left = 75
ScaleHeight = 300
ScaleWidth = 5775
TabIndex = 10
Top = 2400
Width = 5775
Begin VB.CommandButton cmdLast
Height = 300
Left = 5295
Picture = "frmSubjects.frx":0000
Style = 1 'Graphical
TabIndex = 14
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdNext
Height = 300
Left = 4950
Picture = "frmSubjects.frx":0342
Style = 1 'Graphical
TabIndex = 13
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdPrevious
Height = 300
Left = 345
Picture = "frmSubjects.frx":0684
Style = 1 'Graphical
TabIndex = 12
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.CommandButton cmdFirst
Height = 300
Left = 0
Picture = "frmSubjects.frx":09C6
Style = 1 'Graphical
TabIndex = 11
Top = 0
UseMaskColor = -1 'True
Width = 345
End
Begin VB.Label lblStatus
BackColor = &H00FFFFFF&
BorderStyle = 1 'Fixed Single
Height = 285
Left = 690
TabIndex = 15
Top = 0
Width = 4260
End
End
Begin VB.TextBox txtFields
DataField = "ReserveCharge"
Height = 285
Index = 4
Left = 2040
TabIndex = 9
Top = 1340
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "FineCharge"
Height = 285
Index = 3
Left = 2040
TabIndex = 7
Top = 1020
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "IssueDays"
Height = 285
Index = 2
Left = 2040
TabIndex = 5
Top = 700
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "NoOfBooks"
Height = 285
Index = 1
Left = 2040
TabIndex = 3
Top = 380
Width = 3375
End
Begin VB.TextBox txtFields
DataField = "Subject"
Height = 285
Index = 0
Left = 2040
TabIndex = 1
Top = 60
Width = 3375
End
Begin VB.Label lblLabels
Caption = "預定費用:"
Height = 255
Index = 4
Left = 120
TabIndex = 8
Top = 1340
Width = 1815
End
Begin VB.Label lblLabels
Caption = "罰款費用:"
Height = 255
Index = 3
Left = 120
TabIndex = 6
Top = 1020
Width = 1815
End
Begin VB.Label lblLabels
Caption = "借書日期:"
Height = 255
Index = 2
Left = 120
TabIndex = 4
Top = 700
Width = 1815
End
Begin VB.Label lblLabels
Caption = "書籍數量:"
Height = 255
Index = 1
Left = 120
TabIndex = 2
Top = 380
Width = 1815
End
Begin VB.Label lblLabels
Caption = "主題:"
Height = 255
Index = 0
Left = 120
TabIndex = 0
Top = 60
Width = 1815
End
End
Attribute VB_Name = "frmSubjects"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -