📄 u_login.dfm
字号:
object Form_login: TForm_login
Left = 565
Top = 142
Width = 374
Height = 248
Caption = #25945#24072#30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 16
Width = 249
Height = 24
AutoSize = False
Caption = #25945#24072#35838#31243#31649#29702#31995#32479#30331#24405
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 72
Top = 72
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label3: TLabel
Left = 80
Top = 112
Width = 36
Height = 13
Caption = #23494#30721#65306
end
object edit_user: TEdit
Left = 136
Top = 64
Width = 121
Height = 21
Hint = #35831#36755#20837#21592#24037#21495
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object edit_passwd: TEdit
Left = 136
Top = 112
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Btn_login: TButton
Left = 72
Top = 168
Width = 75
Height = 25
Caption = #30331#24405
Default = True
TabOrder = 2
OnClick = Btn_loginClick
end
object btn_cancel: TButton
Left = 224
Top = 168
Width = 75
Height = 25
Cancel = True
Caption = #36864#20986#31995#32479
TabOrder = 3
OnClick = btn_cancelClick
end
object Query1: TQuery
DatabaseName = 'teach'
SQL.Strings = (
'SELECT passwd,authority FROM users WHERE id=:id;')
Left = 24
Top = 96
ParamData = <
item
DataType = ftUnknown
Name = 'id'
ParamType = ptUnknown
end>
end
object Database1: TDatabase
AliasName = 'TEACH'
DatabaseName = 'TEACH'
LoginPrompt = False
Params.Strings = (
'USER NAME=sysdba'
'PASSWORD=masterkey')
SessionName = 'Default'
Left = 24
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -