📄 formcoursemanage.dfm
字号:
object frmCourseManage: TfrmCourseManage
Left = 440
Top = 100
Width = 540
Height = 450
Caption = #35838#31243#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object dbnCourse: TDBNavigator
Left = 8
Top = 152
Width = 240
Height = 25
DataSource = dsCourse
ConfirmDelete = False
TabOrder = 0
OnClick = dbnCourseClick
end
object btnQuit: TButton
Left = 448
Top = 152
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 1
OnClick = btnQuitClick
end
object dbgCourse: TDBGrid
Left = 8
Top = 184
Width = 513
Height = 233
DataSource = dsCourse
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'CourseID'
Title.Alignment = taCenter
Title.Caption = #32534#21495
Width = 71
Visible = True
end
item
Expanded = False
FieldName = 'CourseName'
Title.Alignment = taCenter
Title.Caption = #35838#31243#21517#31216
Width = 178
Visible = True
end
item
Expanded = False
FieldName = 'Credit'
Title.Alignment = taCenter
Title.Caption = #23398#20998
Visible = True
end
item
Expanded = False
FieldName = 'Period'
Title.Alignment = taCenter
Title.Caption = #23398#26102#25968
Visible = True
end
item
Expanded = False
FieldName = 'Teacher'
Title.Alignment = taCenter
Title.Caption = #20219#35838#32769#24072
Visible = True
end>
end
object gpbCourse: TGroupBox
Left = 8
Top = 0
Width = 513
Height = 145
TabOrder = 3
object Label1: TLabel
Left = 8
Top = 16
Width = 64
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #35838#31243#32534#21495
end
object Label2: TLabel
Left = 8
Top = 48
Width = 64
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #35838#31243#21517#31216
end
object Label3: TLabel
Left = 8
Top = 80
Width = 64
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #20219#35838#32769#24072
end
object Label4: TLabel
Left = 8
Top = 112
Width = 64
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #23398#20998
end
object Label5: TLabel
Left = 144
Top = 112
Width = 40
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #23398#26102
end
object Label6: TLabel
Left = 240
Top = 16
Width = 41
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = #35828#26126
end
object dbecourseID: TDBEdit
Left = 72
Top = 16
Width = 161
Height = 21
DataField = 'CourseID'
DataSource = dsCourse
TabOrder = 0
end
object dbeCourseName: TDBEdit
Left = 72
Top = 48
Width = 161
Height = 21
DataField = 'CourseName'
DataSource = dsCourse
TabOrder = 1
end
object dbeCredit: TDBEdit
Left = 72
Top = 112
Width = 49
Height = 21
DataField = 'Credit'
DataSource = dsCourse
TabOrder = 2
end
object dbePeriod: TDBEdit
Left = 184
Top = 112
Width = 49
Height = 21
DataField = 'Period'
DataSource = dsCourse
TabOrder = 3
end
object dbeTeacher: TDBEdit
Left = 72
Top = 80
Width = 161
Height = 21
DataField = 'Teacher'
DataSource = dsCourse
TabOrder = 4
end
object dbmDesc: TDBMemo
Left = 288
Top = 16
Width = 217
Height = 121
DataField = 'Description'
DataSource = dsCourse
TabOrder = 5
end
end
object dsCourse: TDataSource
DataSet = tblCourse
Left = 48
Top = 288
end
object tblCourse: TTable
BeforePost = tblCourseBeforePost
BeforeDelete = tblCourseBeforeDelete
AfterScroll = tblCourseAfterScroll
DatabaseName = 'DBCourse'
TableName = 'Course'
Left = 48
Top = 256
end
object qryValid: TQuery
DatabaseName = 'DBCourse'
Left = 48
Top = 352
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -