addlocalserverfrm.dfm

来自「NetHook API 对战平台内核库是一套实现时下流行的网络对战平台[如浩方、」· DFM 代码 · 共 80 行

DFM
80
字号
object AddLocalServerForm: TAddLocalServerForm
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26032#22686#26381#21153#22120
  ClientHeight = 162
  ClientWidth = 244
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 18
    Top = 22
    Width = 72
    Height = 12
    Caption = #26381#21153#22120#21517#31216#65306
  end
  object Label2: TLabel
    Left = 18
    Top = 57
    Width = 72
    Height = 12
    Caption = #26381#21153#22120#22320#22336#65306
  end
  object Label3: TLabel
    Left = 18
    Top = 93
    Width = 72
    Height = 12
    Caption = #26381#21153#22120#31471#21475#65306
  end
  object edName: TEdit
    Left = 103
    Top = 19
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object edIp: TEdit
    Left = 103
    Top = 54
    Width = 121
    Height = 20
    TabOrder = 1
  end
  object edPort: TEdit
    Left = 103
    Top = 90
    Width = 121
    Height = 20
    TabOrder = 2
  end
  object btnOk: TButton
    Left = 18
    Top = 125
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = btnOkClick
  end
  object btnCancel: TButton
    Left = 149
    Top = 125
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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