📄 unitteacheredit.dfm
字号:
object frmTeacherEdit: TfrmTeacherEdit
Left = 230
Top = 234
BorderIcons = []
BorderStyle = bsSingle
Caption = #31649#29702#25945#24072#20449#24687
ClientHeight = 210
ClientWidth = 437
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object dbg: TDBGrid
Left = 0
Top = 0
Width = 225
Height = 210
Align = alLeft
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
OnCellClick = dbgCellClick
end
object GroupBox1: TGroupBox
Left = 232
Top = 0
Width = 201
Height = 177
Caption = #25945#24072#22522#26412#20449#24687
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 19
Width = 48
Height = 12
Caption = #22995' '#21517
end
object Label2: TLabel
Left = 8
Top = 51
Width = 48
Height = 12
Caption = #20986#29983#26085#26399
end
object Label3: TLabel
Left = 8
Top = 83
Width = 48
Height = 12
Caption = #24615' '#21035
end
object Label4: TLabel
Left = 8
Top = 115
Width = 48
Height = 12
Caption = #31821' '#36143
end
object Label5: TLabel
Left = 8
Top = 147
Width = 48
Height = 12
Caption = #31995' '#21035
end
object edtName: TEdit
Left = 64
Top = 16
Width = 121
Height = 20
TabOrder = 0
OnChange = edtNameChange
end
object dtpBirth: TDateTimePicker
Left = 64
Top = 48
Width = 121
Height = 20
Date = 38346.914302175920000000
Time = 38346.914302175920000000
TabOrder = 1
end
object cmbSex: TComboBox
Left = 64
Top = 80
Width = 121
Height = 20
Style = csDropDownList
ItemHeight = 12
ItemIndex = 0
TabOrder = 2
Text = #30007
Items.Strings = (
#30007
#22899)
end
object edtHome: TEdit
Left = 64
Top = 112
Width = 121
Height = 20
TabOrder = 3
end
object edtDept: TEdit
Left = 64
Top = 144
Width = 121
Height = 20
TabOrder = 4
end
end
object btnEdit: TButton
Left = 232
Top = 184
Width = 60
Height = 25
Caption = #20462#25913
TabOrder = 2
OnClick = btnEditClick
end
object btnDel: TButton
Left = 302
Top = 184
Width = 60
Height = 25
Caption = #21024#38500
TabOrder = 3
OnClick = btnDelClick
end
object btnClose: TButton
Left = 373
Top = 184
Width = 60
Height = 25
Cancel = True
Caption = #20851#38381
TabOrder = 4
OnClick = btnCloseClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -