login.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 56 行

DFM
56
字号
object LoginFrm: TLoginFrm
  Left = 336
  Top = 277
  Width = 195
  Height = 105
  Caption = #29992#25143#30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 89
    Height = 17
    AutoSize = False
    Caption = #35831#36755#20837#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 96
    Top = 16
    Width = 81
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
    Text = '000000'
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 46
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
    Kind = bkAll
  end
  object BitBtn2: TBitBtn
    Left = 104
    Top = 46
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
    Kind = bkIgnore
  end
end

⌨️ 快捷键说明

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