passwordset_unit.dfm

来自「药品进销管理程序,内有SQL附加的数据库.....详情看里面的,运行就OK」· DFM 代码 · 共 107 行

DFM
107
字号
object frmPasswordSet: TfrmPasswordSet
  Left = 390
  Top = 297
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #26356#25913#23494#30721
  ClientHeight = 191
  ClientWidth = 264
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = True
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 44
    Top = 23
    Width = 48
    Height = 12
    Caption = #29992#25143#21517#65306
  end
  object Label2: TLabel
    Left = 42
    Top = 50
    Width = 48
    Height = 12
    Caption = #21407#23494#30721#65306
  end
  object Label3: TLabel
    Left = 42
    Top = 81
    Width = 48
    Height = 12
    Caption = #26032#23494#30721#65306
  end
  object Label4: TLabel
    Left = 26
    Top = 114
    Width = 72
    Height = 12
    Caption = #30830#35748#26032#23494#30721#65306
  end
  object lblLoginID: TLabel
    Left = 105
    Top = 23
    Width = 60
    Height = 12
    Caption = 'lblLoginID'
  end
  object edtNewPassword: TEdit
    Left = 103
    Top = 77
    Width = 131
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
  end
  object edtOldPasswrod: TEdit
    Left = 103
    Top = 46
    Width = 131
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtPasswrodAgain: TEdit
    Left = 104
    Top = 109
    Width = 131
    Height = 20
    PasswordChar = '*'
    TabOrder = 2
  end
  object btnOk: TBitBtn
    Left = 43
    Top = 147
    Width = 82
    Height = 27
    Caption = #30830#23450'(&O)'
    TabOrder = 3
    OnClick = btnOkClick
  end
  object btnCancel: TBitBtn
    Left = 156
    Top = 147
    Width = 81
    Height = 27
    Caption = #21462#28040'(&C)'
    TabOrder = 4
    OnClick = btnCancelClick
  end
  object qryPassword: TADOQuery
    Connection = frmLeechdomMain.ADOConn
    Parameters = <>
    Left = 24
    Top = 72
  end
end

⌨️ 快捷键说明

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