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

📄 userregnew.dfm

📁 本程序是转载的
💻 DFM
字号:
object UserRegNewForm: TUserRegNewForm
  Left = 329
  Top = 240
  BorderStyle = bsSingle
  Caption = 'UserRegNew'
  ClientHeight = 106
  ClientWidth = 190
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 106
    Height = 13
    Caption = 'Password of new UIN:'
  end
  object Label2: TLabel
    Left = 0
    Top = 40
    Width = 85
    Height = 13
    Caption = 'Retype password:'
  end
  object Edit1: TEdit
    Left = 0
    Top = 16
    Width = 185
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 0
    Top = 56
    Width = 185
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 64
    Top = 80
    Width = 123
    Height = 25
    Caption = 'Continue Registration'
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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