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

📄 ychatu30.dfm

📁 Yahoo Messenger for Mobile
💻 DFM
字号:
object Form30: TForm30
  Left = 233
  Top = 244
  BorderStyle = bsSingle
  Caption = 'Check Yahoo ID To see if it has been taken..'
  ClientHeight = 81
  ClientWidth = 345
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 8
    Width = 57
    Height = 13
    Caption = 'ID to Check'
  end
  object Label2: TLabel
    Left = 184
    Top = 40
    Width = 45
    Height = 13
    Caption = 'Waiting...'
  end
  object Edit1: TEdit
    Left = 84
    Top = 4
    Width = 243
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 10
    Top = 34
    Width = 167
    Height = 25
    Caption = 'Check if ID has been created.'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Createlogin: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnConnect = CreateloginConnect
    OnDisconnect = CreateloginDisconnect
    OnRead = CreateloginRead
    OnError = CreateloginError
    Left = 286
    Top = 36
  end
end

⌨️ 快捷键说明

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