?? studentinfounit.~dfm
字號:
object StudentInfoForm: TStudentInfoForm
Left = 310
Top = 159
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #23398#29983#20449#24687
ClientHeight = 446
ClientWidth = 688
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 0
Top = 0
Width = 688
Height = 337
Align = alTop
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 686
Height = 335
Align = alClient
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'sno'
Title.Alignment = taCenter
Title.Caption = #23398#21495
Width = 172
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'sname'
Title.Alignment = taCenter
Title.Caption = #22995#21517
Width = 111
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'sage'
Title.Alignment = taCenter
Title.Caption = #24180#40836
Width = 100
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'tp'
Title.Alignment = taCenter
Title.Caption = #23494#30721
Width = 148
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'dept'
Title.Alignment = taCenter
Title.Caption = #31995#21035
Width = 116
Visible = True
end>
end
end
object Panel2: TPanel
Left = 0
Top = 337
Width = 688
Height = 109
Align = alClient
TabOrder = 1
object Label1: TLabel
Left = 40
Top = 32
Width = 35
Height = 14
Caption = #23398#21495':'
end
object Label2: TLabel
Left = 384
Top = 32
Width = 35
Height = 14
Caption = #23398#21495':'
end
object Button1: TButton
Left = 88
Top = 64
Width = 75
Height = 25
Caption = #28155#21152#23398#29983
TabOrder = 4
OnClick = Button1Click
end
object Edit1: TEdit
Left = 80
Top = 28
Width = 121
Height = 22
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
OnKeyDown = Edit1KeyDown
end
object Button2: TButton
Left = 216
Top = 28
Width = 75
Height = 25
Caption = #20462#25913#20449#24687
TabOrder = 1
OnClick = Button2Click
end
object Edit2: TEdit
Left = 424
Top = 28
Width = 121
Height = 22
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 2
OnKeyDown = Edit2KeyDown
end
object Button3: TButton
Left = 560
Top = 28
Width = 75
Height = 25
Caption = #21024#38500#20449#24687
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 192
Top = 64
Width = 81
Height = 25
Caption = #36864#20986
TabOrder = 5
OnClick = Button4Click
end
object DBNavigator1: TDBNavigator
Left = 320
Top = 64
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 6
end
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 232
Top = 208
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from student')
Left = 280
Top = 208
end
object ADOQuery2: TADOQuery
Parameters = <>
Left = 576
Top = 400
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -