changepass.dfm

来自「中国移动集群网销售资料录入管理系统。 包含集群网用户录入」· DFM 代码 · 共 88 行

DFM
88
字号
object FormChangePass: TFormChangePass
  Left = 192
  Top = 107
  Width = 294
  Height = 206
  Caption = #20462#25913#23494#30721
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 24
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#26087#23494#30721#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #35831#36755#20837#26032#23494#30721#65306
  end
  object Label3: TLabel
    Left = 10
    Top = 104
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #20877#27425#36755#20837#26032#23494#30721#65306
  end
  object Shape1: TShape
    Left = 16
    Top = 56
    Width = 241
    Height = 1
    Brush.Color = clBlue
  end
  object Edit1: TEdit
    Left = 120
    Top = 16
    Width = 121
    Height = 21
    MaxLength = 20
    PasswordChar = '*'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 120
    Top = 72
    Width = 121
    Height = 21
    MaxLength = 20
    PasswordChar = '*'
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 120
    Top = 96
    Width = 121
    Height = 21
    MaxLength = 20
    PasswordChar = '*'
    TabOrder = 2
  end
  object Button1: TButton
    Left = 96
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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