📄 u_exammidaction.dfm
字号:
object Fm_ExamMidAction: TFm_ExamMidAction
Left = 200
Top = 117
BorderStyle = bsDialog
Caption = '设置期中考试'
ClientHeight = 219
ClientWidth = 319
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 Bevel1: TBevel
Left = 0
Top = 169
Width = 319
Height = 50
Align = alBottom
Shape = bsTopLine
end
object Label6: TLabel
Left = 27
Top = 47
Width = 56
Height = 14
Caption = '开始日期'
end
object Label7: TLabel
Left = 27
Top = 76
Width = 56
Height = 14
Caption = '开始日期'
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 = 174
Top = 184
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '取消'
ModalResult = 2
TabOrder = 5
end
object Btn_Ok: TButton
Left = 70
Top = 184
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '确定'
TabOrder = 4
OnClick = Btn_OkClick
end
object DtEdit_Begin: TDateEdit
Left = 90
Top = 40
Width = 127
Height = 26
Ctl3D = True
ParentColor = False
ParentCtl3D = False
TabOrder = 1
TabStop = True
OnKeyDown = Edit_TermCodeKeyDown
end
object DtEdit_End: TDateEdit
Left = 90
Top = 70
Width = 127
Height = 26
Ctl3D = True
ParentColor = False
ParentCtl3D = False
TabOrder = 2
TabStop = True
OnKeyDown = Edit_TermCodeKeyDown
end
object GroupBox1: TGroupBox
Left = 27
Top = 103
Width = 265
Height = 59
Caption = ' 范围 '
TabOrder = 3
TabStop = True
object RdBtn_CurGrade: TRadioButton
Left = 166
Top = 24
Width = 86
Height = 17
Caption = '当前年级'
TabOrder = 1
end
object RdBtn_AllGrade: TRadioButton
Left = 14
Top = 24
Width = 85
Height = 17
Caption = '所有年级'
Checked = True
TabOrder = 0
TabStop = True
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -