passwd.dfm

来自「一个餐饮行业的销售管理类的源码」· DFM 代码 · 共 90 行

DFM
90
字号
object PasswdForm: TPasswdForm
  Left = 172
  Top = 112
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 128
  ClientWidth = 237
  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 Label1: TLabel
    Left = 32
    Top = 16
    Width = 36
    Height = 13
    Caption = #21407#23494#30721
  end
  object Label2: TLabel
    Left = 32
    Top = 40
    Width = 36
    Height = 13
    Caption = #26032#23494#30721
  end
  object Label3: TLabel
    Left = 24
    Top = 64
    Width = 48
    Height = 13
    Caption = #30830#23450#23494#30721
  end
  object OldPwd: TEdit
    Left = 88
    Top = 16
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
  end
  object NewPwd: TEdit
    Left = 88
    Top = 40
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object ConPwd: TEdit
    Left = 88
    Top = 64
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 24
    Top = 96
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 96
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object DataSource1: TDataSource
    Top = 96
  end
  object UserTable: TTable
    Active = True
    DatabaseName = 'Sales'
    TableName = 'user.db'
    Top = 56
  end
end

⌨️ 快捷键说明

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