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

📄 captchawindow.dfm

📁 Yahoo Messenger for Mobile
💻 DFM
字号:
object FormCaptcha: TFormCaptcha
  Left = 306
  Top = 193
  Width = 303
  Height = 194
  Caption = 'Captcha Code Window'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 295
    Height = 87
    Align = alClient
    Caption = 'Captcha Image Loading....... '
    TabOrder = 0
    object Image1: TJPEGImage
      Left = 1
      Top = 1
      Width = 293
      Height = 85
      Align = alClient
      OnClick = Image1Click
      NumOfColors = _256
      DCTMethod = Integ
      Dither = FS
      FastProcessing = False
      GrayScale = False
      NoSmooth = False
      OnePass = False
      ProgressStep = 10
      Quality = 75
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 87
    Width = 295
    Height = 80
    Align = alBottom
    TabOrder = 1
    object Label1: TLabel
      Left = 8
      Top = 6
      Width = 213
      Height = 13
      Caption = 'Image Not Loading? Click Here or the picture'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = Label1Click
    end
    object Label2: TLabel
      Left = 32
      Top = 54
      Width = 241
      Height = 13
      Caption = 'Resend Old Captcha Code (It will eventually expire)'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsUnderline]
      ParentFont = False
      OnClick = Label2Click
    end
    object Edit1: TEdit
      Left = 12
      Top = 28
      Width = 169
      Height = 21
      TabOrder = 0
      Text = 'Captcha Code'
      OnClick = Edit1Click
      OnKeyDown = Edit1KeyDown
    end
    object Button1: TButton
      Left = 188
      Top = 26
      Width = 37
      Height = 25
      Caption = 'Send'
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 232
      Top = 26
      Width = 39
      Height = 25
      Caption = 'Hide'
      TabOrder = 2
      OnClick = Button2Click
    end
    object CheckBox1: TCheckBox
      Left = 228
      Top = 4
      Width = 55
      Height = 17
      Caption = 'Style'
      TabOrder = 3
      OnClick = CheckBox1Click
    end
  end
end

⌨️ 快捷键说明

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