serversettingsform.dfm

来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 81 行

DFM
81
字号
object frmServerSettings: TfrmServerSettings
  Left = 359
  Top = 196
  BorderStyle = bsDialog
  Caption = 'Server settings'
  ClientHeight = 270
  ClientWidth = 503
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object gbServerSettings: TGroupBox
    Left = 8
    Top = 8
    Width = 489
    Height = 217
    Caption = 'Server settings'
    TabOrder = 0
    object lHostKey: TLabel
      Left = 16
      Top = 24
      Width = 42
      Height = 13
      Caption = 'Host key'
      Constraints.MaxWidth = 457
      WordWrap = True
    end
    object memoHostKey: TMemo
      Left = 16
      Top = 40
      Width = 457
      Height = 121
      ScrollBars = ssVertical
      TabOrder = 0
    end
    object btnGenerateNewKey: TButton
      Left = 352
      Top = 176
      Width = 123
      Height = 25
      Caption = 'Generate new key...'
      TabOrder = 1
      OnClick = btnGenerateNewKeyClick
    end
    object cbForceCompression: TCheckBox
      Left = 16
      Top = 168
      Width = 193
      Height = 17
      Caption = 'Force packet compression'
      TabOrder = 2
    end
    object cbAllowSFTP: TCheckBox
      Left = 16
      Top = 186
      Width = 193
      Height = 17
      Caption = 'Allow SFTP subsystem'
      TabOrder = 3
    end
  end
  object btnOK: TButton
    Left = 216
    Top = 232
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'OK'
    Default = True
    TabOrder = 1
    OnClick = btnOKClick
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?