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

📄 unit1.dfm

📁 传奇假人登陆器 原代码 不完全 但是可以拿来研究
💻 DFM
字号:
object Form1: TForm1
  Left = 330
  Top = 250
  Width = 501
  Height = 325
  Caption = 'l'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbl1: TLabel
    Left = 88
    Top = 8
    Width = 129
    Height = 13
    AutoSize = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = ClientSocket1Connecting
    OnDisconnect = ClientSocket1Disconnect
    OnRead = ClientSocket1Read
    OnError = ClientSocket1Error
    Left = 32
    Top = 47
  end
  object tmr1: TTimer
    Interval = 6
    OnTimer = tmr1Timer
    Left = 16
    Top = 7
  end
  object tmr2: TTimer
    Enabled = False
    Interval = 200
    OnTimer = tmr2Timer
    Left = 48
    Top = 8
  end
  object tmr3: TTimer
    Enabled = False
    Interval = 12000
    OnTimer = tmr3Timer
    Left = 80
    Top = 8
  end
  object tmr4: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr4Timer
    Left = 112
    Top = 8
  end
  object tmr5: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr5Timer
    Left = 144
    Top = 8
  end
  object tmr6: TTimer
    Enabled = False
    Interval = 500000
    OnTimer = tmr6Timer
    Left = 174
    Top = 10
  end
  object tmr7: TTimer
    Enabled = False
    OnTimer = tmr7Timer
    Left = 216
    Top = 7
  end
  object csocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = csocket1Connecting
    OnDisconnect = csocket1Disconnect
    OnRead = csocket1Read
    OnError = csocket1Error
    Left = 64
    Top = 48
  end
  object csocket2: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = csocket2Connecting
    OnDisconnect = csocket2Disconnect
    OnRead = csocket2Read
    OnError = csocket2Error
    Left = 96
    Top = 48
  end
  object csocket3: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = csocket3Connecting
    OnDisconnect = csocket3Disconnect
    OnRead = csocket3Read
    OnError = csocket3Error
    Left = 128
    Top = 48
  end
  object csocket4: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnecting = csocket4Connecting
    OnDisconnect = csocket4Disconnect
    OnRead = csocket4Read
    OnError = csocket4Error
    Left = 160
    Top = 48
  end
  object tmr8: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = tmr8Timer
    Left = 24
    Top = 96
  end
  object tmr9: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = tmr9Timer
    Left = 56
    Top = 96
  end
  object tmr10: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = tmr10Timer
    Left = 88
    Top = 96
  end
  object tmr11: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = tmr11Timer
    Left = 128
    Top = 96
  end
  object tmr12: TTimer
    Enabled = False
    Interval = 5000
    OnTimer = tmr12Timer
    Left = 160
    Top = 96
  end
  object tmr13: TTimer
    Enabled = False
    OnTimer = tmr13Timer
    Left = 25
    Top = 144
  end
  object tmr14: TTimer
    Enabled = False
    OnTimer = tmr14Timer
    Left = 64
    Top = 144
  end
  object tmr15: TTimer
    Enabled = False
    OnTimer = tmr15Timer
    Left = 104
    Top = 143
  end
  object tmr16: TTimer
    Enabled = False
    OnTimer = tmr16Timer
    Left = 144
    Top = 144
  end
  object tmr17: TTimer
    Enabled = False
    OnTimer = tmr17Timer
    Left = 24
    Top = 200
  end
  object tmr18: TTimer
    Enabled = False
    OnTimer = tmr18Timer
    Left = 56
    Top = 200
  end
  object tmr19: TTimer
    Enabled = False
    OnTimer = tmr19Timer
    Left = 96
    Top = 200
  end
  object tmr20: TTimer
    Enabled = False
    OnTimer = tmr20Timer
    Left = 134
    Top = 200
  end
  object tmr21: TTimer
    Enabled = False
    OnTimer = tmr21Timer
    Left = 32
    Top = 239
  end
  object tmr22: TTimer
    Enabled = False
    OnTimer = tmr22Timer
    Left = 72
    Top = 240
  end
  object tmr23: TTimer
    Enabled = False
    OnTimer = tmr23Timer
    Left = 120
    Top = 240
  end
  object tmr24: TTimer
    Enabled = False
    OnTimer = tmr24Timer
    Left = 160
    Top = 240
  end
  object tmr25: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr25Timer
    Left = 296
    Top = 7
  end
  object tmr26: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr26Timer
    Left = 328
    Top = 8
  end
  object tmr27: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr27Timer
    Left = 360
    Top = 8
  end
  object tmr28: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr28Timer
    Left = 392
    Top = 8
  end
  object tmr29: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr29Timer
    Left = 424
    Top = 8
  end
  object tmr30: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr30Timer
    Left = 296
    Top = 40
  end
  object tmr31: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr31Timer
    Left = 328
    Top = 40
  end
  object tmr32: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr32Timer
    Left = 360
    Top = 40
  end
  object tmr33: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr33Timer
    Left = 392
    Top = 40
  end
  object tmr34: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr34Timer
    Left = 296
    Top = 88
  end
  object tmr35: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr35Timer
    Left = 328
    Top = 88
  end
  object tmr36: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr36Timer
    Left = 360
    Top = 88
  end
  object tmr37: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr37Timer
    Left = 392
    Top = 88
  end
  object tmr38: TTimer
    Enabled = False
    Interval = 600
    OnTimer = tmr38Timer
    Left = 424
    Top = 88
  end
  object tmr39: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr39Timer
    Left = 304
    Top = 136
  end
  object tmr40: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr40Timer
    Left = 336
    Top = 136
  end
  object tmr41: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr41Timer
    Left = 376
    Top = 136
  end
  object tmr42: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = tmr42Timer
    Left = 408
    Top = 136
  end
  object tmr43: TTimer
    Interval = 8
    OnTimer = tmr43Timer
    Left = 192
    Top = 184
  end
  object tmr44: TTimer
    Interval = 3
    OnTimer = tmr44Timer
    Left = 225
    Top = 184
  end
  object tmr45: TTimer
    Interval = 9
    OnTimer = tmr45Timer
    Left = 256
    Top = 183
  end
  object tmr46: TTimer
    Interval = 10
    OnTimer = tmr46Timer
    Left = 288
    Top = 184
  end
end

⌨️ 快捷键说明

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