📄 myldbpassworddialog.dfm
字号:
object MYLDBPassDialog: TMYLDBPassDialog
Left = 242
Top = 171
BorderStyle = bsDialog
Caption = 'Database authentication'
ClientHeight = 118
ClientWidth = 216
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 = 8
Top = 36
Width = 49
Height = 13
Caption = 'Password:'
end
object lbName: TLabel
Left = 8
Top = 8
Width = 193
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'lbName'
end
object Pass: TEdit
Left = 72
Top = 32
Width = 130
Height = 21
PasswordChar = '*'
TabOrder = 0
Text = 'Pass'
end
object cbOk: TButton
Left = 8
Top = 72
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = cbOkClick
end
object cbCancel: TButton
Left = 128
Top = 72
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -