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

📄 passwordunit.dfm

📁 PosEasy收银系统源码,Pos机前后台管理代码
💻 DFM
字号:
object Password: TPassword
  Left = 210
  Top = 246
  Width = 398
  Height = 232
  Caption = 'Password'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object OutlookBtn1: TOutlookBtn
    Left = 88
    Top = 144
    Width = 78
    Height = 23
    OnClick = OutlookBtn1Click
    Checked = False
    Style = bsMSOffice
    Caption = '确定'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
  end
  object OutlookBtn2: TOutlookBtn
    Left = 200
    Top = 144
    Width = 78
    Height = 23
    OnClick = OutlookBtn2Click
    Checked = False
    Style = bsMSOffice
    Caption = '取消'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
  end
  object StaticText1: TStaticText
    Left = 128
    Top = 40
    Width = 96
    Height = 28
    Caption = '身份验证'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
  end
  object StaticText2: TStaticText
    Left = 75
    Top = 90
    Width = 100
    Height = 22
    AutoSize = False
    Caption = '操作员编码:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 181
    Top = 88
    Width = 121
    Height = 21
    AutoSize = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier'
    Font.Style = [fsBold]
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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