📄 u_login.dfm
字号:
object F_login: TF_login
Left = 418
Top = 270
Width = 281
Height = 171
Caption = #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
DesignSize = (
273
144)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 48
Width = 48
Height = 13
Caption = #29992#25143#21517#65306
end
object Label2: TLabel
Left = 48
Top = 80
Width = 48
Height = 13
Caption = #23494#12288#30721#65306
end
object Label3: TLabel
Left = 33
Top = 8
Width = 209
Height = 20
Alignment = taCenter
Anchors = [akTop]
AutoSize = False
Caption = #25945#21153#35838#31243#31649#29702#31995#32479#30331#24405
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object i_user: TEdit
Left = 104
Top = 44
Width = 121
Height = 21
Hint = #35831#36755#20837#21592#24037#21495
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object i_passwd: TEdit
Left = 104
Top = 76
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 48
Top = 112
Width = 75
Height = 25
Caption = #30331#24405
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 112
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
object T_user: TTable
DatabaseName = 'MyDatabase'
TableName = 'USER_PASS'
Left = 8
Top = 72
end
object Database1: TDatabase
AliasName = 'MyDB'
DatabaseName = 'MyDatabase'
LoginPrompt = False
Params.Strings = (
'SERVER NAME=red:D:\Database\MyDatabase.GDB'
'USER NAME=SYSDBA'
'OPEN MODE=READ/WRITE'
'SCHEMA CACHE SIZE=8'
'LANGDRIVER='
'SQLQRYMODE='
'SQLPASSTHRU MODE=SHARED AUTOCOMMIT'
'SCHEMA CACHE TIME=-1'
'MAX ROWS=-1'
'BATCH COUNT=200'
'ENABLE SCHEMA CACHE=FALSE'
'SCHEMA CACHE DIR='
'ENABLE BCD=FALSE'
'BLOBS TO CACHE=64'
'BLOB SIZE=32'
'PASSWORD=7880209')
SessionName = 'Default'
Left = 8
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -