📄 dict.dfm
字号:
object dict_f: Tdict_f
Left = 313
Top = 142
Width = 432
Height = 305
Caption = '字典设置'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = user_listChange
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 7
Top = 6
Width = 62
Height = 13
Alignment = taCenter
AutoSize = False
Caption = '用户名:'
end
object Label2: TLabel
Left = 217
Top = 2
Width = 72
Height = 17
Alignment = taCenter
AutoSize = False
Caption = '密码列表:'
end
object user_l: TLabel
Left = 53
Top = 257
Width = 62
Height = 20
Alignment = taCenter
AutoSize = False
Caption = '3'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object pass_l: TLabel
Left = 291
Top = 255
Width = 62
Height = 20
Alignment = taCenter
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object user_list: TMemo
Left = 12
Top = 22
Width = 190
Height = 230
Color = clTeal
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'Administrator'
'sa'
'Guest')
ParentFont = False
PopupMenu = PopupMenu1
ScrollBars = ssVertical
TabOrder = 0
WordWrap = False
OnChange = user_listChange
end
object pass_list: TMemo
Left = 219
Top = 20
Width = 196
Height = 231
Color = clTeal
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Lines.Strings = (
'1111'
'123'
'1234'
'12345'
'888888'
'abcd'
'pass'
'internet'
'password'
'admin'
'server'
'super'
'root'
'123456')
ParentFont = False
PopupMenu = PopupMenu1
ScrollBars = ssVertical
TabOrder = 1
WordWrap = False
OnChange = user_listChange
end
object Button1: TButton
Left = 181
Top = 257
Width = 58
Height = 20
Caption = '退出'
TabOrder = 2
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 299
Top = 1
Width = 97
Height = 17
Caption = '使用内定密码'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = CheckBox1Click
end
object PopupMenu1: TPopupMenu
Left = 190
Top = 105
object N1: TMenuItem
Caption = '导入...'
OnClick = N1Click
end
object N2: TMenuItem
Caption = '导出...'
OnClick = N2Click
end
object N3: TMenuItem
Caption = '-'
end
object N5: TMenuItem
Caption = '导入共享:用户资料'
OnClick = N5Click
end
object N4: TMenuItem
Caption = '清空'
OnClick = N4Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -