📄 unit8.dfm
字号:
object Form8: TForm8
Left = 338
Top = 234
Width = 249
Height = 162
Caption = '权限验证...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 88
Width = 241
Height = 3
Cursor = crHSplit
Align = alNone
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 241
Height = 88
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 8
Width = 156
Height = 26
Caption = '只有高级用户才能进行此项操作,请输入口令登录:'
Font.Charset = GB2312_CHARSET
Font.Color = clNavy
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 48
Top = 40
Width = 39
Height = 13
Caption = '口令:'
Font.Charset = GB2312_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 88
Top = 40
Width = 81
Height = 21
Font.Charset = GB2312_CHARSET
Font.Color = clMaroon
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 0
Text = 'Edit1'
end
end
object Panel2: TPanel
Left = 0
Top = 92
Width = 241
Height = 43
TabOrder = 1
object Button1: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = '确定'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 8
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = Button2Click
end
end
object Table1: TTable
DatabaseName = 'E:\bysj'
IndexName = 'user'
TableName = 'userpass.db'
Left = 192
Top = 31
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -