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

📄 login.dfm

📁 机器须安装SQL Server2000 程序安装完之后
💻 DFM
字号:
object LoginForm: TLoginForm
  Left = 312
  Top = 222
  BorderStyle = bsDialog
  Caption = '管理员登陆'
  ClientHeight = 209
  ClientWidth = 319
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Visible = True
  PixelsPerInch = 96
  TextHeight = 19
  object Label1: TLabel
    Left = 48
    Top = 64
    Width = 38
    Height = 19
    Caption = '姓名'
  end
  object Label2: TLabel
    Left = 48
    Top = 112
    Width = 38
    Height = 19
    Caption = '密码'
  end
  object Button1: TButton
    Left = 208
    Top = 160
    Width = 75
    Height = 25
    Caption = '登陆'
    Default = True
    TabOrder = 0
    OnClick = Button1Click
  end
  object EdtLoginName: TEdit
    Left = 104
    Top = 64
    Width = 121
    Height = 27
    TabOrder = 1
    Text = 'sdxy'
  end
  object EdtLoginPin: TEdit
    Left = 104
    Top = 112
    Width = 121
    Height = 27
    PasswordChar = '*'
    TabOrder = 2
    Text = 'sdxy'
  end
  object ADOQuery1: TADOQuery
    Connection = DM.ADOConnectionHotel
    Parameters = <>
    Left = 240
    Top = 24
  end
end

⌨️ 快捷键说明

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