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

📄 userunreg.dfm

📁 ICQ客户端源代码
💻 DFM
字号:
object UserUnRegForm: TUserUnRegForm
  Left = 396
  Top = 296
  Width = 178
  Height = 118
  BorderStyle = bsSizeToolWin
  Caption = 'Unregister UIN...'
  Color = clBtnFace
  Font.Charset = EASTEUROPE_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 107
    Height = 13
    Caption = 'Insert your password:'
  end
  object PasswordEdit: TPasswordEdit
    Left = 8
    Top = 24
    Width = 153
    Height = 21
    Font.Charset = EASTEUROPE_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    MaxLength = 9
    ParentFont = False
    TabOrder = 0
  end
  object btnContinue: TButton
    Left = 88
    Top = 56
    Width = 75
    Height = 25
    Caption = '&Continue'
    TabOrder = 1
    OnClick = btnContinueClick
  end
end

⌨️ 快捷键说明

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