nhcsearchgamefrm.dfm

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

DFM
111
字号
object SearchGameForm: TSearchGameForm
  Left = 0
  Top = 0
  BorderStyle = bsDialog
  Caption = #25628#32034#28216#25103#21551#21160#25991#20214
  ClientHeight = 186
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 60
    Height = 12
    Caption = #28216#25103#21517#31216#65306
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 60
    Height = 12
    Caption = #21551#21160#25991#20214#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 88
    Width = 60
    Height = 12
    Caption = #25628#32034#20301#32622#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 120
    Width = 60
    Height = 12
    Caption = #24403#21069#20301#32622#65306
  end
  object CurrentPathLabel: TLabel
    Left = 98
    Top = 120
    Width = 183
    Height = 12
    AutoSize = False
    EllipsisPosition = epPathEllipsis
    Transparent = True
  end
  object GameNameEdit: TEdit
    Left = 98
    Top = 21
    Width = 183
    Height = 20
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 0
  end
  object FilesEdit: TEdit
    Left = 98
    Top = 47
    Width = 183
    Height = 20
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 1
  end
  object StartButton: TButton
    Left = 32
    Top = 153
    Width = 75
    Height = 21
    Caption = #24320#22987#25628#32034
    TabOrder = 2
    OnClick = StartButtonClick
  end
  object StopButton: TButton
    Left = 120
    Top = 153
    Width = 75
    Height = 21
    Caption = #20572#27490#25628#32034
    TabOrder = 3
    OnClick = StopButtonClick
  end
  object ExitButton: TButton
    Left = 206
    Top = 153
    Width = 75
    Height = 21
    Caption = #36864#20986#25628#32034
    TabOrder = 4
    OnClick = ExitButtonClick
  end
  object DriveComboBox1: TDriveComboBox
    Left = 96
    Top = 85
    Width = 185
    Height = 18
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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