📄 modifystudent.dfm
字号:
object Form11: TForm11
Left = 183
Top = 130
Width = 812
Height = 407
Caption = #20462#25913#23398#29983#24773#20917
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 GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 185
Height = 313
Caption = #35831#36873#25321#20462#25913#33539#22260
Color = clSkyBlue
ParentColor = False
TabOrder = 0
object Label1: TLabel
Left = 16
Top = 160
Width = 36
Height = 13
AutoSize = False
Caption = #23398#21495#65306
end
object Label2: TLabel
Left = 24
Top = 216
Width = 36
Height = 13
AutoSize = False
Caption = #22995#21517#65306
end
object scale: TComboBox
Left = 16
Top = 32
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = #25353#29677#32423#20462#25913
OnChange = scaleChange
Items.Strings = (
#25353#29677#32423#20462#25913
#25353#23398#21495#20462#25913
#25353#22995#21517#20462#25913)
end
object cName: TComboBox
Left = 16
Top = 120
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
Text = #19968#29677
Items.Strings = (
#19968#29677
#20108#29677)
end
object num: TEdit
Left = 16
Top = 184
Width = 145
Height = 21
TabOrder = 2
end
object uName: TEdit
Left = 16
Top = 240
Width = 145
Height = 21
TabOrder = 3
end
object Button1: TButton
Left = 56
Top = 272
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 4
OnClick = Button1Click
end
object grade: TComboBox
Left = 16
Top = 80
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 5
Text = #21021#19968
Items.Strings = (
#21021#19968
#21021#20108
#21021#19977)
end
end
object GroupBox2: TGroupBox
Left = 208
Top = 16
Width = 585
Height = 313
Caption = #21487#20197#30452#25509#22312#34920#26684#19978#20462#25913
Color = clSkyBlue
ParentColor = False
TabOrder = 1
object DBGrid1: TDBGrid
Left = 16
Top = 24
Width = 553
Height = 177
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 24
Top = 216
Width = 540
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Button2: TButton
Left = 264
Top = 264
Width = 75
Height = 25
Caption = #21047#26032
TabOrder = 2
OnClick = Button2Click
end
end
object Button3: TButton
Left = 248
Top = 336
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 424
Top = 336
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = qry
Left = 256
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
'Security Info=False'
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 336
Top = 8
end
object qry: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 392
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -