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

📄 longon.dfm

📁 DELPHI计算机科学系教务管理系统,带论文设计,不错的参考
💻 DFM
字号:
object LogonForm: TLogonForm
  Left = 344
  Top = 218
  Width = 335
  Height = 235
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 327
    Height = 25
    Align = alTop
    BorderStyle = bsSingle
    Caption = #35745#31185#25945#21153#31649#29702#31995#32479
    Color = clMoneyGreen
    TabOrder = 0
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 189
    Width = 327
    Height = 19
    Panels = <
      item
        Text = #29616#22312#26102#38388#65306
        Width = 60
      end
      item
        Width = 50
      end>
  end
  object Panel2: TPanel
    Left = 216
    Top = 25
    Width = 111
    Height = 164
    Align = alRight
    BorderStyle = bsSingle
    Color = clInfoBk
    TabOrder = 2
    object Button1: TButton
      Left = 16
      Top = 40
      Width = 75
      Height = 25
      Caption = #30331#24405
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 16
      Top = 80
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = Button2Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 25
    Width = 216
    Height = 164
    Align = alClient
    BorderStyle = bsSingle
    Color = clInfoBk
    TabOrder = 3
    object Label1: TLabel
      Left = 19
      Top = 42
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 21
      Top = 84
      Width = 48
      Height = 13
      Caption = #23494'    '#30721#65306
    end
    object Edit1: TEdit
      Left = 80
      Top = 40
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'admin'
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 80
      Top = 80
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      Text = '0'
      OnKeyPress = Edit2KeyPress
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 16
    Top = 145
  end
  object ADOQuery1: TADOQuery
    Parameters = <>
    Left = 96
    Top = 33
  end
end

⌨️ 快捷键说明

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