newpasswordform.dfm

来自「地址档案管理系统」· DFM 代码 · 共 80 行

DFM
80
字号
object FormNewPassword: TFormNewPassword
  Left = 268
  Top = 366
  BorderStyle = bsDialog
  Caption = #26356#25913#23494#30721#65306
  ClientHeight = 167
  ClientWidth = 233
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 73
    Width = 72
    Height = 13
    AutoSize = False
    Caption = #30830#35748#26032#23494#30721#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 17
    Width = 48
    Height = 13
    AutoSize = False
    Caption = #26032#23494#30721#65306
  end
  object Edit2: TEdit
    Left = 8
    Top = 91
    Width = 217
    Height = 21
    MaxLength = 50
    PasswordChar = '*'
    TabOrder = 1
  end
  object OKBtn: TButton
    Left = 70
    Top = 131
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object CancelBtn: TButton
    Left = 150
    Top = 131
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 3
  end
  object Edit1: TEdit
    Left = 8
    Top = 35
    Width = 217
    Height = 21
    MaxLength = 10
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 70
    Top = 131
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 4
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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