📄 form15.frm
字号:
VERSION 5.00
Begin VB.Form frmAddQuestion
BackColor = &H00FFC0C0&
Caption = "添加题目"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 11550
ScaleWidth = 19080
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame3
BackColor = &H00FFC0C0&
Caption = "添加选项"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1455
Left = 3600
TabIndex = 14
Top = 600
Width = 11535
Begin VB.OptionButton optDanxuan
BackColor = &H00FFC0C0&
Caption = "单选题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 2400
TabIndex = 16
Top = 480
Width = 1455
End
Begin VB.OptionButton optPanduan
BackColor = &H00FFC0C0&
Caption = "填空题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 6600
TabIndex = 15
Top = 360
Width = 1335
End
End
Begin VB.CommandButton cmdCancel
Caption = "取消"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 9720
TabIndex = 3
Top = 10200
Width = 2295
End
Begin VB.CommandButton cmdReturn
Caption = "返回"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 12720
TabIndex = 2
Top = 10200
Width = 2415
End
Begin VB.Frame Frame2
BackColor = &H00FFC0C0&
Caption = "添加填空题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 2055
Left = 3600
TabIndex = 1
Top = 7800
Width = 11535
Begin VB.CommandButton cmdAddT
Caption = "添加"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 975
Left = 8880
TabIndex = 19
Top = 720
Width = 2295
End
Begin VB.TextBox txtAnswer
Height = 495
Left = 3360
TabIndex = 17
Top = 1200
Width = 4815
End
Begin VB.TextBox txtTiankong
Height = 495
Left = 3360
TabIndex = 12
Top = 360
Width = 4815
End
Begin VB.Label Label4
BackColor = &H00FFC0C0&
Caption = "答案:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 13
Top = 1320
Width = 975
End
Begin VB.Label Label3
BackColor = &H00FFC0C0&
Caption = "题目:"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
TabIndex = 11
Top = 480
Width = 975
End
End
Begin VB.Frame Frame1
BackColor = &H00FFC0C0&
Caption = "添加单选题"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4935
Left = 3600
TabIndex = 0
Top = 2400
Width = 11535
Begin VB.OptionButton optC
BackColor = &H00FFC0C0&
Caption = "C"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 6000
TabIndex = 24
Top = 4080
Width = 1215
End
Begin VB.OptionButton optD
BackColor = &H00FFC0C0&
Caption = "D"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 7440
TabIndex = 23
Top = 4080
Width = 1215
End
Begin VB.OptionButton optA
BackColor = &H00FFC0C0&
Caption = "A"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 3360
TabIndex = 22
Top = 4080
Width = 1215
End
Begin VB.OptionButton optB
BackColor = &H00FFC0C0&
Caption = "B"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -