untadminlogin.dfm

来自「车辆管理系统」· DFM 代码 · 共 66 行

DFM
66
字号
inherited frmAdminLogin: TfrmAdminLogin
  Left = 258
  Top = 209
  ActiveControl = Edit1
  Caption = 'AdminLogin'
  ClientHeight = 151
  ClientWidth = 275
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 65
    Height = 16
    Caption = 'Login Code'
  end
  object Label2: TLabel
    Left = 32
    Top = 56
    Width = 61
    Height = 16
    Caption = 'PassWord'
  end
  object Bevel1: TBevel
    Left = 8
    Top = 88
    Width = 262
    Height = 2
  end
  object Button2: TButton
    Left = 104
    Top = 112
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button1: TButton
    Left = 184
    Top = 112
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 118
    Top = 56
    Width = 121
    Height = 24
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 118
    Top = 24
    Width = 121
    Height = 24
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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