📄 stutitlefrm.~dfm
字号:
object Form9: TForm9
Left = 193
Top = 117
Width = 696
Height = 502
Caption = #29983#25104#23398#29983#24773#20917#25253#34920
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 657
Height = 81
Caption = #25253#34920#26631#39064
TabOrder = 0
object title: TEdit
Left = 16
Top = 32
Width = 609
Height = 21
TabOrder = 0
end
end
object GroupBox2: TGroupBox
Left = 16
Top = 104
Width = 657
Height = 105
Caption = #29983#25104#26465#20214
TabOrder = 1
object Label1: TLabel
Left = 368
Top = 32
Width = 36
Height = 13
Caption = #23398#21495#65306
end
object con: TComboBox
Left = 8
Top = 24
Width = 105
Height = 21
ItemHeight = 13
TabOrder = 0
Text = #25353#24180#32423#29983#25104
OnChange = conChange
Items.Strings = (
#25353#24180#32423#29983#25104
#25353#29677#32423#29983#25104
#25353#23398#21495#29983#25104)
end
object grade: TComboBox
Left = 128
Top = 24
Width = 97
Height = 21
ItemHeight = 13
TabOrder = 1
Text = #35831#36873#25321#24180#32423
Items.Strings = (
#20840#26657
#21021#19968
#21021#20108
#21021#19977)
end
object cName: TComboBox
Left = 240
Top = 24
Width = 105
Height = 21
ItemHeight = 13
TabOrder = 2
Text = #35831#36873#25321#29677#32423
Items.Strings = (
#19968#29677
#20108#29677)
end
object Button1: TButton
Left = 288
Top = 64
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = Button1Click
end
object numEd: TEdit
Left = 408
Top = 24
Width = 121
Height = 21
TabOrder = 4
end
end
object DBGrid1: TDBGrid
Left = 16
Top = 216
Width = 657
Height = 153
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button2: TButton
Left = 96
Top = 416
Width = 75
Height = 25
Caption = #39044#35272#25253#34920
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 248
Top = 416
Width = 75
Height = 25
Caption = #36820#22238
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 416
Top = 416
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 5
OnClick = Button4Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
'Security Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 96
Top = 8
end
object qry: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from student')
Left = 136
Top = 8
end
object DataSource1: TDataSource
DataSet = qry
Left = 184
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -