login.dfm

来自「用delphi编的房屋租赁管里系统」· DFM 代码 · 共 60 行

DFM
60
字号
object LoginForm: TLoginForm
  Left = 283
  Top = 213
  Width = 242
  Height = 135
  BorderIcons = []
  Caption = #25151#23627#31649#29702#31995#32479#30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 96
    Height = 13
    Caption = #35831#36755#20837#30331#24405#23494#30721#65306
  end
  object Edit1: TEdit
    Left = 24
    Top = 32
    Width = 185
    Height = 24
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 0
  end
  object YesButton: TBitBtn
    Left = 40
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = YesButtonClick
    Kind = bkOK
  end
  object CancelButton: TBitBtn
    Left = 128
    Top = 64
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = CancelButtonClick
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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