ychatu34.dfm

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

DFM
38
字号
object Form29: TForm29
  Left = 189
  Top = 196
  BorderStyle = bsSingle
  Caption = 'Enter Your Yahoo Password To Unlock.'
  ClientHeight = 36
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 4
    Top = 6
    Width = 209
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 228
    Top = 4
    Width = 75
    Height = 25
    Caption = 'Unlock'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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