login.dfm
来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 96 行
DFM
96 行
object LoginFrm: TLoginFrm
Left = 304
Top = 203
Width = 214
Height = 137
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 9
Top = 72
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 101
Top = 72
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 1
OnClick = BitBtn2Click
Kind = bkCancel
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 182
Height = 64
BevelOuter = bvLowered
TabOrder = 2
object Label1: TLabel
Left = 8
Top = 35
Width = 72
Height = 13
Caption = #35831#36755#20837#23494#30721#65306
end
object Edit1: TEdit
Left = 96
Top = 32
Width = 73
Height = 21
PasswordChar = '*'
TabOrder = 0
Text = 'Edit1'
end
object RadioButton1: TRadioButton
Left = 6
Top = 8
Width = 113
Height = 17
Caption = #22270#20070#39302#31649#29702#20154#21592
Checked = True
TabOrder = 1
TabStop = True
end
object RadioButton2: TRadioButton
Left = 126
Top = 8
Width = 51
Height = 17
Caption = #23398#29983
TabOrder = 2
end
end
object Database1: TDatabase
AliasName = 'Library'
DatabaseName = 'LibLogin'
LoginPrompt = False
Params.Strings = (
'USER NAME=SA')
SessionName = 'Default'
Left = 64
Top = 72
end
object Table1: TTable
DatabaseName = 'LibLogin'
TableName = 'Record'
Left = 104
Top = 72
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?