pwunit.dfm

来自「发射台 控制台 dephi编写 大家可以随便可看看, 可以做dephi入门实例」· DFM 代码 · 共 55 行

DFM
55
字号
object FrmPW: TFrmPW
  Left = 455
  Top = 383
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #36523#20221#39564#35777
  ClientHeight = 105
  ClientWidth = 220
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 18
    Top = 26
    Width = 59
    Height = 13
    Caption = #36755#20837#21475#20196':'
  end
  object MaskEdit1: TMaskEdit
    Left = 89
    Top = 23
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 64
    Top = 68
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 146
    Top = 68
    Width = 65
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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