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

📄 loginform.~dfm

📁 基于SQL数据库,实现所有图书馆基本功能 可以按图书类别系别班别等信息自动生成书号或学号
💻 ~DFM
字号:
object Form_login: TForm_login
  Left = 330
  Top = 286
  Width = 329
  Height = 177
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  Caption = #30331#38470
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 72
    Top = 24
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 72
    Top = 64
    Width = 49
    Height = 17
    AutoSize = False
    Caption = #23494#30721
  end
  object Lab_servername: TLabel
    Left = 32
    Top = 152
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #25968#25454#24211#22320#22336
  end
  object Lab_psw: TLabel
    Left = 32
    Top = 216
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #23494#30721
  end
  object Lab_ID: TLabel
    Left = 32
    Top = 184
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Lab_database: TLabel
    Left = 32
    Top = 248
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #25968#25454#24211
  end
  object ED_login_name: TEdit
    Left = 128
    Top = 24
    Width = 105
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 0
  end
  object ED_login_psw: TEdit
    Left = 128
    Top = 64
    Width = 105
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 1
  end
  object Bit_login: TBitBtn
    Left = 32
    Top = 112
    Width = 75
    Height = 25
    Caption = #30331#20837
    TabOrder = 2
    OnClick = Bit_loginClick
  end
  object Bit_cancel: TBitBtn
    Left = 124
    Top = 112
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Bit_cancelClick
  end
  object ED_servername: TEdit
    Left = 128
    Top = 152
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 4
    Text = '127.0.0.1'
  end
  object ED_ID: TEdit
    Left = 128
    Top = 184
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 5
    Text = 'aaa'
  end
  object ED_psw: TEdit
    Left = 128
    Top = 216
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 6
    Text = 'aaa'
  end
  object ED_database: TEdit
    Left = 128
    Top = 248
    Width = 121
    Height = 21
    ImeName = #20013#25991' - '#32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 7
    Text = 'abc'
  end
  object Bit_login_information: TBitBtn
    Left = 216
    Top = 112
    Width = 81
    Height = 25
    Caption = #35774#32622#30331#38470#20449#24687
    TabOrder = 8
    OnClick = Bit_login_informationClick
  end
end

⌨️ 快捷键说明

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