ychatu30.dfm

来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 59 行

DFM
59
字号
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 + =
减小字号Ctrl + -
显示快捷键?