📄 unit1.dfm
字号:
object Login: TLogin
Left = 264
Top = 218
Width = 362
Height = 165
Caption = '登录'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 354
Height = 138
Align = alClient
Caption = '登录对话框'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
object label1: TLabel
Left = 32
Top = 32
Width = 84
Height = 12
Caption = '请选择用户权限'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 80
Top = 64
Width = 24
Height = 12
Caption = '帐号'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 80
Top = 96
Width = 24
Height = 12
Caption = '密码'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 128
Top = 24
Width = 89
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ItemHeight = 12
ParentFont = False
TabOrder = 0
Items.Strings = (
'超级登录'
'录入登录'
'普通登录')
end
object Edit1: TEdit
Left = 128
Top = 56
Width = 89
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Edit2: TEdit
Left = 128
Top = 88
Width = 89
Height = 20
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 2
OnKeyDown = Edit2KeyDown
end
object BitBtn1: TBitBtn
Left = 248
Top = 24
Width = 73
Height = 25
Cursor = crHandPoint
Caption = '登录'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 3
OnClick = BitBtn1Click
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 248
Top = 56
Width = 73
Height = 25
Cursor = crHandPoint
Caption = '重填'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ModalResult = 4
ParentFont = False
TabOrder = 4
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
33333333333F8888883F33330000324334222222443333388F3833333388F333
000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
3338888300003AAAAAAA33333333333888888833333333330000333333333333
333333333333333333FFFFFF000033333333333344444433FFFF333333888888
00003A444333333A22222438888F333338F3333800003A2243333333A2222438
F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
3333333333338888883333330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object BitBtn3: TBitBtn
Left = 248
Top = 88
Width = 73
Height = 25
Cursor = crHandPoint
Caption = '退出'
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '黑体'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = BitBtn3Click
Kind = bkAbort
end
end
object pwTable1: TTable
DatabaseName = 'copfinal'
TableName = 'password'
Left = 24
Top = 48
end
object logTable: TTable
DatabaseName = 'copfinal'
TableName = 'login'
Left = 32
Top = 96
end
object Database1: TDatabase
DatabaseName = 'copfinal'
DriverName = 'MSACCESS'
LoginPrompt = False
Params.Strings = (
'USER NAME='
'OPEN MODE=READ/WRITE'
'LANGDRIVER='
'SYSTEM DATABASE='
'PASSWORD=')
SessionName = 'Default'
Left = 224
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -