📄 u_exammanageaction.dfm
字号:
object Fm_ExamManageAction: TFm_ExamManageAction
Left = 216
Top = 126
BorderStyle = bsDialog
Caption = '考试管理'
ClientHeight = 252
ClientWidth = 384
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = '宋体'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 27
Top = 17
Width = 42
Height = 14
Caption = '学期号'
end
object Label2: TLabel
Left = 27
Top = 47
Width = 56
Height = 14
Caption = '考试次别'
end
object Bevel1: TBevel
Left = 0
Top = 202
Width = 384
Height = 50
Align = alBottom
Shape = bsTopLine
end
object Label3: TLabel
Left = 195
Top = 17
Width = 56
Height = 14
Caption = '年 级'
end
object Label4: TLabel
Left = 194
Top = 47
Width = 56
Height = 14
Caption = '考试类型'
end
object Label5: TLabel
Left = 27
Top = 108
Width = 56
Height = 14
Caption = '单科课程'
end
object Label6: TLabel
Left = 27
Top = 139
Width = 56
Height = 14
Caption = '开始日期'
end
object Label7: TLabel
Left = 27
Top = 169
Width = 56
Height = 14
Caption = '结束日期'
end
object Label8: TLabel
Left = 27
Top = 78
Width = 56
Height = 14
Caption = '考试说明'
end
object CmbBox_Grade: TComboBox
Left = 257
Top = 13
Width = 80
Height = 22
Style = csDropDownList
Color = clBtnFace
Enabled = False
ItemHeight = 14
TabOrder = 1
OnChange = CmbBox_GradeChange
OnKeyDown = CmbBox_OrderKeyDown
OnKeyPress = CmbBox_OrderKeyPress
end
object CmbBox_Type: TComboBox
Left = 257
Top = 43
Width = 80
Height = 22
Style = csDropDownList
Enabled = False
ItemHeight = 14
TabOrder = 3
OnChange = CmbBox_TypeChange
OnKeyDown = CmbBox_OrderKeyDown
OnKeyPress = CmbBox_OrderKeyPress
end
object CmbBox_Order: TComboBox
Left = 90
Top = 43
Width = 80
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 2
OnChange = CmbBox_OrderChange
OnKeyDown = CmbBox_OrderKeyDown
OnKeyPress = CmbBox_OrderKeyPress
end
object Edit_TermCode: TEdit
Left = 90
Top = 13
Width = 80
Height = 22
Color = clBtnFace
Enabled = False
TabOrder = 0
OnKeyDown = Edit_TermCodeKeyDown
end
object Btn_Cancel: TButton
Left = 155
Top = 216
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '取消'
ModalResult = 2
TabOrder = 9
end
object Btn_Help: TButton
Left = 258
Top = 216
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '帮助'
TabOrder = 10
end
object Btn_Ok: TButton
Left = 51
Top = 216
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '确定'
TabOrder = 8
OnClick = Btn_OkClick
end
object CmbBox_Subject: TComboBox
Left = 90
Top = 104
Width = 169
Height = 22
Style = csDropDownList
Enabled = False
ItemHeight = 14
TabOrder = 5
OnChange = CmbBox_SubjectChange
OnKeyDown = CmbBox_OrderKeyDown
OnKeyPress = CmbBox_OrderKeyPress
end
object DtEdit_Begin: TDateEdit
Left = 90
Top = 133
Width = 127
Height = 26
Ctl3D = True
ParentColor = False
ParentCtl3D = False
TabOrder = 6
TabStop = True
OnKeyDown = Edit_TermCodeKeyDown
end
object DtEdit_End: TDateEdit
Left = 90
Top = 163
Width = 127
Height = 26
Ctl3D = True
ParentColor = False
ParentCtl3D = False
TabOrder = 7
TabStop = True
OnKeyDown = Edit_TermCodeKeyDown
end
object Edit_Info: TEdit
Left = 90
Top = 74
Width = 245
Height = 22
TabOrder = 4
OnKeyDown = Edit_TermCodeKeyDown
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -