pas_password.dfm

来自「比较详细的功能」· DFM 代码 · 共 65 行

DFM
65
字号
object Form_mdpasswd: TForm_mdpasswd
  Left = 417
  Top = 135
  Width = 297
  Height = 296
  Caption = #36755#20837#26032#23494#30721'            '
  Color = clOlive
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object SB_mdPasswd: TSpeedButton
    Left = 72
    Top = 200
    Width = 65
    Height = 25
    Caption = #30830#23450
    Flat = True
  end
  object SpeedButton2: TSpeedButton
    Left = 152
    Top = 200
    Width = 65
    Height = 25
    Caption = #21462#28040
    Flat = True
  end
  object e1: TLabeledEdit
    Left = 80
    Top = 96
    Width = 121
    Height = 21
    EditLabel.Width = 60
    EditLabel.Height = 13
    EditLabel.Caption = #36755#20837#26032#23494#30721
    TabOrder = 0
  end
  object e2: TLabeledEdit
    Left = 80
    Top = 152
    Width = 121
    Height = 21
    EditLabel.Width = 66
    EditLabel.Height = 13
    EditLabel.Caption = #30830#35748#26032#23494#30721'  '
    EditLabel.Transparent = False
    TabOrder = 1
  end
  object LabeledEdit1: TLabeledEdit
    Left = 80
    Top = 48
    Width = 121
    Height = 21
    EditLabel.Width = 60
    EditLabel.Height = 13
    EditLabel.Caption = #36755#20837#26087#23494#30721
    PasswordChar = '*'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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