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

📄 pfm_updatefdspxx.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_updatefdspxx: Tfm_updatefdspxx
  Left = 197
  Top = 114
  Width = 585
  Height = 391
  Caption = '更新分店数据生成'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 577
    Height = 364
    Align = alClient
    Caption = '导出用于更新分店商品信息表的数据'
    TabOrder = 0
    object BBtnSpxx: TBitBtn
      Left = 40
      Top = 44
      Width = 169
      Height = 25
      Caption = '整个商品信息表'
      TabOrder = 0
      OnClick = BBtnSpxxClick
    end
    object Memo1: TMemo
      Left = 311
      Top = 15
      Width = 264
      Height = 347
      Align = alRight
      Color = clInfoBk
      Lines.Strings = (
        '提 示:'
        '》》导出的商品信息表用于分店下载,更新'
        '》》分店及POS机销售的时用的商品价格及'
        '》》其他信息'
        '')
      TabOrder = 1
    end
    object BBtnSomespxx: TBitBtn
      Left = 40
      Top = 88
      Width = 169
      Height = 25
      Caption = '部分商品表'
      TabOrder = 2
      OnClick = BBtnSomespxxClick
    end
    object BitBtn1: TBitBtn
      Left = 40
      Top = 128
      Width = 165
      Height = 25
      Caption = '编辑用于更新的部分商品表'
      TabOrder = 3
      OnClick = BitBtn1Click
    end
  end
  object BatMove1: TBatchMove
    Source = Query1
    Left = 140
    Top = 16
  end
  object Query1: TQuery
    Left = 108
    Top = 12
  end
  object Table1: TTable
    Left = 172
    Top = 16
  end
end

⌨️ 快捷键说明

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