?? u_login.~dfm
字號(hào):
object F_login: TF_login
Left = 351
Top = 222
Width = 281
Height = 171
Caption = '登錄'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 48
Width = 48
Height = 13
Caption = '用戶名:'
end
object Label2: TLabel
Left = 48
Top = 80
Width = 48
Height = 13
Caption = '密 碼:'
end
object Label3: TLabel
Left = 33
Top = 8
Width = 209
Height = 20
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '學(xué)生課程管理系統(tǒng)登錄'
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 = '請(qǐng)輸入員工號(hào)'
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 = '登錄'
Default = True
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 144
Top = 112
Width = 75
Height = 25
Cancel = True
Caption = '退出系統(tǒng)'
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:MyDatabase'
'USER NAME=CHENYL'
'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=npprdsdba103')
SessionName = 'Default'
Left = 8
Top = 40
end
end
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -