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

📄 passwordchange.dfm

📁 delphi7.0+ACCESS,是以前做过的一个档案资料管理信息系统
💻 DFM
字号:
object PasswordChangeFrm: TPasswordChangeFrm
  Left = 240
  Top = 329
  BorderStyle = bsDialog
  Caption = #23494#30721#20462#25913
  ClientHeight = 219
  ClientWidth = 280
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -8
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 56
    Top = 66
    Width = 60
    Height = 12
    Caption = #26087' '#23494' '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 56
    Top = 90
    Width = 60
    Height = 12
    Caption = #26032' '#23494' '#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 56
    Top = 115
    Width = 60
    Height = 12
    Caption = #30830#35748#23494#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 56
    Top = 41
    Width = 60
    Height = 12
    Caption = #29992' '#25143' '#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 62
    Top = 160
    Width = 60
    Height = 20
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 158
    Top = 160
    Width = 60
    Height = 20
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 120
    Top = 38
    Width = 97
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 120
    Top = 64
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 120
    Top = 90
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 120
    Top = 115
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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