main.dfm

来自「將外掛網路驗證擷取封包並破解轉本地驗證工具」· DFM 代码 · 共 69 行

DFM
69
字号
object FrmMain: TFrmMain
  Left = 328
  Top = 329
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22823#34917#24086#22806#25346#26381#21153#22120
  ClientHeight = 109
  ClientWidth = 200
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object BTNStart: TButton
    Left = 8
    Top = 68
    Width = 185
    Height = 33
    Caption = #22823#34917#24086'1.94'#29256#30772#35299#21551#21160
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNStartClick
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 200
    Height = 57
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 40
      Top = 22
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #26412#22320#31471#21475#65306
    end
    object Edit1: TEdit
      Left = 112
      Top = 18
      Width = 49
      Height = 21
      TabOrder = 0
      Text = '8888'
    end
  end
  object TS1: TServerSocket
    Active = False
    Port = 0
    ServerType = stNonBlocking
    OnClientRead = TS1ClientRead
    OnClientError = TS1ClientError
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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