passlg.~dfm
来自「脑电信号分析软件」· ~DFM 代码 · 共 77 行
~DFM
77 行
object PasswordDlg: TPasswordDlg
Left = 431
Top = 231
BorderStyle = bsDialog
Caption = 'Password Dialog'
ClientHeight = 192
ClientWidth = 237
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 80
Width = 80
Height = 25
Caption = #29992#25143#23494#30721#65306
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 32
Width = 64
Height = 16
Caption = #29992#25143#21517#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Password: TEdit
Left = 104
Top = 83
Width = 113
Height = 22
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TButton
Left = 14
Top = 131
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 134
Top = 131
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object ComboBoxName: TComboBox
Left = 104
Top = 32
Width = 113
Height = 21
ItemHeight = 13
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?