login.dfm
来自「学生信息管理系统是一个集中了学生各种信息的系统」· DFM 代码 · 共 74 行
DFM
74 行
object LoginFrm: TLoginFrm
Left = 289
Top = 174
Width = 199
Height = 139
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 40
Width = 72
Height = 13
Caption = #35831#36755#20837#23494#30721#65306
end
object RadioButton1: TRadioButton
Left = 24
Top = 8
Width = 65
Height = 17
Caption = #31649#29702#21592
Checked = True
TabOrder = 0
TabStop = True
end
object RadioButton2: TRadioButton
Left = 96
Top = 8
Width = 81
Height = 17
Caption = #23398#29983
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 16
Top = 72
Width = 75
Height = 25
Caption = #30331#24405
TabOrder = 2
OnClick = BitBtn1Click
Kind = bkIgnore
end
object BitBtn2: TBitBtn
Left = 104
Top = 72
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = BitBtn2Click
Kind = bkCancel
end
object Edit1: TEdit
Left = 91
Top = 37
Width = 70
Height = 21
PasswordChar = '*'
TabOrder = 4
Text = '125545'
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?