u_passwordform.dfm

来自「很好地delphi书籍源码」· DFM 代码 · 共 45 行

DFM
45
字号
object PasswordForm: TPasswordForm
  Left = 424
  Top = 136
  Width = 285
  Height = 176
  Caption = #23494#30721#30830#35748#31383#21475
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object LEdit1: TLabeledEdit
    Left = 80
    Top = 40
    Width = 121
    Height = 21
    EditLabel.Width = 65
    EditLabel.Height = 13
    EditLabel.Caption = #35831#36755#20837#23494#30721
    TabOrder = 0
  end
  object OkButton: TButton
    Left = 48
    Top = 88
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = OkButtonClick
  end
  object ExitButton: TButton
    Left = 152
    Top = 88
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = ExitButtonClick
  end
end

⌨️ 快捷键说明

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