📄 findrecord.dfm
字号:
object findrecorddlg: Tfindrecorddlg
Left = 316
Top = 233
BorderStyle = bsDialog
Caption = '查找记录'
ClientHeight = 142
ClientWidth = 322
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 = 322
Height = 142
Align = alClient
BevelInner = bvRaised
BorderStyle = bsSingle
TabOrder = 0
object Bevel1: TBevel
Left = 128
Top = 16
Width = 185
Height = 83
Shape = bsFrame
end
object Label1: TLabel
Left = 136
Top = 32
Width = 65
Height = 13
Caption = '输入编号:'
Enabled = False
end
object Label2: TLabel
Left = 136
Top = 64
Width = 65
Height = 13
Caption = '输入姓名:'
Enabled = False
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 113
Height = 91
Caption = '查找依据'
Items.Strings = (
'学生编号'
'学生姓名')
TabOrder = 0
OnClick = RadioGroup1Click
end
object Edit1: TEdit
Left = 200
Top = 32
Width = 101
Height = 21
Color = clMenu
Enabled = False
TabOrder = 1
end
object Edit2: TEdit
Left = 200
Top = 64
Width = 101
Height = 21
Color = clMenu
Enabled = False
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 42
Top = 106
Width = 89
Height = 25
Caption = '确定'
TabOrder = 3
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 186
Top = 106
Width = 81
Height = 25
Caption = '取消'
TabOrder = 4
Kind = bkCancel
end
object RG2: TRadioGroup
Left = 8
Top = 8
Width = 113
Height = 91
Caption = '查找依据'
Items.Strings = (
'职工编号'
'职工姓名')
TabOrder = 5
Visible = False
OnClick = RG2Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -