📄 admodcoursefrm.dfm
字号:
object frmadmodcourse: Tfrmadmodcourse
Left = 276
Top = 82
Width = 366
Height = 425
Caption = #28155#21152#20462#25913#35838#31243
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 DBGrid1: TDBGrid
Left = 48
Top = 32
Width = 257
Height = 120
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox1: TGroupBox
Left = 48
Top = 176
Width = 257
Height = 121
Caption = #28155#21152#35838#31243
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 32
Width = 24
Height = 13
Caption = #35838#21495
end
object Label2: TLabel
Left = 24
Top = 72
Width = 48
Height = 13
Caption = #35838#31243#21517#31216
end
object Edit1: TEdit
Left = 80
Top = 32
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 80
Top = 72
Width = 121
Height = 21
TabOrder = 1
end
end
object Button1: TButton
Left = 32
Top = 336
Width = 75
Height = 25
Caption = #30830#35748#28155#21152
TabOrder = 2
end
object Button2: TButton
Left = 136
Top = 336
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 3
end
object Button3: TButton
Left = 240
Top = 336
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = Button3Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Student.mdb;Persist' +
' Security Info=False'
LoginPrompt = False
Mode = cmShareDenyNone
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 240
Top = 24
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = #35838#31243
Left = 240
Top = 56
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 240
Top = 88
end
object ADOQuery1: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#35838#31243)
Left = 240
Top = 120
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -