passedit.~dfm

来自「图书影碟租赁管理系统」· ~DFM 代码 · 共 96 行

~DFM
96
字号
object F_passedit: TF_passedit
  Left = 291
  Top = 186
  Width = 341
  Height = 222
  Caption = #20462#25913#23494#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 64
    Top = 26
    Width = 48
    Height = 13
    Caption = #21407#23494#30721#65306
  end
  object Label1: TLabel
    Left = 64
    Top = 54
    Width = 48
    Height = 13
    Caption = #26032#23494#30721#65306
  end
  object Label3: TLabel
    Left = 52
    Top = 83
    Width = 60
    Height = 13
    Caption = #30830#35748#23494#30721#65306
  end
  object e_oldpass: TEdit
    Left = 156
    Top = 21
    Width = 124
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 0
  end
  object e_newpass: TEdit
    Left = 156
    Top = 49
    Width = 124
    Height = 21
    Hint = #26368#22823#20845#20301
    MaxLength = 6
    ParentShowHint = False
    PasswordChar = '*'
    ShowHint = True
    TabOrder = 1
  end
  object e_passok: TEdit
    Left = 156
    Top = 78
    Width = 124
    Height = 21
    MaxLength = 6
    PasswordChar = '*'
    TabOrder = 2
  end
  object B_ok: TBitBtn
    Left = 48
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 3
    OnClick = B_okClick
  end
  object B_exit: TBitBtn
    Left = 192
    Top = 136
    Width = 75
    Height = 25
    Cancel = True
    Caption = #25918#24323
    TabOrder = 4
    OnClick = B_exitClick
  end
  object DataSource1: TDataSource
    Left = 296
    Top = 8
  end
end

⌨️ 快捷键说明

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