login.dfm

来自「本文件中还有JSP、php和delphi等源程序」· DFM 代码 · 共 71 行

DFM
71
字号
object denglu: Tdenglu
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 162
  ClientWidth = 243
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Position = poScreenCenter
  Left = 8
  Top = 8
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Caption = #29992#25143#21517#65306
    Left = 24
    Top = 32
    Width = 48
    Height = 16
  end
  object Label2: TLabel
    Caption = #23494#30721#65306
    Left = 32
    Top = 88
    Width = 36
    Height = 16
  end
  object BitBtn1: TBitBtn
    Caption = #30331#24405
    Default = True
    TabOrder = 0
    Left = 32
    Top = 128
    Width = 75
    Height = 25
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Cancel = True
    Caption = #21462#28040
    TabOrder = 1
    Left = 136
    Top = 128
    Width = 75
    Height = 25
    OnClick = BitBtn2Click
  end
  object ComboBox1: TComboBox
    ItemHeight = 16
    TabOrder = 2
    Text = 'User'
    Left = 80
    Top = 24
    Width = 121
    Height = 24
  end
  object MaskEdit1: TMaskEdit
    PasswordChar = '*'
    TabOrder = 3
    Left = 80
    Top = 80
    Width = 121
    Height = 24
  end
end

⌨️ 快捷键说明

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