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

📄 setpasspas.dfm

📁 DELPHI 编写个人工作计划事务管理软件
💻 DFM
字号:
object SetPassForm: TSetPassForm
  Left = 386
  Top = 239
  BorderStyle = bsDialog
  Caption = #26356#25913#29992#25143#23494#30721
  ClientHeight = 102
  ClientWidth = 235
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object NewPassLabel: TLabel
    Left = 16
    Top = 20
    Width = 60
    Height = 12
    AutoSize = False
    Caption = #26032#30340#23494#30721#65306
  end
  object NewPassComfirmLabel: TLabel
    Left = 16
    Top = 44
    Width = 60
    Height = 12
    AutoSize = False
    Caption = #30830#35748#23494#30721#65306
  end
  object ED_NewPass: TEdit
    Left = 76
    Top = 16
    Width = 144
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
    Text = 'ED_NewPass'
    OnChange = ED_NewPassChange
  end
  object ED_ComfirmNew: TEdit
    Left = 76
    Top = 40
    Width = 145
    Height = 20
    PasswordChar = '*'
    TabOrder = 1
    Text = 'ED_ComfirmNew'
    OnKeyPress = ED_ComfirmNewKeyPress
  end
  object IsokBut: TBitBtn
    Left = 72
    Top = 72
    Width = 68
    Height = 21
    Caption = #30830#23450'(&O)'
    Enabled = False
    ModalResult = 1
    TabOrder = 3
    OnClick = IsokButClick
  end
  object CancelBut: TBitBtn
    Left = 152
    Top = 72
    Width = 68
    Height = 22
    Caption = #21462#28040'(&C)'
    ModalResult = 2
    TabOrder = 2
    OnClick = CancelButClick
  end
end

⌨️ 快捷键说明

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