📄 s_courseunit2.dfm
字号:
object MdCourseForm: TMdCourseForm
Left = 180
Top = 317
Width = 457
Height = 260
Caption = 'MdCourseForm'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 18
object Label1: TLabel
Left = 45
Top = 9
Width = 32
Height = 18
Caption = '学号'
end
object LStudent_id: TLabel
Left = 126
Top = 9
Width = 84
Height = 18
Caption = 'LStudent_id'
end
object Label9: TLabel
Left = 297
Top = 9
Width = 32
Height = 18
Caption = '姓名'
end
object Lname: TLabel
Left = 351
Top = 9
Width = 48
Height = 18
Caption = 'Lname'
end
object Label2: TLabel
Left = 45
Top = 54
Width = 32
Height = 18
Caption = '课程'
end
object Label3: TLabel
Left = 45
Top = 81
Width = 32
Height = 18
Caption = '类别'
end
object Label4: TLabel
Left = 45
Top = 108
Width = 32
Height = 18
Caption = '学时'
end
object Label5: TLabel
Left = 45
Top = 135
Width = 32
Height = 18
Caption = '学分'
end
object Label6: TLabel
Left = 45
Top = 162
Width = 64
Height = 18
Caption = '起始日期'
end
object Label7: TLabel
Left = 45
Top = 189
Width = 64
Height = 18
Caption = '期末日期'
end
object ButtonOk: TButton
Left = 351
Top = 54
Width = 84
Height = 28
Caption = '确认'
TabOrder = 0
OnClick = ButtonOkClick
end
object ButtonCancel: TButton
Left = 351
Top = 90
Width = 84
Height = 28
Caption = '取消'
TabOrder = 1
OnClick = ButtonCancelClick
end
object Edit1: TEdit
Left = 126
Top = 54
Width = 154
Height = 26
TabOrder = 2
Text = 'Edit1'
end
object ComboBox1: TComboBox
Left = 126
Top = 81
Width = 154
Height = 26
ItemHeight = 18
TabOrder = 3
Text = 'ComboBox1'
Items.Strings = (
'选修'
'必修')
end
object Edit3: TEdit
Left = 126
Top = 108
Width = 154
Height = 26
TabOrder = 4
Text = 'Edit3'
end
object Edit4: TEdit
Left = 126
Top = 135
Width = 154
Height = 26
TabOrder = 5
Text = 'Edit4'
end
object Edit5: TEdit
Left = 126
Top = 162
Width = 154
Height = 26
TabOrder = 6
Text = 'Edit5'
end
object Edit6: TEdit
Left = 126
Top = 189
Width = 154
Height = 26
TabOrder = 7
Text = 'Edit6'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -