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

📄 loginut.dfm

📁 宾馆客房管理系统,功能强大,界面美观,全部delphi源代码
💻 DFM
字号:
object loginfm: Tloginfm
  Left = 571
  Top = 350
  BorderIcons = [biMinimize, biMaximize]
  BorderStyle = bsDialog
  Caption = #29992#25143#30331#24405
  ClientHeight = 178
  ClientWidth = 281
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 281
    Height = 178
    Align = alClient
    TabOrder = 0
    object loginbt: TSpeedButton
      Left = 40
      Top = 128
      Width = 81
      Height = 25
      Caption = #30331#24405'[ENTER]'
      OnClick = loginbtClick
    end
    object closebt: TSpeedButton
      Left = 192
      Top = 128
      Width = 81
      Height = 25
      Caption = #36864#20986'[ESC]'
      OnClick = closebtClick
    end
    object GroupBox1: TGroupBox
      Left = 40
      Top = 16
      Width = 233
      Height = 105
      TabOrder = 0
      object Label1: TLabel
        Left = 28
        Top = 32
        Width = 48
        Height = 13
        Caption = #29992#25143#21517#65306
        Transparent = True
      end
      object userpasedit: TLabeledEdit
        Left = 80
        Top = 64
        Width = 121
        Height = 21
        EditLabel.Width = 48
        EditLabel.Height = 13
        EditLabel.Caption = #23494'    '#30721#65306
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        LabelPosition = lpLeft
        PasswordChar = '#'
        TabOrder = 0
        OnKeyDown = userpaseditKeyDown
      end
      object usernamebox: TComboBox
        Left = 81
        Top = 28
        Width = 121
        Height = 21
        AutoDropDown = True
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        ItemHeight = 13
        TabOrder = 1
        OnKeyDown = usernameboxKeyDown
      end
    end
  end
  object ADOQuery: TADOQuery
    Connection = DataFm.datacon
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from czyb')
    Left = 48
    Top = 40
  end
  object ADOQuery1: TADOQuery
    Connection = DataFm.datacon
    Parameters = <>
    Left = 136
    Top = 96
  end
end

⌨️ 快捷键说明

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