uhonoursstdedit.~dfm
来自「一.录入学生信息(预计有81个学生」· ~DFM 代码 · 共 112 行
~DFM
112 行
object frmHonoursStdEdit: TfrmHonoursStdEdit
Left = 397
Top = 221
ActiveControl = EditScore
BorderStyle = bsDialog
Caption = #20462#25913#20248#31168#35780#23450#26631#20934
ClientHeight = 156
ClientWidth = 239
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 16
Width = 48
Height = 12
Caption = #31185#30446#32534#21495
end
object Label2: TLabel
Left = 8
Top = 48
Width = 48
Height = 12
Caption = #31185#30446#21517#31216
end
object Label3: TLabel
Left = 8
Top = 80
Width = 48
Height = 12
Caption = #35780#20248#20998#25968
end
object Panel1: TPanel
Left = 0
Top = 115
Width = 239
Height = 41
Align = alBottom
BevelOuter = bvLowered
Ctl3D = True
ParentCtl3D = False
TabOrder = 3
DesignSize = (
239
41)
object cmdEnsure: TButton
Left = 79
Top = 9
Width = 72
Height = 22
Anchors = [akTop, akRight]
Caption = #30830#35748'(&E)'
TabOrder = 0
OnClick = cmdEnsureClick
end
object cmdCancel: TButton
Left = 159
Top = 9
Width = 72
Height = 22
Anchors = [akTop, akRight]
Cancel = True
Caption = #21462#28040'(&X)'
TabOrder = 1
OnClick = cmdCancelClick
end
end
object EditCode: TEdit
Left = 64
Top = 12
Width = 166
Height = 20
Enabled = False
MaxLength = 20
TabOrder = 0
end
object EditName: TEdit
Left = 64
Top = 44
Width = 166
Height = 20
Enabled = False
MaxLength = 50
TabOrder = 1
end
object EditScore: TEdit
Left = 64
Top = 76
Width = 166
Height = 20
MaxLength = 50
TabOrder = 2
OnKeyPress = EditScoreKeyPress
end
object dsQuery: TADODataSet
Connection = DM.ADOLocal
Parameters = <>
Left = 16
Top = 96
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?