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

📄 pfm_statics.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_statwizard: Tfm_statwizard
  Left = 202
  Top = 124
  Width = 645
  Height = 498
  Caption = 'fm_statwizard'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Scaled = False
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 392
    Width = 39
    Height = 13
    Caption = '统计行'
  end
  object Label2: TLabel
    Left = 144
    Top = 392
    Width = 39
    Height = 13
    Caption = '统计列'
  end
  object Label3: TLabel
    Left = 280
    Top = 392
    Width = 39
    Height = 13
    Caption = '统计项'
  end
  object Label4: TLabel
    Left = 408
    Top = 392
    Width = 52
    Height = 13
    Caption = '统计方式'
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 637
    Height = 385
    ActivePage = TabSheet1
    Align = alTop
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '统计信息'
      object DBGrid1: TDBGrid
        Left = 0
        Top = 0
        Width = 629
        Height = 357
        Align = alClient
        DataSource = DataSource1
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = '宋体'
        TitleFont.Style = []
      end
    end
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 408
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 1
  end
  object ComboBox3: TComboBox
    Left = 280
    Top = 408
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 2
  end
  object ComboBox4: TComboBox
    Left = 408
    Top = 408
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 3
  end
  object BBtn_OK: TBitBtn
    Left = 536
    Top = 408
    Width = 75
    Height = 25
    Caption = '开始统计'
    TabOrder = 4
    OnClick = BBtn_OKClick
  end
  object ComboBox2: TComboBox
    Left = 144
    Top = 408
    Width = 105
    Height = 21
    ItemHeight = 13
    TabOrder = 5
  end
  object StoredProc1: TStoredProc
    DatabaseName = 'posdb'
    StoredProcName = 'prCrosstab;1'
    Left = 40
    Top = 16
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
      end
      item
        DataType = ftString
        Name = '@chrRowHead'
        ParamType = ptInput
      end
      item
        DataType = ftString
        Name = '@chrColHead'
        ParamType = ptInput
      end
      item
        DataType = ftString
        Name = '@chrValue'
        ParamType = ptInput
      end
      item
        DataType = ftString
        Name = '@chrSource'
        ParamType = ptInput
      end
      item
        DataType = ftSmallint
        Name = '@inyType'
        ParamType = ptInput
      end
      item
        DataType = ftSmallint
        Name = '@inyGrouping'
        ParamType = ptInput
      end>
  end
  object DataSource1: TDataSource
    DataSet = StoredProc1
    Left = 96
    Top = 16
  end
  object Table1: TTable
    DatabaseName = 'posdb'
    TableName = 'dbo.t_spxx'
    Left = 44
    Top = 96
  end
end

⌨️ 快捷键说明

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