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

📄 frm_loginu.dfm

📁 能够记录、管理小区内各楼盘的基本信息 对业主、房产资料要有记录、管理
💻 DFM
字号:
object frm_login: Tfrm_login
  Left = 425
  Top = 221
  BorderStyle = bsDialog
  Caption = #36523#20221#39564#35777
  ClientHeight = 137
  ClientWidth = 274
  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
  Visible = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 274
    Height = 97
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 65
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517
    end
    object Label2: TLabel
      Left = 24
      Top = 64
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #23494#30721
    end
    object edt_user: TEdit
      Left = 104
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object edt_pwd: TMaskEdit
      Left = 104
      Top = 56
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 97
    Width = 274
    Height = 40
    Align = alClient
    TabOrder = 1
    object btn_ok: TButton
      Left = 104
      Top = 8
      Width = 75
      Height = 25
      Caption = #30331#24405
      TabOrder = 0
      OnClick = btn_okClick
    end
    object btn_cancel: TButton
      Left = 184
      Top = 8
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 1
      OnClick = btn_cancelClick
    end
  end
end

⌨️ 快捷键说明

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