unpwd.dfm

来自「最简单的Delphi班级管理系统」· DFM 代码 · 共 75 行

DFM
75
字号
object login: Tlogin
  Left = 470
  Top = 253
  BorderStyle = bsDialog
  Caption = #27426#36814#36827#20837#29677#32423#31649#29702#31995#32479
  ClientHeight = 93
  ClientWidth = 233
  Color = clBackground
  ParentFont = True
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 9
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 41
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object SpeedButton1: TSpeedButton
    Left = 18
    Top = 64
    Width = 81
    Height = 30
    Caption = #30830#23450
    Flat = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 130
    Top = 63
    Width = 81
    Height = 30
    Caption = #21462#28040
    Flat = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object edtusername: TEdit
    Left = 56
    Top = 3
    Width = 140
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object edtpassword: TEdit
    Left = 56
    Top = 35
    Width = 140
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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