cpasswd.dfm

来自「针对商品与仓库存储商品等信息的管理及维护的管理软件。它能够辅助仓库管理人员对供应」· DFM 代码 · 共 102 行

DFM
102
字号
object frmpasswd: Tfrmpasswd
  Left = 334
  Top = 183
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 171
  ClientWidth = 238
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 0
    Top = 138
    Width = 118
    Height = 33
    Caption = #30830#23450
    OnClick = SpeedButton1Click
  end
  object Label4: TLabel
    Left = 0
    Top = 0
    Width = 238
    Height = 20
    Align = alTop
    Caption = 'Label4'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 32
    Width = 238
    Height = 105
    TabOrder = 0
    object Label1: TLabel
      Left = 12
      Top = 14
      Width = 60
      Height = 13
      Caption = #24403#21069#23494#30721#65306
    end
    object Label2: TLabel
      Left = 26
      Top = 45
      Width = 48
      Height = 13
      Caption = #26032#23494#30721#65306
    end
    object Label3: TLabel
      Left = 13
      Top = 76
      Width = 60
      Height = 13
      Caption = #30830#35748#23494#30721#65306
    end
    object Edit1: TEdit
      Left = 88
      Top = 8
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 88
      Top = 40
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 88
      Top = 72
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object BitBtn2: TBitBtn
    Left = 118
    Top = 138
    Width = 120
    Height = 33
    Caption = #21462#28040
    TabOrder = 1
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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