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

📄 loginfrm.dfm

📁 NetHook API 对战平台内核库是一套实现时下流行的网络对战平台[如浩方、VS]同样功能的通用内核库
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 0
  Top = 0
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26657#22253#29256#30331#24405
  ClientHeight = 245
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Visible = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  DesignSize = (
    292
    245)
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = -6
    Top = 199
    Width = 301
    Height = 12
    Anchors = [akLeft, akRight, akBottom]
    Shape = bsTopLine
    ExplicitTop = 159
    ExplicitWidth = 278
  end
  object LoginButton: TButton
    Left = 160
    Top = 214
    Width = 59
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = #30331#24405
    TabOrder = 0
    OnClick = LoginButtonClick
  end
  object RegButton: TButton
    Left = 8
    Top = 213
    Width = 77
    Height = 23
    Anchors = [akLeft, akBottom]
    Caption = #27880#20876#24080#21495
    TabOrder = 1
    OnClick = RegButtonClick
  end
  object ExitButton: TButton
    Left = 225
    Top = 214
    Width = 59
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = #36864#20986
    TabOrder = 2
    OnClick = ExitButtonClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 56
    Width = 292
    Height = 129
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 3
    DesignSize = (
      292
      129)
    object Label1: TLabel
      Left = 23
      Top = 42
      Width = 48
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = #26381#21153#22120#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = -9934744
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ExplicitTop = 50
    end
    object Label4: TLabel
      Left = 23
      Top = 75
      Width = 48
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = #24080'  '#21495#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = -9934744
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ExplicitTop = 83
    end
    object Label5: TLabel
      Left = 23
      Top = 104
      Width = 48
      Height = 12
      Anchors = [akLeft, akBottom]
      Caption = #23494'  '#30721#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = -9934744
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ExplicitTop = 112
    end
    object UpdateSrvListLabel: TLabel
      Left = 242
      Top = 41
      Width = 26
      Height = 12
      Cursor = crHandPoint
      Anchors = [akLeft, akBottom]
      Caption = #21047#26032
      Font.Charset = DEFAULT_CHARSET
      Font.Color = 8404992
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      Visible = False
      OnClick = UpdateSrvListLabelClick
    end
    object SrvCombox: TComboBox
      Left = 77
      Top = 37
      Width = 159
      Height = 20
      Style = csDropDownList
      Anchors = [akLeft, akBottom]
      ItemHeight = 0
      TabOrder = 0
    end
    object UserNameEdit: TEdit
      Left = 77
      Top = 70
      Width = 159
      Height = 20
      Anchors = [akLeft, akBottom]
      MaxLength = 10
      TabOrder = 1
    end
    object PasswordEdit: TEdit
      Left = 77
      Top = 101
      Width = 159
      Height = 20
      Anchors = [akLeft, akBottom]
      MaxLength = 20
      PasswordChar = '*'
      TabOrder = 2
    end
    object RadioLocalSrv: TRadioButton
      Left = 22
      Top = 8
      Width = 113
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = #26412#22320#26381#21153#22120#21015#34920
      Checked = True
      TabOrder = 3
      TabStop = True
      OnClick = RadioLocalSrvClick
    end
    object RadioPublicSrv: TRadioButton
      Left = 154
      Top = 8
      Width = 113
      Height = 17
      Anchors = [akLeft, akBottom]
      Caption = #20114#32852#32593#26381#21153#22120#21015#34920
      TabOrder = 4
      OnClick = RadioPublicSrvClick
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 0
    Width = 292
    Height = 56
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 4
    object Label3: TLabel
      Left = 23
      Top = 20
      Width = 246
      Height = 24
      Caption = #36755#20837#24080#25143#21644#23494#30721#30331#24405#24179#21488'('#27880#24847#65306#27599#20010#26381#21153#22120#37117#24517#39035#27880#20876#36134#21495','#27880#20876#20449#24687#30452#25509#22635#20889#22312#30331#24405#26694#20869')'
      WordWrap = True
    end
  end
  object IdHTTPMain: TIdHTTP
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 88
    Top = 144
  end
  object TimeCheckUpdateLabel: TTimer
    Interval = 100
    OnTimer = TimeCheckUpdateLabelTimer
    Left = 24
    Top = 144
  end
end

⌨️ 快捷键说明

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