📄 ydyhcz.dfm
字号:
object Fyhcz: TFyhcz
Left = 225
Top = 141
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '用户查找'
ClientHeight = 136
ClientWidth = 282
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 269
Height = 89
Caption = '查找方式'
TabOrder = 0
object RadioButton1: TRadioButton
Left = 8
Top = 24
Width = 113
Height = 25
Caption = '按用户编号查找'
Checked = True
TabOrder = 0
TabStop = True
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 8
Top = 56
Width = 112
Height = 17
Caption = '按用户名称查找'
TabOrder = 1
OnClick = RadioButton2Click
end
object Edit1: TEdit
Left = 128
Top = 24
Width = 130
Height = 21
TabOrder = 2
end
object Edit2: TEdit
Left = 128
Top = 56
Width = 130
Height = 21
TabOrder = 3
end
end
object BitBtn1: TBitBtn
Left = 56
Top = 104
Width = 76
Height = 25
Caption = '确定'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 152
Top = 104
Width = 76
Height = 25
Caption = '取消'
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkCancel
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -