chengjifrm.dfm
来自「这是一套完整的学生信息管理系统」· DFM 代码 · 共 161 行
DFM
161 行
object frmchengji: Tfrmchengji
Left = 217
Top = 47
Width = 463
Height = 452
Caption = #36755#20837#20462#25913#26597#35810#25104#32489
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 Label4: TLabel
Left = 304
Top = 200
Width = 60
Height = 13
Caption = #36755#20837#23398#21495#65306
end
object DBGrid1: TDBGrid
Left = 48
Top = 48
Width = 320
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 = 40
Top = 192
Width = 241
Height = 137
Caption = #36755#20837#25104#32489
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 32
Width = 24
Height = 13
Caption = #23398#21495
end
object Label2: TLabel
Left = 24
Top = 64
Width = 24
Height = 13
Caption = #35838#21495
end
object Label3: TLabel
Left = 24
Top = 96
Width = 24
Height = 13
Caption = #20998#25968
end
object Edit1: TEdit
Left = 88
Top = 32
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 88
Top = 64
Width = 121
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 88
Top = 96
Width = 121
Height = 21
TabOrder = 2
end
end
object Button1: TButton
Left = 56
Top = 360
Width = 75
Height = 25
Caption = #30830#35748#28155#21152
TabOrder = 2
end
object Button2: TButton
Left = 168
Top = 360
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 3
end
object Button3: TButton
Left = 328
Top = 280
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 4
end
object Edit4: TEdit
Left = 304
Top = 232
Width = 121
Height = 21
TabOrder = 5
end
object Button4: TButton
Left = 328
Top = 360
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 6
OnClick = Button4Click
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 = 296
Top = 40
end
object ADOTable1: TADOTable
Active = True
Connection = ADOConnection1
CursorType = ctStatic
TableName = #25104#32489
Left = 296
Top = 72
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 296
Top = 104
end
object ADOQuery1: TADOQuery
Active = True
Connection = ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from '#25104#32489)
Left = 296
Top = 136
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?