userregnew.dfm

来自「本程序是转载的」· DFM 代码 · 共 56 行

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