📄 u_training_plan.~dfm
字号:
object F_training_plan: TF_training_plan
Left = 235
Top = 187
Width = 480
Height = 390
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 Label3: TLabel
Left = 16
Top = 8
Width = 70
Height = 13
Caption = '课程列表:'
end
object Label4: TLabel
Left = 248
Top = 8
Width = 70
Height = 13
Caption = '学员列表:'
end
object DBGrid1: TDBGrid
Left = 8
Top = 32
Width = 217
Height = 327
Anchors = [akLeft, akTop, akBottom]
DataSource = DM_main.DS_course_list
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 = 240
Top = 32
Width = 225
Height = 327
Anchors = [akLeft, akTop, akRight, akBottom]
DataSource = DM_main.DS_student_list
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'DEPART'
Title.Caption = '部门'
Visible = True
end
item
Expanded = False
FieldName = 'ID'
Title.Caption = '员工号'
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
Title.Caption = '姓名'
Visible = True
end>
end
object Button1: TButton
Left = 320
Top = 2
Width = 123
Height = 25
Anchors = [akTop, akRight]
Caption = '报表打印学员名单'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 112
Top = 2
Width = 99
Height = 25
Caption = '确认选课结果'
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -