⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 untadminlogin.dfm

📁 车辆管理系统
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -