📄 unit10.~dfm
字号:
object sort: Tsort
Left = 198
Top = 133
Width = 595
Height = 376
Caption = #25490#24207
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 145
Width = 587
Height = 204
Align = alClient
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Studentid'
Title.Caption = #23398#21495
Visible = True
end
item
Expanded = False
FieldName = 'Chinese'
Title.Caption = #35821#25991
Visible = True
end
item
Expanded = False
FieldName = 'Math'
Title.Caption = #25968#23398
Visible = True
end
item
Expanded = False
FieldName = 'English'
Title.Caption = #33521#35821
Visible = True
end
item
Expanded = False
FieldName = 'Computer'
Title.Caption = #35745#31639#26426
Visible = True
end
item
Expanded = False
FieldName = 'C'
Title.Caption = 'C '#35821#35328
Visible = True
end
item
Expanded = False
FieldName = 'Delphi'
Visible = True
end
item
Expanded = False
FieldName = 'Java'
Visible = True
end
item
Expanded = False
FieldName = 'Linux'
Visible = True
end
item
Expanded = False
FieldName = 'History'
Title.Caption = #21382#21490
Visible = True
end
item
Expanded = False
FieldName = 'Vf'
Visible = True
end
item
Expanded = False
FieldName = 'Average'
Title.Caption = #24179#22343#25104#32489
Visible = True
end
item
Expanded = False
FieldName = 'Sum'
Title.Caption = #24635#25104#32489
Visible = True
end>
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 587
Height = 145
Align = alTop
BevelOuter = bvNone
TabOrder = 1
object GroupBox1: TGroupBox
Left = 321
Top = 0
Width = 266
Height = 145
Align = alRight
Caption = #25490#21015#26041#24335
TabOrder = 0
object RadioButton1: TRadioButton
Left = 64
Top = 48
Width = 64
Height = 17
Caption = #21319#24207
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 64
Top = 80
Width = 64
Height = 17
Caption = #38477#24207
TabOrder = 1
OnClick = RadioButton2Click
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 0
Width = 249
Height = 145
Align = alLeft
Caption = #25490#24207
TabOrder = 1
object Button1: TButton
Left = 32
Top = 56
Width = 75
Height = 25
Caption = #25490#24207
TabOrder = 0
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 144
Top = 56
Width = 81
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'studentid'
Items.Strings = (
'studentid'
'chinese'
'math'
'english'
'computer'
'c'
'delphi'
'java'
'linux'
'history'
'vf'
'average'
'sum')
end
object Button2: TButton
Left = 32
Top = 104
Width = 113
Height = 25
Caption = #25152#26377#23383#27573#25490#24207
TabOrder = 2
OnClick = Button2Click
end
end
end
object DataSource1: TDataSource
DataSet = Query1
Left = 104
Top = 24
end
object Query1: TQuery
Active = True
AutoCalcFields = False
DatabaseName = 'yytgrade'
SQL.Strings = (
'select * from grade order by c ;'
''
' ')
Left = 224
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -