unitlogin.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 97 行

DFM
97
字号
object frmLogin: TfrmLogin
  Left = 350
  Top = 242
  Width = 412
  Height = 331
  Caption = #30331#24405#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 40
    Width = 65
    Height = 25
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 56
    Top = 88
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #35282#33394
  end
  object Label3: TLabel
    Left = 56
    Top = 136
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #23494#30721
  end
  object btnOk: TBitBtn
    Left = 96
    Top = 224
    Width = 81
    Height = 25
    Caption = #30830#35748
    ModalResult = 1
    TabOrder = 0
    OnClick = btnOkClick
  end
  object btnCancel: TBitBtn
    Left = 200
    Top = 224
    Width = 73
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
    OnClick = btnCancelClick
  end
  object edtUsername: TEdit
    Left = 168
    Top = 40
    Width = 97
    Height = 21
    TabOrder = 2
    OnExit = edtUsernameExit
  end
  object cboRoles: TComboBox
    Left = 168
    Top = 88
    Width = 97
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      '')
  end
  object edtPassword: TEdit
    Left = 168
    Top = 136
    Width = 105
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
  object ADOQuery: TADOQuery
    Parameters = <>
    Left = 296
    Top = 120
  end
end

⌨️ 快捷键说明

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