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

📄 hm_loginout.dfm

📁 本课题是为企业人事管理提供现代化技术支持的管理信息系统
💻 DFM
字号:
object hm_loginOutForm: Thm_loginOutForm
  Left = 271
  Top = 189
  BorderStyle = bsDialog
  Caption = #27426#36814#30331#24405#20154#20107#31649#29702#31995#32479
  ClientHeight = 208
  ClientWidth = 328
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 28
    Width = 48
    Height = 12
    Caption = #29992#25143#21517'  '
  end
  object Label2: TLabel
    Left = 40
    Top = 84
    Width = 54
    Height = 12
    Caption = #23494'   '#30721'  '
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 169
    Height = 20
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 104
    Top = 72
    Width = 169
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Left = 104
    Top = 120
    Width = 97
    Height = 17
    Caption = '   '#38544#36523#30331#24405
    TabOrder = 2
    OnClick = CheckBox1Click
  end
  object BitBtn1: TBitBtn
    Left = 88
    Top = 163
    Width = 75
    Height = 30
    Caption = #30830#23450
    TabOrder = 3
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 198
    Top = 163
    Width = 75
    Height = 30
    Caption = #21462#28040
    TabOrder = 4
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=hmsdb;Data Source=.'
    Parameters = <>
    SQL.Strings = (
      'select * from '#37096#38376#20449#24687
      'order by '#32534#21495' asc')
    Left = 280
    Top = 24
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=hmsdb;Data Source=LZ'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 280
    Top = 64
  end
end

⌨️ 快捷键说明

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