📄 magazinetypelist.frm
字号:
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "msflxgrd.ocx"
Begin VB.Form magazineTypeList
BackColor = &H00FFFFC0&
BorderStyle = 1 'Fixed Single
Caption = "期刊类别"
ClientHeight = 7065
ClientLeft = 45
ClientTop = 330
ClientWidth = 5655
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7065
ScaleWidth = 5655
StartUpPosition = 1 '所有者中心
Begin VB.CommandButton mgztypeModify
Caption = "修 改"
Height = 375
Left = 1680
TabIndex = 13
Top = 6360
Width = 1095
End
Begin VB.CommandButton exit
Caption = "返 回"
Height = 375
Left = 4200
TabIndex = 12
Top = 6360
Width = 1095
End
Begin VB.CommandButton mgztypeDel
Caption = "删 除"
Height = 375
Left = 3000
TabIndex = 11
Top = 6360
Width = 1095
End
Begin VB.CommandButton mgztypeAdd
Caption = "添 加"
Height = 375
Left = 360
TabIndex = 10
Top = 6360
Width = 1095
End
Begin VB.Frame Frame1
BackColor = &H00FFFFC0&
Caption = "备 注"
Height = 1095
Left = 120
TabIndex = 8
Top = 5040
Width = 5415
Begin VB.TextBox MgzTypeOther
Height = 735
Left = 120
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 9
Top = 240
Width = 5175
End
End
Begin VB.TextBox addMgzTypeName
Height = 375
Left = 1200
TabIndex = 7
Top = 4560
Width = 4215
End
Begin VB.TextBox MgzPermitDays
Height = 375
Left = 4440
TabIndex = 6
Top = 4080
Width = 975
End
Begin VB.TextBox addMgzTypeNO
Height = 375
Left = 1200
TabIndex = 5
Top = 4080
Width = 1815
End
Begin MSFlexGridLib.MSFlexGrid mgzTypeGrid
Height = 3255
Left = 0
TabIndex = 1
Top = 600
Width = 5655
_ExtentX = 9975
_ExtentY = 5741
_Version = 393216
Rows = 15
Cols = 4
FixedCols = 0
BackColorBkg = 14737632
SelectionMode = 1
AllowUserResizing= 1
End
Begin VB.Line Line4
BorderColor = &H00FF00FF&
X1 = 5400
X2 = 5400
Y1 = 6240
Y2 = 6840
End
Begin VB.Line Line3
BorderColor = &H00FF00FF&
X1 = 240
X2 = 240
Y1 = 6240
Y2 = 6840
End
Begin VB.Line Line2
BorderColor = &H00FF00FF&
X1 = 240
X2 = 5400
Y1 = 6840
Y2 = 6840
End
Begin VB.Line Line1
BorderColor = &H00FF00FF&
X1 = 240
X2 = 5400
Y1 = 6240
Y2 = 6240
End
Begin VB.Label Label4
BackColor = &H00FFFFC0&
Caption = "借出天数:"
Height = 255
Left = 3480
TabIndex = 4
Top = 4080
Width = 975
End
Begin VB.Label Label3
BackColor = &H00FFFFC0&
Caption = "类别名称:"
Height = 255
Left = 240
TabIndex = 3
Top = 4560
Width = 975
End
Begin VB.Label Label2
BackColor = &H00FFFFC0&
Caption = "类别编号:"
Height = 255
Left = 240
TabIndex = 2
Top = 4080
Width = 975
End
Begin VB.Label Label1
BackColor = &H00FFFFC0&
Caption = "期 刊 类 别 列 表"
BeginProperty Font
Name = "楷体_GB2312"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 375
Left = 1440
TabIndex = 0
Top = 120
Width = 3135
End
End
Attribute VB_Name = "magazineTypeList"
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 + -