unit4.~dfm

来自「机房管理系统源代码2006-7-8制作的非常实用」· ~DFM 代码 · 共 72 行

~DFM
72
字号
object frmlogin: Tfrmlogin
  Left = 384
  Top = 214
  BorderStyle = bsDialog
  Caption = #31995#32479#30331#38470
  ClientHeight = 92
  ClientWidth = 296
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = [fsBold]
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 20
    Top = 20
    Width = 48
    Height = 15
    Caption = #29992#25143#65306
  end
  object Label2: TLabel
    Left = 20
    Top = 50
    Width = 48
    Height = 15
    Caption = #21475#20196#65306
  end
  object Edit1: TEdit
    Left = 60
    Top = 20
    Width = 140
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 0
    Text = 'admin'
  end
  object Edit2: TEdit
    Left = 60
    Top = 50
    Width = 140
    Height = 23
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    PasswordChar = '*'
    TabOrder = 1
  end
  object BitBtn1: TBitBtn
    Left = 216
    Top = 20
    Width = 75
    Height = 25
    Caption = #36827#20837
    Enabled = False
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 50
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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