📄 courseselect.dfm
字号:
object f_courseselect: Tf_courseselect
Left = 215
Top = 113
Width = 737
Height = 511
Caption = #36873#35838#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = True
Position = poDefault
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 16
Width = 48
Height = 16
Caption = #29677#32423#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 248
Top = 16
Width = 80
Height = 16
Caption = #23398#24180#23398#26399#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 280
Top = 48
Width = 80
Height = 16
Caption = #36873#35838#21015#34920#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 288
Top = 384
Width = 80
Height = 16
Caption = #35838#31243#21517#31216#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Cmbclass: TComboBox
Left = 64
Top = 16
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = CmbclassChange
end
object DBGrid1: TDBGrid
Left = 8
Top = 48
Width = 257
Height = 409
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'studentno'
Title.Caption = #23398#21495
Visible = True
end
item
Expanded = False
FieldName = 'name'
Title.Caption = #22995#21517
Visible = True
end
item
Expanded = False
FieldName = 'sex'
Title.Caption = #24615#21035
Visible = True
end
item
Expanded = False
FieldName = 'depart'
Title.Caption = #38498#31995
Visible = True
end
item
Expanded = False
FieldName = 'enteryear'
Title.Caption = #20837#23398#24180#20221
Visible = True
end
item
Expanded = False
FieldName = 'specialty'
Title.Caption = #19987#19994
Visible = True
end>
end
object Cmbterm: TComboBox
Left = 328
Top = 16
Width = 225
Height = 21
ItemHeight = 13
TabOrder = 2
OnChange = CmbtermChange
end
object DBGrid2: TDBGrid
Left = 280
Top = 72
Width = 441
Height = 305
DataSource = DataSource2
PopupMenu = PopupMenu1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'termno'
Width = 97
Visible = True
end
item
Expanded = False
FieldName = 'courseno'
Visible = True
end
item
Expanded = False
FieldName = 'name'
Title.Caption = #35838#31243
Width = 56
Visible = True
end
item
Expanded = False
FieldName = 'credit'
Width = 41
Visible = True
end
item
Expanded = False
FieldName = 'score'
Width = 47
Visible = True
end>
end
object Cmbcourse: TComboBox
Left = 360
Top = 384
Width = 105
Height = 21
ItemHeight = 13
TabOrder = 4
end
object Btnadd: TButton
Left = 488
Top = 384
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 5
OnClick = BtnaddClick
end
object PopupMenu1: TPopupMenu
Left = 520
Top = 224
object N3: TMenuItem
Caption = #21024#38500#36873#35838
OnClick = N3Click
end
end
object ADOQuery1: TADOQuery
Connection = mainform.ADOConnection1
Parameters = <>
Left = 384
Top = 424
end
object ADOqrystudent: TADOQuery
Connection = mainform.ADOConnection1
Parameters = <>
Left = 304
Top = 432
end
object ADOqrycourse: TADOQuery
Connection = mainform.ADOConnection1
Parameters = <>
Left = 696
Top = 384
end
object DataSource1: TDataSource
DataSet = ADOqrystudent
Left = 272
Top = 432
end
object DataSource2: TDataSource
DataSet = ADOqrycourse
Left = 664
Top = 384
end
object ADOQuery2: TADOQuery
Connection = mainform.ADOConnection1
Parameters = <>
Left = 448
Top = 432
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -