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

📄 uchangepwd.dfm

📁 这是一个三层的进销存系统
💻 DFM
字号:
inherited frmchangepwd: Tfrmchangepwd
  Width = 315
  Height = 171
  Caption = #23494#30721#20462#25913
  Font.Charset = ANSI_CHARSET
  Font.Height = -12
  Font.Name = #23435#20307
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #29992#25143#21517#31216#65306
  end
  object labeluser: TLabel
    Left = 72
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #29992#25143#21517#31216#65306
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 24
    Width = 217
    Height = 110
    TabOrder = 0
    object Label3: TLabel
      Left = 16
      Top = 19
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #26087#21475#20196
    end
    object Label4: TLabel
      Left = 16
      Top = 51
      Width = 57
      Height = 17
      AutoSize = False
      Caption = #26032#21475#20196
    end
    object Label5: TLabel
      Left = 16
      Top = 82
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #30830#35748#26032#21475#20196
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 121
      Height = 20
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 80
      Top = 48
      Width = 121
      Height = 20
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 80
      Top = 80
      Width = 121
      Height = 20
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object btnok: TButton
    Left = 232
    Top = 29
    Width = 65
    Height = 22
    Caption = #30830#23450
    TabOrder = 1
    OnClick = btnokClick
  end
  object btncancel: TButton
    Left = 232
    Top = 72
    Width = 65
    Height = 22
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btncancelClick
  end
end

⌨️ 快捷键说明

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