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

📄 hm_cpass.~dfm

📁 本课题是为企业人事管理提供现代化技术支持的管理信息系统
💻 ~DFM
字号:
object hm_cpassForm: Thm_cpassForm
  Left = 235
  Top = 158
  Width = 336
  Height = 242
  Caption = #26356#25913#23494#30721
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 28
    Width = 40
    Height = 12
    Caption = #26032#23494#30721
  end
  object Label2: TLabel
    Left = 40
    Top = 76
    Width = 48
    Height = 12
    Caption = #23494#30721#30830#35748
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 169
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
    Text = 'Edit1'
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 104
    Top = 72
    Width = 169
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
    Text = 'Edit2'
  end
  object BitBtn1: TBitBtn
    Left = 104
    Top = 139
    Width = 75
    Height = 30
    Caption = #30830#23450
    Enabled = False
    TabOrder = 2
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 222
    Top = 139
    Width = 75
    Height = 30
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object ADOQuery1: TADOQuery
    Connection = hm_mainForm.ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from '#37096#38376#20449#24687
      'order by '#32534#21495' asc')
    Left = 240
    Top = 8
  end
end

⌨️ 快捷键说明

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