connpropsform.dfm
来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 122 行
DFM
122 行
object frmConnProps: TfrmConnProps
Left = 768
Top = 181
BorderStyle = bsDialog
Caption = 'Connection properties'
ClientHeight = 235
ClientWidth = 353
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object gbConnProps: TGroupBox
Left = 8
Top = 8
Width = 337
Height = 185
Caption = 'Connection properties'
TabOrder = 0
object lHost: TLabel
Left = 16
Top = 24
Width = 22
Height = 13
Caption = 'Host'
end
object lUsername: TLabel
Left = 16
Top = 77
Width = 48
Height = 13
Caption = 'Username'
end
object lPassword: TLabel
Left = 184
Top = 80
Width = 46
Height = 13
Caption = 'Password'
end
object lbPrivateKey: TLabel
Left = 16
Top = 132
Width = 239
Height = 13
Caption = 'Private key file for PUBLICKEY authentication type'
FocusControl = edPrivateKey
end
object sbPrivateKey: TSpeedButton
Left = 264
Top = 147
Width = 23
Height = 22
Caption = '...'
OnClick = sbPrivateKeyClick
end
object editHost: TEdit
Left = 16
Top = 40
Width = 305
Height = 21
TabOrder = 0
Text = '192.168.0.1'
end
object editUsername: TEdit
Left = 16
Top = 96
Width = 153
Height = 21
TabOrder = 1
Text = 'user'
end
object editPassword: TEdit
Left = 184
Top = 96
Width = 137
Height = 21
PasswordChar = '*'
TabOrder = 2
end
object edPrivateKey: TEdit
Left = 16
Top = 148
Width = 241
Height = 21
TabOrder = 3
end
end
object btnOK: TButton
Left = 192
Top = 200
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 272
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = btnCancelClick
end
object OpenDialog: TOpenDialog
InitialDir = '.'
Title = 'Specify file with private key'
Left = 416
Top = 104
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?