📄 jfbzfindform.dfm
字号:
object jfbzfind: Tjfbzfind
Left = 265
Top = 280
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '查找'
ClientHeight = 82
ClientWidth = 365
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 365
Height = 82
Align = alClient
BevelInner = bvRaised
BevelOuter = bvNone
TabOrder = 0
object Panel2: TPanel
Left = 10
Top = 8
Width = 349
Height = 70
BevelOuter = bvNone
Color = 11031552
TabOrder = 0
end
object Panel3: TPanel
Left = 5
Top = 5
Width = 349
Height = 67
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 24
Width = 91
Height = 13
Caption = '请输入班级名:'
end
object Edit1: TEdit
Left = 112
Top = 21
Width = 121
Height = 21
Color = 16767411
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 260
Top = 6
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
Kind = bkCancel
end
object BitBtn2: TBitBtn
Left = 261
Top = 36
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
Kind = bkOK
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -