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

📄 xtsd1.dfm

📁 思微POS连锁超市管理系统 (商业代码),几年前的东西了
💻 DFM
字号:
object xtsd: Txtsd
  Left = 282
  Top = 179
  ActiveControl = Edit1
  BorderStyle = bsDialog
  Caption = '系统锁定'
  ClientHeight = 230
  ClientWidth = 501
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 41
    Top = 43
    Width = 418
    Height = 48
    Caption = '本机处于锁定状态!'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -48
    Font.Name = '宋体'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 104
    Top = 176
    Width = 72
    Height = 12
    Caption = '收银员密码:'
  end
  object Edit1: TEdit
    Left = 176
    Top = 168
    Width = 121
    Height = 20
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 304
    Top = 164
    Width = 75
    Height = 25
    Caption = '解锁'
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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