📄 autofrmexam.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form AutoFrmExam
BorderStyle = 3 'Fixed Dialog
Caption = "自动生成试卷向导"
ClientHeight = 4935
ClientLeft = 45
ClientTop = 330
ClientWidth = 7350
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4935
ScaleWidth = 7350
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Cmd_Ok
Caption = "确 定"
Height = 375
Left = 1800
TabIndex = 15
Top = 4440
Width = 1215
End
Begin VB.CommandButton Cmd_Cancel
Caption = "取 消"
Height = 375
Left = 3840
TabIndex = 14
Top = 4440
Width = 1215
End
Begin TabDlg.SSTab SSTab1
Height = 3855
Left = 120
TabIndex = 0
Top = 480
Width = 7095
_ExtentX = 12515
_ExtentY = 6800
_Version = 393216
Tabs = 2
Tab = 1
TabHeight = 520
TabCaption(0) = "选择试卷题型"
TabPicture(0) = "AutoFrmExam.frx":0000
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Line4"
Tab(0).Control(1)= "Line3"
Tab(0).Control(2)= "Line1"
Tab(0).Control(3)= "Label6"
Tab(0).Control(4)= "Label5"
Tab(0).Control(5)= "Label4"
Tab(0).Control(6)= "Label1"
Tab(0).Control(7)= "List1"
Tab(0).Control(8)= "Cmd_Modi"
Tab(0).Control(9)= "Cmd_Del"
Tab(0).Control(10)= "Lst_Number"
Tab(0).Control(11)= "Cmd_Add"
Tab(0).Control(12)= "TxtNumber"
Tab(0).Control(13)= "Lst_Name"
Tab(0).ControlCount= 14
TabCaption(1) = "输入试卷信息"
TabPicture(1) = "AutoFrmExam.frx":001C
Tab(1).ControlEnabled= -1 'True
Tab(1).Control(0)= "Classname"
Tab(1).Control(0).Enabled= 0 'False
Tab(1).Control(1)= "Label8"
Tab(1).Control(1).Enabled= 0 'False
Tab(1).Control(2)= "UserName"
Tab(1).Control(2).Enabled= 0 'False
Tab(1).Control(3)= "Label7"
Tab(1).Control(3).Enabled= 0 'False
Tab(1).Control(4)= "Label9"
Tab(1).Control(4).Enabled= 0 'False
Tab(1).Control(5)= "Label10"
Tab(1).Control(5).Enabled= 0 'False
Tab(1).Control(6)= "Frame11"
Tab(1).Control(6).Enabled= 0 'False
Tab(1).Control(7)= "TxtHeader"
Tab(1).Control(7).Enabled= 0 'False
Tab(1).Control(8)= "TxtPaperName"
Tab(1).Control(8).Enabled= 0 'False
Tab(1).ControlCount= 9
Begin VB.TextBox TxtPaperName
Height = 375
Left = 840
MaxLength = 45
TabIndex = 19
Top = 480
Width = 5895
End
Begin VB.TextBox TxtHeader
Height = 375
Left = 840
MaxLength = 40
TabIndex = 18
Text = "姓名____________班级___________得分___________"
Top = 1080
Width = 5895
End
Begin VB.Frame Frame11
Caption = "备注"
Height = 1695
Left = 360
TabIndex = 16
Top = 2040
Width = 6495
Begin VB.TextBox TxtPaperDes
Height = 1335
Left = 120
MaxLength = 90
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 17
Top = 240
Width = 6255
End
End
Begin VB.ListBox Lst_Name
Height = 1500
Left = -73680
TabIndex = 7
Top = 480
Width = 1935
End
Begin VB.TextBox TxtNumber
Height = 375
Left = -73680
TabIndex = 6
Text = "TxtNumber"
Top = 2280
Width = 1935
End
Begin VB.CommandButton Cmd_Add
Caption = "添加题型"
Height = 375
Left = -73560
TabIndex = 5
Top = 2760
Width = 1215
End
Begin VB.ListBox Lst_Number
Height = 1860
Left = -71520
TabIndex = 4
Top = 840
Width = 1455
End
Begin VB.CommandButton Cmd_Del
Caption = "删除题型"
Height = 375
Left = -70680
TabIndex = 3
Top = 2760
Width = 1215
End
Begin VB.CommandButton Cmd_Modi
Caption = "修改题型"
Height = 375
Left = -72120
TabIndex = 2
Top = 2760
Width = 1215
End
Begin VB.ListBox List1
Height = 1860
Left = -69600
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.Label Label10
Caption = "名 称:"
Height = 255
Left = 240
TabIndex = 25
Top = 600
Width = 855
End
Begin VB.Label Label9
Caption = "标 题:"
Height = 375
Left = 240
TabIndex = 24
Top = 1200
Width = 735
End
Begin VB.Label Label7
Caption = "创建者:"
Height = 255
Left = 240
TabIndex = 23
Top = 1680
Width = 975
End
Begin VB.Label UserName
Caption = "UserName"
Height = 255
Left = 1200
TabIndex = 22
Top = 1680
Width = 1575
End
Begin VB.Label Label8
Caption = "试卷所属课程:"
Height = 255
Left = 3240
TabIndex = 21
Top = 1680
Width = 1335
End
Begin VB.Label Classname
Caption = "Classname"
Height = 255
Left = 4680
TabIndex = 20
Top = 1680
Width = 1815
End
Begin VB.Label Label1
Caption = "选择题型:"
Height = 255
Left = -74760
TabIndex = 11
Top = 1080
Width = 975
End
Begin VB.Label Label4
Caption = "输入选中题型的题量:"
Height = 375
Left = -74760
TabIndex = 10
Top = 2280
Width = 975
End
Begin VB.Label Label5
Caption = "已经选择了的题型"
Height = 375
Left = -71520
TabIndex = 9
Top = 480
Width = 1575
End
Begin VB.Label Label6
Caption = "相对应的题量"
Height = 255
Left = -69600
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -