tpass.dfm

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

DFM
45
字号
object tpassb: Ttpassb
  Left = 241
  Top = 224
  Width = 240
  Height = 112
  Caption = '特权码'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 65
    Height = 13
    AutoSize = False
    Caption = '特权码:'
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 0
    Text = 'Edit1'
    OnKeyUp = Edit1KeyUp
  end
  object Button1: TButton
    Left = 72
    Top = 48
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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