utermedit.~dfm
来自「一.录入学生信息(预计有81个学生」· ~DFM 代码 · 共 102 行
~DFM
102 行
object frmTermEdit: TfrmTermEdit
Left = 354
Top = 278
ActiveControl = EditCode
BorderStyle = bsDialog
Caption = #26032#22686'/'#20462#25913#23398#26399#20449#24687
ClientHeight = 122
ClientWidth = 251
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 = #23398#26399#32534#21495
end
object Label2: TLabel
Left = 8
Top = 56
Width = 48
Height = 12
Caption = #23398#26399#21517#31216
end
object Label3: TLabel
Left = 65
Top = 35
Width = 180
Height = 12
Caption = #23398#26399#32534#21495#20316#20026#25104#32489#36827#27493#30340#23545#27604#21442#25968
end
object Panel1: TPanel
Left = 0
Top = 81
Width = 251
Height = 41
Align = alBottom
BevelOuter = bvLowered
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
DesignSize = (
251
41)
object cmdEnsure: TButton
Left = 91
Top = 9
Width = 72
Height = 22
Anchors = [akTop, akRight]
Caption = #30830#35748'(&E)'
TabOrder = 0
OnClick = cmdEnsureClick
end
object cmdCancel: TButton
Left = 171
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
MaxLength = 10
TabOrder = 1
OnKeyPress = EditCodeKeyPress
end
object EditName: TEdit
Left = 64
Top = 52
Width = 166
Height = 20
MaxLength = 50
TabOrder = 2
end
object dsQuery: TADODataSet
Connection = DM.ADOLocal
Parameters = <>
Left = 32
Top = 40
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?