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

📄 formlogin.dfm

📁 Delphi数据库编程
💻 DFM
字号:
object frmLogin: TfrmLogin
  Left = 399
  Top = 108
  Width = 343
  Height = 233
  Caption = #29992#25143#30331#24405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 64
    Top = 72
    Width = 73
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    BiDiMode = bdLeftToRight
    Caption = #29992#25143#21517#65306
    ParentBiDiMode = False
  end
  object Label2: TLabel
    Left = 64
    Top = 104
    Width = 73
    Height = 13
    Alignment = taRightJustify
    AutoSize = False
    BiDiMode = bdLeftToRight
    Caption = #21475#20196#65306
    ParentBiDiMode = False
  end
  object Label3: TLabel
    Left = 64
    Top = 16
    Width = 225
    Height = 32
    Alignment = taCenter
    AutoSize = False
    Caption = #35838#31243#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 32
    Top = 176
    Width = 281
    Height = 21
    Alignment = taCenter
    AutoSize = False
    Caption = #29256#26435#25152#26377' xxxx'#22823#23398#25945#21153#22788
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object btnOK: TButton
    Left = 72
    Top = 136
    Width = 75
    Height = 25
    Caption = #30331#24405
    Default = True
    TabOrder = 2
    OnClick = btnOKClick
  end
  object btnQuit: TButton
    Left = 192
    Top = 136
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986
    ModalResult = 2
    TabOrder = 3
  end
  object edtUserID: TEdit
    Left = 144
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Admin'
  end
  object edtPasswd: TEdit
    Left = 144
    Top = 104
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
    Text = 'Admin'
  end
  object qryUsers: TQuery
    DatabaseName = 'DBUser'
    SQL.Strings = (
      'SELECT UserID, Passwd, UserName'
      'FROM Users Users'
      'WHERE   (UserID = :UserID)  '
      '   AND  (Passwd = :Passwd)  ')
    Left = 288
    Top = 112
    ParamData = <
      item
        DataType = ftString
        Name = 'UserID'
        ParamType = ptUnknown
        Value = 'Admin'
      end
      item
        DataType = ftString
        Name = 'Passwd'
        ParamType = ptUnknown
        Value = 'Admin'
      end>
  end
  object Database1: TDatabase
    AliasName = 'CourseMIS'
    DatabaseName = 'DBUser'
    LoginPrompt = False
    SessionName = 'Default'
    Left = 288
    Top = 56
  end
end

⌨️ 快捷键说明

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