login.dfm

来自「完整的delphi书籍源代码,大家有空的时候自己慢慢看看」· DFM 代码 · 共 170 行

DFM
170
字号
object loginFrm: TloginFrm
  Left = 224
  Top = 152
  Width = 266
  Height = 223
  BorderIcons = [biMinimize, biMaximize]
  Caption = #23486#39302#31649#29702#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
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object loginPassword_Lab: TLabel
    Left = 21
    Top = 88
    Width = 37
    Height = 13
    AutoSize = False
    Caption = #23494#30721
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object loginUsername_Lab: TLabel
    Left = 20
    Top = 44
    Width = 45
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object loginTitle: TLabel
    Left = 65
    Top = 8
    Width = 126
    Height = 19
    Caption = #23486#39302#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object loginOK_Bitn: TBitBtn
    Left = 28
    Top = 125
    Width = 89
    Height = 28
    Caption = #30331#24405
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = loginOK_BitnClick
    Kind = bkOK
  end
  object loginCancel_Bitn: TBitBtn
    Left = 145
    Top = 126
    Width = 89
    Height = 28
    Caption = #36864#20986
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = loginCancel_BitnClick
    Kind = bkCancel
  end
  object loginPassword_Edt: TEdit
    Left = 71
    Top = 88
    Width = 94
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
    Text = '******'
  end
  object loginUsername_Combo: TComboBox
    Left = 71
    Top = 39
    Width = 94
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 3
    OnChange = loginUsername_ComboChange
  end
  object Panel1: TPanel
    Left = 0
    Top = 165
    Width = 258
    Height = 30
    Align = alBottom
    Caption = #23458#25143#30331#24405#23494#30721#20026'"888888"'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object loginPanel: TPanel
    Left = 174
    Top = 41
    Width = 74
    Height = 62
    TabOrder = 5
    object RadioButMan: TRadioButton
      Left = 2
      Top = 39
      Width = 71
      Height = 17
      Caption = #21518#21488#31649#29702
      TabOrder = 0
    end
    object RadioButUse: TRadioButton
      Left = 4
      Top = 7
      Width = 69
      Height = 17
      Caption = #21069#21488#25805#20316
      Checked = True
      TabOrder = 1
      TabStop = True
    end
  end
  object loginQuery: TQuery
    DatabaseName = 'hotel1'
  end
  object Database1: TDatabase
    AliasName = 'hotel'
    Connected = True
    DatabaseName = 'hotel1'
    LoginPrompt = False
    SessionName = 'Default'
    Left = 32
  end
end

⌨️ 快捷键说明

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