ychatu41.dfm

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

DFM
66
字号
object Form37: TForm37
  Left = 238
  Top = 228
  AutoScroll = False
  BorderIcons = []
  Caption = 'Cookie Authentication'
  ClientHeight = 121
  ClientWidth = 461
  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 = 20
    Top = 12
    Width = 48
    Height = 13
    Caption = 'Username'
  end
  object Label2: TLabel
    Left = 18
    Top = 44
    Width = 46
    Height = 13
    Caption = 'Password'
  end
  object Edit1: TEdit
    Left = 84
    Top = 8
    Width = 141
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 84
    Top = 38
    Width = 143
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 22
    Top = 76
    Width = 423
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 304
    Top = 26
    Width = 75
    Height = 25
    Caption = 'Get Cookie'
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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