📄 u_addscore.dfm
字号:
object f_addscore: Tf_addscore
Left = 334
Top = 146
Width = 363
Height = 332
Caption = #25104#32489#24405#20837
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 32
Width = 33
Height = 13
AutoSize = False
Caption = #23398#21495
end
object Label3: TLabel
Left = 168
Top = 32
Width = 41
Height = 13
AutoSize = False
Caption = #35838#31243
end
object Label4: TLabel
Left = 16
Top = 80
Width = 33
Height = 13
AutoSize = False
Caption = #20998#25968
end
object Label5: TLabel
Left = 168
Top = 80
Width = 33
Height = 13
AutoSize = False
Caption = #31867#22411
end
object Edit1: TEdit
Left = 56
Top = 32
Width = 89
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 56
Top = 80
Width = 89
Height = 21
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 208
Top = 32
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 8
Top = 256
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 4
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 272
Top = 256
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 5
OnClick = BitBtn2Click
end
object ComboBox2: TComboBox
Left = 208
Top = 80
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 3
Items.Strings = (
#32771#35797#35838
#32771#26597#35838
#36873#20462#35838)
end
object DBGrid1: TDBGrid
Left = 16
Top = 112
Width = 321
Height = 129
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 6
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = DBGrid1CellClick
Columns = <
item
Expanded = False
FieldName = 'stuid'
Title.Caption = #23398#21495
Visible = True
end
item
Expanded = False
FieldName = 'course'
Title.Caption = #35838#31243
Visible = True
end
item
Expanded = False
FieldName = 'type'
Title.Caption = #31867#22411
Visible = True
end
item
Expanded = False
FieldName = 'score'
Title.Caption = #20998#25968
Visible = True
end>
end
object Button1: TButton
Left = 96
Top = 256
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 7
OnClick = Button1Click
end
object Button2: TButton
Left = 184
Top = 256
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 8
OnClick = Button2Click
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 64
Top = 8
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=data.mdb;Persist Se' +
'curity Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from score')
Left = 144
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -