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

📄 unit4.~dfm

📁 商品管理系统是面向超市类的商品数据库管理系统。其主要功能包括用户购买商品
💻 ~DFM
字号:
object Form4: TForm4
  Left = 218
  Top = 236
  BorderStyle = bsDialog
  Caption = '密码修改'
  ClientHeight = 172
  ClientWidth = 397
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 72
    Top = 128
    Width = 75
    Height = 25
    Caption = '确认'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 128
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 397
    Height = 105
    Align = alTop
    TabOrder = 2
    object Label1: TLabel
      Left = 30
      Top = 12
      Width = 108
      Height = 24
      Caption = '请输入密码:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 39
      Top = 56
      Width = 90
      Height = 24
      Caption = '确认密码:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 168
      Top = 16
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 168
      Top = 60
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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