📄 u_score.dfm
字号:
object F_score: TF_score
Left = 203
Top = 253
Width = 640
Height = 364
Caption = '考核评定结果'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 70
Height = 13
Caption = '课程列表:'
end
object Label2: TLabel
Left = 248
Top = 8
Width = 70
Height = 13
Caption = '学员名单:'
end
object DBGrid1: TDBGrid
Left = 8
Top = 24
Width = 233
Height = 305
Anchors = [akLeft, akTop, akBottom]
DataSource = DM_main.DS_course_list2
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ID'
Title.Caption = '课程编号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '课程名称'
Visible = True
end
item
Expanded = False
FieldName = 'TEACHER'
Title.Caption = '任课教师'
Visible = True
end>
end
object DBGrid2: TDBGrid
Left = 248
Top = 24
Width = 185
Height = 305
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = DM_main.DS_student_list2
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'PERSON'
Title.Caption = '员工号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '姓名'
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 440
Top = 8
Width = 185
Height = 321
Anchors = [akTop, akRight]
Caption = '考核评定:'
TabOrder = 2
object Label3: TLabel
Left = 16
Top = 48
Width = 70
Height = 13
Caption = '所在部门:'
end
object Label4: TLabel
Left = 16
Top = 128
Width = 70
Height = 13
Caption = '姓 名:'
end
object Label5: TLabel
Left = 16
Top = 88
Width = 70
Height = 13
Caption = '员工编号:'
end
object Label6: TLabel
Left = 16
Top = 168
Width = 70
Height = 13
Caption = '考核成绩:'
end
object Label7: TLabel
Left = 16
Top = 208
Width = 70
Height = 13
Caption = '考核评价:'
end
object Label8: TLabel
Left = 16
Top = 256
Width = 70
Height = 13
Caption = '考核日期:'
end
object DBEdit1: TDBEdit
Left = 80
Top = 44
Width = 89
Height = 21
DataField = 'DEPART'
DataSource = DM_main.DS_student_list2
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 80
Top = 84
Width = 89
Height = 21
DataField = 'PERSON'
DataSource = DM_main.DS_student_list2
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 80
Top = 124
Width = 89
Height = 21
DataField = 'NAME'
DataSource = DM_main.DS_student_list2
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 80
Top = 164
Width = 89
Height = 21
DataField = 'SCORE'
DataSource = DM_main.DS_score
TabOrder = 3
end
object DBLookupComboBox1: TDBLookupComboBox
Left = 80
Top = 204
Width = 89
Height = 21
DataField = 'APPRAISEMENT'
DataSource = DM_main.DS_score
KeyField = 'CODE'
ListField = 'DESCRIPTION'
ListSource = DM_main.DS_appraisement
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 80
Top = 252
Width = 89
Height = 21
DataField = 'EXAM_DATE'
DataSource = DM_main.DS_score
TabOrder = 5
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -