⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemsetfrm.dfm

📁 NetHook API 对战平台内核库是一套实现时下流行的网络对战平台[如浩方、VS]同样功能的通用内核库
💻 DFM
字号:
object SystemSetForm: TSystemSetForm
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #31995#32479#35774#32622
  ClientHeight = 273
  ClientWidth = 323
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    AlignWithMargins = True
    Left = 8
    Top = 8
    Width = 307
    Height = 222
    Margins.Left = 8
    Margins.Top = 8
    Margins.Right = 8
    Margins.Bottom = 8
    ActivePage = TabSheet2
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #22768#38899#35774#32622
      object CkbUseSound: TCheckBox
        Left = 24
        Top = 24
        Width = 97
        Height = 17
        Caption = #25773#25918#31995#32479#22768#38899
        TabOrder = 0
        OnClick = CkbUseSoundClick
      end
    end
    object TabSheet2: TTabSheet
      Caption = #26412#22320#26381#21153#22120#21015#34920#35774#32622
      ImageIndex = 1
      object Label1: TLabel
        Left = 12
        Top = 7
        Width = 96
        Height = 12
        Caption = #26412#22320#26381#21153#22120#21015#34920#65306
      end
      object Label2: TLabel
        Left = 12
        Top = 102
        Width = 108
        Height = 12
        Caption = #20114#32852#32593#26381#21153#22120#21015#34920#65306
      end
      object ListBoxLocal: TListBox
        Left = 12
        Top = 26
        Width = 274
        Height = 62
        ItemHeight = 12
        TabOrder = 0
      end
      object ListBoxNet: TListBox
        Left = 12
        Top = 121
        Width = 274
        Height = 62
        ItemHeight = 12
        TabOrder = 1
      end
      object ButtonAddToLocal: TButton
        Left = 263
        Top = 97
        Width = 23
        Height = 18
        Hint = #22686#21152#21040#26412#22320#21015#34920
        Caption = #8743
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 2
        OnClick = ButtonAddToLocalClick
      end
      object ButtonDelFromLocal: TButton
        Left = 264
        Top = 3
        Width = 22
        Height = 21
        Hint = #21024#38500#26412#22320#26381#21153#22120
        Caption = #65293
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = [fsBold]
        ParentFont = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 3
        OnClick = ButtonDelFromLocalClick
      end
      object ButtonAddLocalSrv: TButton
        Left = 239
        Top = 3
        Width = 22
        Height = 21
        Hint = #22686#21152#26412#22320#26381#21153#22120
        Caption = #65291
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'Tahoma'
        Font.Style = []
        ParentFont = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 4
        OnClick = ButtonAddLocalSrvClick
      end
    end
  end
  object Panel1: TPanel
    AlignWithMargins = True
    Left = 8
    Top = 238
    Width = 307
    Height = 27
    Margins.Left = 8
    Margins.Top = 0
    Margins.Right = 8
    Margins.Bottom = 8
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    DesignSize = (
      307
      27)
    object UsingBtn: TButton
      Left = 151
      Top = 2
      Width = 75
      Height = 25
      Anchors = [akTop, akRight]
      Caption = #24212#29992
      TabOrder = 0
      OnClick = UsingBtnClick
    end
    object CancelBtn: TButton
      Left = 232
      Top = 2
      Width = 75
      Height = 25
      Anchors = [akTop, akRight]
      Caption = #21462#28040
      TabOrder = 1
      OnClick = CancelBtnClick
    end
  end
end

⌨️ 快捷键说明

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