⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 a_pass.dfm

📁 2004090611144625767.rar 资源名称:通用工资管理
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -