frmchangepassp.dfm

来自「二次开发模块 一、条形码的批量生成」· DFM 代码 · 共 79 行

DFM
79
字号
object FrmChangePass: TFrmChangePass
  Left = 192
  Top = 107
  Width = 301
  Height = 157
  BorderIcons = [biSystemMenu]
  Caption = #26356#25913#21475#20196
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 43
    Top = 16
    Width = 67
    Height = 13
    Caption = #26032#21475#20196'(&N):'
  end
  object Label2: TLabel
    Left = 19
    Top = 43
    Width = 93
    Height = 13
    Caption = #30830#35748#26032#21475#20196'(&F):'
  end
  object Bevel1: TBevel
    Left = 11
    Top = 76
    Width = 257
    Height = 3
  end
  object Edit1: TEdit
    Left = 118
    Top = 12
    Width = 132
    Height = 21
    CharCase = ecUpperCase
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 118
    Top = 39
    Width = 132
    Height = 21
    CharCase = ecUpperCase
    MaxLength = 16
    PasswordChar = '*'
    TabOrder = 1
  end
  object Button1: TButton
    Left = 88
    Top = 89
    Width = 70
    Height = 22
    Caption = #30830#23450
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 177
    Top = 89
    Width = 70
    Height = 22
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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