📄 frmreaderinfo1.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
Begin VB.Form everydayInfo3
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fixed Single
Caption = "每日还书"
ClientHeight = 5430
ClientLeft = 45
ClientTop = 330
ClientWidth = 9000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5430
ScaleWidth = 9000
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton cancel
Caption = "返 回"
Height = 375
Left = 7440
TabIndex = 5
Top = 4920
Width = 1335
End
Begin VB.CommandButton dayRtnShow
Caption = "显示当日还书"
Height = 375
Left = 2760
TabIndex = 4
Top = 4920
Width = 1455
End
Begin MSComCtl2.DTPicker dayRtnDTP
Height = 375
Left = 1080
TabIndex = 3
Top = 4920
Width = 1455
_ExtentX = 2566
_ExtentY = 661
_Version = 393216
Format = 23658497
CurrentDate = 37987
End
Begin MSFlexGridLib.MSFlexGrid dayRtnGrid
Height = 3975
Left = 0
TabIndex = 1
Top = 840
Width = 9015
_ExtentX = 15901
_ExtentY = 7011
_Version = 393216
Rows = 15
Cols = 14
FixedCols = 0
BackColorBkg = 14737632
AllowUserResizing= 1
End
Begin VB.Label Label2
BackColor = &H00FFFFC0&
Caption = "还书日期"
BeginProperty Font
Name = "幼圆"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 255
Left = 120
TabIndex = 2
Top = 4920
Width = 855
End
Begin VB.Line Line1
BorderColor = &H00FF00FF&
BorderWidth = 2
X1 = 3000
X2 = 6000
Y1 = 720
Y2 = 720
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "每日还书"
BeginProperty Font
Name = "楷体_GB2312"
Size = 24
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 495
Left = 3480
TabIndex = 0
Top = 120
Width = 1935
End
End
Attribute VB_Name = "everydayInfo3"
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 + -