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

📄 login.dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 DFM
字号:
object Userlogin: TUserlogin
  Left = 211
  Top = 182
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #30331#24405
  ClientHeight = 181
  ClientWidth = 312
  Color = clSkyBlue
  DefaultMonitor = dmMainForm
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label14: TLabel
    Left = 0
    Top = 0
    Width = 312
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #29992#25143#30331#24405
    Font.Charset = GB2312_CHARSET
    Font.Color = clInfoText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 42
    Top = 121
    Width = 64
    Height = 16
    Caption = #29992#25143#21517#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 42
    Top = 145
    Width = 48
    Height = 16
    Caption = #23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 102
    Top = 118
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 102
    Top = 142
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 37
    Width = 312
    Height = 60
    Align = alTop
    BevelInner = bvLowered
    BevelKind = bkSoft
    BorderStyle = bsNone
    TabOrder = 2
    object ToolBar1: TToolBar
      Left = 0
      Top = 0
      Width = 308
      Height = 54
      AutoSize = True
      ButtonHeight = 55
      ButtonWidth = 55
      Caption = 'ToolBar1'
      Flat = True
      Images = Form1.ImageList1
      ShowCaptions = True
      TabOrder = 0
    end
  end
  object Panel1: TPanel
    Left = 233
    Top = 139
    Width = 45
    Height = 25
    Caption = #30331#24405
    Color = clMoneyGreen
    TabOrder = 3
    OnClick = Panel1Click
    OnEnter = Panel1Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
end

⌨️ 快捷键说明

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