📄 editbm1.dfm
字号:
object editbm: Teditbm
Left = 270
Top = 165
ActiveControl = dxEdit1
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '请输入部门名称'
ClientHeight = 130
ClientWidth = 392
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object BitBtn1: TBitBtn
Left = 184
Top = 88
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 280
Top = 88
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object dxEdit1: TdxEdit
Left = 24
Top = 32
Width = 345
Color = 12639424
Style.BorderColor = clNavy
Style.BorderStyle = xbsThick
Style.Shadow = True
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -