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

📄 dfm_zshzfx.dfm

📁 仓库管理系统 仓库管理系统
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object dfmxshzfx: Tdfmxshzfx
  Left = 175
  Top = 165
  Width = 544
  Height = 375
  Caption = '销售汇总分析'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poMainFormCenter
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object PageControl1: TPageControl
    Left = 0
    Top = 33
    Width = 536
    Height = 315
    ActivePage = TabSheet2
    Align = alClient
    MultiLine = True
    TabOrder = 0
    TabPosition = tpBottom
    object TabSheet1: TTabSheet
      Caption = '店铺销售'
      object Panel1: TPanel
        Left = 0
        Top = 248
        Width = 528
        Height = 40
        Align = alBottom
        TabOrder = 0
        object Label3: TLabel
          Left = 8
          Top = 16
          Width = 36
          Height = 12
          Caption = '总数量'
        end
        object Label4: TLabel
          Left = 128
          Top = 16
          Width = 36
          Height = 12
          Caption = '总金额'
        end
        object BitBtn2: TBitBtn
          Left = 296
          Top = 8
          Width = 75
          Height = 25
          Caption = 'BitBtn2'
          TabOrder = 0
          Visible = False
          OnClick = BitBtn2Click
        end
        object DBEdit1: TDBEdit
          Left = 47
          Top = 12
          Width = 57
          Height = 20
          DataField = 'ttsaqty'
          DataSource = dssumshop
          TabOrder = 1
        end
        object DBEdit2: TDBEdit
          Left = 168
          Top = 12
          Width = 81
          Height = 20
          DataField = 'ttsasal'
          DataSource = dssumshop
          TabOrder = 2
        end
      end
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 528
        Height = 248
        Align = alClient
        DataSource = dsqryshop
        ReadOnly = True
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'SASTOR'
            Title.Caption = '店号'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsaqty'
            Title.Caption = '销售量'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsasal'
            Title.Caption = '销售额'
            Visible = True
          end>
      end
    end
    object TabSheet2: TTabSheet
      Caption = '款号销售'
      ImageIndex = 1
      object TPanel
        Left = 0
        Top = 247
        Width = 528
        Height = 41
        Align = alBottom
        TabOrder = 0
        object Label5: TLabel
          Left = 8
          Top = 14
          Width = 36
          Height = 12
          Caption = '总数量'
        end
        object Label6: TLabel
          Left = 144
          Top = 14
          Width = 36
          Height = 12
          Caption = '总金额'
        end
        object DBEdit3: TDBEdit
          Left = 48
          Top = 10
          Width = 73
          Height = 20
          DataField = 'ttsaqty'
          DataSource = dssumstyle
          TabOrder = 0
        end
        object DBEdit4: TDBEdit
          Left = 184
          Top = 10
          Width = 73
          Height = 20
          DataField = 'ttsasal'
          DataSource = dssumstyle
          TabOrder = 1
        end
        object BitBtn3: TBitBtn
          Left = 280
          Top = 8
          Width = 75
          Height = 25
          Caption = '打印'
          TabOrder = 2
          OnClick = BitBtn3Click
          Glyph.Data = {
            76010000424D7601000000000000760000002800000020000000100000000100
            04000000000000010000130B0000130B00001000000000000000000000000000
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
            00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
            8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
            8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
            8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
            03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
            03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
            33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
            33333337FFFF7733333333300000033333333337777773333333}
          NumGlyphs = 2
        end
      end
      object DBGrid2: TDBGrid
        Left = 0
        Top = 0
        Width = 528
        Height = 247
        Align = alClient
        DataSource = dsqrystyle
        ReadOnly = True
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'SASTYL'
            Title.Caption = '款号'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'aaprc'
            Title.Caption = '单价'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsaqty'
            Title.Caption = '数量'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsasal'
            Title.Caption = '金额'
            Visible = True
          end>
      end
    end
    object TabSheet3: TTabSheet
      Caption = '八位码销售'
      ImageIndex = 2
      object Panel2: TPanel
        Left = 0
        Top = 247
        Width = 528
        Height = 41
        Align = alBottom
        TabOrder = 0
        object Label8: TLabel
          Left = 8
          Top = 16
          Width = 36
          Height = 12
          Caption = '总数量'
        end
        object Label9: TLabel
          Left = 128
          Top = 16
          Width = 36
          Height = 12
          Caption = '总金额'
        end
        object DBEdit5: TDBEdit
          Left = 47
          Top = 12
          Width = 57
          Height = 20
          DataField = 'ttsaqty'
          DataSource = dssumcolr
          TabOrder = 0
        end
        object DBEdit6: TDBEdit
          Left = 168
          Top = 12
          Width = 81
          Height = 20
          DataField = 'ttsasal'
          DataSource = dssumcolr
          TabOrder = 1
        end
      end
      object DBGrid3: TDBGrid
        Left = 0
        Top = 0
        Width = 528
        Height = 247
        Align = alClient
        DataSource = dscolr
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'SASTYL'
            Title.Caption = '款号'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'sacolr'
            Title.Caption = '颜色'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsaqty'
            Title.Caption = '数量'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsasal'
            Title.Caption = '金额'
            Visible = True
          end>
      end
    end
    object TabSheet4: TTabSheet
      Caption = '十位码销售'
      ImageIndex = 3
      object Panel4: TPanel
        Left = 0
        Top = 247
        Width = 528
        Height = 41
        Align = alBottom
        TabOrder = 0
        object Label10: TLabel
          Left = 8
          Top = 14
          Width = 36
          Height = 12
          Caption = '总数量'
        end
        object Label11: TLabel
          Left = 144
          Top = 14
          Width = 36
          Height = 12
          Caption = '总金额'
        end
        object DBEdit7: TDBEdit
          Left = 48
          Top = 10
          Width = 73
          Height = 20
          DataField = 'ttsaqty'
          DataSource = dssumsku
          TabOrder = 0
        end
        object DBEdit8: TDBEdit
          Left = 184
          Top = 10
          Width = 73
          Height = 20
          DataField = 'ttsasal'
          DataSource = dssumsku
          TabOrder = 1
        end
      end
      object DBGrid4: TDBGrid
        Left = 0
        Top = 0
        Width = 528
        Height = 247
        Align = alClient
        DataSource = dssku
        TabOrder = 1
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -12
        TitleFont.Name = '宋体'
        TitleFont.Style = []
        Columns = <
          item
            Expanded = False
            FieldName = 'SASKU'
            Title.Caption = '条码'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsaqty'
            Title.Caption = '数量'
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'ttsasal'
            Title.Caption = '金额'
            Visible = True
          end>
      end
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 0
    Width = 536
    Height = 33
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 120
      Top = 10
      Width = 12
      Height = 12
      Caption = '从'
    end
    object Label2: TLabel
      Left = 272
      Top = 10
      Width = 12
      Height = 12
      Caption = '至'
    end
    object Label7: TLabel
      Left = 12

⌨️ 快捷键说明

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