📄 login.dfm
字号:
object loginfm: Tloginfm
Left = 267
Top = 205
Width = 401
Height = 315
BorderIcons = [biSystemMenu]
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 = 104
Top = 16
Width = 184
Height = 24
Caption = '邮政连锁管理系统'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = '楷体_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 152
Top = 56
Width = 64
Height = 16
Caption = '用户登录'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 48
Top = 80
Width = 313
Height = 185
TabOrder = 0
object Label2: TLabel
Left = 56
Top = 32
Width = 42
Height = 13
Caption = '用户名'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 56
Top = 84
Width = 28
Height = 13
Caption = '密码'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '楷体_GB2312'
Font.Style = []
ParentFont = False
end
object Edit3: TEdit
Left = 128
Top = 84
Width = 121
Height = 21
BorderStyle = bsNone
PasswordChar = '*'
TabOrder = 1
OnKeyDown = Edit3KeyDown
end
object Edit1: TEdit
Left = 128
Top = 36
Width = 121
Height = 21
BorderStyle = bsNone
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 64
Top = 144
Width = 75
Height = 25
Caption = '确定'
TabOrder = 2
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 200
Top = 144
Width = 75
Height = 25
Caption = '退出'
TabOrder = 3
OnClick = BitBtn2Click
end
end
object Query1: TQuery
DatabaseName = 'guohuas'
Left = 16
Top = 216
end
object Database1: TDatabase
AliasName = 'guohua'
Connected = True
DatabaseName = 'guohuas'
LoginPrompt = False
Params.Strings = (
'USER NAME=sa')
SessionName = 'Default'
Left = 16
Top = 192
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -