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

📄 univtx.dfm

📁 DELPHI编写的商场收银POS机源代码
💻 DFM
字号:
object FMIVTX: TFMIVTX
  Left = 136
  Top = 155
  Width = 678
  Height = 400
  HorzScrollBar.Visible = False
  VertScrollBar.Visible = False
  BorderIcons = []
  BorderStyle = bsSizeToolWin
  Caption = '盘点'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 670
    Height = 373
    Align = alClient
    Stretch = True
  end
  object PANEL_PA: TLabel
    Left = 211
    Top = 93
    Width = 152
    Height = 16
    Cursor = crHandPoint
    Caption = '1. 盘点资料入暂存盘'
    DragCursor = crArrow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    OnClick = PANEL_PAClick
    OnMouseMove = PANEL_PAMouseMove
  end
  object PANEL_PB: TLabel
    Left = 321
    Top = 118
    Width = 96
    Height = 16
    Cursor = crHandPoint
    Caption = '&& 暂存盘报表'
    DragCursor = crArrow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    OnClick = PANEL_PBClick
    OnMouseMove = PANEL_PAMouseMove
  end
  object PANEL_PC: TLabel
    Left = 176
    Top = 308
    Width = 168
    Height = 16
    Cursor = crHandPoint
    Caption = '2. 暂存资料→更新库存'
    DragCursor = crArrow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    OnClick = PANEL_PCClick
    OnMouseMove = PANEL_PAMouseMove
  end
  object PANEL_PD: TLabel
    Left = 301
    Top = 333
    Width = 120
    Height = 16
    Cursor = crHandPoint
    Caption = '&&盘点盈亏统计表'
    DragCursor = crArrow
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
    OnClick = PANEL_PDClick
    OnMouseMove = PANEL_PAMouseMove
  end
  object Label1: TLabel
    Left = 350
    Top = 230
    Width = 57
    Height = 19
    Caption = '暂存盘'
    Font.Charset = ANSI_CHARSET
    Font.Color = clYellow
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    Transparent = True
  end
  object BTNQUT: TBitBtn
    Left = 345
    Top = 0
    Width = 96
    Height = 41
    Caption = '结  束'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNQUTClick
  end
end

⌨️ 快捷键说明

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