📄 chengjigeren.dfm.~1~
字号:
object ChengjiGerenForm: TChengjiGerenForm
Left = 192
Top = 107
Width = 696
Height = 517
Caption = #23398#29983#20010#20154#25104#32489
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Scaled = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 16
Width = 36
Height = 13
Caption = #29677#32423#65306
end
object ComboBox1: TComboBox
Left = 96
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 16
Top = 96
Width = 241
Height = 321
DataSource = DataSource2
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 16
Top = 72
Width = 240
Height = 25
DataSource = DataSource2
TabOrder = 2
end
object Button1: TButton
Left = 272
Top = 16
Width = 75
Height = 25
Caption = #26597#35810
TabOrder = 3
OnClick = Button1Click
end
object DBNavigator2: TDBNavigator
Left = 312
Top = 72
Width = 240
Height = 25
DataSource = DataSource3
TabOrder = 4
end
object DBGrid2: TDBGrid
Left = 312
Top = 96
Width = 328
Height = 321
DataSource = DataSource3
TabOrder = 5
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button2: TButton
Left = 568
Top = 440
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 6
OnClick = Button2Click
end
object Button4: TButton
Left = 472
Top = 440
Width = 75
Height = 25
Caption = #25171#21360
TabOrder = 7
OnClick = Button4Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password=yfyf817;Persist Security Info=True;U' +
'ser ID=sa;Data Source=mysqldata;Initial Catalog=xuesheng'
LoginPrompt = False
Mode = cmShareDenyNone
Left = 48
Top = 136
end
object ADODataSet1: TADODataSet
Connection = ADOConnection1
DataSource = DataSource1
Parameters = <>
Left = 112
Top = 136
end
object ADODataSet2: TADODataSet
Connection = ADOConnection1
AfterScroll = ADODataSet2AfterScroll
Parameters = <>
Left = 160
Top = 136
end
object DataSource1: TDataSource
Left = 112
Top = 176
end
object DataSource2: TDataSource
DataSet = ADODataSet2
Left = 160
Top = 176
end
object ADODataSet3: TADODataSet
Connection = ADOConnection1
CursorType = ctStatic
CommandText =
'select studentno, studentname, classname, courseno, coursename, ' +
'coursexueshi, time1, pingshi1, pingshi2, qizhong, zongping, geng' +
'zheng from restable'
Parameters = <>
Left = 216
Top = 136
end
object DataSource3: TDataSource
DataSet = ADODataSet3
Left = 216
Top = 176
end
object RvDataSetConnection1: TRvDataSetConnection
RuntimeVisibility = rtDeveloper
DataSet = ADODataSet3
Left = 272
Top = 440
end
object RvProject1: TRvProject
ProjectFile = 'Project1.rav'
Left = 352
Top = 440
end
object ADODataSet4: TADODataSet
Connection = ADOConnection1
CursorType = ctStatic
CommandText =
'select studentno, name1, name2, country, birthday, intime, outti' +
'me from stutable'
Parameters = <>
Left = 112
Top = 232
end
object RvDataSetConnection2: TRvDataSetConnection
RuntimeVisibility = rtDeveloper
DataSet = ADODataSet4
Left = 312
Top = 440
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -