?? frmlendlist.frm
字號:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form FrmLendList
Caption = "借閱信息列表"
ClientHeight = 7260
ClientLeft = 60
ClientTop = 345
ClientWidth = 11700
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 7260
ScaleWidth = 11700
StartUpPosition = 2 '屏幕中心
Begin MSDataGridLib.DataGrid DataGrid1
Height = 5895
Left = 120
TabIndex = 9
Top = 960
Width = 11415
_ExtentX = 20135
_ExtentY = 10398
_Version = 393216
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin VB.CommandButton Command4
Caption = "查詢"
Height = 375
Left = 8760
TabIndex = 7
Top = 240
Width = 735
End
Begin MSComCtl2.DTPicker DTPicker2
Height = 375
Left = 7320
TabIndex = 6
Top = 240
Width = 1335
_ExtentX = 2355
_ExtentY = 661
_Version = 393216
Format = 20971521
CurrentDate = 37828
End
Begin MSComCtl2.DTPicker DTPicker1
Height = 375
Left = 5400
TabIndex = 4
Top = 240
Width = 1335
_ExtentX = 2355
_ExtentY = 661
_Version = 393216
Format = 20971521
CurrentDate = 37828
End
Begin VB.CommandButton Command3
Caption = "已經到期讀者"
Height = 615
Left = 3360
TabIndex = 2
Top = 120
Width = 1575
End
Begin VB.CommandButton Command2
Caption = "今日到期讀者"
Height = 615
Left = 1680
TabIndex = 1
Top = 120
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "今日借閱信息"
Height = 615
Left = 0
TabIndex = 0
Top = 120
Width = 1575
End
Begin VB.Label Label3
Caption = "記錄數:"
ForeColor = &H00FF0000&
Height = 375
Left = 9600
TabIndex = 8
Top = 240
Width = 1095
End
Begin VB.Label Label2
Caption = "到"
Height = 255
Left = 6960
TabIndex = 5
Top = 240
Width = 375
End
Begin VB.Label Label1
Caption = "從"
Height = 255
Left = 5160
TabIndex = 3
Top = 240
Width = 255
End
End
Attribute VB_Name = "FrmLendList"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -