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

📄 frm_loginu.dfm

📁 学生公寓管理系统 很好的设计 呵呵 绝对很好
💻 DFM
字号:
object frm_login: Tfrm_login
  Left = 474
  Top = 98
  BorderStyle = bsDialog
  Caption = #23398#29983#20844#23507#31649#29702#31995#32479#30331#24405
  ClientHeight = 138
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 281
    Height = 89
    Align = alTop
    BevelOuter = bvLowered
    BorderWidth = 1
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 24
      Width = 73
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 56
      Width = 51
      Height = 13
      Caption = #23494'     '#30721#65306
    end
    object edt_name: TEdit
      Left = 104
      Top = 19
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object edt_pwd: TEdit
      Left = 104
      Top = 55
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 89
    Width = 281
    Height = 49
    Align = alClient
    BevelOuter = bvLowered
    TabOrder = 1
    object btn_ok: TButton
      Left = 96
      Top = 16
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = btn_okClick
    end
    object btn_exit: TButton
      Left = 192
      Top = 16
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 1
      OnClick = btn_exitClick
    end
  end
end

⌨️ 快捷键说明

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