📄 addxf_gzp.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form addxf_gzp
BorderStyle = 4 'Fixed ToolWindow
Caption = "规则属性"
ClientHeight = 3270
ClientLeft = 45
ClientTop = 270
ClientWidth = 4680
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3270
ScaleWidth = 4680
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.PictureBox Picture1
BackColor = &H00FFE09E&
Height = 3255
Left = 0
Picture = "addxf_gzp.frx":0000
ScaleHeight = 3195
ScaleWidth = 1275
TabIndex = 2
TabStop = 0 'False
Top = 0
Width = 1335
Begin VB.Image Image1
Height = 720
Left = 240
Picture = "addxf_gzp.frx":3A064
Stretch = -1 'True
Top = 120
Width = 720
End
End
Begin VB.CommandButton Command2
Caption = "确 定(&Y)"
Default = -1 'True
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 3000
TabIndex = 0
Top = 2640
Width = 1575
End
Begin MSComCtl2.UpDown UpDown4
Height = 375
Left = 3616
TabIndex = 1
Top = 2640
Width = 240
_ExtentX = 423
_ExtentY = 661
_Version = 393216
BuddyControl = "Command2"
BuddyDispid = 196611
OrigLeft = 3840
OrigTop = 2640
OrigRight = 4080
OrigBottom = 3015
Max = 10000
SyncBuddy = -1 'True
BuddyProperty = 65547
Enabled = -1 'True
End
Begin MSComCtl2.UpDown UpDown3
Height = 375
Left = 5160
TabIndex = 3
Top = 2040
Width = 240
_ExtentX = 423
_ExtentY = 661
_Version = 393216
OrigLeft = 4320
OrigTop = 1440
OrigRight = 4560
OrigBottom = 1815
Increment = 0
Max = 100
Enabled = 0 'False
End
Begin VB.Label Label6
Alignment = 1 'Right Justify
Caption = "从"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 1560
TabIndex = 9
Top = 2040
Width = 3015
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Caption = "从"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 615
Left = 1560
TabIndex = 8
Top = 360
Width = 3015
End
Begin VB.Label Label1
Caption = "规则的名称"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1560
TabIndex = 7
Top = 120
Width = 2895
End
Begin VB.Label Label2
Caption = "学分(&F)"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 1560
TabIndex = 6
Top = 1080
Width = 2895
End
Begin VB.Label Label3
Alignment = 1 'Right Justify
Caption = "从"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 1560
TabIndex = 5
Top = 1440
Width = 3015
End
Begin VB.Label Label5
Caption = "学积(&J)"
BeginProperty Font
Name = "宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 1560
TabIndex = 4
Top = 1680
Width = 975
End
End
Attribute VB_Name = "addxf_gzp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -