📄 frmsjgl.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form frmSJGL
ClientHeight = 6828
ClientLeft = 48
ClientTop = 48
ClientWidth = 6588
ControlBox = 0 'False
BeginProperty Font
Name = "宋体"
Size = 10.8
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 6828
ScaleWidth = 6588
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "试卷调整"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 6600
Left = 96
TabIndex = 0
Top = 108
Width = 6408
Begin MSComDlg.CommonDialog CDlg
Left = 1188
Top = 6276
_ExtentX = 677
_ExtentY = 677
_Version = 393216
DialogTitle = "试题另存为..."
End
Begin VB.CommandButton Command6
Caption = "另存"
Height = 360
Left = 1848
TabIndex = 24
Top = 6024
Width = 948
End
Begin VB.CommandButton Command3
Caption = "删除试卷"
Height = 360
Left = 132
TabIndex = 23
Top = 6012
Width = 1308
End
Begin VB.CommandButton Command2
Caption = "修改"
Height = 360
Left = 3672
TabIndex = 20
Top = 6024
Width = 852
End
Begin VB.CommandButton Command1
Caption = "删除"
Height = 360
Left = 2808
TabIndex = 19
Top = 6024
Width = 852
End
Begin VB.CommandButton Command4
Caption = "保存"
Height = 360
Left = 4536
TabIndex = 18
Top = 6024
Width = 852
End
Begin VB.CommandButton Command5
Caption = "取消"
Height = 360
Left = 5400
TabIndex = 17
Top = 6024
Width = 852
End
Begin VB.TextBox Text8
Height = 324
Left = 1128
TabIndex = 16
Top = 276
Width = 5148
End
Begin VB.TextBox Text7
Height = 324
Left = 1128
Locked = -1 'True
TabIndex = 15
Top = 660
Width = 1800
End
Begin VB.TextBox Text6
Height = 324
Left = 4488
Locked = -1 'True
TabIndex = 13
Top = 1872
Width = 1776
End
Begin VB.TextBox Text5
Height = 324
Left = 1128
Locked = -1 'True
TabIndex = 11
Top = 1848
Width = 1800
End
Begin VB.TextBox Text4
Height = 324
Left = 1128
TabIndex = 10
Top = 1464
Width = 5124
End
Begin VB.TextBox Text3
Height = 324
Left = 4464
Locked = -1 'True
TabIndex = 7
Top = 672
Width = 1800
End
Begin VB.TextBox Text2
Height = 324
Left = 1128
Locked = -1 'True
TabIndex = 6
Top = 1044
Width = 1800
End
Begin VB.TextBox Text1
Height = 324
Left = 4488
Locked = -1 'True
TabIndex = 2
Top = 1068
Width = 1776
End
Begin MSComctlLib.ListView List2
Height = 3624
Left = 144
TabIndex = 21
Top = 2316
Width = 2304
_ExtentX = 4064
_ExtentY = 6392
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin MSComctlLib.ListView List1
Height = 3624
Left = 2484
TabIndex = 22
Top = 2316
Width = 3780
_ExtentX = 6668
_ExtentY = 6392
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "本套套号"
Height = 216
Left = 3468
TabIndex = 14
Top = 1920
Width = 864
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "卷面总分"
Height = 216
Left = 120
TabIndex = 12
Top = 1896
Width = 864
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "备 注"
Height = 216
Left = 120
TabIndex = 9
Top = 1512
Width = 864
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "总 套 数"
Height = 216
Left = 3480
TabIndex = 8
Top = 720
Width = 864
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "生成日期"
Height = 216
Left = 120
TabIndex = 5
Top = 1128
Width = 864
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "考试类型"
Height = 216
Left = 120
TabIndex = 4
Top = 732
Width = 864
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "试卷难度"
Height = 216
Left = 3468
TabIndex = 3
Top = 1116
Width = 864
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "试卷名称"
Height = 216
Left = 120
TabIndex = 1
Top = 348
Width = 864
End
End
End
Attribute VB_Name = "frmSJGL"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public m_ID As String
Public FA_ID As String
Private Sub Command1_Click()
If MsgboxYesOrNo("是否真的要出除?") Then
Dim zfz_old As Long, zfz As Long
Dim tmp_item As ListItem
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -