modipass_unit.dfm

来自「本系统前端界面采用WINDOWS 窗口风格」· DFM 代码 · 共 80 行

DFM
80
字号
object modipass_form: Tmodipass_form
  Left = 292
  Top = 342
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20462#25913#23494#30721
  ClientHeight = 167
  ClientWidth = 301
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 59
    Top = 41
    Width = 48
    Height = 12
    Caption = #26087#23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 59
    Top = 74
    Width = 48
    Height = 12
    Caption = #26032#23494#30721#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = #26032#23435#20307
    Font.Style = []
    ParentFont = False
  end
  object xg_btn: TdxButton
    Left = 60
    Top = 114
    Width = 80
    OnClick = xg_btnClick
    Caption = #20462#25913
    TabOrder = 2
  end
  object qx_btn: TdxButton
    Left = 170
    Top = 114
    Width = 80
    OnClick = qx_btnClick
    Caption = #21462#28040
    TabOrder = 3
  end
  object oldpass_edit: TEdit
    Left = 128
    Top = 38
    Width = 121
    Height = 20
    MaxLength = 10
    TabOrder = 0
  end
  object newpass_edit: TEdit
    Left = 128
    Top = 70
    Width = 121
    Height = 20
    MaxLength = 10
    PasswordChar = '*'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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