hm_cpass.dfm

来自「公司人事管理系统」· DFM 代码 · 共 83 行

DFM
83
字号
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 = 36
    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 = 288
    Top = 8
  end
end

⌨️ 快捷键说明

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