📄 setinfo.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form setinfo
BorderStyle = 3 'Fixed Dialog
Caption = "基本设置"
ClientHeight = 3240
ClientLeft = 5565
ClientTop = 2775
ClientWidth = 5715
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 3240
ScaleWidth = 5715
ShowInTaskbar = 0 'False
Begin VB.CommandButton Command3
Caption = "关闭(&C)"
Height = 375
Left = 4440
TabIndex = 5
Top = 2760
Width = 1095
End
Begin VB.CommandButton Command1
Caption = "确定(&O)"
Height = 375
Left = 2880
TabIndex = 4
Top = 2760
Width = 1095
End
Begin TabDlg.SSTab SSTab1
Height = 2535
Left = 240
TabIndex = 0
Top = 120
Width = 5295
_ExtentX = 9340
_ExtentY = 4471
_Version = 393216
Tabs = 2
TabsPerRow = 2
TabHeight = 520
TabCaption(0) = "最大借出书册设置"
TabPicture(0) = "setinfo.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Label2"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Text1"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).ControlCount= 3
TabCaption(1) = "罚款设置"
TabPicture(1) = "setinfo.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Text2"
Tab(1).Control(1)= "Label4"
Tab(1).Control(2)= "Label3"
Tab(1).ControlCount= 3
Begin VB.TextBox Text2
BackColor = &H00C0FFFF&
BeginProperty DataFormat
Type = 1
Format = "#,##0.00"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 1
EndProperty
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = -72120
TabIndex = 7
Top = 960
Width = 975
End
Begin VB.TextBox Text1
BackColor = &H00C0FFFF&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3120
TabIndex = 2
Top = 960
Width = 855
End
Begin VB.Label Label4
Caption = "元"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = -70920
TabIndex = 8
Top = 1080
Width = 975
End
Begin VB.Label Label3
Caption = "超出一天罚款"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = -73920
TabIndex = 6
Top = 1080
Width = 1695
End
Begin VB.Label Label2
Caption = "册"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 4200
TabIndex = 3
Top = 1080
Width = 855
End
Begin VB.Label Label1
Caption = "每人最多借出册数"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 960
TabIndex = 1
Top = 1080
Width = 2055
End
End
End
Attribute VB_Name = "setinfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -