a_pass.dfm

来自「2004090611144625767.rar 资源名称:通用工资管理」· DFM 代码 · 共 69 行

DFM
69
字号
object apassb: Tapassb
  Left = 312
  Top = 192
  Width = 230
  Height = 133
  Caption = '发工资密码'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 49
    Height = 13
    AutoSize = False
    Caption = '密码:'
  end
  object Label2: TLabel
    Left = 32
    Top = 48
    Width = 161
    Height = 17
    AutoSize = False
    Caption = '注:请注意区分大小写'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 56
    Top = 16
    Width = 105
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
    Text = 'Edit1'
    OnKeyUp = Edit1KeyUp
  end
  object Button1: TButton
    Left = 32
    Top = 72
    Width = 65
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 72
    Width = 65
    Height = 25
    Caption = '更改'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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